mbox series

[0/9] ARM: at91: some fixes and one cleanup

Message ID 20220826083927.3107272-1-claudiu.beznea@microchip.com (mailing list archive)
Headers show
Series ARM: at91: some fixes and one cleanup | expand

Message

Claudiu Beznea Aug. 26, 2022, 8:39 a.m. UTC
Hi,

The following series adds some fixes on PM and device trees and a
cleanup on sam9x60ek device tree.

Thank you,
Claudiu Beznea

Claudiu Beznea (9):
  ARM: configs: at91: remove CONFIG_MICROCHIP_PIT64B
  ARM: at91: pm: fix self-refresh for sama7g5
  ARM: at91: pm: fix DDR recalibration when resuming from backup and
    self-refresh
  ARM: dts: at91: sama5d27_wlsom1: specify proper regulator output
    ranges
  ARM: dts: at91: sama5d2_icp: specify proper regulator output ranges
  ARM: dts: at91: sama7g5ek: specify proper regulator output ranges
  ARM: dts: at91: sama5d27_wlsom1: don't keep ldo2 enabled all the time
  ARM: dts: at91: sama5d2_icp: don't keep vdd_other enabled all the time
  ARM: dts: at91: sam9x60ek: remove simple-bus for regulators

 arch/arm/boot/dts/at91-sam9x60ek.dts        | 78 ++++++++++-----------
 arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi | 21 +++---
 arch/arm/boot/dts/at91-sama5d2_icp.dts      | 21 +++---
 arch/arm/boot/dts/at91-sama7g5ek.dts        | 18 ++---
 arch/arm/configs/at91_dt_defconfig          |  1 -
 arch/arm/configs/sama7_defconfig            |  1 -
 arch/arm/mach-at91/pm.c                     | 36 ++++++++--
 arch/arm/mach-at91/pm_suspend.S             | 24 +++++--
 include/soc/at91/sama7-ddr.h                |  8 +++
 9 files changed, 122 insertions(+), 86 deletions(-)

Comments

Claudiu Beznea Aug. 31, 2022, 7:45 a.m. UTC | #1
On 26.08.2022 11:39, Claudiu Beznea wrote:
> Hi,
> 
> The following series adds some fixes on PM and device trees and a
> cleanup on sam9x60ek device tree.
> 
> Thank you,
> Claudiu Beznea
> 
> Claudiu Beznea (9):
>   ARM: configs: at91: remove CONFIG_MICROCHIP_PIT64B
>   ARM: at91: pm: fix self-refresh for sama7g5
>   ARM: at91: pm: fix DDR recalibration when resuming from backup and
>     self-refresh
>   ARM: dts: at91: sama5d27_wlsom1: specify proper regulator output
>     ranges
>   ARM: dts: at91: sama5d2_icp: specify proper regulator output ranges
>   ARM: dts: at91: sama7g5ek: specify proper regulator output ranges
>   ARM: dts: at91: sama5d27_wlsom1: don't keep ldo2 enabled all the time
>   ARM: dts: at91: sama5d2_icp: don't keep vdd_other enabled all the time

Applied these to at91-fixes.

>   ARM: dts: at91: sam9x60ek: remove simple-bus for regulators

and this to at91-dt, thanks!

> 
>  arch/arm/boot/dts/at91-sam9x60ek.dts        | 78 ++++++++++-----------
>  arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi | 21 +++---
>  arch/arm/boot/dts/at91-sama5d2_icp.dts      | 21 +++---
>  arch/arm/boot/dts/at91-sama7g5ek.dts        | 18 ++---
>  arch/arm/configs/at91_dt_defconfig          |  1 -
>  arch/arm/configs/sama7_defconfig            |  1 -
>  arch/arm/mach-at91/pm.c                     | 36 ++++++++--
>  arch/arm/mach-at91/pm_suspend.S             | 24 +++++--
>  include/soc/at91/sama7-ddr.h                |  8 +++
>  9 files changed, 122 insertions(+), 86 deletions(-)
>