Re: [PATCH 2/3] clocksource: Add Low Power STM32 timers driver
From: Benjamin Gaignard <hidden>
Date: 2020-01-16 15:44:39
Also in:
linux-devicetree
Le jeu. 16 janv. 2020 à 10:07, Linus Walleij [off-list ref] a écrit :
On Thu, Jan 9, 2020 at 3:54 PM Benjamin Gaignard [off-list ref] wrote:quoted
Implement clock event driver using low power STM32 timers. Low power timers counter s running even in when CPU is in stop mode. It could be used as clock event broadcaster to wake up CPUs but not like a clocksource because each it rise an interrupt the counter restart from 0. Signed-off-by: Benjamin Gaignard <redacted> Signed-off-by: Pascal Paillet <redacted>Looks good to me: Reviewed-by: Linus Walleij <redacted>
Hi Linus, Thanks for your review. I had to rework a bit the driver to solve the bindings issues so I haven't put your RB on version 2.
If you have a spare always-on timer (and it looks like you have) which you can set as free-running, you could register it with CLOCK_SOURCE_SUSPEND_NONSTOP so it
The driver only implement clock event feature so I don't think that is flag is applicable. Regards, Benjamin
keeps the system clock ticking also during suspend as alternative clock source. Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel