2015-05-19 13:53:51

by Nicolas Ferre

[permalink] [raw]
Subject: [GIT PULL] at91: defconfig for 4.2 #1

Arnd, Olof, Kevin,

Little update to defconfig files... but big step forward for AT91 as we now
enter the multi_v7_defconfig club!
The pull-request is based on v4.2-rc3.

Thanks, best regards,

The following changes since commit 030bbdbf4c833bc69f502eae58498bc5572db736:

Linux 4.1-rc3 (2015-05-10 15:12:29 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-defconfig

for you to fetch changes up to 822cfdfb9511c2658a10a21b0323144c632aa08c:

ARM: multi_v7_defconfig: Add Atmel SAMA5 family (2015-05-19 15:38:40 +0200)

----------------------------------------------------------------
First batch of defconfig changes for 4.2:
- fixed regulators for sd/mmc
- addition of AT91 to the multi_v7_defconfig

----------------------------------------------------------------
Alexandre Belloni (1):
ARM: multi_v7_defconfig: Add Atmel SAMA5 family

Nicolas Ferre (1):
ARM: at91/defconfig: add CONFIG_REGULATOR_FIXED_VOLTAGE for mmc driver

arch/arm/configs/at91_dt_defconfig | 2 ++
arch/arm/configs/multi_v7_defconfig | 26 ++++++++++++++++++++++++++
arch/arm/configs/sama5_defconfig | 1 +
3 files changed, 29 insertions(+)

--
Nicolas Ferre


2015-05-20 15:32:38

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [GIT PULL] at91: defconfig for 4.2 #1

On Tuesday 19 May 2015 15:54:04 Nicolas Ferre wrote:
> First batch of defconfig changes for 4.2:
> - fixed regulators for sd/mmc
> - addition of AT91 to the multi_v7_defconfig
>
>

Pulled into next/defconfig, thanks!

Arnd