[PATCH v5 0/2] Support exynosautov9 ufs phy driver
Chanho Park
chanho61.park at samsung.com
Fri Jul 9 02:45:22 PDT 2021
This patchset introduces ExynosAuto v9 SoC ufs phy driver as Generic PHY
driver framework. According to Krzysztof's suggestion, this patchset
moves phy-exynos7-ufs header to c source file.
Changes from v4:
- support module build
Changes from v3:
- correct header inclusion as suggested by Krzysztof
Changes from v2:
- Removed Change-id in commit message.
Changes from v1:
- squashed "custom PHY_TRSV_CH_OFFSET support" patch
- use "exynosautov9" instead of "exynosauto" to avoid confusion with
exynosauto 8890
- move phy-exynos7-ufs.h to phy-exynos7-ufs.c
- s/exynosauto/exynosautov9/g
Chanho Park (2):
phy: samsung-ufs: move phy-exynos7-ufs header
phy: samsung-ufs: support exynosauto ufs phy driver
.../bindings/phy/samsung,ufs-phy.yaml | 1 +
drivers/phy/samsung/Makefile | 5 +-
.../{phy-exynos7-ufs.h => phy-exynos7-ufs.c} | 8 +--
drivers/phy/samsung/phy-exynosautov9-ufs.c | 67 +++++++++++++++++++
drivers/phy/samsung/phy-samsung-ufs.c | 3 +
drivers/phy/samsung/phy-samsung-ufs.h | 13 +++-
6 files changed, 87 insertions(+), 10 deletions(-)
rename drivers/phy/samsung/{phy-exynos7-ufs.h => phy-exynos7-ufs.c} (93%)
create mode 100644 drivers/phy/samsung/phy-exynosautov9-ufs.c
--
2.32.0
More information about the linux-phy
mailing list