<?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 ltc4283.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9611c0ce215a66770ccbe5c126bf57ba8c31bcad - Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/ltc4283.c#9611c0ce215a66770ccbe5c126bf57ba8c31bcad</link>
        <description>Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-currentThis pulls in the merge commit for MFD updates for v7.2. The PR containsa build-time dependency of one of the GPIO commits that will follow.

            List of files:
            /linux/drivers/hwmon/ltc4283.c</description>
        <pubDate>Fri, 19 Jun 2026 10:50:17 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>fc2ce3ee106f2d53eb344f5c4963c897bbb21634 - Merge tag &apos;hwmon-for-v7.2&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/ltc4283.c#fc2ce3ee106f2d53eb344f5c4963c897bbb21634</link>
        <description>Merge tag &apos;hwmon-for-v7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingPull hwmon updates from Guenter Roeck: &quot;New drivers for the following chips:   - Analog Devices LTC4283 Swap Controller   - Analog Devices MAX20830   - Analog Devices MAX20860A   - ARCTIC Fan Controller   - Delta E50SN12051   - Luxshare LX1308   - Microchip EMC1812/13/14/15/33   - Monolithic MP2985   - Murata D1U74T PSU  New chip support added to existing drivers:   - asus-ec-sensors: Support for ROG MAXIMUS Z790 EXTREME, ROG STRIX     B850-E GAMING WIFI, and ROG STRIX B650E-E GAMING WIFI   - dell-smm: Add Dell Latitude 7530 to fan control whitelist   - nct6683: Support for ASRock Z890 Pro-A   - pmbus: Support for Flex BMR316, BMR321, BMR350 and BMR351   - pmbus/max34440: Support for ADPM12250   - pmbus/xdp720: Support for Infineon xdp730, and fix driver issues     reported by Sashiko  New functionality:   - Add support for update_interval_us chip attribute, and support it     in ina238 driver   - Add support for guard() and scoped_guard() for subsystem locks, and     use it in adt7411, ina2xx, and lm90 drivers   - emc2305: Support configurable fan PWM at shutdown   - lm63: Expose PWM frequency and LUT hysteresis as writable   - lm75: Support active-high alert polarity   - nct7802: Add time step attributes for tweaking responsiveness   - pmbus/adm1266: Add rtc debugfs entries for rtc, powerup_counter,     clear_blackbox, and firmware_revision   - raspberrypi: Fix delayed-work teardown race, add voltage input     support as well as voltage domain IDs   - mcp9982: Add support for reporting external diode faults  Miscellaneous bug fixes, changes and improvements:   - Use named initializers for platform_device_id arrays and     i2c_device_data, and remove unused driver data   - Various drivers: Move MODULE_DEVICE_TABLE next to the table itself   - ads7871: Convert to hwmon_device_register_with_info(), and use     DMA-safe buffer for SPI writes   - adt7411: document supported sysfs attributes   - adt7462: Add of_match_table to support devicetree   - adt7475: Add explicit header include   - coretemp; Fix outdated documentation, coding style issues, and     replace hardcoded core count with dynamic value   - cros_ec: Drop unused assignment of platform_device_id driver data   - emc2305: Fix fan channel index handling   - gpd-fan: Reject EC PWM value 0 as invalid, fix race condition     between device removal and sysfs access, upgrade log level from     warn to err for platform device creation failure, initialize EC     before registering hwmon device, drop global driver data and use     per-device allocation   - htu31: document debugfs serial_number   - ina238: Add support for samples and update_interval   - it87: Clamp negative values to zero in set_fan()   - lm75: Add explicit header include, Add explicit default cases in     lm75_is_visible(), and add section for sysfs interface to     documentation   - pmbus/lm25066: Fix PMBus coefficients for LM5064/5066/5066i   - tmp102: Use device_property_read_string API   - tmp401: Read &quot;ti,n-factor&quot; as signed   - Convert zyxel,nsa320-mcu to DT schema&quot;* tag &apos;hwmon-for-v7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: (81 commits)  hwmon: tmp401: Read &quot;ti,n-factor&quot; as signed  hwmon: (pmbus/lm25066) Fix PMBus coefficients for LM5064/5066/5066i  hwmon: (gpd-fan) Reject EC PWM value 0 as invalid  hwmon: (dell-smm) Add Dell Latitude 7530 to fan control whitelist  hwmon: temperature: add support for EMC1812  dt-bindings: hwmon: temperature: add support for EMC1812  hwmon: (gpd-fan): fix race condition between device removal and sysfs access  hwmon: (gpd-fan): upgrade log level from warn to err for platform device creation failure  hwmon: (gpd-fan): Initialize EC before registering hwmon device  hwmon: (gpd-fan): drop global driver data and use per-device allocation  hwmon: (pmbus/max34440): add support adpm12250  hwmon: (ina238) Add update_interval_us attribute  hwmon: Add update_interval_us chip attribute  hwmon: (ina238) Add support for samples and update_interval  gpio: gpio-ltc4283: Add support for the LTC4283 Swap Controller  hwmon: ltc4283: Add support for the LTC4283 Swap Controller  dt-bindings: hwmon: Document the LTC4283 Swap Controller  hwmon: (pmbus/xdp720) Fix driver issues xdp720/730  hwmon: (pmbus/xdp720) Add support for efuse xdp730  dt-bindings: hwmon/pmbus: Add Infineon xdp730  ...

            List of files:
            /linux/drivers/hwmon/ltc4283.c</description>
        <pubDate>Tue, 16 Jun 2026 04:40:21 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>dd63353a0b5ef05a248df4c6db566b93bff0d843 - hwmon: ltc4283: Add support for the LTC4283 Swap Controller</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hwmon/ltc4283.c#dd63353a0b5ef05a248df4c6db566b93bff0d843</link>
        <description>hwmon: ltc4283: Add support for the LTC4283 Swap ControllerSupport the LTC4283 Hot Swap Controller. The device features programmablecurrent limit with foldback and independently adjustable inrush current tooptimize the MOSFET safe operating area (SOA). The SOA timer limits MOSFETtemperature rise for reliable protection against overstresses.An I2C interface and onboard ADC allow monitoring of board current,voltage, power, energy, and fault status.Signed-off-by: Nuno S&#225; &lt;nuno.sa@analog.com&gt;Link: https://lore.kernel.org/r/20260502-ltc4283-support-v13-2-1c206542e652@analog.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux/drivers/hwmon/ltc4283.c</description>
        <pubDate>Sat, 02 May 2026 11:56:53 +0200</pubDate>
        <dc:creator>Nuno S&#225; &lt;nuno.sa@analog.com&gt;</dc:creator>
    </item>
</channel>
</rss>
