[U-Boot] [PATCH v4 0/3] Add board level usb support for mxsxsabresd and mx6slevk
Marek Vasut
marex at denx.de
Fri Nov 14 20:58:40 CET 2014
On Monday, November 10, 2014 at 01:50:38 AM, Peng Fan wrote:
> Changes v4:
> - Take Marek's suggestions, implement usb_phy_mode function and
> introduce a weak function board_usb_phy_mode.
> - change usb_phy_enable's return value with 0.
> - reimplement board_usb_phy_mode in board code.
> - add prototype type for board_usb_phy_mode and usb_phy_mode
>
> Changes v3:
> - Take Marek's suggestions, replace 'return val & USBPHY_CTRL_OTG_ID' with
> this new function like 'return board_usb_phy_mode(index);'
> Detailed discussion here:
> http://lists.denx.de/pipermail/u-boot/2014-November/194131.html
>
> Changes v2:
> - Introduce a new weak function to let board have a choice to decide which
> mode to work at.
> - move pinmux setting into board_init
> - add otg polarity setting in board_ehci_hcd_init
> - set pinmux struct static
Applied all, thanks!
Best regards,
Marek Vasut
More information about the U-Boot
mailing list