From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 5 Aug 2015 23:31:21 +0200 Subject: [U-Boot] [PATCH 2/3][v2] imx: usb: ehci-mx6: document board specific functions In-Reply-To: <1438808616-25585-2-git-send-email-aalonso@freescale.com> References: <1438808616-25585-1-git-send-email-aalonso@freescale.com> <1438808616-25585-2-git-send-email-aalonso@freescale.com> Message-ID: <201508052331.21740.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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 on this patch when re-posting ? [...] Best regards, Marek Vasut