All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: at91: soc for 5.18
@ 2022-02-25 12:19 ` nicolas.ferre
  0 siblings, 0 replies; 3+ messages in thread
From: nicolas.ferre @ 2022-02-25 12:19 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Nicolas Ferre, Linux Kernel list, linux-arm-kernel,
	Alexandre Belloni, Claudiu Beznea, Conor Dooley

From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Here are the soc changes for 5.18 for two MPU families from Microchip: AT91 and
Polarfire as we agreed with Conor and discussed with Arnd.

Please pull. Thanks, best regards,
  Nicolas

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-soc-5.18

for you to fetch changes up to d0054a470c33902f5ae88835ed8a8ecc3cf8faa4:

  soc: add microchip polarfire soc system controller (2022-02-25 12:50:59 +0100)

----------------------------------------------------------------
AT91 & POLARFIRE SoC #1 for 5.18:

- sama7g5: CPU idle support with CPUFreq operating points defined in DT
- polarfire: addition of the soc system controller

----------------------------------------------------------------
Claudiu Beznea (5):
      ARM: at91: ddr: remove CONFIG_SOC_SAMA7 dependency
      ARM: at91: ddr: align macro definitions
      ARM: at91: ddr: fix typo to align with datasheet naming
      ARM: at91: PM: add cpu idle support for sama7g5
      ARM: at91: Kconfig: select PM_OPP

Conor Dooley (1):
      soc: add microchip polarfire soc system controller

 arch/arm/mach-at91/Kconfig                  |   1 +
 arch/arm/mach-at91/pm.c                     |  27 +++-
 arch/arm/mach-at91/pm_suspend.S             |   4 +-
 drivers/soc/Kconfig                         |   1 +
 drivers/soc/Makefile                        |   1 +
 drivers/soc/microchip/Kconfig               |  10 ++
 drivers/soc/microchip/Makefile              |   1 +
 drivers/soc/microchip/mpfs-sys-controller.c | 194 ++++++++++++++++++++++++++++
 include/linux/clk/at91_pmc.h                |   4 +
 include/soc/at91/sama7-ddr.h                |  15 +--
 include/soc/microchip/mpfs.h                |   4 +-
 11 files changed, 248 insertions(+), 14 deletions(-)
 create mode 100644 drivers/soc/microchip/Kconfig
 create mode 100644 drivers/soc/microchip/Makefile
 create mode 100644 drivers/soc/microchip/mpfs-sys-controller.c

-- 
Nicolas Ferre

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

* [GIT PULL] ARM: at91: soc for 5.18
@ 2022-02-25 12:19 ` nicolas.ferre
  0 siblings, 0 replies; 3+ messages in thread
From: nicolas.ferre @ 2022-02-25 12:19 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Alexandre Belloni, Linux Kernel list, Conor Dooley,
	Claudiu Beznea, linux-arm-kernel

From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Here are the soc changes for 5.18 for two MPU families from Microchip: AT91 and
Polarfire as we agreed with Conor and discussed with Arnd.

Please pull. Thanks, best regards,
  Nicolas

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-soc-5.18

for you to fetch changes up to d0054a470c33902f5ae88835ed8a8ecc3cf8faa4:

  soc: add microchip polarfire soc system controller (2022-02-25 12:50:59 +0100)

----------------------------------------------------------------
AT91 & POLARFIRE SoC #1 for 5.18:

- sama7g5: CPU idle support with CPUFreq operating points defined in DT
- polarfire: addition of the soc system controller

----------------------------------------------------------------
Claudiu Beznea (5):
      ARM: at91: ddr: remove CONFIG_SOC_SAMA7 dependency
      ARM: at91: ddr: align macro definitions
      ARM: at91: ddr: fix typo to align with datasheet naming
      ARM: at91: PM: add cpu idle support for sama7g5
      ARM: at91: Kconfig: select PM_OPP

Conor Dooley (1):
      soc: add microchip polarfire soc system controller

 arch/arm/mach-at91/Kconfig                  |   1 +
 arch/arm/mach-at91/pm.c                     |  27 +++-
 arch/arm/mach-at91/pm_suspend.S             |   4 +-
 drivers/soc/Kconfig                         |   1 +
 drivers/soc/Makefile                        |   1 +
 drivers/soc/microchip/Kconfig               |  10 ++
 drivers/soc/microchip/Makefile              |   1 +
 drivers/soc/microchip/mpfs-sys-controller.c | 194 ++++++++++++++++++++++++++++
 include/linux/clk/at91_pmc.h                |   4 +
 include/soc/at91/sama7-ddr.h                |  15 +--
 include/soc/microchip/mpfs.h                |   4 +-
 11 files changed, 248 insertions(+), 14 deletions(-)
 create mode 100644 drivers/soc/microchip/Kconfig
 create mode 100644 drivers/soc/microchip/Makefile
 create mode 100644 drivers/soc/microchip/mpfs-sys-controller.c

-- 
Nicolas Ferre

_______________________________________________
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] 3+ messages in thread

* Re: [GIT PULL] ARM: at91: soc for 5.18
  2022-02-25 12:19 ` nicolas.ferre
  (?)
@ 2022-02-25 17:21 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2022-02-25 17:21 UTC (permalink / raw)
  To: Nicolas Ferre; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 25 Feb 2022 13:19:43 +0100 you wrote:
> From: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Arnd, Olof,
> 
> Here are the soc changes for 5.18 for two MPU families from Microchip: AT91 and
> Polarfire as we agreed with Conor and discussed with Arnd.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: at91: soc for 5.18
    https://git.kernel.org/soc/soc/c/022e5220f272

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] 3+ messages in thread

end of thread, other threads:[~2022-02-25 17:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-25 12:19 [GIT PULL] ARM: at91: soc for 5.18 nicolas.ferre
2022-02-25 12:19 ` nicolas.ferre
2022-02-25 17:21 ` 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.