Re: [GIT PULL] thermal drivers fixes for v7.3-rc1

From: Daniel Lezcano

Date: Tue Aug 11 2026 - 11:01:43 EST



Hi Rafael,

please ignore this PR because there is a missing SoB.

I'll fix it and meanwhile update the linux-next branch so it will fix the build issue.

On 8/11/26 12:54, Daniel Lezcano wrote:
Hi Rafael,

please consider the following changes since commit 55c16e15ff9f91bc994a20124b83faf27f0e3690:

  thermal/drivers: Remove redundant error messages on IRQ request failure (2026-08-07 17:27:28 +0200)

are available in the Git repository at:


ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v7.3-rc1-fixes

for you to fetch changes up to 22114b21259b3656019cc0cb3214618f5eb278dd:

  thermal/drivers/qcom/spm mbg tm: Fix missing bitfield header (2026-08-11 12:43:45 +0200)

----------------------------------------------------------------
- Fix missing bitfield include headers in Armada and QCom SPM BMG
  drivers (Daniel Lezcano)

- Fix missed file when manually applying a change after a conflict
  resolution for the QCom SPMI ADC TM5 Gen3 (Daniel Lezcano)

----------------------------------------------------------------
Daniel Lezcano (3):
      thermal/drivers/qcom: Fix missing spmi adc tm5 gen3 file
      thermal/drivers/armada: Fix missing bitfields include
      thermal/drivers/qcom/spm mbg tm: Fix missing bitfield header

 drivers/thermal/armada_thermal.c              |   1 +
 drivers/thermal/qcom/qcom-spmi-adc-tm5-gen3.c | 434 ++++++++++++++++++ ++++++++
 drivers/thermal/qcom/qcom-spmi-mbg-tm.c       |   2 +-
 3 files changed, 436 insertions(+), 1 deletion(-)
 create mode 100644 drivers/thermal/qcom/qcom-spmi-adc-tm5-gen3.c