Re: [PATCH 2/6] pinctrl: sunxi: Add GR8 controller support

2016-09-07 Thread Maxime Ripard
On Mon, Sep 05, 2016 at 08:49:55PM +0800, Chen-Yu Tsai wrote: > > + SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 6), > > + SUNXI_FUNCTION(0x0, "gpio_in"), > > + SUNXI_FUNCTION(0x1, "gpio_out"), > > + SUNXI_FUNCTION(0x2, "lcd0"), /* D6 */ > > +

Re: [PATCH 2/6] pinctrl: sunxi: Add GR8 controller support

2016-09-05 Thread Chen-Yu Tsai
On Wed, Aug 31, 2016 at 4:18 PM, Maxime Ripard wrote: > From: Mylène Josserand > > Just like the other member of the sunxi family, let's add a pinctrl table > for the muxing options. > > Signed-off-by: Mylène Josserand > Signed-off-by: Maxime Ripard > --- > .../bindings/pinctrl/allwinner,sunxi

[PATCH 2/6] pinctrl: sunxi: Add GR8 controller support

2016-08-31 Thread Maxime Ripard
From: Mylène Josserand Just like the other member of the sunxi family, let's add a pinctrl table for the muxing options. Signed-off-by: Mylène Josserand Signed-off-by: Maxime Ripard --- .../bindings/pinctrl/allwinner,sunxi-pinctrl.txt | 1 + drivers/pinctrl/sunxi/Kconfig