Message ID | 20221204005117.53452-1-doug@schmorgal.com (mailing list archive) |
---|---|
Headers | show |
Series | ARM: mmp: PXA168 timer fixes | expand |
Hello: This series was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Sat, 3 Dec 2022 16:51:15 -0800 you wrote: > This series contains a couple of bug fixes for the PXA168 timer. The > clock wasn't assigned in pxa168.dtsi which eventually resulted in a hang > at every boot after the clock was disabled. Also, the timer read > function wasn't waiting long enough to capture the new timer value, > which resulted in erroneous high CPU usage percent being reported with > CONFIG_NO_HZ_IDLE=y. > > [...] Here is the summary with links: - [1/2] ARM: dts: pxa168: add timer reset and clock https://git.kernel.org/soc/soc/c/7b3e7df92a06 - [2/2] ARM: mmp: fix timer_read delay https://git.kernel.org/soc/soc/c/e348b4014c31 You are awesome, thank you!