<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b81e34131907d2c243c51117a4aff8dbe22ccc9c - Merge tag &apos;thermal-7.3-rc1-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#b81e34131907d2c243c51117a4aff8dbe22ccc9c</link>
        <description>Merge tag &apos;thermal-7.3-rc1-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmPull more thermal control updates from Rafael Wysocki: &quot;This mostly consists of assorted updates of thermal drivers, including  new hardware support (Airoha AN7583, Qualcomm Master BandGap thermal  monitor, QCom PMIC5 Gen3 ADC), but it also includes two reverts of  recent cosmetic thermal core updates that went against driver core  plans to eliminate class_create():   - 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)   - 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 &apos;fast_io&apos; 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 to support 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 a thermal OF code comment (Marek Vasut)   - Remove unnecessary 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 auxiliary 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 on failing resume operation 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)   - Add IIO_CONSUMER namespace import to the qcom-spmi-mbg-tm thermal     driver to avoid modpost warnings that would appear after merging     the iio tree against the thermal updates (Nathan Chancellor)   - Revert two recent cosmetic updates of the thermal core conflicting     with driver core plans to eliminate class_create() (Rafael     Wysocki)&quot;* tag &apos;thermal-7.3-rc1-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (32 commits)  thermal/drivers/qcom-spmi-mbg-tm: Add module namespace import for IIO_CONSUMER  Revert &quot;thermal/core: Allocate the thermal class dynamically&quot;  Revert &quot;thermal/core: Use the thermal class pointer as init guard&quot;  thermal/drivers/armada: Fix missing bitfields include  thermal/drivers/qcom/spm mbg tm: Fix missing bitfield header  thermal/drivers/qcom: Fix missing spmi adc tm5 gen3 file  thermal/drivers: Remove redundant error messages on IRQ request failure  thermal/drivers/spacemit: Validate clamped trip thresholds  tools/lib/thermal: Fix misplaced extern &quot;C&quot; closing brace  thermal/drivers/qoriq: Disable clock on resume failure  thermal/drivers/mediatek/lvts_thermal: Make reset optional for MT8196  dt-bindings: thermal: mediatek: Make resets optional for MT8196  thermal/drivers/qcom: add support for PMIC5 Gen3 ADC thermal monitoring  iio: adc: qcom-spmi-adc5-gen3: Share SDAM0 IRQ with ADC_TM auxiliary driver  iio: adc: qcom-spmi-adc5-gen3: Remove an unnecessary print  thermal/of: Fix trivial enabled typo  thermal/drivers/spacemit/k1: Add shutdown action and reorder registration order  dt-bindings: thermal: qcom-tsens: Document the Maili Temperature Sensor  thermal/drivers/qcom: Add support for Qualcomm MBG thermal monitoring  dt-bindings: thermal: Add Qualcomm MBG thermal monitor support  ...

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Wed, 26 Aug 2026 23:21:30 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ccda015d76736dc5ccefc70a040b9304a6c2000f - Merge tag &apos;thermal-v7.3-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#ccda015d76736dc5ccefc70a040b9304a6c2000f</link>
        <description>Merge tag &apos;thermal-v7.3-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linuxPull thermal driver updates for 7.3-rc1 from Daniel Lezcano:&quot;- 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 &apos;fast_io&apos; 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)* tag &apos;thermal-v7.3-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux: (26 commits)  thermal/drivers: Remove redundant error messages on IRQ request failure  thermal/drivers/spacemit: Validate clamped trip thresholds  tools/lib/thermal: Fix misplaced extern &quot;C&quot; closing brace  thermal/drivers/qoriq: Disable clock on resume failure  thermal/drivers/mediatek/lvts_thermal: Make reset optional for MT8196  dt-bindings: thermal: mediatek: Make resets optional for MT8196  thermal/drivers/qcom: add support for PMIC5 Gen3 ADC thermal monitoring  iio: adc: qcom-spmi-adc5-gen3: Share SDAM0 IRQ with ADC_TM auxiliary driver  iio: adc: qcom-spmi-adc5-gen3: Remove an unnecessary print  thermal/of: Fix trivial enabled typo  thermal/drivers/spacemit/k1: Add shutdown action and reorder registration order  dt-bindings: thermal: qcom-tsens: Document the Maili Temperature Sensor  thermal/drivers/qcom: Add support for Qualcomm MBG thermal monitoring  dt-bindings: thermal: Add Qualcomm MBG thermal monitor support  thermal/drivers/imx: Disable clock on runtime resume failure  thermal/drivers/qcom-spmi-adc-tm5: Drop IIO_VAL_INT check in adc_tm5_get_temp  thermal/drivers/airoha: Add support for AN7583 Thermal Sensor  dt-bindings: arm: airoha: Add the chip-scu node for AN7583 SoC  thermal/drivers/airoha: Generalize get_thermal_ADC and set_mux function  thermal/drivers/airoha: Generalize probe function  ...

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Mon, 10 Aug 2026 12:53:41 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>948ee3a74f35644c16b6c100f19ff0799cebe0b5 - thermal/drivers/qcom: add support for PMIC5 Gen3 ADC thermal monitoring</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#948ee3a74f35644c16b6c100f19ff0799cebe0b5</link>
        <description>thermal/drivers/qcom: add support for PMIC5 Gen3 ADC thermal monitoringAdd support for ADC_TM part of PMIC5 Gen3 in an auxiliary driverunder the Gen3 ADC driver. Its functionality is similar to that ofPMIC5 Gen2 ADC_TM, which implements the threshold setting andinterrupt generating functions, used to support thermal trip points.In Gen3 ADC, the register interface is implemented on one or more SDAM(Shared Direct Access Memory) peripherals instead of dedicated ADCperipherals. Each ADC SDAM has eight channels which can be configuredfor either immediate reads (main ADC driver&apos;s functionality) or ADC_TMreads. By convention, the first channel of the first ADC SDAM is reservedfor all immediate reads and remaining channels across all SDAMs are usedfor ADC_TM functionality.On the first SDAM, the interrupt line and configuration registers areshared between the main ADC and auxiliary ADC_TM drivers. Access to theregisters is protected through a mutex shared between the drivers. TheADC_TM driver accesses this mutex and some other functions shared fromthe main driver (like adc5_gen3_get_scaled_reading() for immediate channelreads in the .get_temp() callback) through APIs exported into a sharednamespace.Signed-off-by: Jishnu Prakash &lt;jishnu.prakash@oss.qualcomm.com&gt;Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@kernel.org&gt;Acked-by: Andy Shevchenko &lt;andriy.shevchenko@intel.com&gt;Link: https://patch.msgid.link/20260722-gen3_adc_tm-v4-3-011981f756c8@oss.qualcomm.com

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Wed, 22 Jul 2026 13:26:39 +0200</pubDate>
        <dc:creator>Jishnu Prakash &lt;jishnu.prakash@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>c3dce117333c0e2fbdb35228d4960442d2b1ef54 - thermal/drivers/qcom: Add support for Qualcomm MBG thermal monitoring</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#c3dce117333c0e2fbdb35228d4960442d2b1ef54</link>
        <description>thermal/drivers/qcom: Add support for Qualcomm MBG thermal monitoringAdd a driver for the Qualcomm MBG (Master Bandgap) thermal monitoringdevice. It monitors PMIC die temperature in hardware and raises aninterrupt when a programmed threshold is crossed.MBG hardware supports two upper-threshold levels. Currently, only thelevel-1 threshold is supported by the driver.Temperature is read from the associated ADC channel, and when a level-1upper-threshold violation occurs, the hardware generates an interruptover SPMI. The driver notifies the thermal framework accordingly.Signed-off-by: Satya Priya Kakitapalli &lt;quic_skakitap@quicinc.com&gt;Co-developed-by: Sachin Gupta &lt;sachin.gupta@oss.qualcomm.com&gt;Signed-off-by: Sachin Gupta &lt;sachin.gupta@oss.qualcomm.com&gt;Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@kernel.org&gt;Reviewed-by: Konrad Dybcio &lt;konrad.dybcio@oss.qualcomm.com&gt;Link: https://patch.msgid.link/20260722-spmi-mbg-driver-v3-2-ef73064f2789@oss.qualcomm.com

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Wed, 22 Jul 2026 12:44:42 +0200</pubDate>
        <dc:creator>Satya Priya Kakitapalli &lt;quic_skakitap@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#8edf8b09fc44990977b3fbcb708035b1740d0b7e</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to pull in commit 5401b9adebc9 (&quot;i915: don&apos;t usea vma that didn&apos;t match the context VM&quot;) to revert it.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Tue, 12 May 2026 10:16:35 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b966ae42235a88eaea714be09ff3d698535bdfe - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#9b966ae42235a88eaea714be09ff3d698535bdfe</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Mon, 13 Oct 2025 09:19:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>2ace52718376fdb56aca863da2eebe70d7e2ddb1 - Merge branch &apos;objtool/core&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#2ace52718376fdb56aca863da2eebe70d7e2ddb1</link>
        <description>Merge branch &apos;objtool/core&apos;Bring in the UDB and objtool data annotations to avoid conflicts while further extending the bug exceptions.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Fri, 21 Nov 2025 11:21:20 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>f39b6c468c52745dbca9a842d91c8373fda208ab - Merge tag &apos;v6.18-rc6&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#f39b6c468c52745dbca9a842d91c8373fda208ab</link>
        <description>Merge tag &apos;v6.18-rc6&apos; into for-linusSync up with the mainline to bring in definition ofINPUT_PROP_HAPTIC_TOUCHPAD.

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Tue, 18 Nov 2025 08:16:55 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4f38da1f027ea2c9f01bb71daa7a299c191b6940 - spi: Merge up v6.18-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#4f38da1f027ea2c9f01bb71daa7a299c191b6940</link>
        <description>spi: Merge up v6.18-rc1Ensure my CI has a sensible baseline.

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Mon, 13 Oct 2025 14:32:13 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec2e0fb07d789976c601bec19ecced7a501c3705 - Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#ec2e0fb07d789976c601bec19ecced7a501c3705</link>
        <description>Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.18A moderately large collection of driver specific fixes, plus a few newquirks and device IDs.  The NAU8821 changes are a little large but morein mechanical ways than in ways that are complex.

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Thu, 16 Oct 2025 20:14:24 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>48a710760e10a4f36e11233a21860796ba204b1e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#48a710760e10a4f36e11233a21860796ba204b1e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 10:59:58 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f13ee7cc2dca5ebbd7f01e14d6c8db1caabd863b - Merge tag &apos;thermal-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#f13ee7cc2dca5ebbd7f01e14d6c8db1caabd863b</link>
        <description>Merge tag &apos;thermal-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmPull thermal control updates from Rafael Wysocki: &quot;These are mostly thermal driver updates, including new thermal drivers  for Renesas RZ/G3S and Renesas RZ/G3E SoCs, a new power slider  platform feature support in the Intel int340x thermal driver, a new  Tegra114- specific SOCTHERM driver and more.  There is also a Step-wise thermal governor update allowing it to start  reducing cooling somewhat earlier if the temperature of the given  thermal zone is falling down and a thermal testing code cleanup.  Specifics:   - Add new thermal driver for the Renesas RZ/G3S SoC (Claudiu Beznea)   - Add new thermal driver for the Renesas RZ/G3E SoC (John Madieu)   - Add support for new platform power slider feature to the Intel     int340x driver (Srinivas Pandruvada).   - Add new Tegra114-specific SOCTHERM driver and document Tegra114     SOCTHERM Thermal Management System in DT bindings (Svyatoslav     Ryhel)   - Add temperature sensor channel to thermal-generic-adc (Svyatoslav     Ryhel)   - Add support for per-SoC default trim values to the Renesas     rcar_gen3 thermal driver, use it for adding R-Car V4H default trim     values, fix a comment typo in that driver and document Gen4 support     in its Kconfig entry (Marek Vasut)   - Fix mapping SoCs to generic Gen4 entry in the Renesas rcar_gen3     thermal driver (Wolfram Sang)   - Document the TSU unit in the r9a08g045-tsu and r9a09g047-tsu DT     bindings (Claudiu Beznea, John Madieu)   - Make LMH select QCOM_SCM and add missing IRQ includes to the     qcom/lmh thermal driver (Dmitry Baryshkov)   - Fix incorrect error message in the qcom/lmh thermal driver (Sumeet     Pawnikar)   - Add QCS615 compatible to tsens thermal DT bindings (Gaurav Kohli)   - Document the Glymur temperature sensor in qcom-tsens thermal DT     bindings (Manaf Meethalavalappu Pallikunhi)   - Make k3_j72xx_bandgap thermal driver register the thermal sensor     with hwmon (Michael Walle)   - Tighten GRF requirements in the rockchip thermal DT bindings,     silence a GRF warning in the rockchip thermal driver and unify     struct rockchip_tsadc_chip format in it (Sebastian Reichel)   - Update the Step-wise thermal governor to allow it to reduce the     cooling level earlier if thermal zone temperature is dropping and     clean it up (Rafael Wysocki)   - Clean up the thermal testing code (Rafael Wysocki)   - Assorted cleanups of thermal drivers (Jiapeng Chong, Salah Triki,     Osama Abdelkader)&quot;* tag &apos;thermal-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (37 commits)  thermal/drivers/renesas/rzg3e: Fix add thermal driver for the Renesas RZ/G3E SoC  dt-bindings: thermal: qcom-tsens: Document the Glymur temperature Sensor  thermal/drivers/renesas/rzg3e: Add thermal driver for the Renesas RZ/G3E SoC  dt-bindings: thermal: r9a09g047-tsu: Document the TSU unit  thermal/drivers/thermal-generic-adc: Add temperature sensor channel  dt-bindings: thermal: rockchip: Tighten grf requirements  thermal/drivers/rockchip: Shut up GRF warning  thermal/drivers/rockchip: Unify struct rockchip_tsadc_chip format  thermal/drivers/renesas/rzg3s: Add thermal driver for the Renesas RZ/G3S SoC  dt-bindings: thermal: r9a08g045-tsu: Document the TSU unit  thermal/drivers/k3_j72xx_bandgap: Register sensors with hwmon  thermal/drivers/rcar_gen3: Fix mapping SoCs to generic Gen4 entry  thermal/drivers/tegra: Add Tegra114 specific SOCTHERM driver  dt-bindings: thermal: add Tegra114 soctherm header  thermal/drivers/tegra/soctherm-fuse: Prepare calibration for Tegra114 support  dt-bindings: thermal: Document Tegra114 SOCTHERM Thermal Management System  thermal/drivers/rcar_gen3: Document Gen4 support in Kconfig entry  thermal/drivers/rcar_gen3: Fix comment typo  drivers/thermal/qcom/lmh: Fix incorrect error message  thermal/drivers/qcom/lmh: Add missing IRQ includes  ...

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Thu, 02 Oct 2025 01:33:14 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>acbba7f0e5ec9736813dee221cc20f77a7d11d7b - Merge tag &apos;thermal-v6.18-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#acbba7f0e5ec9736813dee221cc20f77a7d11d7b</link>
        <description>Merge tag &apos;thermal-v6.18-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linuxMerge updates of thermal drivers for 6.18-rc1 from Daniel Lezcano:&quot;- Add the QCS615 compatible DT bindings for QCom platforms (Gaurav   Kohli) - Support fallback trimming values when the fuse is empty in the R-Car   driver (Marek Vasut) - Remove unneeded semicolon in the Mediatek LVTS driver (Jiapeng   Chong) - Fix the LMH Kconfig option by selecting QCOM_SCM and take the   opportunity to add the COMPILE_TEST option for the QCom&apos;s LMH   feature (Dmitry Baryshkov) - Fix the missing includes and incorrect error message in the Qcom&apos;s   LMH driver (Dmitry Baryshkov) - Fix comment typo and add the documentation in the Kconfig for the   R-Car Gen3 and Gen4 (Marek Vasut) - Add Tegra114 SOCTHERM support (Svyatoslav Ryhel) - Rename the functions name in the driver to be consistent and generic   with the different R-Car platform variants (Wolfram Sang) - Register the TI K3 J72xx bandgap sensor as a hwmon sensor too   (Michael Walle) - Add and document the thermal sensor unit reporting the junction   temperature of the RZ/G3S SoC (Claudiu Beznea) - Support the GRF in the Rockchip driver (Sebastian Reichel) - Add a temperature IIO sensor channel in the generic thermal ADC   driver (Svyatoslav Ryhel) - Document the temperature sensor on the QCOM&apos;s Glymur platform (Manaf   Meethalavalappu) - Add and document the thermal sensor unit reporting the junction   temperature of the RZ/G3E SoC (John Madieu)&quot;* tag &apos;thermal-v6.18-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux: (24 commits)  dt-bindings: thermal: qcom-tsens: Document the Glymur temperature Sensor  thermal/drivers/renesas/rzg3e: Add thermal driver for the Renesas RZ/G3E SoC  dt-bindings: thermal: r9a09g047-tsu: Document the TSU unit  thermal/drivers/thermal-generic-adc: Add temperature sensor channel  dt-bindings: thermal: rockchip: Tighten grf requirements  thermal/drivers/rockchip: Shut up GRF warning  thermal/drivers/rockchip: Unify struct rockchip_tsadc_chip format  thermal/drivers/renesas/rzg3s: Add thermal driver for the Renesas RZ/G3S SoC  dt-bindings: thermal: r9a08g045-tsu: Document the TSU unit  thermal/drivers/k3_j72xx_bandgap: Register sensors with hwmon  thermal/drivers/rcar_gen3: Fix mapping SoCs to generic Gen4 entry  thermal/drivers/tegra: Add Tegra114 specific SOCTHERM driver  dt-bindings: thermal: add Tegra114 soctherm header  thermal/drivers/tegra/soctherm-fuse: Prepare calibration for Tegra114 support  dt-bindings: thermal: Document Tegra114 SOCTHERM Thermal Management System  thermal/drivers/rcar_gen3: Document Gen4 support in Kconfig entry  thermal/drivers/rcar_gen3: Fix comment typo  drivers/thermal/qcom/lmh: Fix incorrect error message  thermal/drivers/qcom/lmh: Add missing IRQ includes  thermal/drivers/qcom: Make LMH select QCOM_SCM  ...

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Fri, 26 Sep 2025 22:01:13 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>57eda47bd14b0c2876f2db42e757c57b7a671965 - thermal/drivers/qcom: Make LMH select QCOM_SCM</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#57eda47bd14b0c2876f2db42e757c57b7a671965</link>
        <description>thermal/drivers/qcom: Make LMH select QCOM_SCMThe QCOM_SCM symbol is not user-visible, so it makes little sense todepend on it. Make LMH driver select QCOM_SCM as all other drivers doand, as the dependecy is now correctly handled, enable || COMPILE_TESTin order to include the driver into broader set of build tests.Fixes: 9e5a4fb84230 (&quot;thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM&quot;)Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;Link: https://lore.kernel.org/r/20250728-lmh-scm-v2-1-33bc58388ca5@oss.qualcomm.com

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Mon, 28 Jul 2025 14:18:23 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>4f2c0a4acffbec01079c28f839422e64ddeff004 - Merge branch &apos;main&apos; into zstd-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#4f2c0a4acffbec01079c28f839422e64ddeff004</link>
        <description>Merge branch &apos;main&apos; into zstd-linus

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Wed, 14 Dec 2022 01:21:55 +0100</pubDate>
        <dc:creator>Nick Terrell &lt;terrelln@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>cfd1f6c16f7deadfe5269a76c1516405c4466481 - Merge branch &apos;for-6.2/apple&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Kconfig#cfd1f6c16f7deadfe5269a76c1516405c4466481</link>
        <description>Merge branch &apos;for-6.2/apple&apos; into for-linus- new quirks for select Apple keyboards (Kerem Karabay, Aditya Garg)

            List of files:
            /linux/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Tue, 13 Dec 2022 14:27:16 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
</channel>
</rss>
