linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fix fixed regulators support
@ 2012-12-04 14:01 Marek Szyprowski
  2012-12-04 14:01 ` [PATCH 1/3] regulators: add regulator_can_change_voltage() function Marek Szyprowski
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Marek Szyprowski @ 2012-12-04 14:01 UTC (permalink / raw)
  To: linux-kernel, linux-mmc
  Cc: Marek Szyprowski, Kyungmin Park, Mark Brown, Liam Girdwood,
	Chris Ball, Kevin Liu

Hello,

Commit f0f98b19e23d4426ca185e3d4ca80e6aff5ef51b revealed that the support for
fixed regulators in SDHCI driver was working only by pure luck. My previous
patch set for fixing this issue resulted in a discussion, which has been
concluded that this issue should by fixed by extending regulators core by
regualtor_can_change_voltage() function and using it in the mmc/sdhci drivers.

For more information, please refer to the following threads:
http://thread.gmane.org/gmane.linux.kernel.mmc/17643
https://patchwork.kernel.org/patch/1739061/

Best regards
Marek Szyprowski
Samsung Poland R&D Center


Patch summary:

Marek Szyprowski (3):
  regulators: add regulator_can_change_voltage() function
  mmc: use regulator_can_change_voltage() instead of
    regulator_count_voltages() hacks
  mmc: sdhci: check voltage range only on regulators aware of voltage
    value

 drivers/mmc/core/core.c            |    2 +-
 drivers/mmc/host/sdhci.c           |    6 +++++-
 drivers/regulator/core.c           |   22 ++++++++++++++++++++++
 include/linux/regulator/consumer.h |    1 +
 4 files changed, 29 insertions(+), 2 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-02-20  9:34 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-04 14:01 [PATCH v2 0/3] Fix fixed regulators support Marek Szyprowski
2012-12-04 14:01 ` [PATCH 1/3] regulators: add regulator_can_change_voltage() function Marek Szyprowski
2012-12-06  6:18   ` Mark Brown
2012-12-04 14:01 ` [PATCH 2/3] mmc: use regulator_can_change_voltage() instead of regulator_count_voltages() hacks Marek Szyprowski
2013-02-01 14:39   ` Marek Szyprowski
2013-02-11 17:26     ` Chris Ball
2012-12-04 14:01 ` [PATCH 3/3] mmc: sdhci: check voltage range only on regulators aware of voltage value Marek Szyprowski
2012-12-04 14:50   ` Kevin Liu
2012-12-05  1:48     ` Mark Brown
2012-12-05  2:12       ` Kevin Liu
2013-02-01 14:40   ` Marek Szyprowski
2013-02-11 17:27     ` Chris Ball
2013-02-12  8:01       ` [PATCH 3/3 RESEND] " Marek Szyprowski
2013-02-12 22:10         ` Guennadi Liakhovetski
2013-02-13  7:33           ` Marek Szyprowski
2013-02-13  7:45             ` Guennadi Liakhovetski
2013-02-13 11:35               ` Mark Brown
2013-02-14  8:05                 ` Marek Szyprowski
2013-02-14 11:03                   ` Mark Brown
2013-02-14 11:08                   ` Ulf Hansson
2013-02-20  9:34                     ` Kevin Liu

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).