public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
	linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] regulator fixes for v6.9-rc6
Date: Wed, 01 May 2024 23:08:04 +0900	[thread overview]
Message-ID: <0bab863fc734774982e9d6fb4ae70211.broonie@kernel.org> (raw)

The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:

  Linux 6.9-rc3 (2024-04-07 13:22:46 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.9-rc6

for you to fetch changes up to ff33132605c1a0acea59e4c523cb7c6fabe856b2:

  regulator: change devm_regulator_get_enable_optional() stub to return Ok (2024-04-24 10:13:30 +0900)

----------------------------------------------------------------
regulator: Fixes for v6.9

There's a few simple driver specific fixes here, plus some core cleanups
from Matti which fix issues found with client drivers due to the API
being confusing.  The two fixes for the stubs provide more constructive
behaviour with !REGULATOR configurations, issues were noticed with some
hwmon drivers which would otherwise have needed confusing bodges in the
users.  The irq_helpers fix to duplicate the provided name for the
interrupt controller was found because a driver got this wrong and it's
again a case where the core is the sensible place to put the fix.

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      regulator: mt6360: De-capitalize devicetree regulator subnodes

Krzysztof Kozlowski (2):
      regulator: qcom-refgen: fix module autoloading
      regulator: vqmmc-ipq4019: fix module autoloading

Matti Vaittinen (3):
      regulator: irq_helpers: duplicate IRQ name
      regulator: change stubbed devm_regulator_get_enable to return Ok
      regulator: change devm_regulator_get_enable_optional() stub to return Ok

 drivers/regulator/irq_helpers.c             |  3 +++
 drivers/regulator/mt6360-regulator.c        | 32 ++++++++++++++++++-----------
 drivers/regulator/qcom-refgen-regulator.c   |  1 +
 drivers/regulator/vqmmc-ipq4019-regulator.c |  1 +
 include/linux/regulator/consumer.h          |  4 ++--
 5 files changed, 27 insertions(+), 14 deletions(-)

             reply	other threads:[~2024-05-01 14:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01 14:08 Mark Brown [this message]
2024-05-01 17:41 ` [GIT PULL] regulator fixes for v6.9-rc6 pr-tracker-bot

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=0bab863fc734774982e9d6fb4ae70211.broonie@kernel.org \
    --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