<?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 kb9002.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/kb9002.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/kb9002.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/kb9002.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/kb9002.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>694329073a3a964278a80a3ce1202b770f311b4d - hwmon: (kb9002) Add driver for Kandou KB9002 retimer</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/kb9002.c#694329073a3a964278a80a3ce1202b770f311b4d</link>
        <description>hwmon: (kb9002) Add driver for Kandou KB9002 retimerThe Kandou KB9002 is an 8-lane PCIe 5.0 retimer that exposes an SMBustarget with mandatory PEC. Add a hwmon driver reporting the firmwareaggregated maximum die temperature as temp1_input, with the firmwareversion and boot status under debugfs.Signed-off-by: Andy Chung &lt;Andy.Chung@amd.com&gt;Link: https://lore.kernel.org/r/20260724-kb9002-upstream-v5-3-9523c3ffe83a@amd.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/kb9002.c</description>
        <pubDate>Fri, 24 Jul 2026 06:47:39 +0200</pubDate>
        <dc:creator>Andy Chung &lt;Andy.Chung@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
