Re: [linux-usb-devel] [PATCH] generic gpio: add default level to gpio_direction_output

2007-03-02 Thread Haavard Skinnemoen
On Thu, 1 Mar 2007 13:08:57 -0800 David Brownell <[EMAIL PROTECTED]> wrote: > On Thursday 01 March 2007 6:32 am, Milan Svoboda wrote: > > This patch adds second parameter to gpio_direction_output function. > > This allows users to specify default output level. > > > > Patch covers pxa and ixp4xx

Re: [linux-usb-devel] [PATCH] generic gpio: add default level to gpio_direction_output

2007-03-01 Thread David Brownell
On Thursday 01 March 2007 6:32 am, Milan Svoboda wrote: > This patch adds second parameter to gpio_direction_output function. > This allows users to specify default output level. > > Patch covers pxa and ixp4xx plus driver for pxa2xx_udc. > > Patch is agains 2.6.21-rc1 > > What do you think abou

[linux-usb-devel] [PATCH] generic gpio: add default level to gpio_direction_output

2007-03-01 Thread Milan Svoboda
This patch adds second parameter to gpio_direction_output function. This allows users to specify default output level. Patch covers pxa and ixp4xx plus driver for pxa2xx_udc. Patch is agains 2.6.21-rc1 What do you think about this attempt? Signed-off-by: Milan Svoboda <[EMAIL PROTECTED]> ---