mbox series

[GIT,PULL] ARM: at91: SoC for 5.6

Message ID 20200113161612.GA1358903@piout.net (mailing list archive)
State Mainlined
Commit e9d440157e7526aab69ab186673b3ca90709ab6f
Headers show
Series [GIT,PULL] ARM: at91: SoC for 5.6 | expand

Pull-request

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

Message

Alexandre Belloni Jan. 13, 2020, 4:16 p.m. UTC
Arnd, Olof,


The Kconfig option for sam9x60 is being separated from the other
at91sam9.

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d9b8e21eae5d032a217c382520a72e5a51a08440:

  ARM: at91: Documentation: add sam9x60 product and datasheet (2020-01-10 23:40:31 +0100)

----------------------------------------------------------------
AT91 SoC for 5.5

 - Document new SoC: sam9x60
 - rework sam9x60 Kconfig option

----------------------------------------------------------------
Claudiu Beznea (9):
      ARM: at91: Kconfig: add sam9x60 pll config flag
      ARM: at91: Kconfig: add config flag for SAM9X60 SoC
      ARM: at91: pm: move SAM9X60's PM under its own SoC config flag
      drivers: soc: atmel: move sam9x60 under its own config flag
      power: reset: Kconfig: select POWER_RESET_AT91_RESET for sam9x60
      drivers: soc: atmel: select POWER_RESET_AT91_SAMA5D2_SHDWC for sam9x60
      ARM: debug-ll: select DEBUG_AT91_RM9200_DBGU for sam9x60
      ARM: at91: pm: use SAM9X60 PMC's compatible
      ARM: at91: pm: use of_device_id array to find the proper shdwc node

Nicolas Ferre (1):
      ARM: at91: Documentation: add sam9x60 product and datasheet

 Documentation/arm/microchip.rst |  6 ++++++
 arch/arm/Kconfig.debug          |  6 +++---
 arch/arm/mach-at91/Kconfig      | 24 ++++++++++++++++++++++--
 arch/arm/mach-at91/Makefile     |  1 +
 arch/arm/mach-at91/at91sam9.c   | 18 ------------------
 arch/arm/mach-at91/pm.c         | 11 +++++++++--
 arch/arm/mach-at91/sam9x60.c    | 34 ++++++++++++++++++++++++++++++++++
 drivers/power/reset/Kconfig     |  4 ++--
 drivers/soc/atmel/soc.c         |  5 +++--
 9 files changed, 80 insertions(+), 29 deletions(-)
 create mode 100644 arch/arm/mach-at91/sam9x60.c