Re: [U-Boot] [PATCH v2 4/5] usb: ulpi: add indicator configuration function

2012-09-06 Thread Marek Vasut
Dear Lucas Stach, > Hi Tom, > > Am Mittwoch, den 05.09.2012, 09:25 -0700 schrieb Tom Warren: > > Igor/Marek, > > > > > -Original Message- > > > From: Marek Vasut [mailto:ma...@denx.de] > > > Sent: Wednesday, September 05, 2012 1:52 AM > > > To: Igor Grinberg > > > Cc: Lucas Stach; u-boot

Re: [U-Boot] [PATCH v2 4/5] usb: ulpi: add indicator configuration function

2012-09-05 Thread Lucas Stach
Hi Tom, Am Mittwoch, den 05.09.2012, 09:25 -0700 schrieb Tom Warren: > Igor/Marek, > > > -Original Message- > > From: Marek Vasut [mailto:ma...@denx.de] > > Sent: Wednesday, September 05, 2012 1:52 AM > > To: Igor Grinberg > > Cc: Lucas Stach; u-boot@lists.denx.de; Stephen Warren; Tom War

Re: [U-Boot] [PATCH v2 4/5] usb: ulpi: add indicator configuration function

2012-09-05 Thread Tom Warren
Igor/Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Wednesday, September 05, 2012 1:52 AM > To: Igor Grinberg > Cc: Lucas Stach; u-boot@lists.denx.de; Stephen Warren; Tom Warren > Subject: Re: [PATCH v2 4/5] usb: ulpi: add indicator configuration function >

Re: [U-Boot] [PATCH v2 4/5] usb: ulpi: add indicator configuration function

2012-09-05 Thread Marek Vasut
Dear Igor Grinberg, > Hi Lucas, Tom, > > I'm sorry for the late reply. > I understand, that Tom has already applied this to tegra/next, > but as the changes/follow up patches are required, > may be we can do this in another fashion... > > 1) Thanks for the patch and working on extending the gene

Re: [U-Boot] [PATCH v2 4/5] usb: ulpi: add indicator configuration function

2012-09-05 Thread Igor Grinberg
Hi Lucas, Tom, I'm sorry for the late reply. I understand, that Tom has already applied this to tegra/next, but as the changes/follow up patches are required, may be we can do this in another fashion... 1) Thanks for the patch and working on extending the generic framework! 2) This patch has no d

[U-Boot] [PATCH v2 4/5] usb: ulpi: add indicator configuration function

2012-08-21 Thread Lucas Stach
Allows for easy configuration of the VBUS indicator related ULPI config bits. Also move the external indicator setup from ulpi_set_vbus() to the new function. Signed-off-by: Lucas Stach --- drivers/usb/ulpi/ulpi.c | 26 ++ include/usb/ulpi.h | 13 +++-- 2 Da