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

2013-04-02 Thread Linus Walleij
On Thu, Mar 28, 2013 at 12:40 PM, Tien Hock Loh wrote: >> (...) >> > +Altera GPIO specific properties: >> > +- width: Width of the GPIO bank, range from 1-32 >> > +- level_trigger: Specifies whether the GPIO interrupt is level trigger. >> > + This field is required if the Altera GPIO controller

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

2013-03-28 Thread Tien Hock Loh
On Wed, 2013-03-27 at 12:58 +0100, Linus Walleij wrote: > On Tue, Mar 12, 2013 at 6:37 AM, wrote: > > > From: Tien Hock Loh > > > > Adds a new driver for Altera soft GPIO IP. The driver is able to > > do read/write and allows GPIO to be a interrupt controller. > > > > Tested on Altera GHRD on i

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

2013-03-27 Thread Linus Walleij
On Tue, Mar 12, 2013 at 6:37 AM, wrote: > From: Tien Hock Loh > > Adds a new driver for Altera soft GPIO IP. The driver is able to > do read/write and allows GPIO to be a interrupt controller. > > Tested on Altera GHRD on interrupt handling and IO. > > Signed-off-by: Tien Hock Loh > --- > ...

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

2013-03-18 Thread Tien Hock Loh
Hi, Are the codes good for upstream? Thanks. -Original Message- From: Tien Hock Loh Sent: Tuesday, March 12, 2013 1:38 PM To: Linus Walleij; Rob Landley Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Tien Hock Loh Subject: [PATCH 1/1] drivers/gpio: Altera soft IP GPIO

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

2013-03-11 Thread thloh
From: Tien Hock Loh Adds a new driver for Altera soft GPIO IP. The driver is able to do read/write and allows GPIO to be a interrupt controller. Tested on Altera GHRD on interrupt handling and IO. Signed-off-by: Tien Hock Loh --- .../devicetree/bindings/gpio/gpio-altera.txt | 37 +++ d