[PULL] u-boot-usb/master

Marek Vasut marex at denx.de
Tue May 5 16:24:37 CEST 2020


The following changes since commit c693f212c5b0433b3a49a89d87cbff28bf78eb87:

  Merge branch '2020-05-01-master-imports' (2020-05-01 16:43:15 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-usb.git master

for you to fetch changes up to c01a7773a5e71322d3458f20560344ff475cd26c:

  MAINTAINERS: MediaTek: add USB related files (2020-05-02 12:32:28 +0200)

----------------------------------------------------------------
Chunfeng Yun (14):
      dm: core: Add function to get child count of ofnode or device
      test: dm: add test item for ofnode_get_child_count()
      phy: Add API for a bulk of phys
      test: dm: phy: add a test item for the phy_bulk API
      usb: dwc3: use the phy bulk API to get phys
      usb: dwc2_udc_otg: use the phy bulk API to get phys
      phy: phy-mtk-tphy: add support USB phys
      phy: phy-mtk-tphy: add support new version
      phy: phy-mtk-tphy: add a new reference clock
      xhci: mediatek: Add support for MTK xHCI host controller
      arm: dts: mt7629: add usb related nodes
      dt-bindings: phy-mtk-tphy: add properties of address mapping and
clocks
      dt-bindings: usb: mtk-xhci: Add binding for MediaTek xHCI host
controller
      MAINTAINERS: MediaTek: add USB related files

 MAINTAINERS                                        |   3 +
 arch/arm/dts/mt7629-rfb.dts                        |   8 +++
 arch/arm/dts/mt7629.dtsi                           |  41 +++++++++++
 arch/sandbox/dts/test.dts                          |  29 ++++++++
 doc/device-tree-bindings/phy/phy-mtk-tphy.txt      |  78
+++++++++++++++++---
 doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt |  40 +++++++++++
 drivers/core/ofnode.c                              |  11 +++
 drivers/core/read.c                                |   5 ++
 drivers/phy/phy-mtk-tphy.c                         | 316
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 drivers/phy/phy-uclass.c                           |  97
+++++++++++++++++++++++++
 drivers/usb/dwc3/core.c                            |  87
+++++------------------
 drivers/usb/dwc3/dwc3-generic.c                    |   7 +-
 drivers/usb/gadget/dwc2_udc_otg.c                  |  93
+++++-------------------
 drivers/usb/host/Kconfig                           |   6 ++
 drivers/usb/host/Makefile                          |   1 +
 drivers/usb/host/xhci-dwc3.c                       |   7 +-
 drivers/usb/host/xhci-mtk.c                        | 303
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/host/xhci.c                            |  10 +++
 include/dm/ofnode.h                                |   8 +++
 include/dm/read.h                                  |  13 ++++
 include/dwc3-uboot.h                               |  11 ++-
 include/generic-phy.h                              |  92
++++++++++++++++++++++++
 include/usb/xhci.h                                 |   3 +
 test/dm/ofnode.c                                   |  21 ++++++
 test/dm/phy.c                                      |  33 +++++++++
 25 files changed, 1135 insertions(+), 188 deletions(-)
 create mode 100644 doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt
 create mode 100644 drivers/usb/host/xhci-mtk.c


More information about the U-Boot mailing list