All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add multiple GPIO and external clock to MMC pwrseq_simple
@ 2015-01-28 10:10 ` Javier Martinez Canillas
  0 siblings, 0 replies; 34+ messages in thread
From: Javier Martinez Canillas @ 2015-01-28 10:10 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Kukjin Kim, Doug Anderson, Olof Johansson, linux-samsung-soc,
	linux-arm-kernel, linux-mmc, devicetree, linux-kernel,
	Javier Martinez Canillas

Hello Ulf,

Many WLAN chips attached to an SDIO interface needs more than one GPIO
for their reset sequence and also need an external clock to be operational.

Since this is very common, this series extend the simple MMC power sequence
to support more than one reset GPIO and also an optional external clock.

The series depend on v4 "mmc: core: Add support for MMC power sequences":

http://comments.gmane.org/gmane.linux.kernel.mmc/30665

Javier Martinez Canillas (5):
  mmc: pwrseq: Document that simple sequence support more than one GPIO
  mmc: pwrseq_simple: Extend to support more pins
  mmc: pwrseq: Document optional clock for the simple power sequence
  mmc: pwrseq_simple: Add optional reference clock support
  ARM: dts: exynos5250-snow: Enable wifi power-on

 .../devicetree/bindings/mmc/mmc-pwrseq-simple.txt  | 10 ++-
 arch/arm/boot/dts/exynos5250-snow.dts              | 25 ++++++-
 drivers/mmc/core/pwrseq_simple.c                   | 85 ++++++++++++++++++----
 3 files changed, 103 insertions(+), 17 deletions(-)

Patch #1 extends the simple MMC power sequence DT binding to support more
than one GPIO and patch #2 adds the actual implementation.

In the same way, patch #3 and #4 extend the simple MMC power sequence DT
binding and pwrseq_simple driver to support an optional external clock.

Finally as an example, patch #5 adds support for the wifi chip in the
Exynos5250 Snow that is attached to a SDIO interface and needs all these.

Best regards,
Javier


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

end of thread, other threads:[~2015-01-29  3:14 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 10:10 [PATCH 0/5] Add multiple GPIO and external clock to MMC pwrseq_simple Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` [PATCH 1/5] mmc: pwrseq: Document that simple sequence support more than one GPIO Javier Martinez Canillas
2015-01-28 10:10   ` Javier Martinez Canillas
2015-01-28 10:10   ` Javier Martinez Canillas
2015-01-28 16:34   ` Srinivas Kandagatla
2015-01-28 16:34     ` Srinivas Kandagatla
2015-01-28 16:35     ` Javier Martinez Canillas
2015-01-28 16:35       ` Javier Martinez Canillas
2015-01-28 10:10 ` [PATCH 2/5] mmc: pwrseq_simple: Extend to support more pins Javier Martinez Canillas
2015-01-28 10:10   ` Javier Martinez Canillas
2015-01-28 10:10   ` Javier Martinez Canillas
2015-01-28 14:01   ` Srinivas Kandagatla
2015-01-28 14:01     ` Srinivas Kandagatla
2015-01-28 16:13     ` Javier Martinez Canillas
2015-01-28 16:13       ` Javier Martinez Canillas
2015-01-28 16:31       ` Srinivas Kandagatla
2015-01-28 16:31         ` Srinivas Kandagatla
2015-01-28 10:10 ` [PATCH 3/5] mmc: pwrseq: Document optional clock for the simple power sequence Javier Martinez Canillas
2015-01-28 10:10   ` Javier Martinez Canillas
2015-01-28 10:10   ` Javier Martinez Canillas
2015-01-28 10:10 ` [PATCH 4/5] mmc: pwrseq_simple: Add optional reference clock support Javier Martinez Canillas
2015-01-28 10:10   ` Javier Martinez Canillas
2015-01-28 10:10   ` Javier Martinez Canillas
2015-01-28 10:10 ` [PATCH 5/5] ARM: dts: exynos5250-snow: Enable wifi power-on Javier Martinez Canillas
2015-01-28 10:10   ` Javier Martinez Canillas
2015-01-28 10:10   ` Javier Martinez Canillas
2015-01-28 14:03   ` Arend van Spriel
2015-01-28 14:03     ` Arend van Spriel
2015-01-28 14:03     ` Arend van Spriel
2015-01-28 15:57     ` Javier Martinez Canillas
2015-01-28 15:57       ` Javier Martinez Canillas
2015-01-28 15:57       ` Javier Martinez Canillas

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.