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

2017-08-11 Thread Masahiro Yamada
2017-08-08 0:37 GMT+09:00 Linus Walleij : > On Mon, Aug 7, 2017 at 3:50 PM, Masahiro Yamada > wrote: > >> Adding "interrupts" property in DT causes >> of_pupulate_default_populate() to assign virtual IRQ numbers >> before driver probing.

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

2017-08-11 Thread Masahiro Yamada
2017-08-08 0:37 GMT+09:00 Linus Walleij : > On Mon, Aug 7, 2017 at 3:50 PM, Masahiro Yamada > wrote: > >> Adding "interrupts" property in DT causes >> of_pupulate_default_populate() to assign virtual IRQ numbers >> before driver probing. So it does not work well with IRQ domain hierarchy. > > I

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

2017-08-07 Thread Keerthy
On Tuesday 08 August 2017 06:36 AM, Masahiro Yamada wrote: > Hi Linus, > > 2017-08-08 0:37 GMT+09:00 Linus Walleij : >> On Mon, Aug 7, 2017 at 3:50 PM, Masahiro Yamada >> wrote: >> >>> Adding "interrupts" property in DT causes >>>

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

2017-08-07 Thread Keerthy
On Tuesday 08 August 2017 06:36 AM, Masahiro Yamada wrote: > Hi Linus, > > 2017-08-08 0:37 GMT+09:00 Linus Walleij : >> On Mon, Aug 7, 2017 at 3:50 PM, Masahiro Yamada >> wrote: >> >>> Adding "interrupts" property in DT causes >>> of_pupulate_default_populate() to assign virtual IRQ numbers

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

2017-08-07 Thread Masahiro Yamada
Hi Linus, 2017-08-08 0:37 GMT+09:00 Linus Walleij : > On Mon, Aug 7, 2017 at 3:50 PM, Masahiro Yamada > wrote: > >> Adding "interrupts" property in DT causes >> of_pupulate_default_populate() to assign virtual IRQ numbers >> before driver

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

2017-08-07 Thread Masahiro Yamada
Hi Linus, 2017-08-08 0:37 GMT+09:00 Linus Walleij : > On Mon, Aug 7, 2017 at 3:50 PM, Masahiro Yamada > wrote: > >> Adding "interrupts" property in DT causes >> of_pupulate_default_populate() to assign virtual IRQ numbers >> before driver probing. So it does not work well with IRQ domain

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

2017-08-07 Thread Linus Walleij
On Mon, Aug 7, 2017 at 3:50 PM, Masahiro Yamada wrote: > Adding "interrupts" property in DT causes > of_pupulate_default_populate() to assign virtual IRQ numbers > before driver probing. So it does not work well with IRQ domain hierarchy. I think I heard some

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

2017-08-07 Thread Linus Walleij
On Mon, Aug 7, 2017 at 3:50 PM, Masahiro Yamada wrote: > Adding "interrupts" property in DT causes > of_pupulate_default_populate() to assign virtual IRQ numbers > before driver probing. So it does not work well with IRQ domain hierarchy. I think I heard some noise about this the week before.

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

2017-08-07 Thread Masahiro Yamada
Hi Linus, 2017-08-07 21:42 GMT+09:00 Linus Walleij : > On Thu, Aug 3, 2017 at 1:06 PM, Masahiro Yamada > wrote: > >> This GPIO controller device is used on UniPhier SoCs. >> >> Signed-off-by: Masahiro Yamada

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

2017-08-07 Thread Masahiro Yamada
Hi Linus, 2017-08-07 21:42 GMT+09:00 Linus Walleij : > On Thu, Aug 3, 2017 at 1:06 PM, Masahiro Yamada > wrote: > >> This GPIO controller device is used on UniPhier SoCs. >> >> Signed-off-by: Masahiro Yamada > (...) >> +static const u32 uniphier_gpio_irq_parent_hwirqs[] = { >> + 80, 81,

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

2017-08-07 Thread Linus Walleij
On Thu, Aug 3, 2017 at 1:06 PM, Masahiro Yamada wrote: > This GPIO controller device is used on UniPhier SoCs. > > Signed-off-by: Masahiro Yamada (...) > +static const u32 uniphier_gpio_irq_parent_hwirqs[] = { > + 80, 81, 82,

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

2017-08-07 Thread Linus Walleij
On Thu, Aug 3, 2017 at 1:06 PM, Masahiro Yamada wrote: > This GPIO controller device is used on UniPhier SoCs. > > Signed-off-by: Masahiro Yamada (...) > +static const u32 uniphier_gpio_irq_parent_hwirqs[] = { > + 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, > +

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

2017-08-03 Thread Masahiro Yamada
This GPIO controller device is used on UniPhier SoCs. Signed-off-by: Masahiro Yamada --- .../devicetree/bindings/gpio/gpio-uniphier.txt | 41 ++ MAINTAINERS| 1 + drivers/gpio/Kconfig |

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

2017-08-03 Thread Masahiro Yamada
This GPIO controller device is used on UniPhier SoCs. Signed-off-by: Masahiro Yamada --- .../devicetree/bindings/gpio/gpio-uniphier.txt | 41 ++ MAINTAINERS| 1 + drivers/gpio/Kconfig | 7 + drivers/gpio/Makefile