From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Liam Girdwood <lgirdwood@gmail.com>
Subject: [GIT PULL] regulator updates for v4.1
Date: Mon, 13 Apr 2015 17:52:01 +0100 [thread overview]
Message-ID: <20150413165201.GL6023@sirena.org.uk> (raw)
[-- Attachment #1: Type: text/plain, Size: 6491 bytes --]
The following changes since commit f22e6e847115abc3a0e2ad7bb18d243d42275af1:
Linux 4.0-rc7 (2015-04-06 15:39:45 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v4.1
for you to fetch changes up to 4ec0853ac5d55e8984d7f727bc16bf16675e6484:
Merge remote-tracking branch 'regulator/topic/wm8350' into regulator-next (2015-04-10 19:16:06 +0100)
----------------------------------------------------------------
regulator: Updates for v4.1
Another release, another set of regulator updates. Not much of it is
showing up in the code yet but there's been a lot of discussion going on
about how to enhance the regulator API to work better with modern SoCs
which have a microcontroller sitting between Linux and the hardware.
I'm hopeful that'll start to come through into mainline for v4.2 but
it's not quite there for v4.1 - what we do have (along with the usual
small updates is) is:
- Work from Bjorn Andersson on refactoring the configuration of
regulator loading interfaces to be useful for use with
microcontrollers, the existing interfaces were never actually useful
for anything as-is since nobody was willing to put enough data into
public code.
- A summary tree display in debugfs from Heiko Stübner.
- Support for act6000 regulators.
----------------------------------------------------------------
Axel Lin (1):
regulator: stw481x: Remove unused fields from struct stw481x
Bjorn Andersson (12):
regulator: core: Introduce set_load op
regulator: qcom-rpm: Implement set_load and enable drms
regulator: Rename regulator_set_optimum_mode
ufs: Rename of regulator_set_optimum_mode
usb: phy: ab8500-usb: Rename regulator_set_optimum_mode
usb: phy: phy-msm-usb: Rename regulator_set_optimum_mode
regulator: Drop temporary regulator_set_optimum_mode wrapper
regulator: Defer lookup of supply to regulator_get
regulator: qcom: Don't enable DRMS in driver
regulator: qcom: Refactor of-parsing code
regulator: qcom: Rework to single platform device
regulator: qcom: Tidy up probe()
Charles Keepax (3):
regulator: arizona-ldo1: Drop OF node reference on error path
regulator: arizona-micsupp: Drop OF node reference on error path
regulator: core: Add devres versions of notifier registration
Colin Ian King (1):
regulator: max8660: fix assignment of pdata to data that becomes dead
Fabian Frederick (1):
regulator: constify of_device_id array
Fabio Estevam (1):
regulator: wm8350: Remove unused variable
Geert Uytterhoeven (4):
regulator: wm8350: Pass NULL data with REGULATION_OUT and UNDER_VOLTAGE events
regulator: da9211: Fix wrong register name in error message
regulator: da9211: Pass NULL data with OVER_CURRENT event
regulator: core: Fix space before TAB
Guenter Roeck (1):
regulator: Ensure unique regulator debugfs directory names
Heiko Stuebner (1):
regulator: act8865: add input supply handling
Heiko Stübner (2):
regulator: add a summary tree in debugfs
regulator: output current-limit for all regulators in summary
Joe Perches (1):
regulator: dbx500: Remove use of seq_puts/seq_printf return value
Keerthy (1):
regulator: palmas: Add has_regen3 check for TPS659038
Krzysztof Kozlowski (2):
regulator: max77693: Let core parse DT and drop board files support
mfd: max77693: Remove unused structures
Mark Brown (7):
Merge branch 'fix/palmas' of git://git.kernel.org/.../broonie/regulator into regulator-palmas
Merge branch 'topic/debugfs' of git://git.kernel.org/.../broonie/regulator into regulator-core
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/arizona-ldo1', 'regulator/topic/arizona-micsupp' and 'regulator/topic/da9211' into regulator-next
Merge remote-tracking branches 'regulator/topic/dbx500', 'regulator/topic/load-op', 'regulator/topic/max77693' and 'regulator/topic/max8660' into regulator-next
Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notifier', 'regulator/topic/palmas', 'regulator/topic/qcom' and 'regulator/topic/stw481x' into regulator-next
Merge remote-tracking branch 'regulator/topic/wm8350' into regulator-next
Markus Pargmann (1):
regulator: max8660: Handle empty regulator data
Stephen Rothwell (1):
regulator: fixes for regulator_set_optimum_mode name change
Zubair Lutfullah Kakakhel (1):
regulator: act8865: Add act8600 support
.../bindings/regulator/act8865-regulator.txt | 27 +-
Documentation/power/regulator/consumer.txt | 2 +-
drivers/gpu/drm/msm/edp/edp_ctrl.c | 6 +-
drivers/phy/phy-qcom-ufs.c | 4 +-
drivers/regulator/act8865-regulator.c | 161 +++++++++--
drivers/regulator/arizona-ldo1.c | 5 +-
drivers/regulator/arizona-micsupp.c | 5 +-
drivers/regulator/core.c | 259 +++++++++++++----
drivers/regulator/da9211-regulator.c | 8 +-
drivers/regulator/dbx500-prcmu.c | 32 +--
drivers/regulator/devres.c | 85 ++++++
drivers/regulator/max77693.c | 93 +-----
drivers/regulator/max8660.c | 9 +-
drivers/regulator/palmas-regulator.c | 11 +-
drivers/regulator/qcom_rpm-regulator.c | 312 +++++++++++++++------
drivers/regulator/stw481x-vmmc.c | 8 +-
drivers/regulator/wm8350-regulator.c | 5 +-
drivers/scsi/ufs/ufshcd.c | 27 +-
drivers/usb/phy/phy-ab8500-usb.c | 4 +-
drivers/usb/phy/phy-msm-usb.c | 15 +-
include/linux/mfd/max77693.h | 12 +-
include/linux/mfd/palmas.h | 1 +
include/linux/mfd/stw481x.h | 4 -
include/linux/regulator/act8865.h | 14 +
include/linux/regulator/consumer.h | 23 +-
include/linux/regulator/driver.h | 4 +
26 files changed, 778 insertions(+), 358 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
reply other threads:[~2015-04-13 16:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150413165201.GL6023@sirena.org.uk \
--to=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®