<?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>2519003dd5fb6f89f10f031e3a97ecb7c9d1b816 - Merge tag &apos;asoc-fix-v7.1-rc4&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/Makefile#2519003dd5fb6f89f10f031e3a97ecb7c9d1b816</link>
        <description>Merge tag &apos;asoc-fix-v7.1-rc4&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.1A bigger batch of fixes than usual due to -next not happeing last week,this is mostly stuff for laptops - a lot of quirks and small fixes,mainly for x86 and SoundWire.  Nothing too big or exciting individually,just two week&apos;s worth.

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Fri, 22 May 2026 08:25:18 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ec89572766744e844df24c27d31c97b4c00f4e07 - Merge tag &apos;hwmon-for-v7.1-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/Makefile#ec89572766744e844df24c27d31c97b4c00f4e07</link>
        <description>Merge tag &apos;hwmon-for-v7.1-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingPull hwmon fixes from Guenter Roeck: - ads7871: Fix endianness bug in 16-bit register reads - lm75: Fix configuration register writes and AS6200/TMP112 setup and   alarm handling - lm63: Fix TOCTOU problems - corsair-psu: Close HID device on probe errors - ltc2992: Fix overflow and threshold range - Documentation: fix link to ideapad-laptop.c file - Remove stale CONFIG_SENSORS_SBRMI Makefile reference* tag &apos;hwmon-for-v7.1-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:  hwmon: (ads7871) Fix endianness bug in 16-bit register reads  hwmon: (lm75) Fix configuration register writes.  hwmon: (lm75) Fix AS6200 and TMP112 setup and alarm handling  hwmon: (lm63) Add locking to avoid TOCTOU  hwmon: (corsair-psu) Close HID device on probe errors  hwmon: Remove stale CONFIG_SENSORS_SBRMI Makefile reference  Documentation: hwmon: fix link to ideapad-laptop.c file  hwmon: (ltc2992) Fix u32 overflow in power read path  hwmon: (ltc2992) Clamp threshold writes to hardware range

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Sat, 09 May 2026 17:32:50 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>1a1414c675ee1b637bbe3840241555a49c61b123 - hwmon: Remove stale CONFIG_SENSORS_SBRMI Makefile reference</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#1a1414c675ee1b637bbe3840241555a49c61b123</link>
        <description>hwmon: Remove stale CONFIG_SENSORS_SBRMI Makefile referencekconfiglint reports:  X001: CONFIG_SENSORS_SBRMI referenced in Makefile but not defined        in any KconfigThe SB-RMI hardware monitoring driver was originally introduced incommit 5a0f50d110b3 (&quot;hwmon: Add support for SB-RMI power module&quot;) withboth a Kconfig entry (CONFIG_SENSORS_SBRMI) and a Makefile line(obj-$(CONFIG_SENSORS_SBRMI) += sbrmi.o) in drivers/hwmon/.Commit e156586764050 (&quot;hwmon/misc: amd-sbi: Move core sbrmi from hwmon tomisc&quot;)moved the driver to drivers/misc/amd-sbi/ to support additionalfunctionality beyond hardware monitoring. That commit correctly removed theKconfig entry from drivers/hwmon/Kconfig, moved the source filedrivers/hwmon/sbrmi.c to drivers/misc/amd-sbi/sbrmi.c, and created newKconfig/Makefile entries in drivers/misc/amd-sbi/ with a renamed symbol(CONFIG_AMD_SBRMI_I2C).However, the Makefile line in drivers/hwmon/Makefile was not removed inthat commit. The orphaned line references a CONFIG symbol that no longerexists and a source file that is no longer present, so it has no effecton the build &#8212; but it is dead code that should be cleaned up.Remove the stale Makefile reference.Assisted-by: Claude:claude-opus-4-6 kconfiglintSigned-off-by: Sasha Levin &lt;sashal@kernel.org&gt;Link: https://lore.kernel.org/r/20260426000319.55908-1-sashal@kernel.orgSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Sun, 26 Apr 2026 02:03:19 +0200</pubDate>
        <dc:creator>Sasha Levin &lt;sashal@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>d13e855ee923c2ae78307bf6c354305f1406b9e2 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#d13e855ee923c2ae78307bf6c354305f1406b9e2</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesTomi needs 7.0 to apply a patch from drm-misc-fixes.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Thu, 23 Apr 2026 14:43:06 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>9e4e86a604dfd06402933467578c4b79f5412b2c - Merge tag &apos;v7.0-rc4&apos; into togreg</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#9e4e86a604dfd06402933467578c4b79f5412b2c</link>
        <description>Merge tag &apos;v7.0-rc4&apos; into togregLinux 7.0-rc4Required for the ds4422 series which is build upon;5187e03b817c (&quot;iio: dac: ds4424: reject -128 RAW value&quot;)

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Sun, 22 Mar 2026 13:20:42 +0100</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>3812943e01fdeabd80118b01c1484f6bd4d324d9 - Merge 7.0-rc4 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#3812943e01fdeabd80118b01c1484f6bd4d324d9</link>
        <description>Merge 7.0-rc4 into char-misc-nextWe need the char/misc/iio fixes in this branch as well to build on topof.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Mon, 16 Mar 2026 11:41:58 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d4eb7b2da66c848709e31585b9c371fa234abc39 - Merge branch &apos;for-7.1/core-v2&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#d4eb7b2da66c848709e31585b9c371fa234abc39</link>
        <description>Merge branch &apos;for-7.1/core-v2&apos; into for-linus- fixed handling of 0-sized reports (Dmitry Torokhov)- convert core code to __free() (Dmitry Torokhov)- support for multiple batteries per HID device (Lucas Zampieri)

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Thu, 16 Apr 2026 21:01:18 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>46576fa32908043975471bd26fe833a7d8015b35 - Merge tag &apos;hwmon-for-v7.1&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/Makefile#46576fa32908043975471bd26fe833a7d8015b35</link>
        <description>Merge tag &apos;hwmon-for-v7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingPull hwmon updates from Guenter Roeck: &quot;New drivers:   - Lenovo Yoga/Legion fan monitoring (yogafan)   - LattePanda Sigma EC   - Infineon XDP720 eFuse   - Microchip MCP998X  New device support:   - TI INA234   - Infineon XDPE1A2G5B/7B   - Renesas RAA228942 and RAA228943 (isl68137)   - Delta Q54SN120A1 and Q54SW120A7 (pmbus)   - TI TMP110 and TMP113 (tmp102)   - Sony APS-379 (pmbus)   - ITE IT8689E (it87)   - ASUS ROG STRIX Z790-H, X470-F, and CROSSHAIR X670E (asus-ec-sensors)   - GPD Win 5 (gpd-fan)  Modernization and Cleanups:   - Convert asus_atk0110 and acpi_power_meter ACPI drivers to platform     drivers   - Remove i2c_match_id() usage in many PMBus drivers   - Use guard() for mutex protection in pmbus_core   - Replace sprintf() with sysfs_emit() in ads7871, emc1403, max6650,     ads7828, max31722, and tc74   - Various markup and documentation improvements for yogafan and     ltc4282  Bug fixes:   - Fix use-after-free and missing usb_kill_urb on disconnect in powerz     driver   - Avoid cacheline sharing for DMA buffer in powerz driver   - Fix integer overflow in power calculation on 32-bit in isl28022     driver   - Fix bugs in pt5161l_read_block_data()   - Propagate SPI errors and fix incorrect error codes in ads7871     driver   - Fix i2c_smbus_write_byte_data wrapper argument type in max31785     driver  Device tree bindings:   - Convert npcm750-pwm-fan to DT schema   - Add bindings for Infineon XDP720, Microchip MCP998X, Sony APS-379,     Renesas RAA228942/3, Delta Q54SN120A1/7, XDPE1A2G5B/7B, Aosong     AHT10/20, DHT20, and TI INA234   - Adapt moortec,mr75203 bindings for T-Head TH1520&quot;* tag &apos;hwmon-for-v7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: (82 commits)  hwmon: (ina233) Don&apos;t check for specific errors when parsing properties  hwmon: (isl28022) Don&apos;t check for specific errors when parsing properties  hwmon: (pmbus/tps25990) Don&apos;t check for specific errors when parsing properties  hwmon: (nct6683) Add customer ID for ASRock B650I Lightning WiFi  hwmon:(pmbus/xdp720) Add support for efuse xdp720  dt-bindings: hwmon/pmbus: Add Infineon XDP720  hwmon: add support for MCP998X  dt-bindings: hwmon: add support for MCP998X  hwmon: (powerz) Avoid cacheline sharing for DMA buffer  hwmon: (isl28022) Fix integer overflow in power calculation on 32-bit  hwmon: (pt5161l) Fix bugs in pt5161l_read_block_data()  hwmon: (powerz) Fix missing usb_kill_urb() on signal interrupt  hwmon: (powerz) Fix use-after-free on USB disconnect  hwmon: pmbus: Add support for Sony APS-379  dt-bindings: trivial-devices: Add sony,aps-379  hwmon: (yogafan) various markup improvements  hwmon: (sparx5) Make it selectable for ARCH_LAN969X  hwmon: (tmp102) add support for update interval  hwmon: (yogafan) fix markup warning  hwmon: (yogafan) Add support for Lenovo Yoga/Legion fan monitoring  ...

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Wed, 15 Apr 2026 23:37:32 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e2fe950f34e54d6bd91d2c56501faa903e25fb5e - hwmon: add support for MCP998X</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#e2fe950f34e54d6bd91d2c56501faa903e25fb5e</link>
        <description>hwmon: add support for MCP998XAdd driver for Microchip MCP998X/33 and MCP998XD/33DMultichannel Automotive Temperature Monitor Family.Signed-off-by: Victor Duicu &lt;victor.duicu@microchip.com&gt;Link: https://lore.kernel.org/r/20260403-add-mcp9982-hwmon-v12-2-b3bfb26ff136@microchip.com[groeck: Add missing break; to avoid build warning]Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Fri, 03 Apr 2026 15:32:17 +0200</pubDate>
        <dc:creator>Victor Duicu &lt;victor.duicu@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>c67c248ca406a86cf8b20bf1b3af5e7f3e36581f - hwmon: (yogafan) Add support for Lenovo Yoga/Legion fan monitoring</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#c67c248ca406a86cf8b20bf1b3af5e7f3e36581f</link>
        <description>hwmon: (yogafan) Add support for Lenovo Yoga/Legion fan monitoringThis driver provides fan speed monitoring for Lenovo Yoga, Legion, andIdeaPad laptops by interfacing with the Embedded Controller (EC) via ACPI.To address low-resolution sampling in Lenovo EC firmware, a Rate-LimitedLag (RLLag) filter is implemented. The filter ensures a consistent physicalcurve regardless of userspace polling frequency.Hardware identification is performed via DMI-based quirk tables, whichmap specific ACPI object paths and register widths (8-bit vs 16-bit)deterministically.Signed-off-by: Sergio Melas &lt;sergiomelas@gmail.com&gt;Link: https://lore.kernel.org/r/20260327221602.18832-1-sergiomelas@gmail.com[groeck: Dropped double empty line in Kconfig]Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Fri, 27 Mar 2026 23:16:02 +0100</pubDate>
        <dc:creator>Sergio Melas &lt;sergiomelas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0542972950ef26670a5696e43c0ea2b7b6ac96d4 - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#0542972950ef26670a5696e43c0ea2b7b6ac96d4</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextPull 7.0 devel branch for further cleanups of ctxfi driver &amp; co.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Wed, 01 Apr 2026 14:42:56 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>a28b088ede9df9fd9f5be6e54b4a7d9fc70d9f35 - hwmon: Add LattePanda Sigma EC driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#a28b088ede9df9fd9f5be6e54b4a7d9fc70d9f35</link>
        <description>hwmon: Add LattePanda Sigma EC driverAdd hardware monitoring support for the LattePanda Sigma SBC(DFRobot, ITE IT8613E EC). The driver reads fan speed andtemperatures via direct port I/O, as the BIOS disables theACPI EC interface.Signed-off-by: Mariano Abad &lt;weimaraner@gmail.com&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Tue, 03 Mar 2026 01:46:04 +0100</pubDate>
        <dc:creator>Mariano Abad &lt;weimaraner@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7c3a3b29dea6f246aaf1d8cb369e7cbf48a49f3c - hwmon: (bt1-pvt) Remove not-going-to-be-supported code for Baikal SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#7c3a3b29dea6f246aaf1d8cb369e7cbf48a49f3c</link>
        <description>hwmon: (bt1-pvt) Remove not-going-to-be-supported code for Baikal SoCAs noticed in the discussion [1] the Baikal SoC and platformsare not going to be finalized, hence remove stale code.Link: https://lore.kernel.org/lkml/22b92ddf-6321-41b5-8073-f9c7064d3432@infradead.org/ [1]Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://lore.kernel.org/r/20260220143500.2401057-1-andriy.shevchenko@linux.intel.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Fri, 20 Feb 2026 15:35:00 +0100</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e6fd2491789745ed8c3df86a660dfa7207129d22 - Merge branch &apos;master&apos; into rdma-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#e6fd2491789745ed8c3df86a660dfa7207129d22</link>
        <description>Merge branch &apos;master&apos; into rdma-nextLet&apos;s bring v7.0-rc6 to the -next branch, so we can merge the DMAattributes fix [1] without merge conflicts.[1] https://lore.kernel.org/all/20260323-umem-dma-attrs-v1-1-d6890f2e6a1e@nvidia.comSigned-off-by: Leon Romanovsky &lt;leon@kernel.org&gt;* master: (1688 commits)  Linux 7.0-rc6  ...

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Mon, 30 Mar 2026 11:02:58 +0200</pubDate>
        <dc:creator>Leon Romanovsky &lt;leon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>54fcc7f6ec3944ae7c1b0246a999744e33839cdb - Merge tag &apos;perf-tools-fixes-for-v7.0-2-2026-03-23&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#54fcc7f6ec3944ae7c1b0246a999744e33839cdb</link>
        <description>Merge tag &apos;perf-tools-fixes-for-v7.0-2-2026-03-23&apos; into perf-tools-nextTo get the various fixes for v7.0.Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Wed, 25 Mar 2026 08:06:23 +0100</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f6472b17933f9adb825e7c7da31f7b7b2edb1950 - Merge tag &apos;v7.0-rc4&apos; into timers/core, to resolve conflict</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#f6472b17933f9adb825e7c7da31f7b7b2edb1950</link>
        <description>Merge tag &apos;v7.0-rc4&apos; into timers/core, to resolve conflictResolve conflict between this change in the upstream kernel:  4c652a47722f (&quot;rseq: Mark rseq_arm_slice_extension_timer() __always_inline&quot;)... and this pending change in timers/core:  0e98eb14814e (&quot;entry: Prepare for deferred hrtimer rearming&quot;)Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Sat, 21 Mar 2026 08:02:36 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c8d0beedf0da06652432354882b95c33a4cb7cfe - regulator: fp9931: Make vin-supply mandatory</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/Makefile#c8d0beedf0da06652432354882b95c33a4cb7cfe</link>
        <description>regulator: fp9931: Make vin-supply mandatoryRobby Cai &lt;robby.cai@nxp.com&gt; says:The FP9931 regulator requires a valid &quot;vin&quot; supply to operate correctly.Therefore, the driver should treat &quot;vin&quot; as a mandatory supply.This patchset updates the binding documentation to mark vin-supply as arequired property, and modifies the driver accordingly. As suggested inthe reviews from Andreas and Mark, v2 switches to usingdevm_regulator_get() since the supply is mandatory.

            List of files:
            /linux/drivers/hwmon/Makefile</description>
        <pubDate>Tue, 17 Mar 2026 19:07:38 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
