Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1564057
| From | Matt Ranostay <matt@ranostay.consulting> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/2] mmc: pwrseq: add support for Marvell SD8787 chip |
| Date | 2017-01-21 07:00 +0100 |
| Message-ID | <t1WSt-h1-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Changes from v1: * split devictree docs from pwrseq changes * rebase devicetree documents due to filename change * rebase pwrseq patchset Changes from v2: * update device tree bindings to powerdown-gpios and document active state 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 linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v3 0/2] mmc: pwrseq: add support for Marvell SD8787 chip Matt Ranostay <matt@ranostay.consulting> - 2017-01-21 07:00 +0100
csiph-web