[PATCH 08/10] gpio: Add gpio driver for Actions OWL S900 SoC

2018-02-28 Thread Manivannan Sadhasivam
Add gpio driver for Actions Semi OWL family S900 SoC. Set of registers controlling the gpio shares the same register range with pinctrl block. GPIO registers are organized as 6 banks and each bank controls the maximum of 32 gpios. Signed-off-by: Manivannan Sadhasivam --- drivers/gpio/Kconfig

Re: [PATCH 08/10] gpio: Add gpio driver for Actions OWL S900 SoC

2018-02-21 Thread Manivannan Sadhasivam
Hi Philippe, On Tue, Feb 20, 2018 at 08:55:57AM +0100, Philippe Ombredanne wrote: > Manivannan, > > On Sat, Feb 17, 2018 at 9:44 PM, Manivannan Sadhasivam > wrote: > > Add gpio driver for Actions Semi OWL family S900 SoC. Set of registers > > controlling the gpio shares the same register range wi

Re: [PATCH 08/10] gpio: Add gpio driver for Actions OWL S900 SoC

2018-02-19 Thread Philippe Ombredanne
Manivannan, On Sat, Feb 17, 2018 at 9:44 PM, Manivannan Sadhasivam wrote: > Add gpio driver for Actions Semi OWL family S900 SoC. Set of registers > controlling the gpio shares the same register range with pinctrl block. > > GPIO registers are organized as 6 banks and each bank controls the > max

Re: [PATCH 08/10] gpio: Add gpio driver for Actions OWL S900 SoC

2018-02-19 Thread Manivannan Sadhasivam
Hi Andy, On Sun, Feb 18, 2018 at 04:45:09PM +0200, Andy Shevchenko wrote: > On Sat, Feb 17, 2018 at 10:44 PM, Manivannan Sadhasivam > wrote: > > Add gpio driver for Actions Semi OWL family S900 SoC. Set of registers > > controlling the gpio shares the same register range with pinctrl block. > > >

Re: [PATCH 08/10] gpio: Add gpio driver for Actions OWL S900 SoC

2018-02-18 Thread Andy Shevchenko
On Sat, Feb 17, 2018 at 10:44 PM, Manivannan Sadhasivam wrote: > Add gpio driver for Actions Semi OWL family S900 SoC. Set of registers > controlling the gpio shares the same register range with pinctrl block. > > GPIO registers are organized as 6 banks and each bank controls the > maximum of 32 g

[PATCH 08/10] gpio: Add gpio driver for Actions OWL S900 SoC

2018-02-17 Thread Manivannan Sadhasivam
Add gpio driver for Actions Semi OWL family S900 SoC. Set of registers controlling the gpio shares the same register range with pinctrl block. GPIO registers are organized as 6 banks and each bank controls the maximum of 32 gpios. Signed-off-by: Manivannan Sadhasivam --- drivers/gpio/Kconfig