All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Add support for MediaTek xHCI host controller
@ 2020-03-11  6:50 Chunfeng Yun
  2020-03-11  6:50 ` [PATCH 1/8] phy: phy-mtk-tphy: add support USB phys Chunfeng Yun
                   ` (7 more replies)
  0 siblings, 8 replies; 39+ messages in thread
From: Chunfeng Yun @ 2020-03-11  6:50 UTC (permalink / raw)
  To: u-boot

The series of patches are used to support xHCI host controller on
MediaTek SoCs which has a glue layer IPPC (IP Port Control), and
add USB function on T-PHY including T-PHY V1 and V2;
Finally add USB related nodes for MT7629 platform.

Chunfeng Yun (8):
  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
  dm: core: Add function to get child count of ofnode
  xhci: mediatek: Add support for MTK xHCI host controller
  arm: dts: mt7629: add support 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

 arch/arm/dts/mt7629-rfb.dts                   |   8 +
 arch/arm/dts/mt7629.dtsi                      |  41 ++
 doc/device-tree-bindings/phy/phy-mtk-tphy.txt |  78 ++-
 .../usb/mediatek,mtk-xhci.txt                 |  40 ++
 drivers/phy/phy-mtk-tphy.c                    | 313 ++++++++++-
 drivers/usb/host/Kconfig                      |   6 +
 drivers/usb/host/Makefile                     |   1 +
 drivers/usb/host/xhci-mtk.c                   | 508 ++++++++++++++++++
 include/dm/ofnode.h                           |  17 +
 9 files changed, 987 insertions(+), 25 deletions(-)
 create mode 100644 doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt
 create mode 100644 drivers/usb/host/xhci-mtk.c

-- 
2.25.1

^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2020-04-19 23:38 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-11  6:50 [PATCH 0/8] Add support for MediaTek xHCI host controller Chunfeng Yun
2020-03-11  6:50 ` [PATCH 1/8] phy: phy-mtk-tphy: add support USB phys Chunfeng Yun
2020-03-11  6:50 ` [PATCH 2/8] phy: phy-mtk-tphy: add support new version Chunfeng Yun
2020-03-11  6:50 ` [PATCH 3/8] phy: phy-mtk-tphy: add a new reference clock Chunfeng Yun
2020-03-11  6:50 ` [PATCH 4/8] dm: core: Add function to get child count of ofnode Chunfeng Yun
2020-03-11 12:17   ` Simon Glass
2020-03-12  6:24     ` Chunfeng Yun
2020-03-11  6:50 ` [PATCH 5/8] xhci: mediatek: Add support for MTK xHCI host controller Chunfeng Yun
2020-03-11  7:11   ` Marek Vasut
2020-03-11  8:17     ` Chunfeng Yun
2020-03-21  8:53     ` Chunfeng Yun
2020-03-21 14:12     ` Simon Glass
2020-03-21 15:08       ` Marek Vasut
2020-03-21 16:42         ` Simon Glass
2020-03-21 16:59           ` Marek Vasut
2020-03-21 18:41             ` Simon Glass
2020-03-21 19:01               ` Marek Vasut
2020-03-21 19:34                 ` Simon Glass
2020-03-21 20:04                   ` Marek Vasut
2020-03-22  2:08                     ` Simon Glass
2020-03-22  2:15                       ` Marek Vasut
2020-03-22 15:17                         ` Simon Glass
2020-03-22 15:34                           ` Marek Vasut
2020-03-24  3:56                             ` Chunfeng Yun
2020-03-30 23:31                             ` Simon Glass
2020-03-31  0:38                               ` Marek Vasut
2020-03-31 13:24                                 ` Simon Glass
2020-03-31 13:29                                   ` Marek Vasut
2020-03-31 14:16                                     ` Simon Glass
2020-03-31 16:05                                       ` Marek Vasut
2020-04-10 18:41                                         ` Marek Vasut
2020-04-10 19:14                                           ` Simon Glass
2020-04-10 19:27                                             ` Marek Vasut
2020-04-19 23:38                                               ` Simon Glass
2020-03-11 12:18   ` Simon Glass
2020-03-12  6:23     ` Chunfeng Yun
2020-03-11  6:50 ` [PATCH 6/8] arm: dts: mt7629: add support usb related nodes Chunfeng Yun
2020-03-11  6:50 ` [PATCH 7/8] dt-bindings: phy-mtk-tphy: add properties of address mapping and clocks Chunfeng Yun
2020-03-11  6:50 ` [PATCH 8/8] dt-bindings: usb: mtk-xhci: Add binding for MediaTek xHCI host controller Chunfeng Yun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.