Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-29 Thread Grant Likely
On Mon, 7 Apr 2014 12:11:15 -0500, Josh Cartwright wrote: > On Mon, Apr 07, 2014 at 04:00:43PM +0800, Tien Hock Loh wrote: > > On Wed, Mar 19, 2014 at 6:09 PM, Tien Hock Loh wrote: > > > On Fri, Mar 7, 2014 at 11:14 PM, Josh Cartwright > > > wrote: > > >> On Mon, Mar 03, 2014 at 06:27:43PM

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-29 Thread Grant Likely
On Mon, 7 Apr 2014 12:11:15 -0500, Josh Cartwright jo...@codeaurora.org wrote: On Mon, Apr 07, 2014 at 04:00:43PM +0800, Tien Hock Loh wrote: On Wed, Mar 19, 2014 at 6:09 PM, Tien Hock Loh th...@altera.com wrote: On Fri, Mar 7, 2014 at 11:14 PM, Josh Cartwright jo...@codeaurora.org

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-23 Thread Tien Hock Loh
On Wed, Apr 23, 2014 at 9:32 PM, Linus Walleij wrote: > On Mon, Mar 3, 2014 at 11:27 AM, 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. >> >>

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-23 Thread Linus Walleij
On Mon, Mar 3, 2014 at 11:27 AM, 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 Some time has passed since this was posted and

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-23 Thread Tien Hock Loh
On Wed, Apr 23, 2014 at 9:32 PM, Linus Walleij linus.wall...@linaro.org wrote: On Mon, Mar 3, 2014 at 11:27 AM, th...@altera.com wrote: From: Tien Hock Loh th...@altera.com Add driver support for Altera GPIO soft IP, including interrupts and I/O. Tested on Altera CV SoC board using dipsw

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-23 Thread Linus Walleij
On Mon, Mar 3, 2014 at 11:27 AM, th...@altera.com wrote: From: Tien Hock Loh th...@altera.com 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 th...@altera.com Some

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-21 Thread Tien Hock Loh
On Isn, 2014-04-07 at 12:11 -0500, Josh Cartwright wrote: > On Mon, Apr 07, 2014 at 04:00:43PM +0800, Tien Hock Loh wrote: > > On Wed, Mar 19, 2014 at 6:09 PM, Tien Hock Loh wrote: > > > On Fri, Mar 7, 2014 at 11:14 PM, Josh Cartwright > > > wrote: > > >> On Mon, Mar 03, 2014 at 06:27:43PM

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-21 Thread Tien Hock Loh
On Isn, 2014-04-07 at 12:11 -0500, Josh Cartwright wrote: On Mon, Apr 07, 2014 at 04:00:43PM +0800, Tien Hock Loh wrote: On Wed, Mar 19, 2014 at 6:09 PM, Tien Hock Loh th...@altera.com wrote: On Fri, Mar 7, 2014 at 11:14 PM, Josh Cartwright jo...@codeaurora.org wrote: On Mon, Mar 03,

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-15 Thread 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 > --- > + return -ENOMEM; > + } > + altera_gc->domain = 0;

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-15 Thread 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 th...@altera.com --- + return -ENOMEM; + } + altera_gc-domain = 0; + +

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-07 Thread Josh Cartwright
On Mon, Apr 07, 2014 at 04:00:43PM +0800, Tien Hock Loh wrote: > On Wed, Mar 19, 2014 at 6:09 PM, Tien Hock Loh wrote: > > On Fri, Mar 7, 2014 at 11:14 PM, Josh Cartwright > > wrote: > >> On Mon, Mar 03, 2014 at 06:27:43PM +0800, th...@altera.com wrote: > >>> From: Tien Hock Loh [..] > >>> +

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-07 Thread Tien Hock Loh
On Wed, Mar 19, 2014 at 6:09 PM, Tien Hock Loh wrote: > On Fri, Mar 7, 2014 at 11:14 PM, Josh Cartwright wrote: >> On Mon, Mar 03, 2014 at 06:27:43PM +0800, th...@altera.com wrote: >>> From: Tien Hock Loh >>> >>> Add driver support for Altera GPIO soft IP, including interrupts and I/O. >>>

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-07 Thread Tien Hock Loh
On Wed, Mar 19, 2014 at 6:09 PM, Tien Hock Loh th...@altera.com wrote: On Fri, Mar 7, 2014 at 11:14 PM, Josh Cartwright jo...@codeaurora.org wrote: On Mon, Mar 03, 2014 at 06:27:43PM +0800, th...@altera.com wrote: From: Tien Hock Loh th...@altera.com Add driver support for Altera GPIO soft

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-07 Thread Josh Cartwright
On Mon, Apr 07, 2014 at 04:00:43PM +0800, Tien Hock Loh wrote: On Wed, Mar 19, 2014 at 6:09 PM, Tien Hock Loh th...@altera.com wrote: On Fri, Mar 7, 2014 at 11:14 PM, Josh Cartwright jo...@codeaurora.org wrote: On Mon, Mar 03, 2014 at 06:27:43PM +0800, th...@altera.com wrote: From: Tien

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-31 Thread Tien Hock Loh
On Sat, Mar 8, 2014 at 7:44 PM, Gerhard Sittig wrote: > On Mon, Mar 03, 2014 at 18:27 +0800, 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.

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-31 Thread Tien Hock Loh
On Sat, Mar 8, 2014 at 7:44 PM, Gerhard Sittig g...@denx.de wrote: On Mon, Mar 03, 2014 at 18:27 +0800, th...@altera.com wrote: From: Tien Hock Loh th...@altera.com Add driver support for Altera GPIO soft IP, including interrupts and I/O. Tested on Altera CV SoC board using dipsw and LED

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-19 Thread Tien Hock Loh
On Fri, Mar 7, 2014 at 11:14 PM, Josh Cartwright wrote: > On Mon, Mar 03, 2014 at 06:27:43PM +0800, 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

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-19 Thread Tien Hock Loh
On Fri, Mar 7, 2014 at 11:14 PM, Josh Cartwright jo...@codeaurora.org wrote: On Mon, Mar 03, 2014 at 06:27:43PM +0800, th...@altera.com wrote: From: Tien Hock Loh th...@altera.com Add driver support for Altera GPIO soft IP, including interrupts and I/O. Tested on Altera CV SoC board using

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-12 Thread Linus Walleij
On Sat, Mar 8, 2014 at 12:50 PM, Gerhard Sittig wrote: > On Fri, Mar 07, 2014 at 11:31 +0800, Linus Walleij wrote: >> >> On Mon, Mar 3, 2014 at 6:27 PM, wrote: >> >> > From: Tien Hock Loh >> > >> > Add driver support for Altera GPIO soft IP, including interrupts and I/O. >> > Tested on Altera

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-12 Thread Linus Walleij
On Sat, Mar 8, 2014 at 12:50 PM, Gerhard Sittig g...@denx.de wrote: On Fri, Mar 07, 2014 at 11:31 +0800, Linus Walleij wrote: On Mon, Mar 3, 2014 at 6:27 PM, th...@altera.com wrote: From: Tien Hock Loh th...@altera.com Add driver support for Altera GPIO soft IP, including interrupts and

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-08 Thread Gerhard Sittig
On Fri, Mar 07, 2014 at 11:31 +0800, Linus Walleij wrote: > > On Mon, Mar 3, 2014 at 6:27 PM, 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. > > > >

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-08 Thread Gerhard Sittig
On Mon, Mar 03, 2014 at 18:27 +0800, 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 > --- >

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-08 Thread Gerhard Sittig
On Mon, Mar 03, 2014 at 18:27 +0800, th...@altera.com wrote: From: Tien Hock Loh th...@altera.com 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 th...@altera.com

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-08 Thread Gerhard Sittig
On Fri, Mar 07, 2014 at 11:31 +0800, Linus Walleij wrote: On Mon, Mar 3, 2014 at 6:27 PM, th...@altera.com wrote: From: Tien Hock Loh th...@altera.com 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

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-07 Thread Josh Cartwright
On Mon, Mar 03, 2014 at 06:27:43PM +0800, 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 > --- >

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-07 Thread Josh Cartwright
On Mon, Mar 03, 2014 at 06:27:43PM +0800, th...@altera.com wrote: From: Tien Hock Loh th...@altera.com 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

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-06 Thread Linus Walleij
On Mon, Mar 3, 2014 at 6:27 PM, 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 Can I get some ACKs on this? Like from Gerhard,

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-06 Thread Linus Walleij
On Mon, Mar 3, 2014 at 6:27 PM, th...@altera.com wrote: From: Tien Hock Loh th...@altera.com 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 th...@altera.com Can I

[PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-03 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 | 44 +++ drivers/gpio/Kconfig

[PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-03-03 Thread thloh
From: Tien Hock Loh th...@altera.com 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 th...@altera.com --- .../devicetree/bindings/gpio/gpio-altera.txt | 44 +++