<?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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/adc/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/iio/adc/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>505d195b0f96fd613a51b13dde37aa5ad301eb32 - Merge tag &apos;char-misc-7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/adc/Kconfig#505d195b0f96fd613a51b13dde37aa5ad301eb32</link>
        <description>Merge tag &apos;char-misc-7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char/misc/IIO driver updates from Greg KH: &quot;Here is the big set of char/misc/iio and other smaller driver  subsystem changes for 7.0-rc1. Lots of little things in here,  including:   - Loads of iio driver changes and updates and additions   - gpib driver updates   - interconnect driver updates   - i3c driver updates   - hwtracing (coresight and intel) driver updates   - deletion of the obsolete mwave driver   - binder driver updates (rust and c versions)   - mhi driver updates (causing a merge conflict, see below)   - mei driver updates   - fsi driver updates   - eeprom driver updates   - lots of other small char and misc driver updates and cleanups  All of these have been in linux-next for a while, with no reported  issues&quot;* tag &apos;char-misc-7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (297 commits)  mux: mmio: fix regmap leak on probe failure  rust_binder: return p from rust_binder_transaction_target_node()  drivers: android: binder: Update ARef imports from sync::aref  rust_binder: fix needless borrow in context.rs  iio: magn: mmc5633: Fix Kconfig for combination of I3C as module and driver builtin  iio: sca3000: Fix a resource leak in sca3000_probe()  iio: proximity: rfd77402: Add interrupt handling support  iio: proximity: rfd77402: Document device private data structure  iio: proximity: rfd77402: Use devm-managed mutex initialization  iio: proximity: rfd77402: Use kernel helper for result polling  iio: proximity: rfd77402: Align polling timeout with datasheet  iio: cros_ec: Allow enabling/disabling calibration mode  iio: frequency: ad9523: correct kernel-doc bad line warning  iio: buffer: buffer_impl.h: fix kernel-doc warnings  iio: gyro: itg3200: Fix unchecked return value in read_raw  MAINTAINERS: add entry for ADE9000 driver  iio: accel: sca3000: remove unused last_timestamp field  iio: accel: adxl372: remove unused int2_bitmask field  iio: adc: ad7766: Use iio_trigger_generic_data_rdy_poll()  iio: magnetometer: Remove IRQF_ONESHOT  ...

            List of files:
            /linux/drivers/iio/adc/Kconfig</description>
        <pubDate>Tue, 17 Feb 2026 18:11:04 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/adc/Kconfig#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/drivers/iio/adc/Kconfig</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>9991bbc6d5e8fdfa0b1bcfeebf4637e8fd764bd8 - Merge tag &apos;iio-for-7.0a&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/adc/Kconfig#9991bbc6d5e8fdfa0b1bcfeebf4637e8fd764bd8</link>
        <description>Merge tag &apos;iio-for-7.0a&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextJonathan writes:IIO: New device support, features and cleanup for the 6.20/7.0 cycle.Slightly messier than normal unfortunately due to some conflictsand build config bugs related to I3C drivers.One last minute Kconfig fix right at the top after a linux-next report.I&apos;ve simplified the Kconfig and made it match other instances in the kernelso that should be safe enough despite short soak time in front of build bots.Merge of an immutable branch from I3C to get some stubs that were missingand caused build issues with dual I2C / I3C drivers. This also brought in adrop of some deprecated interfaces so there is also one patch to update anew driver to not use those.We are having another go at using cleanup.h magic with the IIO mode claimfunctions after backing out last try at this. This time we have wrappersaround the new ACQUIRE() and ACQUIRE_ERR() macros.Having been burnt once, we will be taking it a bit more slowly this timewrt to wide adoption of these! Thanks in particular to Kurt for takingon this core IIO work.New Device Support==================adi,ad18113- New driver to support the AD18113 amplifier - an interesting device due  to the external bypass paths where we need to describe what gain those  paths have in DT. Longer term it will be interesting to see if this  simplistic description is enough for real deployments.adi,ad4062- New driver for the AD4060 and AD4052 SAR ADCs including trigger, event  and GPIO controller support.  Follow up patch replaced use of some  deprecated I3C interfaces prior to the I3C immutable branch merge as  that includes dropping them.adi,ad4134- New driver for the AD4134 24bit 4 channel simultaneous sampling ADC.adi,ad7768-1,- Add support for the ADAQ767-1, ADAQ7768-1 and ADAQ7769-1 ADCs after some  rework to enable the driver to support multiple device types.adi,ad9467- Add support for the similar ad9211 ADC to this existing driver.- Make the selection of 2s comp mode explicit for normal operation and  switch to offset binary when entering calibration mode.honeywell,abp2- New driver to support this huge family (100+) of board mount pressure and  temperature sensors.maxim,max22007- New drier for this 4 channel DAC.memsic,mmc5633- New driver for this I2C/I3C magnetometer. Follow on patches fixed up  issues related to single driver supporting both bus types.microchip,mcp747feb02- New driver for the Microchip MCP47F(E/V)B(0/1/2)1,  MCP47F(E/V)B(0/1/2)2, MCP47F(E/V)B(0/1/2)4 and MCP47F(E/V)B(0/1/2)8  buffered voltage output DACs.nxp,sar-adc- New driver support ADCs found on s32g2 and s32g3 platforms.ti,ads1018- New drier for the ADS1018 and ADS1118 SPI ADCs.ti,ads131m02- New driver supporting ADS131M(02/03/04/06/08)24-bit simultaneous sampling  ADCs.Features========iio-core- New IIO_DEV_ACQUIRE_DIRECT_MODE() / IIO_DEV_ACQUIRE_FAILED() +  equivalents for the much rarer case where the mode needs pinning  whether or not it is in direct mode.  These use the ACQUIRE()  / ACQUIRE_ERR() infrastructure underneath to provide both simple  checks on whether we got the requested mode and to provide scope  based release. Applied in a few initial drivers.adi,ad9467- Support calibbias controladi,adf4377- Add support to act as a clock provider.adi,adxl380- Support low power 1KHz sampling frequency mode. Required rework of  how events and filters were configured, plus applying of constraints  when in this mode.rf-digital,rfd77402- Add interrupt support as alternative to polling for completion.st,lsm6dsx- Tap event detection (after considerable driver rework)Cleanup and Minor Fixes=======================More minor cleanup such as typos, white space etc not called out exceptwhere they were applied to a lot of drivers.Various drivers.- Use of dev_err_probe() to cleanup error handling.- Introduce local struct device and struct device_node variables to  reduce duplication of getting them from containing structs.- Ensure uses of iio_trigger_generic_data_rdy_poll() set IRQF_NO_THREAD  as that function calls non threaded child interrupt handlers.- Replace IRQF_ONESHOT in not thread interrupt handlers with  IRQF_NO_THREAD to ensure they run as intended. Drop one unnecessary case.iio-sw-device/trigger.- Constify configs_group_operations structures.iio-buffer-dma / buffer-dma-engine- Use lockdep_assert_held() to replace WARN_ON() to check lock is  correctly held.- Make use of cleanup.h magic to simplify various code paths.- Make iio_dma_buffer_init() return void rather than always success.adi,ad7766- Replace custom interrupt handler with iio_trigger_generic_data_rdy_poll()adi,ad9832- Drop legacy platform_data support.adi,ade9000- Add a maintainer entry.adi,adt7316- Move to EXPORT_GPL_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() so the compiler  can cleanly drop unused pm structures and callbacks.adi,adxl345- Relax build constraint vs the driver that is in input so both may be  built as modules and selection made at runtime.adi,adxl380- Make sure we don&apos;t read tail entries in the hardware fifo if a partial  new scan has been written.- Move to a single larger regmap_noinc_read() to read the hardware fifo.aspeed,ast2600- Add missing interrupts property to DT binding.bosch,bmi270_i2c- Add missing MODULE_DEVICE_TABLE() macros so auto probing of modules can  work.bosch,smi330- Drop duplicate assignment of IIO_TYPE in smi330_read_avail()- Use new common field_get() and field_prep() helpers to replace local  version.honeywell,mprls0025pa  Fixes delayed to merge window as late in cycle and we didn&apos;t want to delay  the rest of the series.- Allow Kconfig selection of specific bus sub-drivers rather than tying that  to the buses themselves being supported.- Zero spi_transfer structure to avoid chance of unintentionally set fields  effecting transfer.- Fix a potential timing violation wrt to the chip select to first clock  edge timing.- As recent driver, take risk inherent in dropping interrupt direction from  driver as that should be set by firmware.- Fix wrong reported number of data bits for channel.- Fix a pressure channel calculation bug.- Rework to allow embedding the tx buffer in the iio_priv() structure rather  than requiring separate allocation.- Move the buffer clearing to the shared core bringing it into affect for  SPI as well as I2C.- Stricter checks for status byte.- Greatly simplify the measurement sequence.- Add a copyright entry to reflect Petre&apos;s continued work on this driver.intersil,isl29018- Switch from spritnf to sysfs_emit_at() to make it clear overflow can&apos;t  occur.invensense,icm42600- Allow sysfs access to temperature when buffered capture in use as it  does not impact other sensor data paths.invensense,itg3200- Check unused return value in read_raw() callback.men,z188- Drop now duplicated module alias.rf-digital,rfd77402- Add DT binding doc and explicit of_device_id table.- Poll for timeout with times as on datasheet, then replace opencoded  version with read_poll_timeout().sensiron,scd4x- Add missing timestamp channel. The code to push it to the buffer was there  but there was no way to turn it on.vti,sca3000- Fix resource leak if iio_device_register() fails.* tag &apos;iio-for-7.0a&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio: (144 commits)  iio: magn: mmc5633: Fix Kconfig for combination of I3C as module and driver builtin  iio: sca3000: Fix a resource leak in sca3000_probe()  iio: proximity: rfd77402: Add interrupt handling support  iio: proximity: rfd77402: Document device private data structure  iio: proximity: rfd77402: Use devm-managed mutex initialization  iio: proximity: rfd77402: Use kernel helper for result polling  iio: proximity: rfd77402: Align polling timeout with datasheet  iio: cros_ec: Allow enabling/disabling calibration mode  iio: frequency: ad9523: correct kernel-doc bad line warning  iio: buffer: buffer_impl.h: fix kernel-doc warnings  iio: gyro: itg3200: Fix unchecked return value in read_raw  MAINTAINERS: add entry for ADE9000 driver  iio: accel: sca3000: remove unused last_timestamp field  iio: accel: adxl372: remove unused int2_bitmask field  iio: adc: ad7766: Use iio_trigger_generic_data_rdy_poll()  iio: magnetometer: Remove IRQF_ONESHOT  iio: Replace IRQF_ONESHOT with IRQF_NO_THREAD  iio: Use IRQF_NO_THREAD  iio: dac: Add MAX22007 DAC driver support  dt-bindings: iio: dac: Add max22007  ...

            List of files:
            /linux/drivers/iio/adc/Kconfig</description>
        <pubDate>Mon, 02 Feb 2026 17:08:30 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ff085189cb1703b3be8176310545afbe544cd1f4 - iio: adc: ad7768-1: add support for ADAQ776x-1 ADC Family</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/adc/Kconfig#ff085189cb1703b3be8176310545afbe544cd1f4</link>
        <description>iio: adc: ad7768-1: add support for ADAQ776x-1 ADC FamilyAdd support for ADAQ7767/68/69-1 series, which includes PGIA andAnti-aliasing filter (AAF) gains. Unlike the AD7768-1, they do notprovide a VCM regulator interface.The PGA gain is configured in run-time through the scale attribute,if supported by the device. PGA is controlled by GPIOs provided inthe device tree.The AAF gain is defined by hardware connections and should be specifiedin the device tree.Signed-off-by: Jonathan Santos &lt;Jonathan.Santos@analog.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux/drivers/iio/adc/Kconfig</description>
        <pubDate>Wed, 14 Jan 2026 10:27:29 +0100</pubDate>
        <dc:creator>Jonathan Santos &lt;Jonathan.Santos@analog.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/iio/adc/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/iio/adc/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>e0bc6d7e258486c10bb11e31fd4421c134063b1d - iio: adc: Initial support for AD4134</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/adc/Kconfig#e0bc6d7e258486c10bb11e31fd4421c134063b1d</link>
        <description>iio: adc: Initial support for AD4134AD4134 is a 24-bit, 4-channel, simultaneous sampling, precisionanalog-to-digital converter (ADC). The device can be managed through SPI ordirect control of pin logical levels (pin control mode). The AD4134 designalso features a dedicated bus for ADC sample data output. Though, thisinitial driver for AD4134 only supports usual SPI connections.Add basic support for AD4134 that enables single-shot ADC sample read.Signed-off-by: Marcelo Schmitt &lt;marcelo.schmitt@analog.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@intel.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux/drivers/iio/adc/Kconfig</description>
        <pubDate>Wed, 07 Jan 2026 15:47:59 +0100</pubDate>
        <dc:creator>Marcelo Schmitt &lt;marcelo.schmitt@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>23cc92280302d4e4f5f4253b6ff1dbeeb82a9464 - iio: adc: ad4062: Add IIO Trigger support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/adc/Kconfig#23cc92280302d4e4f5f4253b6ff1dbeeb82a9464</link>
        <description>iio: adc: ad4062: Add IIO Trigger supportAdds support for IIO Trigger. Optionally, gp1 is assigned as Data Readysignal, if not present, fallback to an I3C IBI with the same role.The software trigger is allocated by the device, but must be attached bythe user before enabling the buffer. The purpose is to not impederemoving the driver due to the increased reference count wheniio_trigger_set_immutable() or iio_trigger_get() is used.Signed-off-by: Jorge Marques &lt;jorge.marques@analog.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux/drivers/iio/adc/Kconfig</description>
        <pubDate>Wed, 17 Dec 2025 13:13:28 +0100</pubDate>
        <dc:creator>Jorge Marques &lt;jorge.marques@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>d5284402d28f30dbbe74b9823a324a998a8306d8 - iio: adc: Add support for ad4062</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/adc/Kconfig#d5284402d28f30dbbe74b9823a324a998a8306d8</link>
        <description>iio: adc: Add support for ad4062The AD4060/AD4062 are versatile, 16-bit/12-bit, successive approximationregister (SAR) analog-to-digital converter (ADC) with low-power andthreshold monitoring modes.Signed-off-by: Jorge Marques &lt;jorge.marques@analog.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux/drivers/iio/adc/Kconfig</description>
        <pubDate>Wed, 17 Dec 2025 13:13:26 +0100</pubDate>
        <dc:creator>Jorge Marques &lt;jorge.marques@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>bf0bba486b5bd5e2d6100ed7dd1e38e0304ba40f - iio: adc: Add ti-ads1018 driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/adc/Kconfig#bf0bba486b5bd5e2d6100ed7dd1e38e0304ba40f</link>
        <description>iio: adc: Add ti-ads1018 driverAdd ti-ads1018 driver for Texas Instruments ADS1018 and ADS1118 SPIanalog-to-digital converters.This chips&apos; MOSI pin is shared with a data-ready interrupt. Definingthis interrupt in devicetree is optional, therefore we only create anIIO trigger if one is found.Handling this interrupt requires some considerations. When enabling thetrigger the CS line is tied low (active), thus we need to holdspi_bus_lock() too, to avoid state corruption. This is done inside theset_trigger_state() callback, to let users use other triggers withoutwasting a bus lock.Reviewed-by: Andy Shevchenko &lt;andy@kernel.org&gt;Signed-off-by: Kurt Borja &lt;kuurtb@gmail.com&gt;Reviewed-by: David Lechner &lt;dlechner@baylibre.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux/drivers/iio/adc/Kconfig</description>
        <pubDate>Fri, 12 Dec 2025 05:25:44 +0100</pubDate>
        <dc:creator>Kurt Borja &lt;kuurtb@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4434072a893e4864519c167947083ff3e4cc2d95 - iio: adc: Add the NXP SAR ADC support for the s32g2/3 platforms</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/adc/Kconfig#4434072a893e4864519c167947083ff3e4cc2d95</link>
        <description>iio: adc: Add the NXP SAR ADC support for the s32g2/3 platformsThe NXP S32G2 and S32G3 platforms integrate a successive approximationregister (SAR) ADC. Two instances are available, each providing 8multiplexed input channels with 12-bit resolution. The conversion rateis up to 1 Msps depending on the configuration and sampling window.The SAR ADC supports raw, buffer, and trigger modes. It can operatein both single-shot and continuous conversion modes, with optionalhardware triggering through the cross-trigger unit (CTU) or externalevents. An internal prescaler allows adjusting the sampling clock,while per-channel programmable sampling times provide fine-grainedtrade-offs between accuracy and latency. Automatic calibration isperformed at probe time to minimize offset and gain errors.All modes have been validated on the S32G274-RDB2 platform using anexternally generated square wave captured by the ADC. Tests coveredbuffered streaming via IIO, trigger synchronization, and accuracyverification against a precision laboratory signal source.One potential scenario, not detected during testing, is that in somecorner cases the DMA may already have been armed for the nexttransfer, which can lead dmaengine_tx_status() to return an incorrectresidue.  The callback_result() operation&#8212;intended to supply theresidue directly and eliminate the need to calldmaengine_tx_status()&#8212;also does not work.  Attempting to usedmaengine_pause() and dmaengine_resume() to prevent the residue frombeing updated does not work either.This potential scenario should apply to any driver using cyclic DMA.However, no current driver actually handles this case, and they all relyon the same acquisition routine (e.g., the STM32 implementation).The NXP SAR acquisition routine has been used in production for severalyears, which is a good indication of its robustness.As the IIO is implementing the cyclic DMA support API, it is not worthto do more spins to the current routine as it will go away when thenew API will be available.The driver is derived from the BSP implementation and has been partlyrewritten to comply with upstream requirements. For this reason, allcontributors to the original code are listed as co-developers.Originally-by: Stefan-Gabriel Mirea &lt;stefan-gabriel.mirea@nxp.com&gt;Co-developed-by: Alexandru-Catalin Ionita &lt;alexandru-catalin.ionita@nxp.com&gt;Signed-off-by: Alexandru-Catalin Ionita &lt;alexandru-catalin.ionita@nxp.com&gt;Co-developed-by: Ciprian Costea &lt;ciprianmarian.costea@nxp.com&gt;Signed-off-by: Ciprian Costea &lt;ciprianmarian.costea@nxp.com&gt;Co-developed-by: Radu Pirea (NXP OSS) &lt;radu-nicolae.pirea@oss.nxp.com&gt;Signed-off-by: Radu Pirea (NXP OSS) &lt;radu-nicolae.pirea@oss.nxp.com&gt;Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@intel.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux/drivers/iio/adc/Kconfig</description>
        <pubDate>Mon, 08 Dec 2025 03:08:19 +0100</pubDate>
        <dc:creator>Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>4aa91223fd6c9b9e6c73f9dc6ffb55cbf04df4ac - iio: adc: Add TI ADS131M0x ADC driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/adc/Kconfig#4aa91223fd6c9b9e6c73f9dc6ffb55cbf04df4ac</link>
        <description>iio: adc: Add TI ADS131M0x ADC driverAdd a new IIO ADC driver for Texas Instruments ADS131M0x devices(ADS131M02/03/04/06/08). These are 24-bit, up to 64 kSPS, simultaneous-sampling delta-sigma ADCs accessed via SPI.Highlights:- Supports 2/3/4/6/8-channel variants with per-channel RAW and SCALE.- Implements device-required full-duplex fixed-frame transfers.- Handles both input and output CRCNote: Despite the almost identical name, this hardware is notcompatible with the ADS131E0x series handled bydrivers/iio/adc/ti-ads131e08.c.Signed-off-by: David Jander &lt;david@protonic.nl&gt;Co-developed-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Reviewed-by: David Lechner &lt;dlechner@baylibre.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux/drivers/iio/adc/Kconfig</description>
        <pubDate>Tue, 18 Nov 2025 15:18:21 +0100</pubDate>
        <dc:creator>David Jander &lt;david@protonic.nl&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/iio/adc/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/iio/adc/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/iio/adc/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/iio/adc/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/iio/adc/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/iio/adc/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/iio/adc/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/iio/adc/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/iio/adc/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/iio/adc/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/iio/adc/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/iio/adc/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/iio/adc/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/iio/adc/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>83bd89291f5cc866f60d32c34e268896c7ba8a3d - Merge tag &apos;char-misc-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/adc/Kconfig#83bd89291f5cc866f60d32c34e268896c7ba8a3d</link>
        <description>Merge tag &apos;char-misc-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char/misc/IIO driver updates from Greg KH: &quot;Here is the big set of char/misc/iio driver updates for 6.19-rc1. Lots  of stuff in here including:   - lots of IIO driver updates, cleanups, and additions   - large interconnect driver changes as they get converted over to a     dynamic system of ids   - coresight driver updates   - mwave driver updates   - binder driver updates and changes   - comedi driver fixes now that the fuzzers are being set loose on     them   - nvmem driver updates   - new uio driver addition   - lots of other small char/misc driver updates, full details in the     shortlog  All of these have been in linux-next for a while now&quot;* tag &apos;char-misc-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (304 commits)  char: applicom: fix NULL pointer dereference in ac_ioctl  hangcheck-timer: fix coding style spacing  hangcheck-timer: Replace %Ld with %lld  hangcheck-timer: replace printk(KERN_CRIT) with pr_crit  uio: Add SVA support for PCI devices via uio_pci_generic_sva.c  dt-bindings: slimbus: fix warning from example  intel_th: Fix error handling in intel_th_output_open  misc: rp1: Fix an error handling path in rp1_probe()  char: xillybus: add WQ_UNBOUND to alloc_workqueue users  misc: bh1770glc: use pm_runtime_resume_and_get() in power_state_store  misc: cb710: Fix a NULL vs IS_ERR() check in probe()  mux: mmio: Add suspend and resume support  virt: acrn: split acrn_mmio_dev_res out of acrn_mmiodev  greybus: gb-beagleplay: Fix timeout handling in bootloader functions  greybus: add WQ_PERCPU to alloc_workqueue users  char/mwave: drop typedefs  char/mwave: drop printk wrapper  char/mwave: remove printk tracing  char/mwave: remove unneeded fops  char/mwave: remove MWAVE_FUTZ_WITH_OTHER_DEVICES ifdeffery  ...

            List of files:
            /linux/drivers/iio/adc/Kconfig</description>
        <pubDate>Sun, 07 Dec 2025 03:34:24 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
