mbox series

[0/2] thermal: amlogic: Two cleanups

Message ID 20231116112633.668826-1-u.kleine-koenig@pengutronix.de (mailing list archive)
Headers show
Series thermal: amlogic: Two cleanups | expand

Message

Uwe Kleine-König Nov. 16, 2023, 11:26 a.m. UTC
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

Comments

Uwe Kleine-König Dec. 18, 2023, 8:48 p.m. UTC | #1
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
Daniel Lezcano Dec. 18, 2023, 9:15 p.m. UTC | #2
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 ;)
Daniel Lezcano Dec. 19, 2023, 5:59 p.m. UTC | #3
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