linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Immutable branch between MFD, ARM and LED due for the v4.10 merge window
       [not found] <1479568518-19795-1-git-send-email-linus.walleij@linaro.org>
@ 2016-11-21 12:58 ` Lee Jones
  2016-11-22 10:52   ` Jacek Anaszewski
  0 siblings, 1 reply; 3+ messages in thread
From: Lee Jones @ 2016-11-21 12:58 UTC (permalink / raw)
  To: Linus Walleij
  Cc: linux-kernel, Stephen Boyd, Neil Armstrong,
	Abhijeet Dharmapurikar, andy.gross, bjorn.andersson,
	j.anaszewski, arnd

ARM and LED Maintainers,

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-arm-leds-v4.10

for you to fetch changes up to 40a3a0f2ba633fa219f69aef0fd0dcdd6e5756b0:

  mfd: qcom-pm8xxx: Clean up PM8XXX namespace (2016-11-21 12:54:28 +0000)

----------------------------------------------------------------
Immutable branch between MFD, ARM and LED due for the v4.10 merge window

----------------------------------------------------------------
Linus Walleij (1):
      mfd: qcom-pm8xxx: Clean up PM8XXX namespace

 arch/arm/configs/multi_v7_defconfig          |  2 +-
 arch/arm/configs/pxa_defconfig               |  1 -
 arch/arm/configs/qcom_defconfig              |  1 -
 drivers/leds/Kconfig                         |  2 +-
 drivers/mfd/Kconfig                          | 14 ++++------
 drivers/mfd/Makefile                         |  2 +-
 drivers/mfd/{pm8921-core.c => qcom-pm8xxx.c} | 42 ++++++++++++++--------------
 7 files changed, 29 insertions(+), 35 deletions(-)
 rename drivers/mfd/{pm8921-core.c => qcom-pm8xxx.c} (92%)

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [GIT PULL] Immutable branch between MFD, ARM and LED due for the v4.10 merge window
  2016-11-21 12:58 ` [GIT PULL] Immutable branch between MFD, ARM and LED due for the v4.10 merge window Lee Jones
@ 2016-11-22 10:52   ` Jacek Anaszewski
  2017-01-03 15:42     ` Lee Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Jacek Anaszewski @ 2016-11-22 10:52 UTC (permalink / raw)
  To: Lee Jones, Linus Walleij
  Cc: linux-kernel, Stephen Boyd, Neil Armstrong,
	Abhijeet Dharmapurikar, andy.gross, bjorn.andersson, arnd

On 11/21/2016 01:58 PM, Lee Jones wrote:
> ARM and LED Maintainers,
>
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
>
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-arm-leds-v4.10
>
> for you to fetch changes up to 40a3a0f2ba633fa219f69aef0fd0dcdd6e5756b0:
>
>   mfd: qcom-pm8xxx: Clean up PM8XXX namespace (2016-11-21 12:54:28 +0000)
>
> ----------------------------------------------------------------
> Immutable branch between MFD, ARM and LED due for the v4.10 merge window
>
> ----------------------------------------------------------------
> Linus Walleij (1):
>       mfd: qcom-pm8xxx: Clean up PM8XXX namespace
>
>  arch/arm/configs/multi_v7_defconfig          |  2 +-
>  arch/arm/configs/pxa_defconfig               |  1 -
>  arch/arm/configs/qcom_defconfig              |  1 -
>  drivers/leds/Kconfig                         |  2 +-
>  drivers/mfd/Kconfig                          | 14 ++++------
>  drivers/mfd/Makefile                         |  2 +-
>  drivers/mfd/{pm8921-core.c => qcom-pm8xxx.c} | 42 ++++++++++++++--------------
>  7 files changed, 29 insertions(+), 35 deletions(-)
>  rename drivers/mfd/{pm8921-core.c => qcom-pm8xxx.c} (92%)
>

Rebased for-next branch of linux-leds.git on that branch.

-- 
Best regards,
Jacek Anaszewski

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

* Re: [GIT PULL] Immutable branch between MFD, ARM and LED due for the v4.10 merge window
  2016-11-22 10:52   ` Jacek Anaszewski
@ 2017-01-03 15:42     ` Lee Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Lee Jones @ 2017-01-03 15:42 UTC (permalink / raw)
  To: Jacek Anaszewski
  Cc: Linus Walleij, linux-kernel, Stephen Boyd, Neil Armstrong,
	Abhijeet Dharmapurikar, andy.gross, bjorn.andersson, arnd

On Tue, 22 Nov 2016, Jacek Anaszewski wrote:
> On 11/21/2016 01:58 PM, Lee Jones wrote:
> > ARM and LED Maintainers,
> > 
> > The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> > 
> >   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-arm-leds-v4.10
> > 
> > for you to fetch changes up to 40a3a0f2ba633fa219f69aef0fd0dcdd6e5756b0:
> > 
> >   mfd: qcom-pm8xxx: Clean up PM8XXX namespace (2016-11-21 12:54:28 +0000)
> > 
> > ----------------------------------------------------------------
> > Immutable branch between MFD, ARM and LED due for the v4.10 merge window
> > 
> > ----------------------------------------------------------------
> > Linus Walleij (1):
> >       mfd: qcom-pm8xxx: Clean up PM8XXX namespace
> > 
> >  arch/arm/configs/multi_v7_defconfig          |  2 +-
> >  arch/arm/configs/pxa_defconfig               |  1 -
> >  arch/arm/configs/qcom_defconfig              |  1 -
> >  drivers/leds/Kconfig                         |  2 +-
> >  drivers/mfd/Kconfig                          | 14 ++++------
> >  drivers/mfd/Makefile                         |  2 +-
> >  drivers/mfd/{pm8921-core.c => qcom-pm8xxx.c} | 42 ++++++++++++++--------------
> >  7 files changed, 29 insertions(+), 35 deletions(-)
> >  rename drivers/mfd/{pm8921-core.c => qcom-pm8xxx.c} (92%)
> > 
> 
> Rebased for-next branch of linux-leds.git on that branch.

Out of interest, what happens if/when you receive a second
pull-request like this one?

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2017-01-03 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1479568518-19795-1-git-send-email-linus.walleij@linaro.org>
2016-11-21 12:58 ` [GIT PULL] Immutable branch between MFD, ARM and LED due for the v4.10 merge window Lee Jones
2016-11-22 10:52   ` Jacek Anaszewski
2017-01-03 15:42     ` Lee Jones

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