Re: [PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver

2017-09-06 Thread Masahiro Yamada
Hi Linus, 2017-08-31 22:41 GMT+09:00 Linus Walleij : > On Tue, Aug 22, 2017 at 6:16 PM, Masahiro Yamada > wrote: > >> This GPIO controller device is used on UniPhier SoCs. >> >> Signed-off-by: Masahiro Yamada

Re: [PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver

2017-09-06 Thread Masahiro Yamada
Hi Linus, 2017-08-31 22:41 GMT+09:00 Linus Walleij : > On Tue, Aug 22, 2017 at 6:16 PM, Masahiro Yamada > wrote: > >> This GPIO controller device is used on UniPhier SoCs. >> >> Signed-off-by: Masahiro Yamada >> --- >> >> Changes in v3: >> - Add .irq_set_affinity() hook >> - Use

Re: [PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver

2017-08-31 Thread Masahiro Yamada
Hi Linus, 2017-08-31 22:41 GMT+09:00 Linus Walleij : > On Tue, Aug 22, 2017 at 6:16 PM, Masahiro Yamada > wrote: > >> This GPIO controller device is used on UniPhier SoCs. >> >> Signed-off-by: Masahiro Yamada

Re: [PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver

2017-08-31 Thread Masahiro Yamada
Hi Linus, 2017-08-31 22:41 GMT+09:00 Linus Walleij : > On Tue, Aug 22, 2017 at 6:16 PM, Masahiro Yamada > wrote: > >> This GPIO controller device is used on UniPhier SoCs. >> >> Signed-off-by: Masahiro Yamada >> --- >> >> Changes in v3: >> - Add .irq_set_affinity() hook >> - Use

Re: [PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver

2017-08-31 Thread Linus Walleij
On Tue, Aug 22, 2017 at 6:16 PM, Masahiro Yamada wrote: > This GPIO controller device is used on UniPhier SoCs. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v3: > - Add .irq_set_affinity() hook > - Use

Re: [PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver

2017-08-31 Thread Linus Walleij
On Tue, Aug 22, 2017 at 6:16 PM, Masahiro Yamada wrote: > This GPIO controller device is used on UniPhier SoCs. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v3: > - Add .irq_set_affinity() hook > - Use irq_domain_create_hierarchy() instead of legacy >

Re: [PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver

2017-08-25 Thread Rob Herring
On Wed, Aug 23, 2017 at 01:16:41AM +0900, Masahiro Yamada wrote: > This GPIO controller device is used on UniPhier SoCs. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v3: > - Add .irq_set_affinity() hook > - Use irq_domain_create_hierarchy() instead

Re: [PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver

2017-08-25 Thread Rob Herring
On Wed, Aug 23, 2017 at 01:16:41AM +0900, Masahiro Yamada wrote: > This GPIO controller device is used on UniPhier SoCs. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v3: > - Add .irq_set_affinity() hook > - Use irq_domain_create_hierarchy() instead of legacy >

[PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver

2017-08-22 Thread Masahiro Yamada
This GPIO controller device is used on UniPhier SoCs. Signed-off-by: Masahiro Yamada --- Changes in v3: - Add .irq_set_affinity() hook - Use irq_domain_create_hierarchy() instead of legacy irq_domain_add_hierarchy(). Changes in v2: - Remove +32 offset

[PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver

2017-08-22 Thread Masahiro Yamada
This GPIO controller device is used on UniPhier SoCs. Signed-off-by: Masahiro Yamada --- Changes in v3: - Add .irq_set_affinity() hook - Use irq_domain_create_hierarchy() instead of legacy irq_domain_add_hierarchy(). Changes in v2: - Remove +32 offset for parent interrupts to follow