17 Sep, 2016

10 commits


10 Sep, 2016

1 commit


29 Jun, 2016

1 commit


10 Jun, 2016

1 commit


04 Jun, 2016

2 commits

  • Create an entry for "config USB_XHCI_DWC3" in Kconfig and
    switch over to it for all boards.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     
  • Move CONFIG_USB_XHCI to defconfig files for all boards, renaming it
    into CONFIG_USB_XHCI_HCD.

    As commented in the help of "config USB_XHCI" entry, this has been
    a TODO for a long time; now CONFIG_USB_XHCI_HCD and CONFIG_USB_XHCI
    have been unified in favor of the former.

    Note:
    Some boards define CONFIG_USB_XHCI in their headers without
    CONFIG_USB, which does not meet the "depends on" in Kconfig.
    I added CONFIG_USB=y for those boards when converting.
    Otherwise, they would fail to build.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

18 May, 2016

1 commit


26 Apr, 2016

3 commits


25 Feb, 2016

1 commit

  • As QSPI and IFC are pin-multiplexed on LS1021A, only IFC is supported
    in SD boot now. For the customer's demand, QSPI needs to be supported
    in SD boot too.

    This patch adds QSPI or IFC support in SD boot according to the
    corresponding defconfig. For detail, ls1021aqds_sdcard_ifc_defconfig
    is used to support IFC in SD boot and ls1021aqds_sdcard_qspi_defconfig
    is used to support QSPI in SD boot.

    Signed-off-by: Alison Wang
    Reviewed-by: York Sun

    Alison Wang