Re: [PATCH 1/3] pinctrl: add driver for Amlogic Meson SoCs

2014-10-28 Thread Linus Walleij
On Wed, Oct 22, 2014 at 10:06 PM, Beniamino Galvani wrote: > On Tue, Oct 21, 2014 at 03:39:25PM +0200, Linus Walleij wrote: >> > +static int meson_gpio_of_xlate(struct gpio_chip *chip, >> > + const struct of_phandle_args *gpiospec, >> > +

Re: [PATCH 1/3] pinctrl: add driver for Amlogic Meson SoCs

2014-10-28 Thread Linus Walleij
On Wed, Oct 22, 2014 at 10:06 PM, Beniamino Galvani b.galv...@gmail.com wrote: On Tue, Oct 21, 2014 at 03:39:25PM +0200, Linus Walleij wrote: +static int meson_gpio_of_xlate(struct gpio_chip *chip, + const struct of_phandle_args *gpiospec, +

Re: [PATCH 1/3] pinctrl: add driver for Amlogic Meson SoCs

2014-10-22 Thread Beniamino Galvani
On Tue, Oct 21, 2014 at 03:39:25PM +0200, Linus Walleij wrote: > On Tue, Oct 7, 2014 at 11:32 PM, Beniamino Galvani > wrote: > > Sorry for a quick and brief review, but should be enough for you to proceed > to iterate the patch. > > > This is a driver for the pinmux and GPIO controller

Re: [PATCH 1/3] pinctrl: add driver for Amlogic Meson SoCs

2014-10-22 Thread Beniamino Galvani
On Tue, Oct 21, 2014 at 03:39:25PM +0200, Linus Walleij wrote: On Tue, Oct 7, 2014 at 11:32 PM, Beniamino Galvani b.galv...@gmail.com wrote: Sorry for a quick and brief review, but should be enough for you to proceed to iterate the patch. This is a driver for the pinmux and GPIO

Re: [PATCH 1/3] pinctrl: add driver for Amlogic Meson SoCs

2014-10-21 Thread Linus Walleij
On Tue, Oct 7, 2014 at 11:32 PM, Beniamino Galvani wrote: Sorry for a quick and brief review, but should be enough for you to proceed to iterate the patch. > This is a driver for the pinmux and GPIO controller available in > Amlogic Meson SoCs. At the moment it only supports Meson8 devices, >

Re: [PATCH 1/3] pinctrl: add driver for Amlogic Meson SoCs

2014-10-21 Thread Linus Walleij
On Tue, Oct 7, 2014 at 11:32 PM, Beniamino Galvani b.galv...@gmail.com wrote: Sorry for a quick and brief review, but should be enough for you to proceed to iterate the patch. This is a driver for the pinmux and GPIO controller available in Amlogic Meson SoCs. At the moment it only supports

[PATCH 1/3] pinctrl: add driver for Amlogic Meson SoCs

2014-10-07 Thread Beniamino Galvani
This is a driver for the pinmux and GPIO controller available in Amlogic Meson SoCs. At the moment it only supports Meson8 devices, however other SoC families like Meson6 and Meson8b (the Cortex-A5 variant) appears to be similar, with just different sets of banks and registers. GPIO interrupts

[PATCH 1/3] pinctrl: add driver for Amlogic Meson SoCs

2014-10-07 Thread Beniamino Galvani
This is a driver for the pinmux and GPIO controller available in Amlogic Meson SoCs. At the moment it only supports Meson8 devices, however other SoC families like Meson6 and Meson8b (the Cortex-A5 variant) appears to be similar, with just different sets of banks and registers. GPIO interrupts