All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: at91: Drivers for 5.11 (bis)
@ 2020-11-27 21:41 ` Alexandre Belloni
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Belloni @ 2020-11-27 21:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Nicolas Ferre, Ludovic Desroches, linux-arm-kernel, linux-kernel

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(-)

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] ARM: at91: Drivers for 5.11 (bis)
@ 2020-11-27 21:41 ` Alexandre Belloni
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Belloni @ 2020-11-27 21:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Ludovic Desroches, linux-arm-kernel, linux-kernel

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(-)

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ARM: at91: Drivers for 5.11 (bis)
@ 2020-12-08 16:08   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2020-12-08 16:08 UTC (permalink / raw)
  To: arm, Olof Johansson, Alexandre Belloni, soc
  Cc: Arnd Bergmann, linux-kernel, linux-arm-kernel, Ludovic Desroches,
	Nicolas Ferre

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ARM: at91: Drivers for 5.11 (bis)
@ 2020-12-08 16:08   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2020-12-08 16:08 UTC (permalink / raw)
  To: arm, Olof Johansson, Alexandre Belloni, soc
  Cc: linux-arm-kernel, Ludovic Desroches, linux-kernel, Arnd Bergmann

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ARM: at91: Drivers for 5.11 (bis)
  2020-11-27 21:41 ` Alexandre Belloni
  (?)
  (?)
@ 2020-12-08 17:10 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2020-12-08 17:10 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Fri, 27 Nov 2020 22:41:40 +0100 you 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:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: at91: Drivers for 5.11 (bis)
    https://git.kernel.org/soc/soc/c/c6241fd5de13

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-08 17:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 21:41 [GIT PULL] ARM: at91: Drivers for 5.11 (bis) Alexandre Belloni
2020-11-27 21:41 ` Alexandre Belloni
2020-12-08 16:08 ` Arnd Bergmann
2020-12-08 16:08   ` Arnd Bergmann
2020-12-08 17:10 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.