Re: [PATCH v3 0/3] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring

From: Jonathan Cameron

Date: Sun Jul 05 2026 - 19:54:32 EST


On Sun, 05 Jul 2026 22:23:32 +0530
Jishnu Prakash <jishnu.prakash@xxxxxxxxxxxxxxxx> 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 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 2 removes an unneeded print in the main ADC driver.
>
> Patch 3 adds the auxiliary thermal driver which supports the ADC_TM
> functionality of ADC5 Gen3.
>
> Signed-off-by: Jishnu Prakash <jishnu.prakash@xxxxxxxxxxxxxxxx>
I forget it we have discussed this before, but how do we want to
merge this (once everyone is happy)?

Is there anything stopping it being split so patch 1-2 go via
the IIO tree and 3 via thermal?

This is me being too lazy (or busy ;) to try it.

Jonathan