linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] mmc: document mmc_regulator_get_supply and fix users
@ 2017-10-07 10:36 Wolfram Sang
  2017-10-07 10:36 ` [PATCH 01/11] mmc: add kerneldoc to mmc_regulator_get_supply() Wolfram Sang
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Wolfram Sang @ 2017-10-07 10:36 UTC (permalink / raw)
  To: linux-mmc; +Cc: linux-renesas-soc, Fabrizio Castro, Wolfram Sang

Fix the drivers and add some docs according to the outcome of this discussion
[1] we had recently. The motivation from the patch description:

Bail out everytime when mmc_regulator_get_supply() returns an errno, not only
when probing gets deferred. This is currently a no-op, because this function
only returns -EPROBE_DEFER or 0 right now. But if it will throw another error
somewhen, it will be for a reason. (This still doesn't change that getting
regulators is optional, so 0 can still mean no regulators found). So, let us a)
be future proof and b) have driver code which is easier to understand.

The patches have been created with coccinelle. A branch can be found here:

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/mmc-get-supply-docs

Looking forward to comments!

Kind regards,

   Wolfram

[1] https://patchwork.kernel.org/patch/9965823/

Wolfram Sang (11):
  mmc: add kerneldoc to mmc_regulator_get_supply()
  mmc: cavium: catch all errors when getting regulators
  mmc: dw_mmc: catch all errors when getting regulators
  mmc: meson-gx-mmc: catch all errors when getting regulators
  mmc: meson-mx-sdio: catch all errors when getting regulators
  mmc: mmci: catch all errors when getting regulators
  mmc: mtk-sd: catch all errors when getting regulators
  mmc: mxcmmc: catch all errors when getting regulators
  mmc: omap_hsmmc: catch all errors when getting regulators
  mmc: sdhci: catch all errors when getting regulators
  mmc: usdhi6rol0: catch all errors when getting regulators

 drivers/mmc/core/core.c          | 10 ++++++++++
 drivers/mmc/host/cavium.c        |  2 +-
 drivers/mmc/host/dw_mmc.c        |  2 +-
 drivers/mmc/host/meson-gx-mmc.c  |  2 +-
 drivers/mmc/host/meson-mx-sdio.c |  2 +-
 drivers/mmc/host/mmci.c          |  2 +-
 drivers/mmc/host/mtk-sd.c        |  2 +-
 drivers/mmc/host/mxcmmc.c        |  2 +-
 drivers/mmc/host/omap_hsmmc.c    |  2 +-
 drivers/mmc/host/sdhci.c         |  2 +-
 drivers/mmc/host/usdhi6rol0.c    |  2 +-
 11 files changed, 20 insertions(+), 10 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-10-14 19:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-07 10:36 [PATCH 00/11] mmc: document mmc_regulator_get_supply and fix users Wolfram Sang
2017-10-07 10:36 ` [PATCH 01/11] mmc: add kerneldoc to mmc_regulator_get_supply() Wolfram Sang
2017-10-07 10:36 ` [PATCH 02/11] mmc: cavium: catch all errors when getting regulators Wolfram Sang
2017-10-07 10:36 ` [PATCH 03/11] mmc: dw_mmc: " Wolfram Sang
2017-10-07 10:36 ` [PATCH 04/11] mmc: meson-gx-mmc: " Wolfram Sang
2017-10-07 10:36 ` [PATCH 05/11] mmc: meson-mx-sdio: " Wolfram Sang
2017-10-07 10:36 ` [PATCH 06/11] mmc: mmci: " Wolfram Sang
2017-10-07 10:36 ` [PATCH 07/11] mmc: mtk-sd: " Wolfram Sang
2017-10-07 10:36 ` [PATCH 08/11] mmc: mxcmmc: " Wolfram Sang
2017-10-07 10:36 ` [PATCH 09/11] mmc: omap_hsmmc: " Wolfram Sang
2017-10-07 10:36 ` [PATCH 10/11] mmc: sdhci: " Wolfram Sang
2017-10-07 10:36 ` [PATCH 11/11] mmc: usdhi6rol0: " Wolfram Sang
2017-10-09 10:34 ` [PATCH 00/11] mmc: document mmc_regulator_get_supply and fix users Fabrizio Castro
2017-10-10  7:03 ` Ulf Hansson
2017-10-14 19:15   ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).