<?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 tvs-mpfs.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/tvs-mpfs.c#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/hwmon/tvs-mpfs.c</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7acf90feab8b009fde7def08ff2c622d0f10e99f - Merge tag &apos;hwmon-for-v7.3&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/tvs-mpfs.c#7acf90feab8b009fde7def08ff2c622d0f10e99f</link>
        <description>Merge tag &apos;hwmon-for-v7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingPull hwmon updates from Guenter Roeck: &quot;New drivers:   - Kandou KB9002 retimer   - PolarFire SoC temp/voltage sensor   - Eswin EIC7700 PVT sensor   - PMBus:      - Analog Devices MAX16545/MAX16550 and Volterra VT7505      - Monolithic MPQ82D00 and MPQ8646      - Silergy SQ24860  Added support to existing drivers:   - asus-ec-sensors: Support for ROG STRIX Z390-E GAMING, ProArt     Z690-CREATOR WIFI, ROG STRIX X870E-E GAMING WIFI7 R2, ROG CROSSHAIR     X870E HERO, and ROG Maximus Z790 Hero   - asus_rog_ryujin: Siupport for ROG Ryujin III   - ina2xx: Support for INA232   - k10temp: Per-CCD temperature monitoring for Zen5 Turin   - nct6775: List NCT5585D as supported chip   - nzxt-kraken3: Support for NZXT Kraken 2024 Elite   - sht3x: Support for GXCAS GXHT30   - tmp102: Add device IDs for TMP110 and TMP113   - yogafan: Support for LOQ 15IAX9, XiaoXin Pro 13ARE 2020, IdeaPad 3     15ALC6, Legion Pro 7 16AFR10H, Yoga Pro 7 14IAH10, Yoga 7 16ARP8,     and Lenovo LOQ 15IAX9   - PMBus:      - max20830: Support for max20830c and max20840c      - max34440: Support for MAX34452, and support for newer version of        max34451      - adm1275: Support for ROHM BD12780 and BD12790  Other notable changes:   - Constify various device attributes   - Remove redundant dev_err() and dev_err_probe() from various drivers   - applesmc: Convert to hwmon_device_register_with_info   - adt7470: Add thermal zone sensor support   - coretemp: Fix core_data leak on CPUs without PTS   - emc1403: Drop hysteresis for low limit temperature   - max6621: Fix various over- and underflow problems   - PMBus:      - Introduce pmbus_read_smbus_i2c_block_data() and use it in        various drivers      - Export and use pmbus_check_and_notify_faults()      - Let PMBus drivers report the supported PMBus revision  Various other minor fixes and improvements&quot;* tag &apos;hwmon-for-v7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: (110 commits)  hwmon: (emc1403) Drop hysteresis for low limit temperature  hwmon: (coretemp) Fix core_data leak on CPUs without PTS  hwmon: (max6621) fix negative temperature offset and crit readings  hwmon: (max6621) fix temperature clamp range  hwmon: (asus_rog_ryujin) Add ROG Ryujin III White Edition  hwmon: (asus_rog_ryujin) Add ROG Ryujin III support  hwmon: (asus_rog_ryujin) Add per-device configuration  hwmon: (k10temp) Add per-CCD temperature monitoring for Zen5 Turin  hwmon: (tmp102) Add TMP113 device ID  hwmon: (tmp102) Add TMP110 device ID  hwmon: (nct6775) Add NCT5585D to list of supported chips  Documentation: hwmon: (nct6775) Add missing NCT6797D and NCT6798D  hwmon: (emc1403) Add regulator support  hwmon: (emc1403) Convert to use OF bindings  dt-bindings: hwmon: Document SMSC EMC1402/1403/1404/1428  hwmon: (asus-ec-sensors) add ROG STRIX Z390-E GAMING  hwmon: (sysfs) Allow drivers to register const attributes  hwmon: (corsair-psu) Update documentation  hwmon: (core) Use const APIs for the dynamically allocated sysfs attributes  hwmon: (core) Constify device attributes  ...

            List of files:
            /linux/drivers/hwmon/tvs-mpfs.c</description>
        <pubDate>Wed, 19 Aug 2026 18:56:28 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ecc0eb5e95695ebfd7e51eecc65e80fff421cdcf - hwmon: Driver for the temp/voltage sensor on PolarFire SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/tvs-mpfs.c#ecc0eb5e95695ebfd7e51eecc65e80fff421cdcf</link>
        <description>hwmon: Driver for the temp/voltage sensor on PolarFire SoCAdd a driver for the temperature and voltage sensors on PolarFire SoC.The temperature reports how hot the die is, and the voltages are theSoC&apos;s 1.05, 1.8 and 2.5 volt rails respectively.The hardware supports alarms in theory, but there is an erratum thatprevents clearing them once triggered, so no support is added for them.The hardware measures voltage with 16 bits, of which 1 is a sign bit andthe remainder holds the voltage as a fixed point integer value. It&apos;simprobable that the hardware will work if the voltages are negative, sothe driver ignores the sign bits.There&apos;s no dt support etc here because this is the child of a simple-mfdsyscon.Signed-off-by: Lars Randers &lt;lranders@mail.dk&gt;Co-developed-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Link: https://lore.kernel.org/r/20260629-wriggle-headscarf-c85a4070dddb@spudSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/tvs-mpfs.c</description>
        <pubDate>Mon, 29 Jun 2026 11:30:59 +0200</pubDate>
        <dc:creator>Lars Randers &lt;lranders@mail.dk&gt;</dc:creator>
    </item>
</channel>
</rss>
