devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add HiSilicon Hi3798CV200 specific dw_mmc extension driver
@ 2018-03-08  1:01 Shawn Guo
  2018-03-08  1:01 ` [PATCH v3 1/2] dt-bindings: mmc: add bindings for hi3798cv200-dw-mshc Shawn Guo
  2018-03-08  1:01 ` [PATCH v3 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-08  1:01 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Jaehoon Chung, Shawn Lin, 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 v3:
 - Update copyright to year 2018.
 - Move DW-MMC register defines into dw_mmc.h.
 - Include bit HLE into ALL_INT_CLR define.
 - Add a custom .remove hook to disable drive_clk and sample_clk.
 - Collect Rob's Reviewed-by tag on bindings.

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.

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              | 202 +++++++++++++++++++++
 drivers/mmc/host/dw_mmc.h                          |   6 +
 5 files changed, 258 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-15 10:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-08  1:01 [PATCH v3 0/2] Add HiSilicon Hi3798CV200 specific dw_mmc extension driver Shawn Guo
2018-03-08  1:01 ` [PATCH v3 1/2] dt-bindings: mmc: add bindings for hi3798cv200-dw-mshc Shawn Guo
2018-03-15 10:23   ` Ulf Hansson
2018-03-08  1:01 ` [PATCH v3 2/2] mmc: dw_mmc: add support for hi3798cv200 specific extensions of dw-mshc Shawn Guo
2018-03-08  2:20   ` Shawn Lin
2018-03-15 10:23   ` Ulf Hansson

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