19 Nov, 2018

1 commit

  • Some platforms don't have alias for usb1 device, so when initialize the
    second controller, its seq is allocated by u-boot automatically.
    This introduces a problem if the initialization of first controller is failed,
    for example nothing connect to first controller, then the seq allocated
    for second controller is 0 not 1. EHCI driver uses the seq as index for
    USB controller and phy, so it will cause initialization problem for second
    controller.

    Fix the issue by adding the usb1 alias for second USB controller.

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan

    Ye Li
     

27 Apr, 2018

1 commit


27 Nov, 2017

1 commit


26 Oct, 2016

1 commit

  • Add i.MX6DQL dtsi support from Linux.

    Here is the last commit:
    "ARM: dts: imx6qdl: Fix SPDIF regression"
    (sha1: f065e9e4addd75c21bb976bb2558648bf4f61de6)

    Cc: Peng Fan
    Cc: Stefano Babic
    Cc: Fabio Estevam
    Cc: Matteo Lisi
    Cc: Michael Trimarchi
    Signed-off-by: Jagan Teki

    Jagan Teki