mbox

[GIT,PULL] ARM: aspeed: defconfig for 4.12

Message ID CACPK8XdwSk8y7ZTnU=H3DA+_O1UOcQNvv57y-GzZA2z8-AOWdA@mail.gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git

Message

Joel Stanley April 12, 2017, 2:59 a.m. UTC
Hello Arnd, Olof,

These are the Aspeed defconfig changes for 4.12.

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
tags/aspeed-4.12-defconfig

for you to fetch changes up to 97bae47812dbbd220e354bc9f15c3b3c8b481a86:

  ARM: configs: aspeed: Add new drivers (2017-04-07 15:29:50 +0930)

----------------------------------------------------------------
Aspeed defconfig updates for 4.12

Add newly unstreamed drivers to the defconfigs for the Aspeed SoCs.
The defconfigs are reworked to be useful for development and testing
of OpenBMC on these systems.

----------------------------------------------------------------
Cédric Le Goater (1):
      ARM: aspeed: Add CONFIG_SPI_ASPEED_SMC

Joel Stanley (2):
      ARM: configs: aspeed: Update configs for BMC systems
      ARM: configs: aspeed: Add new drivers

 arch/arm/configs/aspeed_g4_defconfig | 112 ++++++++++++++++++++++++++++-------
 arch/arm/configs/aspeed_g5_defconfig | 111 ++++++++++++++++++++++++++--------
 2 files changed, 175 insertions(+), 48 deletions(-)

Comments

Olof Johansson April 19, 2017, 2:06 p.m. UTC | #1
On Wed, Apr 12, 2017 at 12:29:10PM +0930, Joel Stanley wrote:
> Hello Arnd, Olof,
> 
> These are the Aspeed defconfig changes for 4.12.
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
> tags/aspeed-4.12-defconfig
> 
> for you to fetch changes up to 97bae47812dbbd220e354bc9f15c3b3c8b481a86:
> 
>   ARM: configs: aspeed: Add new drivers (2017-04-07 15:29:50 +0930)
> 
> ----------------------------------------------------------------
> Aspeed defconfig updates for 4.12
> 
> Add newly unstreamed drivers to the defconfigs for the Aspeed SoCs.

I highly recommend upstreaming drivers instead of unstreaming them. :-)

> The defconfigs are reworked to be useful for development and testing
> of OpenBMC on these systems.

Merged, thanks!


-Olof
Joel Stanley April 21, 2017, 2:16 a.m. UTC | #2
On Wed, Apr 19, 2017 at 11:36 PM, Olof Johansson <olof@lixom.net> wrote:
> On Wed, Apr 12, 2017 at 12:29:10PM +0930, Joel Stanley wrote:
>> Hello Arnd, Olof,
>>
>> These are the Aspeed defconfig changes for 4.12.
>>
>> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>>
>>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
>> tags/aspeed-4.12-defconfig
>>
>> for you to fetch changes up to 97bae47812dbbd220e354bc9f15c3b3c8b481a86:
>>
>>   ARM: configs: aspeed: Add new drivers (2017-04-07 15:29:50 +0930)
>>
>> ----------------------------------------------------------------
>> Aspeed defconfig updates for 4.12
>>
>> Add newly unstreamed drivers to the defconfigs for the Aspeed SoCs.
>
> I highly recommend upstreaming drivers instead of unstreaming them. :-)

Good call. Don't cross the streams.

>
>> The defconfigs are reworked to be useful for development and testing
>> of OpenBMC on these systems.
>
> Merged, thanks!

Cheers!

Joel