mbox series

[GIT,PULL] ARM: at91: Drivers for 5.11 (bis)

Message ID 20201127214140.GA1688544@piout.net
State New
Headers show
Series [GIT,PULL] ARM: at91: Drivers for 5.11 (bis) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-drivers-5.11

Message

Alexandre Belloni Nov. 27, 2020, 9:41 p.m. UTC
Arnd, Olof,

As discussed with Arnd, here are two cleanup patches for at91_cf. My end
goal is to get rid of include/linux/platform_data/atmel.h.
Also a very small patch adding SoC IDs for the sam9x60 SiPs.

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-drivers-5.11

for you to fetch changes up to 264788c8f23703d0d3e967fb5aea83eb64d2cb2b:

  pcmcia: at91_cf: remove platform data support (2020-11-27 22:25:15 +0100)

----------------------------------------------------------------
AT91 drivers for 5.11:

 - add sam9x60 SiP IDs
 - at91_cf cleanups

----------------------------------------------------------------
Alexandre Belloni (2):
      pcmcia: at91_cf: move definitions locally
      pcmcia: at91_cf: remove platform data support

Kai Stuhlemmer (1):
      ARM: at91: sam9x60 SiP types added to soc description

 drivers/pcmcia/Kconfig              |  1 +
 drivers/pcmcia/at91_cf.c            | 50 ++++++++++++++-----------------------
 drivers/soc/atmel/soc.c             |  6 +++++
 drivers/soc/atmel/soc.h             |  3 +++
 include/linux/platform_data/atmel.h | 12 ---------
 5 files changed, 29 insertions(+), 43 deletions(-)

Comments

Arnd Bergmann Dec. 8, 2020, 4:08 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 27 Nov 2020 22:41:40 +0100, Alexandre Belloni wrote:
> Arnd, Olof,
> 
> As discussed with Arnd, here are two cleanup patches for at91_cf. My end
> goal is to get rid of include/linux/platform_data/atmel.h.
> Also a very small patch adding SoC IDs for the sam9x60 SiPs.
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: c6241fd5de13f561ad147173f93f70a5f7058690

       Arnd