Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1558035 > unrolled thread
| Started by | Matt Ranostay <matt@ranostay.consulting> |
|---|---|
| First post | 2017-01-13 06:40 +0100 |
| Last post | 2017-01-13 06:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH v3 0/2] mmc: pwrseq: add support for Marvell SD8787 chip Matt Ranostay <matt@ranostay.consulting> - 2017-01-13 06:40 +0100
| From | Matt Ranostay <matt@ranostay.consulting> |
|---|---|
| Date | 2017-01-13 06:40 +0100 |
| Subject | [PATCH v3 0/2] mmc: pwrseq: add support for Marvell SD8787 chip |
| Message-ID | <sZ2KJ-5mj-9@gated-at.bofh.it> |
Changes from v1: * split devictree docs from pwrseq changes * rebase devicetree documents due to filename change * rebase pwrseq patchset Changes from v2: * fix rookie mistake missing the main source file and docs Matt Ranostay (2): devicetree: document new marvell-8xxx and pwrseq-sd8787 options mmc: pwrseq: add support for Marvell SD8787 chip .../devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt | 14 +++ .../bindings/net/wireless/marvell-8xxx.txt | 7 +- drivers/mmc/core/Kconfig | 10 ++ drivers/mmc/core/Makefile | 1 + drivers/mmc/core/pwrseq_sd8787.c | 117 +++++++++++++++++++++ 5 files changed, 148 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt create mode 100644 drivers/mmc/core/pwrseq_sd8787.c -- 2.10.2
Back to top | Article view | linux.kernel
csiph-web