Re: [PATCH] powerpc/4xx: Add 4xx gpio support

2008-10-09 Thread Anton Vorontsov
Hi Stefan, On Thu, Oct 09, 2008 at 04:53:34PM +0200, Stefan Roese wrote: > This patch adds a 4xx gpio driver. Tested on a 405EP and a 440EPx > platform. > > Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> > --- > > This driver probably needs some final polishing. E.g. some parts can > be extrace

[PATCH] powerpc/4xx: Add 4xx gpio support

2008-10-09 Thread Stefan Roese
This patch adds a 4xx gpio driver. Tested on a 405EP and a 440EPx platform. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- This driver probably needs some final polishing. E.g. some parts can be extraced from ppc4xx_gpio_dir_in()/ppc4xx_gpio_dir_out() and moved into seperate functions to mak