<?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 Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>762f99f4f3cb41a775b5157dd761217beba65873 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#762f99f4f3cb41a775b5157dd761217beba65873</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.17 merge window.

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Sat, 15 Jan 2022 21:09:44 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8632987380765dee716d460640aa58d58d52998e - Merge branch &apos;reset/of-get-optional-exclusive&apos; of git://git.pengutronix.de/pza/linux into timers/drivers/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#8632987380765dee716d460640aa58d58d52998e</link>
        <description>Merge branch &apos;reset/of-get-optional-exclusive&apos; of git://git.pengutronix.de/pza/linux into timers/drivers/next&quot;Add optional variant of of_reset_control_get_exclusive(). If therequested reset is not specified in the device tree, this functionreturns NULL instead of an error.&quot;This dependency is needed for the Generic Timer Module (a.k.a OSTM)support for RZ/G2L.Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Thu, 09 Dec 2021 13:57:57 +0100</pubDate>
        <dc:creator>Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5d8dfaa71d87f742c53309b95cb6a8b274119027 - Merge tag &apos;v5.15&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#5d8dfaa71d87f742c53309b95cb6a8b274119027</link>
        <description>Merge tag &apos;v5.15&apos; into nextSync up with the mainline to get the latest APIs and DT bindings.

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Thu, 09 Dec 2021 08:43:50 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>820e9906cf64142169134f35b996108303cf22ca - Merge branch &apos;for-5.16/asus&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#820e9906cf64142169134f35b996108303cf22ca</link>
        <description>Merge branch &apos;for-5.16/asus&apos; into for-linus

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Fri, 05 Nov 2021 12:10:27 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>40e64a88dadcfa168914065baf7f035de957bbe0 - Merge branch &apos;for-5.16-vsprintf-pgp&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#40e64a88dadcfa168914065baf7f035de957bbe0</link>
        <description>Merge branch &apos;for-5.16-vsprintf-pgp&apos; into for-linus

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Tue, 02 Nov 2021 10:39:27 +0100</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>e700ac213a0f793fb4f83098413303e3dd080892 - Merge branch &apos;pruss-fix&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#e700ac213a0f793fb4f83098413303e3dd080892</link>
        <description>Merge branch &apos;pruss-fix&apos; into fixesMerge in a fix for pruss reset issue caused by enabling pruss for am335x.

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Wed, 06 Oct 2021 06:55:44 +0200</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>ffb1e76f4f32d2b8ea4189df0484980370476395 - Merge tag &apos;v5.15-rc2&apos; into spi-5.15</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#ffb1e76f4f32d2b8ea4189df0484980370476395</link>
        <description>Merge tag &apos;v5.15-rc2&apos; into spi-5.15Linux 5.15-rc2

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Mon, 20 Sep 2021 16:56:58 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>561bed688bffedd6bbdfa70af7a4f64f0a3e2140 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#561bed688bffedd6bbdfa70af7a4f64f0a3e2140</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netNo conflicts!Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Thu, 16 Sep 2021 22:58:38 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d1b803f4ca4f25d6f171219d039f9410a10b29ee - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#d1b803f4ca4f25d6f171219d039f9410a10b29ee</link>
        <description>Merge drm/drm-next into drm-intel-nextCatch-up on 5.15-rc1 and sync with drm-intel-gt-nextto prepare the PXP topic branch.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Wed, 15 Sep 2021 16:12:51 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d5dd580deb54483cce0cb5bbe3f1a132a28c767d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#d5dd580deb54483cce0cb5bbe3f1a132a28c767d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextClose the divergence which has caused patches not to apply andhave a solid baseline for the PXP patches that Rodrigo will senda topic branch PR for.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Wed, 15 Sep 2021 12:23:27 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2f76520561d01a5f37e6d6ed2c2e441b6a355a96 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#2f76520561d01a5f37e6d6ed2c2e441b6a355a96</link>
        <description>Merge drm/drm-next into drm-misc-nextKickstart new drm-misc-next cycle.Signed-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Tue, 14 Sep 2021 09:25:30 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>dd4703876ea83b5fb5f4f0a1ec58f786143f5064 - Merge tag &apos;thermal-v5.15-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#dd4703876ea83b5fb5f4f0a1ec58f786143f5064</link>
        <description>Merge tag &apos;thermal-v5.15-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxPull thermal updates from Daniel Lezcano: - Add the tegra3 thermal sensor and fix the compilation testing on   tegra by adding a dependency on ARCH_TEGRA along with COMPILE_TEST   (Dmitry Osipenko) - Fix the error code for the exynos when devm_get_clk() fails (Dan   Carpenter) - Add the TCC cooling support for AlderLake platform (Sumeet Pawnikar) - Add support for hardware trip points for the rcar gen3 thermal driver   and store TSC id as unsigned int (Niklas S&#246;derlund) - Replace the deprecated CPU-hotplug functions get_online_cpus() and   put_online_cpus (Sebastian Andrzej Siewior) - Add the thermal tools directory in the MAINTAINERS file (Daniel   Lezcano) - Fix the Makefile and the cross compilation flags for the userspace   &apos;tmon&apos; tool (Rolf Eike Beer) - Allow to use the IMOK independently from the GDDV on Int340x (Sumeet   Pawnikar) - Fix the stub thermal_cooling_device_register() function prototype   which does not match the real function (Arnd Bergmann) - Make the thermal trip point optional in the DT bindings (Maxime   Ripard) - Fix a typo in a comment in the core code (Geert Uytterhoeven) - Reduce the verbosity of the trace in the SoC thermal tegra driver   (Dmitry Osipenko) - Add the support for the LMh (Limit Management hardware) driver on the   QCom platforms (Thara Gopinath) - Allow processing of HWP interrupt by adding a weak function in the   Intel driver (Srinivas Pandruvada) - Prevent an abort of the sensor probe is a channel is not used   (Matthias Kaehlcke)* tag &apos;thermal-v5.15-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux:  thermal/drivers/qcom/spmi-adc-tm5: Don&apos;t abort probing if a sensor is not used  thermal/drivers/intel: Allow processing of HWP interrupt  dt-bindings: thermal: Add dt binding for QCOM LMh  thermal/drivers/qcom: Add support for LMh driver  firmware: qcom_scm: Introduce SCM calls to access LMh  thermal/drivers/tegra-soctherm: Silence message about clamped temperature  thermal: Spelling s/scallbacks/callbacks/  dt-bindings: thermal: Make trips node optional  thermal/core: Fix thermal_cooling_device_register() prototype  thermal/drivers/int340x: Use IMOK independently  tools/thermal/tmon: Add cross compiling support  thermal/tools/tmon: Improve the Makefile  MAINTAINERS: Add missing userspace thermal tools to the thermal section  thermal/drivers/intel_powerclamp: Replace deprecated CPU-hotplug functions.  thermal/drivers/rcar_gen3_thermal: Store TSC id as unsigned int  thermal/drivers/rcar_gen3_thermal: Add support for hardware trip points  drivers/thermal/intel: Add TCC cooling support for AlderLake platform  thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()  thermal/drivers/tegra: Correct compile-testing of drivers  thermal/drivers/tegra: Add driver for Tegra30 thermal sensor

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Sat, 11 Sep 2021 18:20:57 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>53bca371cdf7addc1e93e1b99285b3d3935685ec - thermal/drivers/qcom: Add support for LMh driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#53bca371cdf7addc1e93e1b99285b3d3935685ec</link>
        <description>thermal/drivers/qcom: Add support for LMh driverDriver enabling various pieces of Limits Management Hardware(LMh) for cpucluster0 and cpu cluster1 namely kick starting monitoring of temperature,current, battery current violations, enabling reliability algorithm andsetting up various temperature limits.The following has been explained in the cover letter. I am including thishere so that this remains in the commit message as well.LMh is a hardware infrastructure on some Qualcomm SoCs that can enforcetemperature and current limits as programmed by software for certain IPslike CPU. On many newer LMh is configured by firmware/TZ and no programmingis needed from the kernel side. But on certain SoCs like sdm845 thefirmware does not do a complete programming of the h/w. On such soc&apos;skernel software has to explicitly set up the temperature limits and turn onvarious monitoring and enforcing algorithms on the hardware.Tested-by: Steev Klimaszewski &lt;steev@kali.org&gt; # Lenovo Yoga C630Signed-off-by: Thara Gopinath &lt;thara.gopinath@linaro.org&gt;Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;Link: https://lore.kernel.org/r/20210809191605.3742979-3-thara.gopinath@linaro.org

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Mon, 09 Aug 2021 21:16:00 +0200</pubDate>
        <dc:creator>Thara Gopinath &lt;thara.gopinath@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>d0034a7a4ac7fae708146ac0059b9c47a1543f0d - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#d0034a7a4ac7fae708146ac0059b9c47a1543f0d</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.13 merge window.

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Tue, 04 May 2021 20:46:00 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b7f8f259896f669f131713b0c74ba4d008daa71d - Merge tag &apos;v5.12-rc7&apos; into ecryptfs/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#b7f8f259896f669f131713b0c74ba4d008daa71d</link>
        <description>Merge tag &apos;v5.12-rc7&apos; into ecryptfs/nextRequired to pick up idmapped mount changes which changed some functionparameters.

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Mon, 19 Apr 2021 06:39:17 +0200</pubDate>
        <dc:creator>Tyler Hicks &lt;code@tyhicks.com&gt;</dc:creator>
    </item>
<item>
        <title>5acac83bf2e42f51ab9fd315d657798754bf0bb8 - Merge tag &apos;v5.12-rc4&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/thermal/qcom/Makefile#5acac83bf2e42f51ab9fd315d657798754bf0bb8</link>
        <description>Merge tag &apos;v5.12-rc4&apos; into nextSync up with the mainline to bring in newest APIs.

            List of files:
            /linux/drivers/thermal/qcom/Makefile</description>
        <pubDate>Thu, 25 Mar 2021 19:46:10 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
