devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] scsi: ufs: add ufs driver code for Hi3660 SoC
@ 2017-06-16  6:51 Bu Tao
  2017-06-16  6:51 ` [PATCH v2 1/5] scsi: ufs: add hi3660 ufs driver code Bu Tao
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Bu Tao @ 2017-06-16  6:51 UTC (permalink / raw)
  To: robh+dt, mark.rutland, xuwei5, catalin.marinas, will.deacon,
	vinholikatti, jejb, martin.petersen, khilman, arnd,
	gregory.clement, thomas.petazzoni, yamada.masahiro, riku.voipio,
	treding, krzk, eric, devicetree, linux-kernel, linux-arm-kernel,
	linux-scsi
  Cc: guodong.xu, suzhuangluan, kongfei, butao

This patchset adds driver support for UFS for Hi3660 SoC. It is verified on HiKey960 board

In v2
The dts ufs node patch, v2-0003-arm64-dts-Add-ufs-dts-node-for-Hisilicon-Hi3660-S.patch,
is dependent on the patch below:

>From Guodong Xu <guodong.xu@xxxxxxxxxx>
https://www.spinics.net/lists/arm-kernel/msg588232.html

Bu Tao (3):
  scsi: ufs: add hi3660 ufs driver code
  scsi: ufs: add ufs node document for hi3660
  arm64: dts: Add ufs dts node for Hisilicon Hi3660 SoC

Zhangfei Gao(2):
  rm64: defconfig: enable configs for hi3660 ufs
  arm64: defconfig: enable f2fs and squashfs

 .../devicetree/bindings/ufs/hi3660-ufs.txt         |  58 ++
 arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts  |   9 +
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi          |  19 +
 arch/arm64/configs/defconfig                       |  11 +
 drivers/scsi/ufs/Kconfig                           |   8 +
 drivers/scsi/ufs/Makefile                          |   1 +
 drivers/scsi/ufs/ufs-hi3660.c                      | 727 +++++++++++++++++++++
 drivers/scsi/ufs/ufs-hi3660.h                      | 173 +++++
 8 files changed, 1006 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/ufs/hi3660-ufs.txt
 create mode 100644 drivers/scsi/ufs/ufs-hi3660.c
 create mode 100644 drivers/scsi/ufs/ufs-hi3660.h

-- 
2.11.GIT

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2017-06-23  1:09 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-16  6:51 [PATCH v2 0/5] scsi: ufs: add ufs driver code for Hi3660 SoC Bu Tao
2017-06-16  6:51 ` [PATCH v2 1/5] scsi: ufs: add hi3660 ufs driver code Bu Tao
2017-06-16  6:51 ` [PATCH v2 2/5] dt-bindings: scsi: ufs: add document for hi3660-ufs Bu Tao
     [not found]   ` <20170616065119.10704-3-butao-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>
2017-06-16 21:51     ` Arnd Bergmann
2017-06-22 11:44       ` Bu Tao
2017-06-22 11:51         ` Arnd Bergmann
2017-06-22 11:58           ` Bu Tao
     [not found]             ` <24438c4d-21c8-6302-acd4-4f0e223232ce-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-06-22 12:15               ` Arnd Bergmann
2017-06-22 12:23                 ` Bu Tao
     [not found]           ` <CAK8P3a2z7VbPb95Ltj=Duh1v_Yqxedb_g=ADNPWOrpEz1dCTuw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-06-23  1:05             ` Subhash Jadavani
2017-06-23  1:09               ` Bu Tao
     [not found] ` <20170616065119.10704-1-butao-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>
2017-06-16  6:51   ` [PATCH v2 3/5] arm64: dts: Add ufs dts node Bu Tao
2017-06-18  0:31     ` kbuild test robot
     [not found]       ` <201706180814.Kte2462z%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-06-18  7:06         ` Guodong Xu
2017-06-16  6:51 ` [PATCH v2 4/5] arm64: defconfig: enable configs for hi3660 ufs Bu Tao
2017-06-16  6:51 ` [PATCH v2 5/5] arm64: defconfig: enable f2fs and squashfs Bu Tao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).