* [U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype
@ 2012-08-19 16:22 Lucas Stach
2012-08-19 16:44 ` Marek Vasut
2012-08-20 9:57 ` Igor Grinberg
0 siblings, 2 replies; 4+ messages in thread
From: Lucas Stach @ 2012-08-19 16:22 UTC (permalink / raw)
To: u-boot
Match the name of the header prototype with the actual
implementation.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
include/usb/ulpi.h | 2 +-
1 Datei ge?ndert, 1 Zeile hinzugef?gt(+), 1 Zeile entfernt(-)
diff --git a/include/usb/ulpi.h b/include/usb/ulpi.h
index 4a23fd2..9a75c24 100644
--- a/include/usb/ulpi.h
+++ b/include/usb/ulpi.h
@@ -61,7 +61,7 @@ int ulpi_select_transceiver(struct ulpi_viewport *ulpi_vp, unsigned speed);
*
* returns 0 on success, ULPI_ERROR on failure.
*/
-int ulpi_enable_vbus(struct ulpi_viewport *ulpi_vp,
+int ulpi_set_vbus(struct ulpi_viewport *ulpi_vp,
int on, int ext_power, int ext_ind);
/*
--
1.7.11.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype
2012-08-19 16:22 [U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype Lucas Stach
@ 2012-08-19 16:44 ` Marek Vasut
2012-08-20 9:57 ` Igor Grinberg
1 sibling, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2012-08-19 16:44 UTC (permalink / raw)
To: u-boot
Dear Lucas Stach,
> Match the name of the header prototype with the actual
> implementation.
Applied, thanks
> Signed-off-by: Lucas Stach <dev@lynxeye.de>
> ---
> include/usb/ulpi.h | 2 +-
> 1 Datei ge?ndert, 1 Zeile hinzugef?gt(+), 1 Zeile entfernt(-)
>
> diff --git a/include/usb/ulpi.h b/include/usb/ulpi.h
> index 4a23fd2..9a75c24 100644
> --- a/include/usb/ulpi.h
> +++ b/include/usb/ulpi.h
> @@ -61,7 +61,7 @@ int ulpi_select_transceiver(struct ulpi_viewport
> *ulpi_vp, unsigned speed); *
> * returns 0 on success, ULPI_ERROR on failure.
> */
> -int ulpi_enable_vbus(struct ulpi_viewport *ulpi_vp,
> +int ulpi_set_vbus(struct ulpi_viewport *ulpi_vp,
> int on, int ext_power, int ext_ind);
>
> /*
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype
2012-08-19 16:22 [U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype Lucas Stach
2012-08-19 16:44 ` Marek Vasut
@ 2012-08-20 9:57 ` Igor Grinberg
2012-08-20 13:46 ` Marek Vasut
1 sibling, 1 reply; 4+ messages in thread
From: Igor Grinberg @ 2012-08-20 9:57 UTC (permalink / raw)
To: u-boot
On 08/19/12 19:22, Lucas Stach wrote:
> Match the name of the header prototype with the actual
> implementation.
>
> Signed-off-by: Lucas Stach <dev@lynxeye.de>
Good catch! Thanks!
Marek, if it is not too late then:
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
If it is too late, then don't bother...
--
Regards,
Igor.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype
2012-08-20 9:57 ` Igor Grinberg
@ 2012-08-20 13:46 ` Marek Vasut
0 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2012-08-20 13:46 UTC (permalink / raw)
To: u-boot
Dear Igor Grinberg,
> On 08/19/12 19:22, Lucas Stach wrote:
> > Match the name of the header prototype with the actual
> > implementation.
> >
> > Signed-off-by: Lucas Stach <dev@lynxeye.de>
>
> Good catch! Thanks!
>
> Marek, if it is not too late then:
>
> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
>
> If it is too late, then don't bother...
Already applied it, but thanks!
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-08-20 13:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-19 16:22 [U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype Lucas Stach
2012-08-19 16:44 ` Marek Vasut
2012-08-20 9:57 ` Igor Grinberg
2012-08-20 13:46 ` Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox