Re: [PATCH] powerpc/5200: add GPIO functions for simple interrupt GPIOs

2011-07-19 Thread Anatolij Gustschin
On Fri, 15 Jul 2011 14:08:01 -0600 Grant Likely wrote: > On Sat, Jul 09, 2011 at 12:14:09PM +0200, Anatolij Gustschin wrote: > > On Wed, 6 Jul 2011 11:52:45 -0600 > > Grant Likely wrote: > > > > > On Mon, May 23, 2011 at 11:25:30AM +0200, Anatolij Gustschin wrote: > > > > The mpc52xx_gpio drive

Re: [PATCH] powerpc/5200: add GPIO functions for simple interrupt GPIOs

2011-07-15 Thread Grant Likely
On Sat, Jul 09, 2011 at 12:14:09PM +0200, Anatolij Gustschin wrote: > On Wed, 6 Jul 2011 11:52:45 -0600 > Grant Likely wrote: > > > On Mon, May 23, 2011 at 11:25:30AM +0200, Anatolij Gustschin wrote: > > > The mpc52xx_gpio driver currently supports 8 wakeup GPIOs and 32 > > > simple GPIOs. Extend

Re: [PATCH] powerpc/5200: add GPIO functions for simple interrupt GPIOs

2011-07-09 Thread Anatolij Gustschin
On Wed, 6 Jul 2011 11:52:45 -0600 Grant Likely wrote: > On Mon, May 23, 2011 at 11:25:30AM +0200, Anatolij Gustschin wrote: > > The mpc52xx_gpio driver currently supports 8 wakeup GPIOs and 32 > > simple GPIOs. Extend it to also support GPIO function of 8 simple > > interrupt GPIOs controlled in

Re: [PATCH] powerpc/5200: add GPIO functions for simple interrupt GPIOs

2011-07-06 Thread Grant Likely
On Mon, May 23, 2011 at 11:25:30AM +0200, Anatolij Gustschin wrote: > The mpc52xx_gpio driver currently supports 8 wakeup GPIOs and 32 > simple GPIOs. Extend it to also support GPIO function of 8 simple > interrupt GPIOs controlled in the standard GPIO register module. > > Signed-off-by: Anatolij

Re: [PATCH] powerpc/5200: add GPIO functions for simple interrupt GPIOs

2011-07-06 Thread Anatolij Gustschin
Hi Grant, Ping. On Mon, 23 May 2011 11:25:30 +0200 Anatolij Gustschin wrote: > The mpc52xx_gpio driver currently supports 8 wakeup GPIOs and 32 > simple GPIOs. Extend it to also support GPIO function of 8 simple > interrupt GPIOs controlled in the standard GPIO register module. > > Signed-off-

[PATCH] powerpc/5200: add GPIO functions for simple interrupt GPIOs

2011-05-23 Thread Anatolij Gustschin
The mpc52xx_gpio driver currently supports 8 wakeup GPIOs and 32 simple GPIOs. Extend it to also support GPIO function of 8 simple interrupt GPIOs controlled in the standard GPIO register module. Signed-off-by: Anatolij Gustschin --- arch/powerpc/platforms/52xx/mpc52xx_gpio.c | 117