Hi, The following series adds: - one fix for self-refresh on SAMA7G5 (patch 1/11) - thermal management support for SAMA7G5 (patches 2/11-9/11) - 2 cleanup patches (patches 10/11, 11/11) Thank you, Claudiu Beznea Claudiu Beznea (11): ARM: at91: pm: avoid soft resetting AC DLL ARM: dts: at91: sama7g5: add otpc node ARM: dts: at91: add io-channel-cells to adc node ARM: dts: at91: sama7g5: add cells for temperature calibration ARM: dts: at91: sama7g5: add temperature sensor ARM: dts: at91: sama7g5: add thermal zones node ARM: configs: at91: sama7: use make savedefconfig ARM: configs: at91: sama7: add config for microchip otpc ARM: configs: at91: sama7: add config for thermal management ARM: dts: at91: sama7g5: use generic name for securam ARM: dts: at91: sam9x60ek: remove status = "okay" for regulators arch/arm/boot/dts/at91-sam9x60ek.dts | 4 -- arch/arm/boot/dts/sama7g5.dtsi | 67 +++++++++++++++++++++++++++- arch/arm/configs/sama7_defconfig | 9 +++- arch/arm/mach-at91/pm_suspend.S | 7 ++- include/soc/at91/sama7-ddr.h | 5 ++- 5 files changed, 83 insertions(+), 9 deletions(-) -- 2.34.1