mbox series

[v2,0/8] IPQ40xx: Improve support

Message ID 20200910110908.67881-1-robert.marko@sartura.hr
Headers show
Series IPQ40xx: Improve support | expand

Message

Robert Marko Sept. 10, 2020, 11:09 a.m. UTC
This patch series builds on the previously merged basic
Qualcomm IPQ40xx series support.

v2 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

Comments

Tom Rini Sept. 10, 2020, 1:30 p.m. UTC | #1
On Thu, Sep 10, 2020 at 01:09:00PM +0200, Robert Marko wrote:

> This patch series builds on the previously merged basic
> Qualcomm IPQ40xx series support.
> 
> v2 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>

Is this just a re-send of v2?  Thanks.
Robert Marko Sept. 10, 2020, 1:56 p.m. UTC | #2
On Thu, Sep 10, 2020 at 3:30 PM Tom Rini <trini@konsulko.com> wrote:
>
> On Thu, Sep 10, 2020 at 01:09:00PM +0200, Robert Marko wrote:
>
> > This patch series builds on the previously merged basic
> > Qualcomm IPQ40xx series support.
> >
> > v2 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>
>
> Is this just a re-send of v2?  Thanks.
Sorry, I meant to send out a v3.
Completely messed up.
Will send the new series as v3 ASAP.
>
> --
> Tom