Message ID | 20210809191605.3742979-1-thara.gopinath@linaro.org |
---|---|
Headers | show |
Series | Introduce LMh driver for Qualcomm SoCs | expand |
On 09-08-21, 15:16, Thara Gopinath wrote: > Add interrupt support to notify the kernel of h/w initiated frequency > throttling by LMh. Convey this to scheduler via thermal presssure > interface. > > Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org> > --- > > v4->v5: > - Changed throttle_lock from a spinlock to mutex to take potential > race between LMh de-init sequence and reenabling of > interrupts/polling after a thermal throttle event. > - Other cosmetic fixes as pointed out by Viresh. How do you expect this to get merged ? I pick up this patch alone ?
On 8/9/21 10:47 PM, Viresh Kumar wrote: > On 09-08-21, 15:16, Thara Gopinath wrote: >> Add interrupt support to notify the kernel of h/w initiated frequency >> throttling by LMh. Convey this to scheduler via thermal presssure >> interface. >> >> Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org> >> --- >> >> v4->v5: >> - Changed throttle_lock from a spinlock to mutex to take potential >> race between LMh de-init sequence and reenabling of >> interrupts/polling after a thermal throttle event. >> - Other cosmetic fixes as pointed out by Viresh. > > How do you expect this to get merged ? I pick up this patch alone ? Hi. Yes, you can pick up this patch alone. This patch is standalone and has no dependencies. Once you do that, I will drop it from my series. > -- Warm Regards Thara (She/Her/Hers)
On 09-08-21, 15:16, Thara Gopinath wrote: > Add interrupt support to notify the kernel of h/w initiated frequency > throttling by LMh. Convey this to scheduler via thermal presssure > interface. > > Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org> > --- > > v4->v5: > - Changed throttle_lock from a spinlock to mutex to take potential > race between LMh de-init sequence and reenabling of > interrupts/polling after a thermal throttle event. > - Other cosmetic fixes as pointed out by Viresh. Applied. Thanks.