[PATCH v2 0/4] add ufs support for Exynosautov920 SoC

Alim Akhtar posted 4 patches 1 month, 4 weeks ago
.../bindings/ufs/samsung,exynos-ufs.yaml      |   1 +
.../boot/dts/exynos/exynosautov920-sadk.dts   |   8 ++
.../arm64/boot/dts/exynos/exynosautov920.dtsi |  27 +++++
drivers/ufs/host/ufs-exynos.c                 | 110 ++++++++++++++++++
4 files changed, 146 insertions(+)
[PATCH v2 0/4] add ufs support for Exynosautov920 SoC
Posted by Alim Akhtar 1 month, 4 weeks ago
This series adds ufs driver support for ExynosAutov920,
ExynosAutov920 has the UFSHCI 3.1 compliant UFS controller.

ExynosAutov920 has a different mask of UFS sharability from ExynosAutov9,
so this series provide flexible parameter for the mask.

With this series applied, UFS is functional and basic I/O operations are 
known to be working.

Changes since v1:
* collected Acked-by on patch 2/4
	* This Acked-by from Krzysztof was long back, for now kept it 
* rebased on linux-next
* fixed few self review comments
* split dtsi patch into two, separated out syscon node patch

Link v1:
https://lore.kernel.org/linux-samsung-soc/20250702013316.2837427-1-sowon.na@samsung.com/

Alim Akhtar (1):
  arm64: dts: exynosautov920: Add syscon hsi2 node

Sowon Na (3):
  dt-bindings: ufs: exynos: add ExynosAutov920 compatible string
  scsi: ufs: exynos: add support for ExynosAutov920 SoC
  arm64: dts: exynosautov920: enable support for ufs controller

 .../bindings/ufs/samsung,exynos-ufs.yaml      |   1 +
 .../boot/dts/exynos/exynosautov920-sadk.dts   |   8 ++
 .../arm64/boot/dts/exynos/exynosautov920.dtsi |  27 +++++
 drivers/ufs/host/ufs-exynos.c                 | 110 ++++++++++++++++++
 4 files changed, 146 insertions(+)


base-commit: 452c3b1ea875276105ac90ba474f72b4cd9b77a2
-- 
2.34.1
Re: [PATCH v2 0/4] add ufs support for Exynosautov920 SoC
Posted by Martin K. Petersen 1 month, 2 weeks ago
Alim,

> This series adds ufs driver support for ExynosAutov920,
> ExynosAutov920 has the UFSHCI 3.1 compliant UFS controller.

Applied #2 + #3 to 7.2/scsi-staging, thanks!

-- 
Martin K. Petersen
Re: (subset) [PATCH v2 0/4] add ufs support for Exynosautov920 SoC
Posted by Martin K. Petersen 3 weeks, 3 days ago
On Fri, 17 Apr 2026 17:44:48 +0530, Alim Akhtar wrote:

> This series adds ufs driver support for ExynosAutov920,
> ExynosAutov920 has the UFSHCI 3.1 compliant UFS controller.
> 
> ExynosAutov920 has a different mask of UFS sharability from ExynosAutov9,
> so this series provide flexible parameter for the mask.
> 
> With this series applied, UFS is functional and basic I/O operations are
> known to be working.
> 
> [...]

Applied to 7.2/scsi-queue, thanks!

[2/4] dt-bindings: ufs: exynos: add ExynosAutov920 compatible string
      https://git.kernel.org/mkp/scsi/c/45c9dee6d653
[3/4] scsi: ufs: exynos: add support for ExynosAutov920 SoC
      https://git.kernel.org/mkp/scsi/c/50349bd5d0ab

-- 
Martin K. Petersen
Re: (subset) [PATCH v2 0/4] add ufs support for Exynosautov920 SoC
Posted by Krzysztof Kozlowski 1 month ago
On Fri, 17 Apr 2026 17:44:48 +0530, Alim Akhtar wrote:
> This series adds ufs driver support for ExynosAutov920,
> ExynosAutov920 has the UFSHCI 3.1 compliant UFS controller.
> 
> ExynosAutov920 has a different mask of UFS sharability from ExynosAutov9,
> so this series provide flexible parameter for the mask.
> 
> With this series applied, UFS is functional and basic I/O operations are
> known to be working.
> 
> [...]

Applied, thanks!

[1/4] arm64: dts: exynosautov920: Add syscon hsi2 node
      https://git.kernel.org/krzk/linux/c/14b0c168c7038f1d9e50f27e47d8e285f52cd2a3
[4/4] arm64: dts: exynosautov920: enable support for ufs controller
      https://git.kernel.org/krzk/linux/c/ae326b14b2a5a5e426bea0210b984ee8dc5ed0bb

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>