All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2]  mmc: pwrseq: add support for Marvell SD8787 chip
@ 2017-01-13  5:29 Matt Ranostay
  2017-01-13  5:29   ` Matt Ranostay
  2017-01-13  5:29 ` [PATCH v3 2/2] mmc: pwrseq: add support for Marvell SD8787 chip Matt Ranostay
  0 siblings, 2 replies; 19+ messages in thread
From: Matt Ranostay @ 2017-01-13  5:29 UTC (permalink / raw)
  To: linux-wireless, linux-kernel, linux-mmc, devicetree; +Cc: tony, Matt Ranostay

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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [PATCH v3 0/2] mmc: pwrseq: add support for Marvell SD8787 chip
@ 2017-01-21  5:50 Matt Ranostay
  2017-01-21  5:50 ` [PATCH v3 2/2] " Matt Ranostay
  0 siblings, 1 reply; 19+ messages in thread
From: Matt Ranostay @ 2017-01-21  5:50 UTC (permalink / raw)
  To: linux-mmc, linux-kernel; +Cc: ulf.hansson, Matt Ranostay

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2017-01-21  5:51 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-13  5:29 [PATCH v3 0/2] mmc: pwrseq: add support for Marvell SD8787 chip Matt Ranostay
2017-01-13  5:29 ` [PATCH v3 1/2] devicetree: document new marvell-8xxx and pwrseq-sd8787 options Matt Ranostay
2017-01-13  5:29   ` Matt Ranostay
2017-01-18 22:02   ` Rob Herring
2017-01-13  5:29 ` [PATCH v3 2/2] mmc: pwrseq: add support for Marvell SD8787 chip Matt Ranostay
2017-01-13  7:16   ` Shawn Lin
2017-01-13  7:16     ` Shawn Lin
2017-01-15 21:41     ` Matt Ranostay
2017-01-16  2:35       ` Shawn Lin
2017-01-18  7:50         ` Matt Ranostay
2017-01-19 12:50           ` Ulf Hansson
2017-01-19 12:50             ` Ulf Hansson
2017-01-19 14:13   ` Ulf Hansson
2017-01-19 20:10     ` Kalle Valo
2017-01-19 20:10       ` Kalle Valo
2017-01-19 20:30       ` Ulf Hansson
2017-01-20  2:42     ` Shawn Lin
2017-01-20  7:31       ` Ulf Hansson
2017-01-21  5:50 [PATCH v3 0/2] " Matt Ranostay
2017-01-21  5:50 ` [PATCH v3 2/2] " Matt Ranostay

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.