All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] regulator fixes for v5.5
@ 2019-12-17 12:33 Mark Brown
  2019-12-17 21:15 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2019-12-17 12:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Liam Girdwood

[-- Attachment #1: Type: text/plain, Size: 1601 bytes --]

The following changes since commit c15d5a645875bc9b89f68f5d3fb608f691ac78d7:

  regulator: da9062: Return REGULATOR_MODE_INVALID for invalid mode (2019-11-22 19:52:42 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v5.5-rc2

for you to fetch changes up to 62a1923cc8fe095912e6213ed5de27abbf1de77e:

  regulator: rn5t618: fix module aliases (2019-12-16 11:53:37 +0000)

----------------------------------------------------------------
regulator: Fixes for v5.5

A small set of fixes for mostly minor issues here, the only real code
ones are Wen Yang's fixes for error handling in the core and Christian
Marussi's list_voltage() change which is a fix for disruptively bad
performance for regulators with continuous voltage control (which are
rare).

----------------------------------------------------------------
Andreas Kemnade (1):
      regulator: rn5t618: fix module aliases

Bartosz Golaszewski (1):
      regulator: max77650: add of_match table

Christophe JAILLET (1):
      regulator: s5m8767: Fix a warning message

Cristian Marussi (1):
      regulator: core: avoid unneeded .list_voltage calls

Wen Yang (2):
      regulator: fix use after free issue
      regulator: core: fix regulator_register() error paths to properly release rdev

 drivers/regulator/core.c               | 16 ++++++++++++----
 drivers/regulator/max77650-regulator.c |  7 +++++++
 drivers/regulator/rn5t618-regulator.c  |  1 +
 drivers/regulator/s5m8767.c            |  2 +-
 4 files changed, 21 insertions(+), 5 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [GIT PULL] regulator fixes for v5.5
  2019-12-17 12:33 [GIT PULL] regulator fixes for v5.5 Mark Brown
@ 2019-12-17 21:15 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-12-17 21:15 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, Liam Girdwood

The pull request you sent on Tue, 17 Dec 2019 12:33:49 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v5.5-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/58d90a04bdcc28e1b34251f4d9c1c4d39d4bba69

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* Re: [GIT PULL] regulator fixes for v5.5
  2020-01-06 13:06 Mark Brown
@ 2020-01-06 21:05 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-01-06 21:05 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, Liam Girdwood

The pull request you sent on Mon, 6 Jan 2020 13:06:32 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v5.5-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5acefdc27b739e68294259c1a89c39d250246554

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* [GIT PULL] regulator fixes for v5.5
@ 2020-01-06 13:06 Mark Brown
  2020-01-06 21:05 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2020-01-06 13:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Liam Girdwood

[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]

The following changes since commit 62a1923cc8fe095912e6213ed5de27abbf1de77e:

  regulator: rn5t618: fix module aliases (2019-12-16 11:53:37 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v5.5-rc5

for you to fetch changes up to 6f1ff76154b8b36033efcbf6453a71a3d28f52cd:

  regulator: bd70528: Remove .set_ramp_delay for bd70528_ldo_ops (2020-01-03 00:58:58 +0000)

----------------------------------------------------------------
regulator: Fixes for v5.5

Three small fixes here, two the result of Axel Lin's amazing work
tracking down inconsistencies in drivers.

----------------------------------------------------------------
Axel Lin (2):
      regulator: axp20x: Fix axp20x_set_ramp_delay
      regulator: bd70528: Remove .set_ramp_delay for bd70528_ldo_ops

Chen-Yu Tsai (1):
      regulator: axp20x: Fix AXP22x ELDO2 regulator enable bitmask

 drivers/regulator/axp20x-regulator.c  | 11 +++++++----
 drivers/regulator/bd70528-regulator.c |  1 -
 2 files changed, 7 insertions(+), 5 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-01-06 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-17 12:33 [GIT PULL] regulator fixes for v5.5 Mark Brown
2019-12-17 21:15 ` pr-tracker-bot
2020-01-06 13:06 Mark Brown
2020-01-06 21:05 ` pr-tracker-bot

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.