Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1590775

[PATCH v4 0/2] mmc: host: s3cmci: add device tree support

From Sergio Prado <sergio.prado@e-labworks.com>
Newsgroups linux.kernel
Subject [PATCH v4 0/2] mmc: host: s3cmci: add device tree support
Date 2017-03-02 02:30 +0100
Message-ID <tgnJ7-38l-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series adds support for configuring Samsung's S3C24XX MMC/SD/SDIO
controller via device tree.

Tested on FriendlyARM mini2440, based on s3c2440 SoC.

Changes since v3 (as suggested by Rob Herring)
- describing properties that wasn't documented and removing unnecessary
  comment in the device tree binding

Changes since v2:
- struct "s3cmci_drv_data" and flag "is2440" renamed
- copying the whole driver data struct instead of only its member so
  it will be easier to extend the information in the future
- using mmc_of_parse() to read "cd-gpios" and "wp-gpios" properties
  from device tree

Changes since v1:
- pinctrl description removed from DT binding
- unit and label on DT binding renamed to mmc

Sergio Prado (2):
  dt-bindings: mmc: add DT binding for S3C24XX MMC/SD/SDIO controller
  mmc: host: s3cmci: allow probing from device tree

 .../devicetree/bindings/mmc/samsung,s3cmci.txt     |  42 +++
 drivers/mmc/host/s3cmci.c                          | 298 +++++++++++----------
 drivers/mmc/host/s3cmci.h                          |   3 +-
 3 files changed, 200 insertions(+), 143 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mmc/samsung,s3cmci.txt

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/2] mmc: host: s3cmci: add device tree support Sergio Prado <sergio.prado@e-labworks.com> - 2017-03-02 02:30 +0100
  [PATCH v4 1/2] dt-bindings: mmc: add DT binding for S3C24XX MMC/SD/SDIO controller Sergio Prado <sergio.prado@e-labworks.com> - 2017-03-02 02:30 +0100
    Re: [PATCH v4 1/2] dt-bindings: mmc: add DT binding for S3C24XX  MMC/SD/SDIO controller Jaehoon Chung <jh80.chung@samsung.com> - 2017-03-03 03:40 +0100
    Re: [PATCH v4 1/2] dt-bindings: mmc: add DT binding for S3C24XX  MMC/SD/SDIO controller Rob Herring <robh@kernel.org> - 2017-03-03 08:50 +0100
  [PATCH v4 2/2] mmc: host: s3cmci: allow probing from device tree Sergio Prado <sergio.prado@e-labworks.com> - 2017-03-02 02:30 +0100
    Re: [PATCH v4 2/2] mmc: host: s3cmci: allow probing from device tree Jaehoon Chung <jh80.chung@samsung.com> - 2017-03-03 03:30 +0100
      Re: [PATCH v4 2/2] mmc: host: s3cmci: allow probing from device tree Sergio Prado <sergio.prado@e-labworks.com> - 2017-03-03 12:40 +0100
        Re: [PATCH v4 2/2] mmc: host: s3cmci: allow probing from device tree Jaehoon Chung <jh80.chung@samsung.com> - 2017-03-06 05:00 +0100

csiph-web