<?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>50c8f83c41123cab79575e8d73040a37da4612c5 - Merge tag &apos;asoc-fix-v7.0-rc5&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/hwmon/Kconfig#50c8f83c41123cab79575e8d73040a37da4612c5</link>
        <description>Merge tag &apos;asoc-fix-v7.0-rc5&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.0This is two week&apos;s worth of fixes and quirks so it&apos;s a bit larger thanyou might expect, there&apos;s nothing too exciting individually and nothingin core code.

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Fri, 27 Mar 2026 10:16:52 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9a48d4a130871bea7a7ae2d83cda0326b1922d3e - Merge tag &apos;i3c/fixes-for-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#9a48d4a130871bea7a7ae2d83cda0326b1922d3e</link>
        <description>Merge tag &apos;i3c/fixes-for-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linuxPull i3c fixes from Alexandre Belloni: &quot;This introduces the I3C_OR_I2C symbol which is not a fix per se but is  affecting multiple subsystems so it is included to ease  synchronization.  Apart from that, Adrian is mostly fixing the mipi-i3c-hci driver DMA  handling, and I took the opportunity to add two fixes for the dw-i3c  driver.  Subsystem:   - simplify combined i3c/i2c dependencies  Drivers:   - dw: handle 2C properly, fix possible race condition   - mipi-i3c-hci: many DMA related fixes&quot;* tag &apos;i3c/fixes-for-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux:  i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattach  i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapter  i3c: mipi-i3c-hci: Fallback to software reset when bus disable fails  i3c: mipi-i3c-hci: Fix handling of shared IRQs during early initialization  i3c: mipi-i3c-hci: Fix race in DMA error handling in interrupt context  i3c: mipi-i3c-hci: Consolidate common xfer processing logic  i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abort  i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptor  i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue  i3c: mipi-i3c-hci: Fix race between DMA ring dequeue and interrupt handler  i3c: mipi-i3c-hci: Fix race in DMA ring dequeue  i3c: mipi-i3c-hci: Fix race in DMA ring enqueue for parallel xfers  i3c: mipi-i3c-hci: Consolidate spinlocks  i3c: mipi-i3c-hci: Factor out DMA mapping from queuing path  i3c: mipi-i3c-hci: Fix Hot-Join NACK  i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errors  i3c: simplify combined i3c/i2c dependencies

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Sun, 15 Mar 2026 00:25:10 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>663eb8763c251dbcd0536b14ec134e63e4173348 - i3c: simplify combined i3c/i2c dependencies</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#663eb8763c251dbcd0536b14ec134e63e4173348</link>
        <description>i3c: simplify combined i3c/i2c dependenciesAll combined i2c/i3c drivers appear to suffer from the same linktime problem when CONFIG_I3C is set to &apos;m&apos;:arm-linux-gnueabi-ld: drivers/iio/magnetometer/mmc5633.o: in function `mmc5633_i3c_driver_init&apos;:mmc5633.c:(.init.text+0x30): undefined reference to `i3c_driver_register_with_owner&apos;This was previously fixed every time by marking individualdrivers as &apos;depends on I2C; depends on I3C || !I3C&apos;, but this getstedious and is somewhat confusing.Add a Kconfig symbol &apos;I3C_OR_I2C&apos; to help replace those dependencies,and use this in all the existing drivers that had already fixed itas well as the new mmc5633 driver.Reviewed-by: Jonathan Cameron &lt;jonathan.cameron@huawei.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Acked-by: Jonathan Cameron &lt;jonathan.cameron@huawei.com&gt;Link: https://patch.msgid.link/20260204164216.544409-1-arnd@kernel.orgSigned-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Wed, 04 Feb 2026 17:41:58 +0100</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>7b6e48df8892e1f128473e6971b3b8b24eb39f4b - Merge tag &apos;hwmon-for-v7.0-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#7b6e48df8892e1f128473e6971b3b8b24eb39f4b</link>
        <description>Merge tag &apos;hwmon-for-v7.0-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingPull hwmon fixes from Guenter Roeck: - Fix initialization commands for AHT20 - Correct a malformed email address (emc1403) - Check the it87_lock() return value - Fix inverted polarity (max6639) - Fix overflows, underflows, sign extension, and other problems in   macsmc - Fix stack overflow in debugfs read (pmbus/q54sj108a2) - Drop support for SMARC-sAM67 (discontinued and never released to   market)* tag &apos;hwmon-for-v7.0-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:  hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read  hwmon: (max6639) fix inverted polarity  dt-bindings: hwmon: sl28cpld: Drop sa67mcu compatible  hwmon: (it87) Check the it87_lock() return value  Revert &quot;hwmon: add SMARC-sAM67 support&quot;  hwmon: (aht10) Fix initialization commands for AHT20  hwmon: (emc1403) correct a malformed email address  hwmon: (macsmc) Fix overflows, underflows, and sign extension  hwmon: (macsmc) Fix regressions in Apple Silicon SMC hwmon driver

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Sat, 07 Mar 2026 17:39:59 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e710b2283725f0db9e5b99c2483df3f4a7feadbd - Revert &quot;hwmon: add SMARC-sAM67 support&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#e710b2283725f0db9e5b99c2483df3f4a7feadbd</link>
        <description>Revert &quot;hwmon: add SMARC-sAM67 support&quot;This reverts commit 443b39c82c322c9f3c38bea0389fe927ba00b3b4.I was just informed that this product is discontinued (without beingever released to the market). Pull the plug and let&apos;s not waste any moremaintainers time.Signed-off-by: Michael Walle &lt;mwalle@kernel.org&gt;Link: https://lore.kernel.org/r/20260223100459.844967-4-mwalle@kernel.orgSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 11:04:48 +0100</pubDate>
        <dc:creator>Michael Walle &lt;mwalle@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>532355a756103639816068b89f73cc7789b16275 - Merge tag &apos;hwmon-for-v7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#532355a756103639816068b89f73cc7789b16275</link>
        <description>Merge tag &apos;hwmon-for-v7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingPull hwmon updates from Guenter Roeck: &quot;New PMBus drivers:   - HiTRON HAC300S power supply   - Monolithic MP5926 Hot-Swap Controller   - STEF48H28 hot-swap controller  Support for new chips in existing drivers   - Support for Pro WS TRX50-SAGE WIFI A and ROG MAXIMUS X HERO     (asus-ec-sensors)   - Support for Dell OptiPlex 7080 (dell-smm)   - Support for F81968 (f71882fg)   - Support for Micro PC 2 (gpd-fan)   - New customer ID for ASRock Z590 Taichi (nct6683)   - Support for ASUS Pro WS WRX90E-SAGE SE (nct6775)   - Support for SHT85 (sht3x)   - Support for P3T1035 and P3T2030 (tmp108)  Bug fixes:   - Revert &quot;fix&quot; for UAF which didn&apos;t fix a UAF but introduced a race     condition resulting in a NULL pointer crash (ibmpex)   - Fix failure to instantiate driver if the chip is configured for VID     mode (pmbus/mpq8785)   - Use READ/WRITE_ONCE to avoid compiler optimization induced race     (max16065)   - Resource leak fixes (nct7363, emc2305)  Other notable changes:   - Support for temperature limit thresholds (cros_ec)   - Add TjMax for Silvermont through Tremont Atoms (coretemp)  Various other minor improvements&quot;* tag &apos;hwmon-for-v7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: (42 commits)  hwmon: (pmbus/mpq8785) fix VOUT_MODE mismatch during identification  Revert &quot;hwmon: (ibmpex) fix use-after-free in high/low store&quot;  hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler optimization induced race  hwmon: (nct6775) use sysfs_emit instead of sprintf  hwmon: pmbus: fix table in STEF48H28 documentation  hwmon: Add support for HiTRON HAC300S PSU  dt-bindings: trivial-devices: Add hitron,hac300s  hwmon: (cros_ec) Add support for temperature thresholds  hwmon: (cros_ec) Move temperature channel params to a macro  hwmon: (cros_ec) Add support for fan target speed  hwmon: (cros_ec) Split up supported features in the documentation  hwmon: (tmp108) Add P3T1035 and P3T2030 support  hwmon: (tmp108) Add support for P3T1035 and P3T2030  dt-bindings: hwmon: ti,tmp108: Add P3T1035,P3T2030  hwmon: pmbus: add support for STEF48H28  dt-bindings: hwmon: add STEF48H28  hwmon: (nct7363) Fix a resource leak in nct7363_present_pwm_fanin  hwmon: (emc2305) Fix a resource leak in emc2305_of_parse_pwm_child  hwmon: (gpd-fan) add support for Micro PC 2  hwmon: (coretemp) Add TjMax for Silvermont through Tremont Atoms  ...

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Wed, 11 Feb 2026 20:00:19 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>72037c41283479f1d93ff005befe4603b83983b0 - hwmon: (tmp108) Add support for P3T1035 and P3T2030</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#72037c41283479f1d93ff005befe4603b83983b0</link>
        <description>hwmon: (tmp108) Add support for P3T1035 and P3T2030Add support for the P3T1035 &amp; P3T2030 temperature sensor. While mostlycompatible with the TMP108, P3T1035 uses an 8-bit configuration registerinstead of the 16-bit layout used by TMP108. Updated driver to handlethis difference during configuration read/write.Signed-off-by: Mayank Mahajan &lt;mayankmahajan.x@nxp.com&gt;Link: https://lore.kernel.org/r/20260119040459.2898998-2-mayankmahajan.x@nxp.com[groeck: Reordered include files to retain alphabetic order]Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Mon, 19 Jan 2026 05:04:58 +0100</pubDate>
        <dc:creator>Mayank Mahajan &lt;mayankmahajan.x@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>1fe80112e4a151d3184a702412b7be0bcd819dab - hwmon: (sht3x) add support for SHT85</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#1fe80112e4a151d3184a702412b7be0bcd819dab</link>
        <description>hwmon: (sht3x) add support for SHT85SHT85 is a temperature and humidity sensor with the same interfaceas SHT3x.Signed-off-by: Antoni Pokusinski &lt;apokusinski01@gmail.com&gt;Link: https://lore.kernel.org/r/20251211185842.66084-1-apokusinski01@gmail.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Thu, 11 Dec 2025 19:58:42 +0100</pubDate>
        <dc:creator>Antoni Pokusinski &lt;apokusinski01@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&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/hwmon/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/hwmon/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>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-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/hwmon/Kconfig#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>02892f90a9851f508e557b3c75e93fc178310d5f - Merge tag &apos;hwmon-for-v6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#02892f90a9851f508e557b3c75e93fc178310d5f</link>
        <description>Merge tag &apos;hwmon-for-v6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingPull hwmon updates from Guenter Roeck: &quot;New drivers:   - Apple Silicon SMC   - TSC1641 I2C power monitor   - MPS MP9945   - MAX17616   - MP2925 and MP2929  Added support for new devices to existing drivers:   - dell-smm: Add Dell G5 5505 to fan control whitelist   - aspeed-g6-pwm-tach: Support for AST2700   - asus-ec-sensors: Support for ROG STRIX X470-I GAMING, ROG STRIX     X870-F GAMING WIFI, ROG STRIX X870E-H GAMING WIFI7, and Pro WS     TRX50-SAGE WIFI   - k10temp: Support for AMD Steam Deck APU ID   - pmbus/isl68137: Support for raa229141   - aht10: Support for dht20   - adt7410: Support for ADT7422   - peci: Support for Intel Emerald Rapids   - nct6775: Support for ASUS ROG STRIX X870E-H GAMING WIFI7   - pmbus/max34440: Support for ADPM12200   - ntc-thermistor: Support for Murata ncp18wm474  Infrastructure updates:   - Utilize subsystem locking in various drivers   - ltc4282, ltc2947: Use the new energy64 attribute  Bug fixes:   - Various drivers: Fixes to avoid TOCTOU, mostly in macro functions     evaluating parameters multiple times, as well as missing locks   - max6697: Fix regmap leak on probe failure   - sy7636a: Fix regulator_enable resource leak on error path   - asus-ec-sensors: Correct Pro WS TRX50-SAGE WIFI entry  Other changes and improvements:   - w83781d, lm78: Drop REALLY_SLOW_IO   - Fix broken datasheet links in various drivers  And various other minor fixes and improvements&quot;* tag &apos;hwmon-for-v6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: (110 commits)  hwmon: (dell-smm) Add Dell G5 5505 to fan control whitelist  hwmon: (max16065) Use local variable to avoid TOCTOU  hwmon: (w83l786ng) Convert macros to functions to avoid TOCTOU  hwmon: (max6697) fix regmap leak on probe failure  hwmon/w83781d: Drop REALLY_SLOW_IO setting  hwmon/lm78: Drop REALLY_SLOW_IO setting  hwmon: sy7636a: Fix regulator_enable resource leak on error path  hwmon: (adm1026) Convert macros to functions to avoid TOCTOU  hwmon: (adm1029) Add locking to avoid TOCTOU  hwmon: (lm87) Convert macros to functions to avoid TOCTOU  hwmon: (asus-ec-sensors) correct Pro WS TRX50-SAGE WIFI entry  hwmon: (vt8231) Convert macros to functions to avoid TOCTOU  hwmon: (emc2103) Add locking to avoid TOCTOU  hwmon: (aspeed-g6-pwm-tach): Add AST2700 compatible string  dt-bindings: hwmon: Add AST2700 compatible  hwmon: (asus-ec-sensors) add ROG STRIX X470-I GAMING  hwmon: (vt1211) Convert macros to functions to avoid TOCTOU  hwmon: (k10temp) Add AMD Steam Deck APU ID  hwmon: Add Apple Silicon SMC hwmon driver  Documentation/hwmon: Fix broken datasheet links for zl6100  ...

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Thu, 04 Dec 2025 21:19:49 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>785205fd81399bd8e49065aee3362a99d5702321 - hwmon: Add Apple Silicon SMC hwmon driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#785205fd81399bd8e49065aee3362a99d5702321</link>
        <description>hwmon: Add Apple Silicon SMC hwmon driverThe System Management Controller on Apple Silicon devices is responsiblefor integrating and exposing the data reported by the vast array ofhardware monitoring sensors present on these devices. It is alsoresponsible for fan control, and allows users to manually set fanspeeds if they so desire. Add a hwmon driver to expose current,power, temperature, and voltage monitoring sensors, as well asfan speed monitoring and control via the SMC on Apple Silicon devices.The SMC firmware has no consistency between devices, even when theyshare an SoC. The FourCC keys used to access sensors are almostrandom. An M1 Mac mini will have different FourCCs for its CPU coretemperature sensors to an M1 MacBook Pro, for example. For thisreason, the valid sensors for a given device are specified in achild of the SMC Devicetree node. The driver uses this informationto determine which sensors to make available at runtime.Reviewed-by: Neal Gompa &lt;neal@gompa.dev&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Co-developed-by: Janne Grunau &lt;j@jannau.net&gt;Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;Signed-off-by: James Calligeros &lt;jcalligeros99@gmail.com&gt;Link: https://lore.kernel.org/r/20251112-macsmc-subdevs-v5-6-728e4b91fe81@gmail.com[groeck: Added Documentation to index]Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Wed, 12 Nov 2025 12:16:52 +0100</pubDate>
        <dc:creator>James Calligeros &lt;jcalligeros99@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0c7d530a04b4cada1042ecaf49e12dafe90ce30e - hwmon: Add TSC1641 I2C power monitor driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Kconfig#0c7d530a04b4cada1042ecaf49e12dafe90ce30e</link>
        <description>hwmon: Add TSC1641 I2C power monitor driverAdd a driver for the ST Microelectronics TSC1641 16-bit high-precisionpower monitor. The driver supports reading bus voltage, current, power,and temperature. Sysfs attributes are exposed for shunt resistor andupdate interval. The driver integrates with the hwmon subsystem andsupports optional ALERT pin polarity configuration.Signed-off-by: Igor Reznichenko &lt;igor@reznichenko.net&gt;Link: https://lore.kernel.org/r/20251105201406.1210856-3-igor@reznichenko.netSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/Kconfig</description>
        <pubDate>Wed, 05 Nov 2025 21:14:06 +0100</pubDate>
        <dc:creator>Igor Reznichenko &lt;igor@reznichenko.net&gt;</dc:creator>
    </item>
</channel>
</rss>
