Re: [PATCH V4 1/1] drivers/gpio: Altera soft IP GPIO driver

2013-11-29 Thread Linus Walleij
On Fri, Nov 29, 2013 at 5:41 PM, Gerhard Sittig wrote: > On Fri, Nov 29, 2013 at 09:59 +0800, Tien Hock Loh wrote: >> >> On Fri, Nov 29, 2013 at 4:24 AM, Gerhard Sittig wrote: >> > On Wed, Nov 27, 2013 at 11:49 +0800, th...@altera.com wrote: >> >> >> >> --- /dev/null >> >> +++ b/Documentation/dev

Re: [PATCH V4 1/1] drivers/gpio: Altera soft IP GPIO driver

2013-11-29 Thread Gerhard Sittig
On Fri, Nov 29, 2013 at 09:59 +0800, Tien Hock Loh wrote: > > On Fri, Nov 29, 2013 at 4:24 AM, Gerhard Sittig wrote: > > On Wed, Nov 27, 2013 at 11:49 +0800, th...@altera.com wrote: > >> > >> --- /dev/null > >> +++ b/Documentation/devicetree/bindings/gpio/gpio-altera.txt > >> @@ -0,0 +1,35 @@ > >

Re: [PATCH V4 1/1] drivers/gpio: Altera soft IP GPIO driver

2013-11-28 Thread Tien Hock Loh
On Fri, Nov 29, 2013 at 4:24 AM, Gerhard Sittig wrote: > On Wed, Nov 27, 2013 at 11:49 +0800, th...@altera.com wrote: >> >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/gpio/gpio-altera.txt >> @@ -0,0 +1,35 @@ >> +[ ... ] >> + >> +Example: >> + >> +gpio_altr: gpio_altr { >> +compat

Re: [PATCH V4 1/1] drivers/gpio: Altera soft IP GPIO driver

2013-11-28 Thread Gerhard Sittig
On Wed, Nov 27, 2013 at 11:49 +0800, th...@altera.com wrote: > > --- /dev/null > +++ b/Documentation/devicetree/bindings/gpio/gpio-altera.txt > @@ -0,0 +1,35 @@ > +[ ... ] > + > +Example: > + > +gpio_altr: gpio_altr { > +compatible = "altr,pio-1.0"; > +reg = <0xff20 0x10>; This length

Re: [PATCH V4 1/1] drivers/gpio: Altera soft IP GPIO driver

2013-11-27 Thread Tien Hock Loh
Hi Mark On Wed, Nov 27, 2013 at 10:40 PM, Mark Rutland wrote: > Hi, > > On Wed, Nov 27, 2013 at 03:49:52AM +, th...@altera.com wrote: >> From: Tien Hock Loh >> >> Add driver support for Altera GPIO soft IP, including interrupts and I/O. >> Tested on Altera CV SoC board using dipsw and LED us

Re: [PATCH V4 1/1] drivers/gpio: Altera soft IP GPIO driver

2013-11-27 Thread Mark Rutland
Hi, On Wed, Nov 27, 2013 at 03:49:52AM +, th...@altera.com wrote: > From: Tien Hock Loh > > Add driver support for Altera GPIO soft IP, including interrupts and I/O. > Tested on Altera CV SoC board using dipsw and LED using LED framework. > > Signed-off-by: Tien Hock Loh > --- > .../devic

[PATCH V4 1/1] drivers/gpio: Altera soft IP GPIO driver

2013-11-26 Thread thloh
From: Tien Hock Loh Add driver support for Altera GPIO soft IP, including interrupts and I/O. Tested on Altera CV SoC board using dipsw and LED using LED framework. Signed-off-by: Tien Hock Loh --- .../devicetree/bindings/gpio/gpio-altera.txt | 35 ++ drivers/gpio/Kconfig