Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1603699 > unrolled thread
| Started by | Sergio Prado <sergio.prado@e-labworks.com> |
|---|---|
| First post | 2017-03-18 02:20 +0100 |
| Last post | 2017-03-24 08:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v5 0/2] mmc: host: s3cmci: add device tree support Sergio Prado <sergio.prado@e-labworks.com> - 2017-03-18 02:20 +0100
Re: [PATCH v5 0/2] mmc: host: s3cmci: add device tree support Ulf Hansson <ulf.hansson@linaro.org> - 2017-03-24 08:20 +0100
| From | Sergio Prado <sergio.prado@e-labworks.com> |
|---|---|
| Date | 2017-03-18 02:20 +0100 |
| Subject | [PATCH v5 0/2] mmc: host: s3cmci: add device tree support |
| Message-ID | <tmbcd-71X-7@gated-at.bofh.it> |
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 v4 (as suggested by Jaehoon Chung): - using just a flag as a data structure for the driver to check for s3c2400 compatibility 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 | 257 ++++++++++----------- 2 files changed, 168 insertions(+), 131 deletions(-) create mode 100644 Documentation/devicetree/bindings/mmc/samsung,s3cmci.txt -- 1.9.1
[toc] | [next] | [standalone]
| From | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| Date | 2017-03-24 08:20 +0100 |
| Message-ID | <torFU-6sZ-17@gated-at.bofh.it> |
| In reply to | #1603699 |
On 18 March 2017 at 02:13, Sergio Prado <sergio.prado@e-labworks.com> wrote: > 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 v4 (as suggested by Jaehoon Chung): > - using just a flag as a data structure for the driver to check for > s3c2400 compatibility > > 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 | 257 ++++++++++----------- > 2 files changed, 168 insertions(+), 131 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mmc/samsung,s3cmci.txt > > -- > 1.9.1 > Thanks, applied for next! Kind regards Uffe
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web