public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] Ux500 defconfig updates for v4.7
@ 2016-05-02  8:49 Linus Walleij
  2016-05-10 12:07 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2016-05-02  8:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC folks,

here are some defconfig updates for the v4.7 merge cycle.
Please pull them in to whatever defconfig branch is apropriate.

Yours,
Linus Walleij


The following changes since commit 04974df8049fc4240d22759a91e035082ccd18b4:

  Linux 4.6-rc6 (2016-05-01 15:52:31 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
tags/ux500-defconfig-armsoc

for you to fetch changes up to 95d48536d51c946a69ba251f2a198a3f63abe521:

  ARM: u8500_defconfig: update sensor config (2016-05-02 10:42:58 +0200)

----------------------------------------------------------------
Ux500 defconfig update for v4.7:
- Remove the unused MACH_UX500_DT option from the multi_v7 defconfig
- Remove staging driver from u8500_defconfig
- Update sensor support in u8500_defconfig

----------------------------------------------------------------
Lee Jones (1):
      ARM: multi_v7_defconfig: Remove unused Kconfig option MACH_UX500_DT

Linus Walleij (2):
      ARM: u8500_defconfig: remove staging from defconfig
      ARM: u8500_defconfig: update sensor config

 arch/arm/configs/multi_v7_defconfig | 1 -
 arch/arm/configs/u8500_defconfig    | 5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)

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

* [GIT PULL] Ux500 defconfig updates for v4.7
  2016-05-02  8:49 [GIT PULL] Ux500 defconfig updates for v4.7 Linus Walleij
@ 2016-05-10 12:07 ` Arnd Bergmann
  2016-05-10 12:14   ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2016-05-10 12:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 02 May 2016 10:49:06 Linus Walleij wrote:
> Ux500 defconfig update for v4.7:
> - Remove the unused MACH_UX500_DT option from the multi_v7 defconfig
> - Remove staging driver from u8500_defconfig
> - Update sensor support in u8500_defconfig
> 

I was going to pull this today but noticed that this involves a backmerge
of v4.6-rc6. Can you rebase this on 4.6-rc3 or earlier to avoid the backmerge?

	Arnd

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

* [GIT PULL] Ux500 defconfig updates for v4.7
  2016-05-10 12:07 ` Arnd Bergmann
@ 2016-05-10 12:14   ` Linus Walleij
  2016-05-10 12:24     ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2016-05-10 12:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 10, 2016 at 2:07 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Monday 02 May 2016 10:49:06 Linus Walleij wrote:
>> Ux500 defconfig update for v4.7:
>> - Remove the unused MACH_UX500_DT option from the multi_v7 defconfig
>> - Remove staging driver from u8500_defconfig
>> - Update sensor support in u8500_defconfig
>>
>
> I was going to pull this today but noticed that this involves a backmerge
> of v4.6-rc6. Can you rebase this on 4.6-rc3 or earlier to avoid the backmerge?

Of course. enjoy:

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
tags/ux500-defconfig-armsoc2

for you to fetch changes up to 35bee33355db8347d5f84caef9d2ddde200b8ba6:

  ARM: u8500_defconfig: update sensor config (2016-05-10 14:10:52 +0200)

----------------------------------------------------------------
Ux500 defconfig update for v4.7:
- Remove the unused MACH_UX500_DT option from the multi_v7 defconfig
- Remove staging driver from u8500_defconfig
- Update sensor support in u8500_defconfig

----------------------------------------------------------------
Lee Jones (1):
      ARM: multi_v7_defconfig: Remove unused Kconfig option MACH_UX500_DT

Linus Walleij (2):
      ARM: u8500_defconfig: remove staging from defconfig
      ARM: u8500_defconfig: update sensor config

 arch/arm/configs/multi_v7_defconfig | 1 -
 arch/arm/configs/u8500_defconfig    | 5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)

Yours,
Linus Walleij

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

* [GIT PULL] Ux500 defconfig updates for v4.7
  2016-05-10 12:14   ` Linus Walleij
@ 2016-05-10 12:24     ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2016-05-10 12:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 10 May 2016 14:14:45 Linus Walleij wrote:
> Ux500 defconfig update for v4.7:
> - Remove the unused MACH_UX500_DT option from the multi_v7 defconfig
> - Remove staging driver from u8500_defconfig
> - Update sensor support in u8500_defconfig
> 

Pulled into next/defconfig, thanks for the quick update!

	Arnd

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

end of thread, other threads:[~2016-05-10 12:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02  8:49 [GIT PULL] Ux500 defconfig updates for v4.7 Linus Walleij
2016-05-10 12:07 ` Arnd Bergmann
2016-05-10 12:14   ` Linus Walleij
2016-05-10 12:24     ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox