mbox series

[v2,0/2] Add HiSilicon Hi3798CV200 specific dw_mmc extension driver

Message ID 1520319531-24661-1-git-send-email-shawn.guo@linaro.org
Headers show
Series Add HiSilicon Hi3798CV200 specific dw_mmc extension driver | expand

Message

Shawn Guo March 6, 2018, 6:58 a.m. UTC
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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html