public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 0/8] IPQ40xx: Improve support
@ 2020-09-10 13:59 Robert Marko
  2020-09-10 13:59 ` [PATCH v3 1/8] dt-bindings: clock: import Qualcomm IPQ4019 bindings Robert Marko
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Robert Marko @ 2020-09-10 13:59 UTC (permalink / raw)
  To: u-boot

This patch series builds on the previously merged basic
Qualcomm IPQ40xx series support.

v3 series drops custom USB driver and instead uses existing
DWC3 generic driver.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Cc: Luka Perkov <luka.perkov@sartura.hr>

Robert Marko (8):
  dt-bindings: clock: import Qualcomm IPQ4019 bindings
  IPQ40xx: clk: Use dt-bindings instead of hardcoding
  IPQ40xx: Add SMEM support
  reset: Add IPQ40xx reset controller driver
  IPQ40xx: Add reset controller support
  phy: add driver for Qualcomm IPQ40xx USB PHY
  usb: dwc3: Add Qualcomm DWC3 compatible string
  IPQ40xx: Add USB nodes

 MAINTAINERS                                   |   4 +
 arch/arm/Kconfig                              |   3 +
 arch/arm/dts/qcom-ipq4019.dtsi                |  93 +++++++++-
 arch/arm/mach-ipq40xx/clock-ipq4019.c         |   4 +-
 drivers/phy/Kconfig                           |   6 +
 drivers/phy/Makefile                          |   1 +
 drivers/phy/phy-qcom-ipq4019-usb.c            | 145 +++++++++++++++
 drivers/reset/Kconfig                         |   8 +
 drivers/reset/Makefile                        |   1 +
 drivers/reset/reset-ipq4019.c                 | 173 ++++++++++++++++++
 drivers/smem/Kconfig                          |   2 +-
 drivers/usb/dwc3/dwc3-generic.c               |   1 +
 include/dt-bindings/clock/qcom,ipq4019-gcc.h  |  96 ++++++++++
 .../dt-bindings/reset/qcom,ipq4019-reset.h    |  92 ++++++++++
 14 files changed, 626 insertions(+), 3 deletions(-)
 create mode 100644 drivers/phy/phy-qcom-ipq4019-usb.c
 create mode 100644 drivers/reset/reset-ipq4019.c
 create mode 100644 include/dt-bindings/clock/qcom,ipq4019-gcc.h
 create mode 100644 include/dt-bindings/reset/qcom,ipq4019-reset.h

-- 
2.26.2

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

end of thread, other threads:[~2020-09-19 12:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-10 13:59 [PATCH v3 0/8] IPQ40xx: Improve support Robert Marko
2020-09-10 13:59 ` [PATCH v3 1/8] dt-bindings: clock: import Qualcomm IPQ4019 bindings Robert Marko
2020-09-19 12:33   ` Tom Rini
2020-09-10 14:00 ` [PATCH v3 2/8] IPQ40xx: clk: Use dt-bindings instead of hardcoding Robert Marko
2020-09-19 12:33   ` Tom Rini
2020-09-10 14:00 ` [PATCH v3 3/8] IPQ40xx: Add SMEM support Robert Marko
2020-09-19 12:33   ` Tom Rini
2020-09-10 14:00 ` [PATCH v3 4/8] reset: Add IPQ40xx reset controller driver Robert Marko
2020-09-19 12:33   ` Tom Rini
2020-09-10 14:00 ` [PATCH v3 5/8] IPQ40xx: Add reset controller support Robert Marko
2020-09-10 14:00 ` [PATCH v3 6/8] phy: add driver for Qualcomm IPQ40xx USB PHY Robert Marko
2020-09-19 12:34   ` Tom Rini
2020-09-10 14:00 ` [PATCH v3 7/8] usb: dwc3: Add Qualcomm DWC3 compatible string Robert Marko
2020-09-19 12:34   ` Tom Rini
2020-09-10 14:00 ` [PATCH v3 8/8] IPQ40xx: Add USB nodes Robert Marko
2020-09-19 12:34   ` Tom Rini

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