mbox series

[0/2] Support exynosauto ufs phy driver

Message ID 20210705102318.102999-1-chanho61.park@samsung.com
Headers show
Series Support exynosauto ufs phy driver | expand

Message

Chanho Park July 5, 2021, 10:23 a.m. UTC
This patchset introduces ExynosAuto SoC ufs phy driver as Generic PHY
driver framework. Unlike current exynos7 ufs phy driver, this uses 0x50
for offset of PHY_TRSV_CH_OFFSET macro.

Chanho Park (2):
  phy: samsung-ufs: custom PHY_TRSV_CH_OFFSET support
  phy: samsung-ufs: support exynosauto ufs phy driver

 .../bindings/phy/samsung,ufs-phy.yaml         |  1 +
 drivers/phy/samsung/phy-exynosauto-ufs.h      | 70 +++++++++++++++++++
 drivers/phy/samsung/phy-samsung-ufs.c         |  3 +
 drivers/phy/samsung/phy-samsung-ufs.h         |  8 ++-
 4 files changed, 80 insertions(+), 2 deletions(-)
 create mode 100644 drivers/phy/samsung/phy-exynosauto-ufs.h