Series [1] introduces binding and driver support for DWC3 Multiport controllers. This series adds support for tertiary controller of SC8280 and enabled multiport controller for SA8295P-ADP platform. Till v13 [2] the DT was pushed along with driver code. Separated the DT changes from driver update and pushing it as this series. The first two versions were marked as v1 and v2. Marked this as v16 to avoid missing of change log till v13. Changes in v16: Marked it as v16 rather than v3 since till v13, there were DT changes sent along with driver code but were separated and this version is supposed to be v16. Fixed interrupt triggers from EDGE_RISING to EDGE_BOTH. Link to v15: https://lore.kernel.org/all/20240213082724.1789096-1-quic_kriskura@xxxxxxxxxxx/ Changes in v15: SA8540 Ride related code changes have been dropped and will pushed later due to unavailability of hardware with either Andrew or me for testing the gpio hog changes suggested in v1. Implemented vbus boost regulators as fixed regulators instead of modelling their enable pins as pinctrl nodes. Link to v14: https://lore.kernel.org/all/20240206114745.1388491-1-quic_kriskura@xxxxxxxxxxx/ [1]: https://lore.kernel.org/all/20240420044901.884098-1-quic_kriskura@xxxxxxxxxxx/ [2]: https://lore.kernel.org/all/20231007154806.605-1-quic_kriskura@xxxxxxxxxxx/#r Krishna Kurapati (2): arm64: dts: qcom: sc8280xp: Add USB DWC3 Multiport controller arm64: dts: qcom: sa8295p: Enable tertiary controller and its 4 USB ports arch/arm64/boot/dts/qcom/sa8295p-adp.dts | 83 ++++++++++++++++++++++++ arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 82 +++++++++++++++++++++++ 2 files changed, 165 insertions(+) -- 2.34.1