[PATCH v2 0/3] ARM: at91: pm: fix wakeup from RTC for ULP1

Claudiu Beznea posted 3 patches 3 years, 11 months ago
arch/arm/mach-at91/pm.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
[PATCH v2 0/3] ARM: at91: pm: fix wakeup from RTC for ULP1
Posted by Claudiu Beznea 3 years, 11 months ago
Hi,

Series fixes the wakeup from RTC alarm for ULP1 on SAM9X60 and SAMA7G5.
I kept them as 3 patches to be able to be backported to proper kernels.

Thank you,
Claudiu Beznea

Changes in v2:
- added patch with title
  "ARM: at91: pm: use proper compatibles for sama5d2's rtc"

Claudiu Beznea (3):
  ARM: at91: pm: use proper compatibles for sama5d2's rtc
  ARM: at91: pm: use proper compatibles for sam9x60's rtc and rtt
  ARM: at91: pm: use proper compatibles for sama7g5's rtc and rtt

 arch/arm/mach-at91/pm.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
2.34.1
Re: [PATCH v2 0/3] ARM: at91: pm: fix wakeup from RTC for ULP1
Posted by Claudiu.Beznea@microchip.com 3 years, 10 months ago
On 23.05.2022 12:24, Claudiu Beznea wrote:
> Hi,
> 
> Series fixes the wakeup from RTC alarm for ULP1 on SAM9X60 and SAMA7G5.
> I kept them as 3 patches to be able to be backported to proper kernels.
> 
> Thank you,
> Claudiu Beznea
> 
> Changes in v2:
> - added patch with title
>   "ARM: at91: pm: use proper compatibles for sama5d2's rtc"
> 
> Claudiu Beznea (3):
>   ARM: at91: pm: use proper compatibles for sama5d2's rtc
>   ARM: at91: pm: use proper compatibles for sam9x60's rtc and rtt
>   ARM: at91: pm: use proper compatibles for sama7g5's rtc and rtt
> 
>  arch/arm/mach-at91/pm.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 

Applied to at91-fixes, thanks!