mbox series

[GIT,PULL] ARM: at91: defconfig for 5.13

Message ID 20210401162207.29299-1-nicolas.ferre@microchip.com
State New
Headers show
Series [GIT,PULL] ARM: at91: defconfig for 5.13 | expand

Pull-request

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

Message

Nicolas Ferre April 1, 2021, 4:22 p.m. UTC
From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Here are the defconfig changes for 5.13 which is bigger than usual for aligning
with options that we use frequently and some changes which will be beneficial
for CI.
There is an update with savedefconfig included, tell me if you prefer the PR
without this first patch of the series.

Thanks, best regards,
  Nicolas

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 4136c4443efce6f028eca74885870ac649981da1:

  ARM: configs: at91: Modernize UBI defconfig part (2021-03-29 11:27:14 +0200)

----------------------------------------------------------------
AT91 defconfig for 5.13:

- aligment with recent kernel for sama5_defconfig
- move of 2 options to built-in
- addition of useful modules for validation and CI
- addition of Hantro G1 VPU from staging

----------------------------------------------------------------
Codrin Ciubotariu (1):
      ARM: configs: at91: sama5: Add audio MIKROE PROTO board

Emil Velikov (2):
      ARM: configs: at91: sama5: update with savedefconfig
      ARM: configs: at91: sama5: enable the Hantro G1 engine

Nicolas Ferre (4):
      ARM: configs: at91: sama5: MCP16502 regulator as built-in
      ARM: configs: at91: Add mtd tests as modules
      ARM: configs: at91: Add USB Video webcam class
      ARM: configs: at91: Modernize UBI defconfig part

Razvan Stefanescu (2):
      ARM: configs: at91: sama5: PIOBU as built-in
      ARM: configs: at91: sama5: Enable LAN78XX as module

 arch/arm/configs/at91_dt_defconfig |  5 +++-
 arch/arm/configs/sama5_defconfig   | 51 ++++++++++++++++++++---------------
 2 files changed, 33 insertions(+), 23 deletions(-)

Comments

Arnd Bergmann April 1, 2021, 9:06 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 18:22:07 +0200, nicolas.ferre@microchip.com wrote:
> Arnd, Olof,
> 
> Here are the defconfig changes for 5.13 which is bigger than usual for aligning
> with options that we use frequently and some changes which will be beneficial
> for CI.
> There is an update with savedefconfig included, tell me if you prefer the PR
> without this first patch of the series.
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 630bc9784b637eac9266d7133cb8698c5507ae7d

       Arnd