mbox series

[v5,0/2] Support exynosautov9 ufs phy driver

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

Message

Chanho Park July 9, 2021, 9:45 a.m. UTC
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

Comments

Vinod Koul July 20, 2021, 11:13 a.m. UTC | #1
On 09-07-21, 18:45, Chanho Park wrote:
> 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.

Applied, thanks