This series enables MMC based fastboot flashing for IPQ9574 boards.
For this the following are added/enabled
        * USB2 & USB3 phys support
        * USB Gadget support, Fastboot-MMC related configs
        * Flashing related documentation

v3: - Rebase to top of tree
    - Drop DT changes
    - Pick up R-b tags
    - Include Linux kernel version information in relevant commits
    - Update documentation about 'n/w driver'
    v2: 
https://lore.kernel.org/u-boot/[email protected]/

v2: Resend of 
https://lore.kernel.org/u-boot/[email protected]/#t
    Rebased to latest top of tree
    Updated author and Signed-off-by email id from quicinc.com to 
oss.qualcomm.com

Signed-off-by: Varadarajan Narayanan <[email protected]>
---
Varadarajan Narayanan (5):
      clk/qcom: Add USB related clocks for IPQ9574
      phy: Add IPQ9574 support to Qualcomm QUSB2 phy
      phy: qcom: Add QMP USB PHY driver
      configs: ipq9574: Enable fastboot support
      doc: board/qualcomm: Update RDP flashing instructions

 configs/qcom_ipq9574_mmc_defconfig                 |   18 +-
 doc/board/qualcomm/rdp.rst                         |   16 +
 drivers/clk/qcom/clock-ipq9574.c                   |   28 +
 drivers/phy/qcom/Kconfig                           |    8 +
 drivers/phy/qcom/Makefile                          |    1 +
 drivers/phy/qcom/phy-qcom-qmp-pcs-misc-v4.h        |   17 +
 drivers/phy/qcom/phy-qcom-qmp-pcs-usb-v5.h         |   36 +
 drivers/phy/qcom/phy-qcom-qmp-pcs-usb-v6.h         |   17 +
 drivers/phy/qcom/phy-qcom-qmp-pcs-usb-v7.h         |   17 +
 drivers/phy/qcom/phy-qcom-qmp-pcs-usb-v8.h         |   38 +
 drivers/phy/qcom/phy-qcom-qmp-pcs-v4_20.h          |   15 +
 drivers/phy/qcom/phy-qcom-qmp-pcs-v5_20.h          |   21 +
 drivers/phy/qcom/phy-qcom-qmp-pcs-v6-n4.h          |   32 +
 drivers/phy/qcom/phy-qcom-qmp-pcs-v6.h             |    2 +
 drivers/phy/qcom/phy-qcom-qmp-pcs-v7.h             |   34 +
 drivers/phy/qcom/phy-qcom-qmp-pcs-v8.h             |   32 +
 drivers/phy/qcom/phy-qcom-qmp-pcs-v8_50.h          |   13 +
 drivers/phy/qcom/phy-qcom-qmp-qserdes-com-v2.h     |  109 +
 drivers/phy/qcom/phy-qcom-qmp-qserdes-com-v6.h     |    7 +
 drivers/phy/qcom/phy-qcom-qmp-qserdes-com-v7.h     |   87 +
 drivers/phy/qcom/phy-qcom-qmp-qserdes-com-v8.h     |   75 +
 drivers/phy/qcom/phy-qcom-qmp-qserdes-com.h        |  231 +-
 drivers/phy/qcom/phy-qcom-qmp-qserdes-lalb-v8.h    |  639 ++++++
 drivers/phy/qcom/phy-qcom-qmp-qserdes-ln-shrd-v5.h |   11 +
 drivers/phy/qcom/phy-qcom-qmp-qserdes-txrx-v2.h    |  205 ++
 drivers/phy/qcom/phy-qcom-qmp-qserdes-txrx-v4_20.h |   43 +
 drivers/phy/qcom/phy-qcom-qmp-qserdes-txrx-v5_20.h |   86 +
 .../phy/qcom/phy-qcom-qmp-qserdes-txrx-v5_5nm.h    |  328 +++
 drivers/phy/qcom/phy-qcom-qmp-qserdes-txrx-v6.h    |    1 +
 drivers/phy/qcom/phy-qcom-qmp-qserdes-txrx-v6_n4.h |   64 +
 drivers/phy/qcom/phy-qcom-qmp-qserdes-txrx-v7.h    |   80 +
 drivers/phy/qcom/phy-qcom-qmp-qserdes-txrx-v8.h    |   68 +
 drivers/phy/qcom/phy-qcom-qmp-ufs.c                |  136 +-
 drivers/phy/qcom/phy-qcom-qmp-usb.c                | 2198 ++++++++++++++++++++
 .../phy/qcom/phy-qcom-qmp-usb43-qserdes-com-v8.h   |  224 ++
 drivers/phy/qcom/phy-qcom-qmp.h                    |  142 +-
 drivers/phy/qcom/phy-qcom-qusb2.c                  |  356 +++-
 37 files changed, 5081 insertions(+), 354 deletions(-)
---
base-commit: baa64b2f892890f00a377eac4a3e685472bb56b5
change-id: 20260805-fastboot-fa492e2d87b8

Best regards,
-- 
Varadarajan Narayanan <[email protected]>

Reply via email to