Message ID | 20250410-exynos7870-usbphy-v2-0-2eb005987455@disroot.org (mailing list archive) |
---|---|
Headers | show |
Series | Introduce USBDRD-PHY support for Exynos7870 SoC | expand |
On Thu, 10 Apr 2025 14:01:11 +0530, Kaustabh Chakraborty wrote: > Apart from introducing driver support and documentation, this patch series > also introduces a masking fix and non-functional changes. > > This patch series is a part of Exynos7870 upstreaming. > > Applied, thanks! [1/3] phy: exynos5-usbdrd: use GENMASK and FIELD_PREP for Exynos5 PHY registers commit: 9b6662a0f715b3f43b42c3aadf32fa6ffaa8890c [2/3] dt-bindings: phy: samsung,usb3-drd-phy: add exynos7870-usbdrd-phy compatible commit: 23f793850e9ee7390584c0809f085d6c88de7d3f [3/3] phy: exynos5-usbdrd: add exynos7870 USBDRD support commit: 588d5d20ca8defa5ba5d1b536ff3695f6ab7aa87 Best regards,
Apart from introducing driver support and documentation, this patch series also introduces a masking fix and non-functional changes. This patch series is a part of Exynos7870 upstreaming. Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> --- Changes in v2: - Do away with [PATCH 1/4] from v1 as it was sent separately. - Take over ownership of patches by the co-author, upon their request. - Link to v1: https://lore.kernel.org/r/20250204-exynos7870-usbphy-v1-0-f30a9857efeb@disroot.org --- Kaustabh Chakraborty (3): phy: exynos5-usbdrd: use GENMASK and FIELD_PREP for Exynos5 PHY registers dt-bindings: phy: samsung,usb3-drd-phy: add exynos7870-usbdrd-phy compatible phy: exynos5-usbdrd: add exynos7870 USBDRD support .../bindings/phy/samsung,usb3-drd-phy.yaml | 2 + drivers/phy/samsung/phy-exynos5-usbdrd.c | 407 +++++++++++++++++---- include/linux/soc/samsung/exynos-regs-pmu.h | 2 + 3 files changed, 339 insertions(+), 72 deletions(-) --- base-commit: e5d3fd687aac5eceb1721fa92b9f49afcf4c3717 change-id: 20250203-exynos7870-usbphy-6b98936f441d Best regards,