[U-Boot] [PATCH 2/3][v2] imx: usb: ehci-mx6: document board specific functions
Marek Vasut
marex at denx.de
Wed Aug 5 23:31:21 CEST 2015
On Wednesday, August 05, 2015 at 11:03:35 PM, Adrian Alonso wrote:
> Document target board specific functions
>
> board_ehci_hcd_init - override usb phy mode
> board_ehci_hcd_init - set usb vbus voltage
> board_ehci_power - enables/disables usb vbus voltage
>
> Signed-off-by: Adrian Alonso <aalonso at freescale.com>
> ---
> Changes for V2:
> Split from patch imx: usb: ehci-mx6: add usb support for imx7d soc
>
> drivers/usb/host/ehci-mx6.c | 31 +++++++++++++++++++++++++++++++
> 1 file changed, 31 insertions(+)
>
> diff --git a/drivers/usb/host/ehci-mx6.c b/drivers/usb/host/ehci-mx6.c
> index 0f94c8b..afc248b 100644
> --- a/drivers/usb/host/ehci-mx6.c
> +++ b/drivers/usb/host/ehci-mx6.c
> @@ -195,16 +195,47 @@ int usb_phy_mode(int port)
> return USB_INIT_HOST;
> }
>
> +/*
The kerneldoc starts with /** , the tool to generate the documentation
actually depends on that. Can you please fix this one thing and slap my
Acked-by: Marek Vasut <marex at denx.de>
on this patch when re-posting ?
[...]
Best regards,
Marek Vasut
More information about the U-Boot
mailing list