Re: [PATCH] of/gpio: Implement of_get_gpio_flags()

2008-11-28 Thread Anton Vorontsov
On Fri, Nov 28, 2008 at 01:11:38AM -0800, Trent Piepho wrote: > On Thu, 27 Nov 2008, Anton Vorontsov wrote: > > This function is alike to the simple of_get_gpio(), but accepts new > > argument: flags. This new function will be used by the drivers that > > need to retrieve additional GPIO informatio

Re: [PATCH] of/gpio: Implement of_get_gpio_flags()

2008-11-28 Thread Trent Piepho
On Thu, 27 Nov 2008, Anton Vorontsov wrote: > This function is alike to the simple of_get_gpio(), but accepts new > argument: flags. This new function will be used by the drivers that > need to retrieve additional GPIO information, such as active-low flag. > > Signed-off-by: Anton Vorontsov <[EMAIL

[PATCH] of/gpio: Implement of_get_gpio_flags()

2008-11-27 Thread Anton Vorontsov
This function is alike to the simple of_get_gpio(), but accepts new argument: flags. This new function will be used by the drivers that need to retrieve additional GPIO information, such as active-low flag. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- drivers/of/gpio.c | 36