Re: [PATCH v3 3/8] gpio: gpio-rz: GPIO driver for Renesas RZ series

2017-01-19 Thread Geert Uytterhoeven
Hi Linus, On Thu, Jan 19, 2017 at 10:27 AM, Linus Walleij wrote: > On Wed, Jan 18, 2017 at 3:06 PM, Geert Uytterhoeven > wrote: >> On Wed, Jan 18, 2017 at 2:58 PM, Linus Walleij >> wrote: + gpio_chip->request

Re: [PATCH v3 3/8] gpio: gpio-rz: GPIO driver for Renesas RZ series

2017-01-19 Thread Linus Walleij
On Thu, Jan 19, 2017 at 10:36 AM, Geert Uytterhoeven wrote: > On Thu, Jan 19, 2017 at 10:27 AM, Linus Walleij > wrote: >> On Wed, Jan 18, 2017 at 3:06 PM, Geert Uytterhoeven >> wrote: >>> On Wed, Jan 18, 2017 at 2:58 PM,

Re: [PATCH v3 3/8] gpio: gpio-rz: GPIO driver for Renesas RZ series

2017-01-19 Thread Linus Walleij
On Wed, Jan 18, 2017 at 3:06 PM, Geert Uytterhoeven wrote: > Hi Linus, > > On Wed, Jan 18, 2017 at 2:58 PM, Linus Walleij > wrote: >>> + gpio_chip->request = rz_gpio_request; >>> + gpio_chip->free = rz_gpio_free; >>> +

Re: [PATCH v3 3/8] gpio: gpio-rz: GPIO driver for Renesas RZ series

2017-01-18 Thread jacopo mondi
Hi Linus, thanks for review On 18/01/2017 14:58, Linus Walleij wrote: On Mon, Jan 16, 2017 at 1:12 PM, Jacopo Mondi wrote: From: Magnus Damm This commit combines Magnus' original driver and minor fixes to forward-port it to a more recent

Re: [PATCH v3 3/8] gpio: gpio-rz: GPIO driver for Renesas RZ series

2017-01-18 Thread Geert Uytterhoeven
Hi Linus, On Wed, Jan 18, 2017 at 2:58 PM, Linus Walleij wrote: >> + gpio_chip->request = rz_gpio_request; >> + gpio_chip->free = rz_gpio_free; >> + gpio_chip->label = dev_name(>dev); >> + gpio_chip->parent = >dev; >> + gpio_chip->owner =

Re: [PATCH v3 3/8] gpio: gpio-rz: GPIO driver for Renesas RZ series

2017-01-18 Thread Linus Walleij
On Mon, Jan 16, 2017 at 1:12 PM, Jacopo Mondi wrote: > From: Magnus Damm > > This commit combines Magnus' original driver and minor fixes to > forward-port it to a more recent kernel version (v4.10). > > Compared to the original driver the set of

[PATCH v3 3/8] gpio: gpio-rz: GPIO driver for Renesas RZ series

2017-01-16 Thread Jacopo Mondi
From: Magnus Damm This commit combines Magnus' original driver and minor fixes to forward-port it to a more recent kernel version (v4.10). Compared to the original driver the set of registers used to set/get direction is changed to extend compatibility with other RZ-Series