linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] regulator fixes for v3.14
@ 2014-03-04  7:27 Mark Brown
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2014-03-04  7:27 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Liam Girdwood

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

The following changes since commit acc3d5cec84f82ebea535fa0bd9500ac3df2aee9:

  regulator: core: Change dummy supplies error message to a warning (2014-02-21 08:35:31 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v3.14-rc5

for you to fetch changes up to 66fda75f47dc583f1c187556e9a2c082dd64f8c6:

  regulator: core: Replace direct ops->disable usage (2014-02-25 10:31:45 +0900)

----------------------------------------------------------------
regulator: Fixes for v3.14-rc5

A couple of fixes here which ensure that regulators using the core
support for GPIO enables work in all cases by ensuring that helpers are
used consistently rather than open coding in places and hence not having
GPIO support in some of them.

----------------------------------------------------------------
Markus Pargmann (2):
      regulator: core: Replace direct ops->enable usage
      regulator: core: Replace direct ops->disable usage

 drivers/regulator/core.c | 48 ++++++++++++++++++++----------------------------
 1 file changed, 20 insertions(+), 28 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [GIT PULL] regulator fixes for v3.14
  2014-03-04  9:08 Mark Brown
@ 2014-03-04 16:43 ` Linus Torvalds
  0 siblings, 0 replies; 7+ messages in thread
From: Linus Torvalds @ 2014-03-04 16:43 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux Kernel Mailing List, Liam Girdwood

Whee. Third time is the charm. I didn't know my email address was
*that* hard to type in correctly.

Usually it's the "torvalds" that trips people up, but you had some
issues with "foundation", didn't you ;)

Anyway, pulled.

              Linus

On Tue, Mar 4, 2014 at 1:08 AM, Mark Brown <broonie@kernel.org> wrote:
>
> regulator: Fixes for v3.14-rc5

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

* [GIT PULL] regulator fixes for v3.14
@ 2014-03-04  9:08 Mark Brown
  2014-03-04 16:43 ` Linus Torvalds
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Brown @ 2014-03-04  9:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Liam Girdwood

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

The following changes since commit acc3d5cec84f82ebea535fa0bd9500ac3df2aee9:

  regulator: core: Change dummy supplies error message to a warning (2014-02-21 08:35:31 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v3.14-rc5

for you to fetch changes up to 66fda75f47dc583f1c187556e9a2c082dd64f8c6:

  regulator: core: Replace direct ops->disable usage (2014-02-25 10:31:45 +0900)

----------------------------------------------------------------
regulator: Fixes for v3.14-rc5

A couple of fixes here which ensure that regulators using the core
support for GPIO enables work in all cases by ensuring that helpers are
used consistently rather than open coding in places and hence not having
GPIO support in some of them.

----------------------------------------------------------------
Markus Pargmann (2):
      regulator: core: Replace direct ops->enable usage
      regulator: core: Replace direct ops->disable usage

 drivers/regulator/core.c | 48 ++++++++++++++++++++----------------------------
 1 file changed, 20 insertions(+), 28 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] regulator fixes for v3.14
@ 2014-03-04  7:37 Mark Brown
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2014-03-04  7:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Liam Girdwood

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

The following changes since commit acc3d5cec84f82ebea535fa0bd9500ac3df2aee9:

  regulator: core: Change dummy supplies error message to a warning (2014-02-21 08:35:31 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v3.14-rc5

for you to fetch changes up to 66fda75f47dc583f1c187556e9a2c082dd64f8c6:

  regulator: core: Replace direct ops->disable usage (2014-02-25 10:31:45 +0900)

----------------------------------------------------------------
regulator: Fixes for v3.14-rc5

A couple of fixes here which ensure that regulators using the core
support for GPIO enables work in all cases by ensuring that helpers are
used consistently rather than open coding in places and hence not having
GPIO support in some of them.

----------------------------------------------------------------
Markus Pargmann (2):
      regulator: core: Replace direct ops->enable usage
      regulator: core: Replace direct ops->disable usage

 drivers/regulator/core.c | 48 ++++++++++++++++++++----------------------------
 1 file changed, 20 insertions(+), 28 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] regulator fixes for v3.14
@ 2014-02-23  4:24 Mark Brown
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2014-02-23  4:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Liam Girdwood

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

The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:

  Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v3.14-rc4

for you to fetch changes up to bcad2ca37296ab6c09de7975e850cb8f90c44c08:

  Merge remote-tracking branches 'regulator/fix/da9063', 'regulator/fix/max14577' and 'regulator/fix/s5m8767' into regulator-linus (2014-02-23 12:22:18 +0900)

----------------------------------------------------------------

regulator: Fixes for v3.14

Mostly unexciting driver fixes, plus one fix to lower the severity of
the log message when we don't use an optional regulator - the fixes for
ACPI system made this come up more often and it was correctly observed
that it was causing undue concern for users.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      regulator: max14577: Fix invalid return value on DT parse success

Mark Brown (2):
      Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
      Merge remote-tracking branches 'regulator/fix/da9063', 'regulator/fix/max14577' and 'regulator/fix/s5m8767' into regulator-linus

Sachin Kamat (2):
      regulator: s5m8767: Use of_get_child_by_name
      regulator: s5m8767: Add missing of_node_put

Shuah Khan (1):
      regulator: core: Change dummy supplies error message to a warning

Steve Twiss (1):
      regulator: da9063: Bug fix when setting max voltage on LDOs 5-11

 drivers/regulator/core.c             | 2 +-
 drivers/regulator/da9063-regulator.c | 4 +++-
 drivers/regulator/max14577.c         | 5 +++--
 drivers/regulator/s5m8767.c          | 4 +++-
 4 files changed, 10 insertions(+), 5 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] regulator fixes for v3.14
