Re: [PATCH v4 0/3] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring
Daniel Lezcano <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <[email protected]> |
On 7/22/26 13:26, Jishnu Prakash wrote: > Support for the main PMIC5 Gen3 ADC driver has been merged now. > > In order to complete adding support for the Gen3 ADC_TM auxiliary > driver, some more changes are needed in the main driver, mainly to > improve its shared interrupt's handling mechanism. > > Patch 1 removes an unneeded print in the main ADC driver. > > Patch 2 simplifies the interrupt handling in the main ADC driver > by declaring the interrupt as a shared one and dropping the logic > used to call the ADC_TM notifier for handling ADC_TM interrupts on > the first SDAM whose interrupt is shared. > > Patch 3 adds the auxiliary thermal driver which supports the ADC_TM > functionality of ADC5 Gen3. > > Signed-off-by: Jishnu Prakash <[email protected]> > --- Applied, thanks