devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add HiSilicon Hi3798CV200 specific dw_mmc extension driver
@ 2018-03-06  6:58 Shawn Guo
  2018-03-06  6:58 ` [PATCH v2 1/2] dt-bindings: mmc: add bindings for hi3798cv200-dw-mshc Shawn Guo
  2018-03-06  6:58 ` [PATCH v2 2/2] mmc: dw_mmc: add support for hi3798cv200 specific extensions of dw-mshc Shawn Guo
  0 siblings, 2 replies; 6+ messages in thread
From: Shawn Guo @ 2018-03-06  6:58 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Jaehoon Chung, Rob Herring, tianshuliang, Jiancheng Xue,
	devicetree, linux-mmc, Shawn Guo

It adds the dt-bindings and driver support for HiSilicon Hi3798CV200
specific dw_mmc extension.

Changes for v2:
 - Rebase to v4.16-rc.
 - Use SPDX tag for license.
 - Make ciu-sample and ciu-drive clock be required.
 - Drop deprecated num-slots property from bindings example.
 - Do not show board vs. SoC portion split in bindings example.
 - Use .init hook instead of .parse_dt for initialization.
 - Improve MODULE_DESCRIPTION to make it clear this is Hi3798CV200
   specific extension.
 - Various style improvements and code cleanups.

v1: https://lkml.org/lkml/2017/10/17/1213

tianshuliang (2):
  dt-bindings: mmc: add bindings for hi3798cv200-dw-mshc
  mmc: dw_mmc: add support for hi3798cv200 specific extensions of
    dw-mshc

 .../bindings/mmc/hi3798cv200-dw-mshc.txt           |  40 +++++
 drivers/mmc/host/Kconfig                           |   9 +
 drivers/mmc/host/Makefile                          |   1 +
 drivers/mmc/host/dw_mmc-hi3798cv200.c              | 197 +++++++++++++++++++++
 4 files changed, 247 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mmc/hi3798cv200-dw-mshc.txt
 create mode 100644 drivers/mmc/host/dw_mmc-hi3798cv200.c

-- 
1.9.1

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

end of thread, other threads:[~2018-03-07 22:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-06  6:58 [PATCH v2 0/2] Add HiSilicon Hi3798CV200 specific dw_mmc extension driver Shawn Guo
2018-03-06  6:58 ` [PATCH v2 1/2] dt-bindings: mmc: add bindings for hi3798cv200-dw-mshc Shawn Guo
2018-03-07 22:45   ` Rob Herring
2018-03-06  6:58 ` [PATCH v2 2/2] mmc: dw_mmc: add support for hi3798cv200 specific extensions of dw-mshc Shawn Guo
2018-03-06  7:42   ` Shawn Lin
2018-03-06  9:13     ` Shawn Guo

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).