Message ID | 20231116112633.668826-1-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | thermal: amlogic: Two cleanups | expand |
Hello, On Thu, Nov 16, 2023 at 12:26:34PM +0100, Uwe Kleine-König wrote: > while rebasing my patch stack to v6.7-rc1 I spotted these two patch > opportunities for the amlogic thermal driver. > > Best regards > Uwe > > Uwe Kleine-König (2): > thermal: amlogic: Make amlogic_thermal_disable() return void > thermal: amlogic: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions gentle ping! Is there a chance these patches make it into v6.8-rc1? Best regards Uwe
On 18/12/2023 21:48, Uwe Kleine-König wrote: > Hello, > > On Thu, Nov 16, 2023 at 12:26:34PM +0100, Uwe Kleine-König wrote: >> while rebasing my patch stack to v6.7-rc1 I spotted these two patch >> opportunities for the amlogic thermal driver. >> >> Best regards >> Uwe >> >> Uwe Kleine-König (2): >> thermal: amlogic: Make amlogic_thermal_disable() return void >> thermal: amlogic: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions > > gentle ping! Is there a chance these patches make it into v6.8-rc1? Yes ;)
On 16/11/2023 12:26, Uwe Kleine-König wrote: > Hello, > > while rebasing my patch stack to v6.7-rc1 I spotted these two patch > opportunities for the amlogic thermal driver. > > Best regards > Uwe > > Uwe Kleine-König (2): > thermal: amlogic: Make amlogic_thermal_disable() return void > thermal: amlogic: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions > > drivers/thermal/amlogic_thermal.c | 19 ++++++++++--------- > 1 file changed, 10 insertions(+), 9 deletions(-) > > base-commit: f31817cbcf48d191faee7cebfb59197d2048cd64 Applied, thanks