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

2017-09-13 Thread Masahiro Yamada
Hi. 2017-09-13 0:44 GMT+09:00 David Daney : > On 09/12/2017 07:03 AM, Linus Walleij wrote: >> >> On Thu, Sep 7, 2017 at 1:42 PM, Masahiro Yamada >> wrote: >> >>> This GPIO controller device is used on UniPhier SoCs. >>> >>> It also serves as an interrupt controller, but interrupt signals are >>>

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

2017-09-12 Thread David Daney
On 09/12/2017 07:03 AM, Linus Walleij wrote: On Thu, Sep 7, 2017 at 1:42 PM, Masahiro Yamada wrote: This GPIO controller device is used on UniPhier SoCs. It also serves as an interrupt controller, but interrupt signals are just delivered to the parent irqchip without any latching or OR'ing. T

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

2017-09-12 Thread Linus Walleij
On Thu, Sep 7, 2017 at 1:42 PM, Masahiro Yamada wrote: > This GPIO controller device is used on UniPhier SoCs. > > It also serves as an interrupt controller, but interrupt signals are > just delivered to the parent irqchip without any latching or OR'ing. > This is implemented by using hierarchy I

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

2017-09-11 Thread Rob Herring
On Sat, Sep 09, 2017 at 12:14:45AM +0900, Masahiro Yamada wrote: > Hi Rob, > > > 2017-09-08 4:41 GMT+09:00 Rob Herring : > > On Thu, Sep 7, 2017 at 6:42 AM, Masahiro Yamada > > wrote: > >> This GPIO controller device is used on UniPhier SoCs. > >> > >> It also serves as an interrupt controller,

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

2017-09-10 Thread kbuild test robot
Hi Masahiro, [auto build test ERROR on tip/irq/core] [also build test ERROR on next-20170908] [cannot apply to v4.13] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Masahiro-Yamada/irqdomain-gpi

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

2017-09-08 Thread Masahiro Yamada
Hi Rob, 2017-09-08 4:41 GMT+09:00 Rob Herring : > On Thu, Sep 7, 2017 at 6:42 AM, Masahiro Yamada > wrote: >> This GPIO controller device is used on UniPhier SoCs. >> >> It also serves as an interrupt controller, but interrupt signals are >> just delivered to the parent irqchip without any latch

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

2017-09-07 Thread Rob Herring
On Thu, Sep 7, 2017 at 6:42 AM, Masahiro Yamada wrote: > This GPIO controller device is used on UniPhier SoCs. > > It also serves as an interrupt controller, but interrupt signals are > just delivered to the parent irqchip without any latching or OR'ing. > This is implemented by using hierarchy IR