All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] mmc: Fix error handling for mmc_of_parse()
@ 2014-12-18  9:41 Ulf Hansson
  2014-12-18  9:41 ` [PATCH 1/6] mmc: moxart: Handle error from mmc_of_parse() Ulf Hansson
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Ulf Hansson @ 2014-12-18  9:41 UTC (permalink / raw)
  To: linux-mmc, Ulf Hansson, Chris Ball

Some mmc host drivers don't deal with errors from mmc_of_parse(). Patch 1 -> 5
fix these drivers.

Patch 6, make mmc_of_parse() to return errors at failures instead of ignoring
them. This patch indirectly also fixes a bug for the internal error handling in
mmc_of_parse().


Ulf Hansson (6):
  mmc: moxart: Handle error from mmc_of_parse()
  mmc: sdhci-bcm-kona: Handle error from mmc_of_parse()
  mmc: sdhci-of-esdhc: Handle error from mmc_of_parse()
  mmc: sdhci-s3c: Handle error from mmc_of_parse()
  mmc: sdhci-st: Do cleanup while mmc_of_parse() return an error
  mmc: core: Return error at failure of request CD/WP in mmc_of_parse()

 drivers/mmc/core/host.c           | 28 ++++++----------------------
 drivers/mmc/host/moxart-mmc.c     |  4 +++-
 drivers/mmc/host/sdhci-bcm-kona.c |  4 +++-
 drivers/mmc/host/sdhci-of-esdhc.c | 10 ++++++++--
 drivers/mmc/host/sdhci-s3c.c      |  4 +++-
 drivers/mmc/host/sdhci-st.c       |  4 ++--
 6 files changed, 25 insertions(+), 29 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-12-22  4:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18  9:41 [PATCH 0/6] mmc: Fix error handling for mmc_of_parse() Ulf Hansson
2014-12-18  9:41 ` [PATCH 1/6] mmc: moxart: Handle error from mmc_of_parse() Ulf Hansson
2014-12-18  9:41 ` [PATCH 2/6] mmc: sdhci-bcm-kona: " Ulf Hansson
2014-12-21  9:43   ` Florian Fainelli
2014-12-18  9:41 ` [PATCH 3/6] mmc: sdhci-of-esdhc: " Ulf Hansson
2014-12-18  9:41 ` [PATCH 4/6] mmc: sdhci-s3c: " Ulf Hansson
2014-12-22  4:23   ` Jaehoon Chung
2014-12-18  9:41 ` [PATCH 5/6] mmc: sdhci-st: Do cleanup while mmc_of_parse() return an error Ulf Hansson
2014-12-18  9:44   ` Maxime Coquelin
2014-12-18  9:41 ` [PATCH 6/6] mmc: core: Return error at failure of request CD/WP in mmc_of_parse() Ulf Hansson

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.