@ 2014-02-12 16:51 Mark Brown
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2014-02-12 16:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Liam Girdwood

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

The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed:

  Linux 3.14-rc2 (2014-02-09 18:15:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v3.14-rc2

for you to fetch changes up to 5c306c8ab5dac69714f6e38bed95cfb6bd7758ed:

  Merge remote-tracking branches 'regulator/fix/da9055' and 'regulator/fix/max14577' into regulator-linus (2014-02-12 11:47:33 +0000)

----------------------------------------------------------------

regulator: Fixes for v3.14

Two driver fixes, one fixing the mapping of interrupts on da9055 (which
previously wouldn't have worked at all) and a fix for reference counting
OF nodes in the max14577 driver.

----------------------------------------------------------------
Adam Thomson (1):
      regulator: da9055: Remove use of regmap_irq_get_virq()

Krzysztof Kozlowski (1):
      regulator: max14577: Add missing of_node_put

Mark Brown (1):
      Merge remote-tracking branches 'regulator/fix/da9055' and 'regulator/fix/max14577' into regulator-linus

 drivers/regulator/da9055-regulator.c | 4 +++-
 drivers/regulator/max14577.c         | 5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] regulator fixes for v3.14
@ 2014-02-05 15:16 Mark Brown
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2014-02-05 15:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Liam Girdwood

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

The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v3.14-rc1

for you to fetch changes up to a6a671e1b6f6e68b642445ad3cac46f8ffb46f5c:

  Merge remote-tracking branches 'regulator/fix/ab3100' and 'regulator/fix/s2mps11' into regulator-linus (2014-02-04 12:58:19 +0000)

----------------------------------------------------------------

regulator: Fixes for v3.14

A couple of driver fixes here but the main thing is a fix to the checks
for deferred probe non-DT systems with fully specified regulators which
had been broken by a device tree fix which meant that we wouldn't insert
optional regulators.  This had slipped through the cracks since very few
systems do that in the first place and those that do it in mainline
don't need optional regulators anyway.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      regulator: s2mps11: Fix NULL pointer of_node value when using platform data

Linus Walleij (1):
      regulator: ab3100: cast fix

Mark Brown (3):
      regulator: core: Correct default return value for full constraints
      Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
      Merge remote-tracking branches 'regulator/fix/ab3100' and 'regulator/fix/s2mps11' into regulator-linus

 drivers/regulator/ab3100.c  | 4 ++--
 drivers/regulator/core.c    | 9 ++++++++-
 drivers/regulator/s2mps11.c | 1 +
 3 files changed, 11 insertions(+), 3 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2014-03-04 16:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-04  7:27 [GIT PULL] regulator fixes for v3.14 Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2014-03-04  9:08 Mark Brown
2014-03-04 16:43 ` Linus Torvalds
2014-03-04  7:37 Mark Brown
2014-02-23  4:24 Mark Brown
2014-02-12 16:51 Mark Brown
2014-02-05 15:16 Mark Brown

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