All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] PM / AVS changes for v3.18 - v2
@ 2014-09-25 19:05 ` Kevin Hilman
  0 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2014-09-25 19:05 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: linux-pm, linux-arm-kernel, nm, dianders, heiko, broonie

Hi Rafael,

The first pull request was missing a dependency on a feature that went
in through Mark Brown's regulator tree, so it wouldn't actually compile
properly by itself.  This version pulls in that topic branch from Marks
tree (topic/voltage-ev branch, already part of -next), and now compiles fine.

Kevin

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux.git tags/avs-for-3.18

for you to fetch changes up to cd8caa18deff6d2d87a4e3161b4dd8c6da3c4f38:

  Merge branch 'topic/voltage-ev' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into avs-next (2014-09-25 09:57:57 -0700)

----------------------------------------------------------------
PM / AVS changes for v3.18

- Add new driver for Rockchip IO voltage domains
- update MAINTAINERS to reflect maintenance of drivers/power/avs/*

----------------------------------------------------------------
Heiko Stübner (2):
      regulator: core: Add REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (and ABORT)
      PM / AVS: rockchip-io: add driver handling Rockchip io domains

Kevin Hilman (2):
      MAINTAINERS: update entry for drivers/power/avs
      Merge branch 'topic/voltage-ev' of git://git.kernel.org/.../broonie/regulator into avs-next

 Documentation/devicetree/bindings/power/rockchip-io-domain.txt |  83 +++++++++++++++++++
 MAINTAINERS                                                    |   4 +-
 drivers/power/avs/Kconfig                                      |   8 ++
 drivers/power/avs/Makefile                                     |   1 +
 drivers/power/avs/rockchip-io-domain.c                         | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/regulator/core.c                                       |  63 +++++++++++++--
 include/linux/regulator/consumer.h                             |  20 +++++
 7 files changed, 521 insertions(+), 9 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/rockchip-io-domain.txt
 create mode 100644 drivers/power/avs/rockchip-io-domain.c


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

* [GIT PULL] PM / AVS changes for v3.18 - v2
@ 2014-09-25 19:05 ` Kevin Hilman
  0 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2014-09-25 19:05 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Rafael,

The first pull request was missing a dependency on a feature that went
in through Mark Brown's regulator tree, so it wouldn't actually compile
properly by itself.  This version pulls in that topic branch from Marks
tree (topic/voltage-ev branch, already part of -next), and now compiles fine.

Kevin

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux.git tags/avs-for-3.18

for you to fetch changes up to cd8caa18deff6d2d87a4e3161b4dd8c6da3c4f38:

  Merge branch 'topic/voltage-ev' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into avs-next (2014-09-25 09:57:57 -0700)

----------------------------------------------------------------
PM / AVS changes for v3.18

