mbox series

[0/3] Support exynosautov920 ufs phy driver

Message ID 20241107041509.824457-1-sowon.na@samsung.com (mailing list archive)
Headers show
Series Support exynosautov920 ufs phy driver | expand

Message

Sowon Na Nov. 7, 2024, 4:15 a.m. UTC
This patchset introduces ExynosAuto v920 SoC ufs phy driver as
Generic PHY driver framework.

Sowon Na (3):
  dt-bindings: phy: Add ExynosAutov920 UFS PHY bindings
  phy: samsung-ufs: support exynosauto ufs phy driver
  arm64: dts: exynosautov920: add ufs phy for exynosautov920 SoC

 .../bindings/phy/samsung,ufs-phy.yaml         |   1 +
 .../arm64/boot/dts/exynos/exynosautov920.dtsi |  11 ++
 drivers/phy/samsung/Makefile                  |   1 +
 drivers/phy/samsung/phy-exynosautov920-ufs.c  | 159 ++++++++++++++++++
 drivers/phy/samsung/phy-samsung-ufs.c         |   9 +-
 drivers/phy/samsung/phy-samsung-ufs.h         |   4 +
 6 files changed, 182 insertions(+), 3 deletions(-)
 create mode 100644 drivers/phy/samsung/phy-exynosautov920-ufs.c

Comments

Sowon Na Nov. 7, 2024, 4:15 a.m. UTC | #1
This patchset introduces ExynosAuto v920 SoC ufs phy driver as
Generic PHY driver framework.

Sowon Na (3):
  dt-bindings: phy: Add ExynosAutov920 UFS PHY bindings
  phy: samsung-ufs: support exynosauto ufs phy driver
  arm64: dts: exynosautov920: add ufs phy for exynosautov920 SoC

 .../bindings/phy/samsung,ufs-phy.yaml         |   1 +
 .../arm64/boot/dts/exynos/exynosautov920.dtsi |  11 ++
 drivers/phy/samsung/Makefile                  |   1 +
 drivers/phy/samsung/phy-exynosautov920-ufs.c  | 159 ++++++++++++++++++
 drivers/phy/samsung/phy-samsung-ufs.c         |   9 +-
 drivers/phy/samsung/phy-samsung-ufs.h         |   4 +
 6 files changed, 182 insertions(+), 3 deletions(-)
 create mode 100644 drivers/phy/samsung/phy-exynosautov920-ufs.c