mbox series

[v4,0/2] Add support for Unisoc UFS host controller

Message ID 20221209124121.20306-1-zhe.wang1@unisoc.com
Headers show
Series Add support for Unisoc UFS host controller | expand

Message

Zhe Wang Dec. 9, 2022, 12:41 p.m. UTC
V3 -> V4:
 - Added "Reviewed-by" to the dt-bindings patch
 - Addressed Alim's comments

V2 -> V3:
 - Modify the clock and reset names to more appropriate names
 - Use 'assigned-clock-parents' to place parent clock of 'core'
 - Do some format order modification

V1 -> V2:
 - Fix dt-binding doc in v2 patch
 - Do some minor format changes
 - Remove of_match_ptr
 - Remove functions from headers

Zhe Wang (2):
  dt-bindings: ufs: Add document for Unisoc UFS host controller
  scsi: ufs-unisoc: Add support for Unisoc UFS host controller

 .../bindings/ufs/sprd,ums9620-ufs.yaml        |  79 +++
 drivers/ufs/host/Kconfig                      |  12 +
 drivers/ufs/host/Makefile                     |   1 +
 drivers/ufs/host/ufs-sprd.c                   | 458 ++++++++++++++++++
 drivers/ufs/host/ufs-sprd.h                   |  85 ++++
 5 files changed, 635 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/ufs/sprd,ums9620-ufs.yaml
 create mode 100644 drivers/ufs/host/ufs-sprd.c
 create mode 100644 drivers/ufs/host/ufs-sprd.h

Comments

Martin K. Petersen Jan. 5, 2023, 2:21 a.m. UTC | #1
Zhe,

> Zhe Wang (2):
>   dt-bindings: ufs: Add document for Unisoc UFS host controller
>   scsi: ufs-unisoc: Add support for Unisoc UFS host controller

Applied to 6.3/scsi-staging, thanks!
Martin K. Petersen Jan. 14, 2023, 3:19 a.m. UTC | #2
On Fri, 09 Dec 2022 20:41:19 +0800, Zhe Wang wrote:

> V3 -> V4:
>  - Added "Reviewed-by" to the dt-bindings patch
>  - Addressed Alim's comments
> 
> V2 -> V3:
>  - Modify the clock and reset names to more appropriate names
>  - Use 'assigned-clock-parents' to place parent clock of 'core'
>  - Do some format order modification
> 
> [...]

Applied to 6.3/scsi-queue, thanks!

[1/2] dt-bindings: ufs: Add document for Unisoc UFS host controller
      https://git.kernel.org/mkp/scsi/c/aa67971b2736
[2/2] scsi: ufs-unisoc: Add support for Unisoc UFS host controller
      https://git.kernel.org/mkp/scsi/c/df7320bac37e