- Add new driver for Rockchip IO voltage domains
- update MAINTAINERS to reflect maintenance of drivers/power/avs/*

----------------------------------------------------------------
Heiko St?bner (2):
      regulator: core: Add REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (and ABORT)
      PM / AVS: rockchip-io: add driver handling Rockchip io domains

Kevin Hilman (2):
      MAINTAINERS: update entry for drivers/power/avs
      Merge branch 'topic/voltage-ev' of git://git.kernel.org/.../broonie/regulator into avs-next

 Documentation/devicetree/bindings/power/rockchip-io-domain.txt |  83 +++++++++++++++++++
 MAINTAINERS                                                    |   4 +-
 drivers/power/avs/Kconfig                                      |   8 ++
 drivers/power/avs/Makefile                                     |   1 +
 drivers/power/avs/rockchip-io-domain.c                         | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/regulator/core.c                                       |  63 +++++++++++++--
 include/linux/regulator/consumer.h                             |  20 +++++
 7 files changed, 521 insertions(+), 9 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/rockchip-io-domain.txt
 create mode 100644 drivers/power/avs/rockchip-io-domain.c

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

* Re: [GIT PULL] PM / AVS changes for v3.18 - v2
  2014-09-25 19:05 ` Kevin Hilman
@ 2014-09-25 20:42   ` Rafael J. Wysocki
  -1 siblings, 0 replies; 12+ messages in thread
From: Rafael J. Wysocki @ 2014-09-25 20:42 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: linux-pm, linux-arm-kernel, nm, dianders, heiko, broonie

On Thursday, September 25, 2014 12:05:42 PM Kevin Hilman wrote:
> Hi Rafael,
> 
> The first pull request was missing a dependency on a feature that went
> in through Mark Brown's regulator tree, so it wouldn't actually compile
> properly by itself.  This version pulls in that topic branch from Marks
> tree (topic/voltage-ev branch, already part of -next), and now compiles fine.

Pulled, thanks!

I'll push it to Linus after the Mark's material has been merged to avoid
git log confusion.

Rafael


> The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
> 
>   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux.git tags/avs-for-3.18
> 
> for you to fetch changes up to cd8caa18deff6d2d87a4e3161b4dd8c6da3c4f38:
> 
>   Merge branch 'topic/voltage-ev' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into avs-next (2014-09-25 09:57:57 -0700)
> 
> ----------------------------------------------------------------
> PM / AVS changes for v3.18
> 
> - Add new driver for Rockchip IO voltage domains
> - update MAINTAINERS to reflect maintenance of drivers/power/avs/*
> 
> ----------------------------------------------------------------
> Heiko Stübner (2):
>       regulator: core: Add REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (and ABORT)
>       PM / AVS: rockchip-io: add driver handling Rockchip io domains
> 
> Kevin Hilman (2):
>       MAINTAINERS: update entry for drivers/power/avs
>       Merge branch 'topic/voltage-ev' of git://git.kernel.org/.../broonie/regulator into avs-next
> 
>  Documentation/devicetree/bindings/power/rockchip-io-domain.txt |  83 +++++++++++++++++++
>  MAINTAINERS                                                    |   4 +-
>  drivers/power/avs/Kconfig                                      |   8 ++
>  drivers/power/avs/Makefile                                     |   1 +
>  drivers/power/avs/rockchip-io-domain.c                         | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/regulator/core.c                                       |  63 +++++++++++++--
>  include/linux/regulator/consumer.h                             |  20 +++++
>  7 files changed, 521 insertions(+), 9 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/power/rockchip-io-domain.txt
>  create mode 100644 drivers/power/avs/rockchip-io-domain.c
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

* [GIT PULL] PM / AVS changes for v3.18 - v2
@ 2014-09-25 20:42   ` Rafael J. Wysocki
  0 siblings, 0 replies; 12+ messages in thread
From: Rafael J. Wysocki @ 2014-09-25 20:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, September 25, 2014 12:05:42 PM Kevin Hilman wrote:
> Hi Rafael,
> 
> The first pull request was missing a dependency on a feature that went
> in through Mark Brown's regulator tree, so it wouldn't actually compile
> properly by itself.  This version pulls in that topic branch from Marks
> tree (topic/voltage-ev branch, already part of -next), and now compiles fine.

Pulled, thanks!

I'll push it to Linus after the Mark's material has been merged to avoid
git log confusion.

Rafael


> The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
> 
>   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux.git tags/avs-for-3.18
> 
> for you to fetch changes up to cd8caa18deff6d2d87a4e3161b4dd8c6da3c4f38:
> 
>   Merge branch 'topic/voltage-ev' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into avs-next (2014-09-25 09:57:57 -0700)
> 
> ----------------------------------------------------------------
> PM / AVS changes for v3.18
> 
> - Add new driver for Rockchip IO voltage domains
> - update MAINTAINERS to reflect maintenance of drivers/power/avs/*
> 
> ----------------------------------------------------------------
> Heiko St?bner (2):
>       regulator: core: Add REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (and ABORT)
>       PM / AVS: rockchip-io: add driver handling Rockchip io domains
> 
> Kevin Hilman (2):
>       MAINTAINERS: update entry for drivers/power/avs
>       Merge branch 'topic/voltage-ev' of git://git.kernel.org/.../broonie/regulator into avs-next
> 
>  Documentation/devicetree/bindings/power/rockchip-io-domain.txt |  83 +++++++++++++++++++
>  MAINTAINERS                                                    |   4 +-
>  drivers/power/avs/Kconfig                                      |   8 ++
>  drivers/power/avs/Makefile                                     |   1 +
>  drivers/power/avs/rockchip-io-domain.c                         | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/regulator/core.c                                       |  63 +++++++++++++--
>  include/linux/regulator/consumer.h                             |  20 +++++
>  7 files changed, 521 insertions(+), 9 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/power/rockchip-io-domain.txt
>  create mode 100644 drivers/power/avs/rockchip-io-domain.c
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

* Re: [GIT PULL] PM / AVS changes for v3.18 - v2
  2014-09-25 19:05 ` Kevin Hilman
@ 2014-09-26  8:15   ` Mark Brown
  -1 siblings, 0 replies; 12+ messages in thread
From: Mark Brown @ 2014-09-26  8:15 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Rafael J. Wysocki, linux-pm, linux-arm-kernel, nm, dianders, heiko

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

On Thu, Sep 25, 2014 at 12:05:42PM -0700, Kevin Hilman wrote:

> The first pull request was missing a dependency on a feature that went
> in through Mark Brown's regulator tree, so it wouldn't actually compile
> properly by itself.  This version pulls in that topic branch from Marks
> tree (topic/voltage-ev branch, already part of -next), and now compiles fine.

Please in future don't pull anything in from my tree without a signed
tag (speak to me if there isn't one).

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

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

* [GIT PULL] PM / AVS changes for v3.18 - v2
@ 2014-09-26  8:15   ` Mark Brown
  0 siblings, 0 replies; 12+ messages in thread
From: Mark Brown @ 2014-09-26  8:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 25, 2014 at 12:05:42PM -0700, Kevin Hilman wrote:

> The first pull request was missing a dependency on a feature that went
> in through Mark Brown's regulator tree, so it wouldn't actually compile
> properly by itself.  This version pulls in that topic branch from Marks
> tree (topic/voltage-ev branch, already part of -next), and now compiles fine.

Please in future don't pull anything in from my tree without a signed
tag (speak to me if there isn't one).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140926/d59ebf4c/attachment.sig>

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

* Re: [GIT PULL] PM / AVS changes for v3.18 - v2
  2014-09-26  8:15   ` Mark Brown
@ 2014-09-26 13:40     ` Rafael J. Wysocki
  -1 siblings, 0 replies; 12+ messages in thread
From: Rafael J. Wysocki @ 2014-09-26 13:40 UTC (permalink / raw)
  To: Mark Brown; +Cc: Kevin Hilman, linux-pm, linux-arm-kernel, nm, dianders, heiko

On Friday, September 26, 2014 09:15:34 AM Mark Brown wrote:
> 
> --gBii9oQw/U9UOygZ
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> 
> On Thu, Sep 25, 2014 at 12:05:42PM -0700, Kevin Hilman wrote:
> 
> > The first pull request was missing a dependency on a feature that went
> > in through Mark Brown's regulator tree, so it wouldn't actually compile
> > properly by itself.  This version pulls in that topic branch from Marks
> > tree (topic/voltage-ev branch, already part of -next), and now compiles fine.
> 
> Please in future don't pull anything in from my tree without a signed
> tag (speak to me if there isn't one).

I was assuming that this was discussed with you in advance.

Should I drop the branch?

Rafael


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

* [GIT PULL] PM / AVS changes for v3.18 - v2
@ 2014-09-26 13:40     ` Rafael J. Wysocki
  0 siblings, 0 replies; 12+ messages in thread
From: Rafael J. Wysocki @ 2014-09-26 13:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, September 26, 2014 09:15:34 AM Mark Brown wrote:
> 
> --gBii9oQw/U9UOygZ
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> 
> On Thu, Sep 25, 2014 at 12:05:42PM -0700, Kevin Hilman wrote:
> 
> > The first pull request was missing a dependency on a feature that went
> > in through Mark Brown's regulator tree, so it wouldn't actually compile
> > properly by itself.  This version pulls in that topic branch from Marks
> > tree (topic/voltage-ev branch, already part of -next), and now compiles fine.
> 
> Please in future don't pull anything in from my tree without a signed
> tag (speak to me if there isn't one).

I was assuming that this was discussed with you in advance.

Should I drop the branch?

Rafael

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

* Re: [GIT PULL] PM / AVS changes for v3.18 - v2
  2014-09-26  8:15   ` Mark Brown
@ 2014-09-26 14:23     ` Kevin Hilman
  -1 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2014-09-26 14:23 UTC (permalink / raw)
  To: Mark Brown
  Cc: Rafael J. Wysocki, linux-pm, linux-arm-kernel, nm, dianders, heiko

Mark Brown <broonie@kernel.org> writes:

> On Thu, Sep 25, 2014 at 12:05:42PM -0700, Kevin Hilman wrote:
>
>> The first pull request was missing a dependency on a feature that went
>> in through Mark Brown's regulator tree, so it wouldn't actually compile
>> properly by itself.  This version pulls in that topic branch from Marks
>> tree (topic/voltage-ev branch, already part of -next), and now compiles fine.
>
> Please in future don't pull anything in from my tree without a signed
> tag (speak to me if there isn't one).

Sorry about that.

Had there been more than one patch in this topic branch, or it wasn't
based directly on an -rc tag, I would've waited for confirmation about
it being stable, but since it was a single patch, based directly on an
-rc tag, I assumed it was stable.

In the future, I'll be sure to request a signed tag.

Kevin

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

* [GIT PULL] PM / AVS changes for v3.18 - v2
@ 2014-09-26 14:23     ` Kevin Hilman
  0 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2014-09-26 14:23 UTC (permalink / raw)
  To: linux-arm-kernel

Mark Brown <broonie@kernel.org> writes:

> On Thu, Sep 25, 2014 at 12:05:42PM -0700, Kevin Hilman wrote:
>
>> The first pull request was missing a dependency on a feature that went
>> in through Mark Brown's regulator tree, so it wouldn't actually compile
>> properly by itself.  This version pulls in that topic branch from Marks
>> tree (topic/voltage-ev branch, already part of -next), and now compiles fine.
>
> Please in future don't pull anything in from my tree without a signed
> tag (speak to me if there isn't one).

Sorry about that.

Had there been more than one patch in this topic branch, or it wasn't
based directly on an -rc tag, I would've waited for confirmation about
it being stable, but since it was a single patch, based directly on an
-rc tag, I assumed it was stable.

In the future, I'll be sure to request a signed tag.

Kevin

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

* Re: [GIT PULL] PM / AVS changes for v3.18 - v2
  2014-09-26 14:23     ` Kevin Hilman
@ 2014-09-26 15:42       ` Kevin Hilman
  -1 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2014-09-26 15:42 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Mark Brown, Rafael J. Wysocki, linux-pm, linux-arm-kernel,
	Nishanth Menon, Douglas Anderson, Heiko Stübner

On Fri, Sep 26, 2014 at 7:23 AM, Kevin Hilman <khilman@kernel.org> wrote:
> Mark Brown <broonie@kernel.org> writes:
>
>> On Thu, Sep 25, 2014 at 12:05:42PM -0700, Kevin Hilman wrote:
>>
>>> The first pull request was missing a dependency on a feature that went
>>> in through Mark Brown's regulator tree, so it wouldn't actually compile
>>> properly by itself.  This version pulls in that topic branch from Marks
>>> tree (topic/voltage-ev branch, already part of -next), and now compiles fine.
>>
>> Please in future don't pull anything in from my tree without a signed
>> tag (speak to me if there isn't one).
>
> Sorry about that.
>
> Had there been more than one patch in this topic branch, or it wasn't
> based directly on an -rc tag, I would've waited for confirmation about
> it being stable, but since it was a single patch, based directly on an
> -rc tag, I assumed it was stable.
>
> In the future, I'll be sure to request a signed tag.

Hmm, turns out there actually was a signed tag[1] (I thought I
remembered you saying it was stable), but I still made the mistake of
pulling the branch and not the tag.

Kevin

[1] https://lkml.org/lkml/2014/8/29/182

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

* [GIT PULL] PM / AVS changes for v3.18 - v2
@ 2014-09-26 15:42       ` Kevin Hilman
  0 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2014-09-26 15:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Sep 26, 2014 at 7:23 AM, Kevin Hilman <khilman@kernel.org> wrote:
> Mark Brown <broonie@kernel.org> writes:
>
>> On Thu, Sep 25, 2014 at 12:05:42PM -0700, Kevin Hilman wrote:
>>
>>> The first pull request was missing a dependency on a feature that went
>>> in through Mark Brown's regulator tree, so it wouldn't actually compile
>>> properly by itself.  This version pulls in that topic branch from Marks
>>> tree (topic/voltage-ev branch, already part of -next), and now compiles fine.
>>
>> Please in future don't pull anything in from my tree without a signed
>> tag (speak to me if there isn't one).
>
> Sorry about that.
>
> Had there been more than one patch in this topic branch, or it wasn't
> based directly on an -rc tag, I would've waited for confirmation about
> it being stable, but since it was a single patch, based directly on an
> -rc tag, I assumed it was stable.
>
> In the future, I'll be sure to request a signed tag.

Hmm, turns out there actually was a signed tag[1] (I thought I
remembered you saying it was stable), but I still made the mistake of
pulling the branch and not the tag.

Kevin

[1] https://lkml.org/lkml/2014/8/29/182

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

end of thread, other threads:[~2014-09-26 15:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-25 19:05 [GIT PULL] PM / AVS changes for v3.18 - v2 Kevin Hilman
2014-09-25 19:05 ` Kevin Hilman
2014-09-25 20:42 ` Rafael J. Wysocki
2014-09-25 20:42   ` Rafael J. Wysocki
2014-09-26  8:15 ` Mark Brown
2014-09-26  8:15   ` Mark Brown
2014-09-26 13:40   ` Rafael J. Wysocki
2014-09-26 13:40     ` Rafael J. Wysocki
2014-09-26 14:23   ` Kevin Hilman
2014-09-26 14:23     ` Kevin Hilman
2014-09-26 15:42     ` Kevin Hilman
2014-09-26 15:42       ` Kevin Hilman

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.