mbox series

[GIT,PULL] IXP4xx changes for v5.17

Message ID CACRpkdZXZBpexMUuwTV-RB7_QAjBQkSbRsaBtgFShcqxuNTUgw@mail.gmail.com
State New
Headers show
Series [GIT,PULL] IXP4xx changes for v5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git tags/ixp4xx-arm-soc-v5.17

Message

Linus Walleij Dec. 6, 2021, 1:23 a.m. UTC
Hi ARM SoC folks,

these are some two IXP4xx patches cleaning up a little bit in
KConfig & such which should go into v5.17.

Please pull it in! Details in signed tag.

Yours,
Linus Walleij

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/ixp4xx-arm-soc-v5.17

for you to fetch changes up to 019cd8a9e3bcbbf6bac8036a9ae545f7858e0c08:

  ARM: ixp4xx: remove unused header file pata_ixp4xx_cf.h (2021-12-06
02:18:39 +0100)

----------------------------------------------------------------
Some IXP4xx SoC and driver related changes for v5.17:

- Drop unused Kconfig options
- Drop unused platform data header file

----------------------------------------------------------------
Jonathan Corbet (1):
      ARM: ixp4xx: remove unused header file pata_ixp4xx_cf.h

Lukas Bulwahn (1):
      ARM: ixp4xx: remove dead configs CPU_IXP43X and CPU_IXP46X

 arch/arm/mach-ixp4xx/Kconfig                 | 13 -------------
 include/linux/platform_data/pata_ixp4xx_cf.h | 21 ---------------------
 2 files changed, 34 deletions(-)
 delete mode 100644 include/linux/platform_data/pata_ixp4xx_cf.h

Comments

Arnd Bergmann Dec. 15, 2021, 9:50 a.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 6 Dec 2021 02:23:25 +0100, Linus Walleij wrote:
> these are some two IXP4xx patches cleaning up a little bit in
> KConfig & such which should go into v5.17.
> 
> Please pull it in! Details in signed tag.
> 
> Yours,
> Linus Walleij
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 4d4872fef9d1788da10efc07a4f4c91799f77a94

       Arnd