Re: [PATCH v4 2/2] USB: TWL6025 allow different regulator name

2011-05-23 Thread Liam Girdwood
On 23/05/11 12:13, Balbi, Felipe wrote: > Hi, > > On Mon, May 23, 2011 at 10:58:27AM +0100, Liam Girdwood wrote: >> On 22/05/11 23:51, Mark Brown wrote: >>> On Sun, May 22, 2011 at 09:21:24PM +0100, Graeme Gregory wrote: The twl6025 uses a different regulator for USB than the 6030 so select >

Re: [PATCH v4 2/2] USB: TWL6025 allow different regulator name

2011-05-23 Thread Felipe Balbi
Hi, On Mon, May 23, 2011 at 10:58:27AM +0100, Liam Girdwood wrote: > On 22/05/11 23:51, Mark Brown wrote: > > On Sun, May 22, 2011 at 09:21:24PM +0100, Graeme Gregory wrote: > >> The twl6025 uses a different regulator for USB than the 6030 so select > >> the correct regulator name depending on the

Re: [PATCH v4 2/2] USB: TWL6025 allow different regulator name

2011-05-23 Thread Liam Girdwood
On 22/05/11 23:51, Mark Brown wrote: > On Sun, May 22, 2011 at 09:21:24PM +0100, Graeme Gregory wrote: >> The twl6025 uses a different regulator for USB than the 6030 so select >> the correct regulator name depending on the subclass of device. > > Acked-by: Mark Brown Acked-by: Liam Girdwood --

Re: [PATCH v4 2/2] USB: TWL6025 allow different regulator name

2011-05-22 Thread Mark Brown
On Sun, May 22, 2011 at 09:21:24PM +0100, Graeme Gregory wrote: > The twl6025 uses a different regulator for USB than the 6030 so select > the correct regulator name depending on the subclass of device. Acked-by: Mark Brown -- To unsubscribe from this list: send the line "unsubscribe linux-omap"

[PATCH v4 2/2] USB: TWL6025 allow different regulator name

2011-05-22 Thread Graeme Gregory
The twl6025 uses a different regulator for USB than the 6030 so select the correct regulator name depending on the subclass of device. Since V1 Use features passed via platform data instead of global variable. Signed-off-by: Graeme Gregory --- drivers/usb/otg/twl6030-usb.c | 10 +- 1