]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'at91-5.7-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux...
authorArnd Bergmann <arnd@arndb.de>
Wed, 25 Mar 2020 20:04:15 +0000 (21:04 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 25 Mar 2020 20:04:15 +0000 (21:04 +0100)
commit47690a5362b1432ce3579829090917e17cbbc77e
tree8cb3236e7bcbd26b20a85a74b3c188c33cc98197
parent244ef4192e35ccc2959d890d619fd3d0a8e83848
parent871529f6976bc681c88d255d81cdf6f3f63a7f9d
Merge tag 'at91-5.7-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/soc

AT91 SoC for 5.7

 - Rework PM to support sam9x60

* tag 'at91-5.7-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
  ARM: at91: pm: add quirk for sam9x60's ulp1
  ARM: at91: pm: add plla disable/enable support for sam9x60
  clk: at91: move sam9x60's PLL register offsets to PMC header
  ARM: at91: pm: s/sfr/sfrbu in pm_suspend.S
  ARM: at91: pm: add pmc_version member to at91_pm_data
  ARM: at91: pm: add macros for plla disable/enable
  ARM: at91: pm: revert do not disable/enable PLLA for ULP modes
  ARM: at91: pm: use proper master clock register offset
  ARM: at91: Drop unneeded select of COMMON_CLK

Link: https://lore.kernel.org/r/20200322090116.GA208895@piout.net
Signed-off-by: Arnd Bergmann <arnd@arndb.de>