Re: [PATCH 4/4] cpufreq: Make cpufreq_driver->exit() return void

2024-07-08 Thread Kevin Hilman
resh: Reworked the patches to fix all missing changes together. ] > Signed-off-by: Viresh Kumar > --- [...] > drivers/cpufreq/omap-cpufreq.c | 3 +-- For OMAP: Acked-by: Kevin Hilman

Re: [PATCH 6/6] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2855/tegra/omap2plus

2024-07-08 Thread Kevin Hilman
n all disable it. systemd also doesn't > support it. > > [1]: > https://github.com/systemd/systemd/commit/f4e74be1856b3ac058acbf1be321c31d5299f69f > [2]: https://bugzilla.redhat.com/show_bug.cgi?id=1229700 > > Signed-off-by: Celeste Liu > --- > arch/arm/configs/bcm2835_defconfig |

Re: [PATCH -next 06/13] hwrng: meson - use devm_platform_ioremap_resource() to simplify code

2019-10-16 Thread Kevin Hilman
YueHaibing writes: > Use devm_platform_ioremap_resource() to simplify the code a bit. > This is detected by coccinelle. > > Signed-off-by: YueHaibing Reviewed-by: Kevin Hilman

Re: [PATCH v2 13/34] dt-bindings: arm: amlogic: Move 'amlogic, meson-gx-ao-secure' binding to its own file

2018-12-04 Thread Kevin Hilman
Rob Herring writes: > It is best practice to have 1 binding per file, so board level bindings > should be separate for various misc SoC bindings. > > Cc: Mark Rutland > Cc: Carlo Caione > Cc: Kevin Hilman > Cc: devicet...@vger.kernel.org > Cc: linux-arm-ker...@lists.i

Re: [PATCH 0/3] cpuidle: updates related to tick_broadcast_enter() failures

2015-05-13 Thread Kevin Hilman
"Rafael J. Wysocki" writes: > On Wednesday, May 13, 2015 05:13:27 PM Kevin Hilman wrote: >> On Wed, May 13, 2015 at 5:16 PM, Rafael J. Wysocki >> wrote: >> > On Wednesday, May 13, 2015 03:59:55 PM Kevin Hilman wrote: >> >> "Rafael J. Wysoc

Re: [PATCH 0/3] cpuidle: updates related to tick_broadcast_enter() failures

2015-05-13 Thread Kevin Hilman
On Wed, May 13, 2015 at 5:16 PM, Rafael J. Wysocki wrote: > On Wednesday, May 13, 2015 03:59:55 PM Kevin Hilman wrote: >> "Rafael J. Wysocki" writes: >> >> [...] >> >> > Second, quite honestly, I don't see a connection to genpd here. >>

Re: [PATCH 0/3] cpuidle: updates related to tick_broadcast_enter() failures

2015-05-13 Thread Kevin Hilman
"Rafael J. Wysocki" writes: [...] > Second, quite honestly, I don't see a connection to genpd here. The connection with genpd is because the *reason* the timer was shutdown/stopped is because it shares power with the CPU, which is why the timer stops when the CPU hits ceratin low power states.