Re: [GIT PULL] thermal drivers for v7.3-rc1
"Rafael J. Wysocki (Intel)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAJZ5v0hSKHdXXT0rQrj3Cmg4QZY_Bpp5H1RkWAJGTbeZQNYreQ@mail.gmail.com> |
Hi Daniel, On Fri, Aug 7, 2026 at 10:04 PM Daniel Lezcano <[email protected]> wrote: > > > Hi Rafael, > > please consider the following changes since commit > 8cdeaa50eae8dad34885515f62559ee83e7e8dda: > > Linux 7.2-rc2 (2026-07-05 14:44:06 -1000) > > are available in the Git repository at: > > > ssh://[email protected]/pub/scm/linux/kernel/git/thermal/linux.git > tags/thermal-v7.3-rc1 > > for you to fetch changes up to 55c16e15ff9f91bc994a20124b83faf27f0e3690: > > thermal/drivers: Remove redundant error messages on IRQ request > failure (2026-08-07 17:27:28 +0200) > > ---------------------------------------------------------------- > - Move thermal_zone_device_enable() to the right place in order to > prevent calling it if the thermal zone registration failed (Dan > Carpenter) > > - Improve bitfield manipulations on Armada (Bryan B. Lima) > > - Remove unneeded 'fast_io' on Sun8i and Armada (Wolfram Sang) > > - Fix wrong boundary when clamping the low values in the set_trips() > callback and fix wrong mask when setting the temperature interval on > Airoha (Christian Marangi) > > - Make use of the regmap API in order to support the Airoha AN7583 > (Christian Marangi) > > - Fix adc_tm5_get_temp() return check value on the QCom SPMI ADC > sensor (Rakesh Kota) > > - Fix unbalanced clock enablement when the resume fails on the iMX > driver (Can Peng) > > - Add Qualcomm Master BandGap thermal monitor support (Satya Priya > Kakitapalli) > > - Add Maili Temperature bindings compatible (Haritha S K) > > - Add a devm action to clean hardware interrupts, sampling, and > control registers on Spacemit K1 (Pei Xiao) > > - Fix trivial typo in an OF code comment (Marek Vasut) > > - Remove unecessary print on Qcom SPMI ADC driver when a call to > devm_request_threaded_irq() fails as this one already prints a > message (Jishnu Prakash) > > - Add support for QCom PMIC5 Gen3 ADC by using auxialiary driver and > shared interrupt with the IIO driver (Jishnu Prakash) > > - Make resets optional on MT8196 and add the corresponding property in > the DT bindings (AngeloGioacchino Del Regno) > > - Fix clock staying enabled with the resume operation fails on Qoriq > (Can Peng) > > - Fix wrong closing brace position in thermal library header (Andreas > Haufler) > > - Fix low and high trip point validation by moving the check after the > clamp on the spacemit driver (surendra) > > - Remove redundant error messages on IRQ request failure (Pan Chuang) > Pulled and added to linux-pm/thermal, thanks!