mbox series

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

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

Pull-request

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

Message

Nicolas Ferre Jan. 22, 2021, 2:46 p.m. UTC
From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Here are the defconfig changes for 5.12 which contains the removal of old
wrapper code that we called tclib. No such config option to be used anymore in
next kernel.

Thanks, best regards,

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 00a1aa475f507454fab82f02c6230c8fb2312a12:

  ARM: configs: multi_{v5,v7}: remove ATMEL_TCLIB (2021-01-02 14:06:48 +0100)

----------------------------------------------------------------
AT91 defconfig for 5.12:

- remove ATMEL_TCLIB as the driver was deleted

----------------------------------------------------------------
Alexandre Belloni (2):
      ARM: configs: at91: remove ATMEL_TCLIB
      ARM: configs: multi_{v5,v7}: remove ATMEL_TCLIB

 arch/arm/configs/at91_dt_defconfig  | 1 -
 arch/arm/configs/multi_v5_defconfig | 1 -
 arch/arm/configs/multi_v7_defconfig | 1 -
 arch/arm/configs/sama5_defconfig    | 1 -
 4 files changed, 4 deletions(-)

Comments

Arnd Bergmann Jan. 22, 2021, 10:44 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 22 Jan 2021 15:46:38 +0100, nicolas.ferre@microchip.com wrote:
> Arnd, Olof,
> 
> Here are the defconfig changes for 5.12 which contains the removal of old
> wrapper code that we called tclib. No such config option to be used anymore in
> next kernel.
> 
> Thanks, best regards,
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 2cb2b2c9d9f06356d8b00e8afdfc3d8449c3dd95

       Arnd