public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/8] AM654: Add USB support
@ 2019-12-09  5:07 Vignesh Raghavendra
  2019-12-09  5:07 ` [PATCH v2 1/8] dwc3-generic: Add support for AM654 USB controller Vignesh Raghavendra
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Vignesh Raghavendra @ 2019-12-09  5:07 UTC (permalink / raw)
  To: u-boot

This series adds USB support for AM654 SoC that has DWC3 USB controller.

Patch 1 adds new compatible for DWC3 driver. Patch 2 and 3 adds PHY
related changes and remaining patches add DT and configs related to USB
host,device and DFU support.

v2:
Rebase onto the latest master
Collect Reviewed-bys

Vignesh Raghavendra (8):
  dwc3-generic: Add support for AM654 USB controller
  phy: omap-usb2-phy: Fix warnings when built for ARM64
  phy: omap-usb2-phy: Add support for AM654 USB2 PHY
  arm: dts: k3-am65-main: add USB support
  arm: dts: k3-am654-base-board: enable USB1
  configs: am65x_evm: Add DFU related env variables
  am65x_evm_a53_defconfig: Enable configs to support USB and DFU
  configs: am65x_evm: Enable USB keyboard as second stdin

 arch/arm/dts/k3-am65-main.dtsi               | 78 ++++++++++++++++++++
 arch/arm/dts/k3-am654-base-board-u-boot.dtsi |  4 +
 arch/arm/dts/k3-am654-base-board.dts         | 28 +++++++
 configs/am65x_evm_a53_defconfig              | 22 ++++++
 drivers/phy/omap-usb2-phy.c                  | 22 +++++-
 drivers/usb/dwc3/dwc3-generic.c              |  1 +
 include/configs/am65x_evm.h                  | 11 ++-
 7 files changed, 162 insertions(+), 4 deletions(-)

-- 
2.24.0

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

end of thread, other threads:[~2020-01-20  6:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-09  5:07 [PATCH v2 0/8] AM654: Add USB support Vignesh Raghavendra
2019-12-09  5:07 ` [PATCH v2 1/8] dwc3-generic: Add support for AM654 USB controller Vignesh Raghavendra
2019-12-09  5:07 ` [PATCH v2 2/8] phy: omap-usb2-phy: Fix warnings when built for ARM64 Vignesh Raghavendra
2019-12-09  5:07 ` [PATCH v2 3/8] phy: omap-usb2-phy: Add support for AM654 USB2 PHY Vignesh Raghavendra
2019-12-09  5:07 ` [PATCH v2 4/8] arm: dts: k3-am65-main: add USB support Vignesh Raghavendra
2019-12-09  5:07 ` [PATCH v2 5/8] arm: dts: k3-am654-base-board: enable USB1 Vignesh Raghavendra
2019-12-09  5:07 ` [PATCH v2 6/8] configs: am65x_evm: Add DFU related env variables Vignesh Raghavendra
2019-12-09  5:07 ` [PATCH v2 7/8] am65x_evm_a53_defconfig: Enable configs to support USB and DFU Vignesh Raghavendra
2019-12-09  5:07 ` [PATCH v2 8/8] configs: am65x_evm: Enable USB keyboard as second stdin Vignesh Raghavendra
2020-01-20  6:03 ` [PATCH v2 0/8] AM654: Add USB support Lokesh Vutla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox