<?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/pressure/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/pressure/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/pressure/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/pressure/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/pressure/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/pressure/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/pressure/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/pressure/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>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/pressure/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/pressure/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>1ec5e098ef5f9cefdaccca3747b5e3802fb8b2bf - iio: pressure: abp2030pa: fix typo in Kconfig description</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/pressure/Kconfig#1ec5e098ef5f9cefdaccca3747b5e3802fb8b2bf</link>
        <description>iio: pressure: abp2030pa: fix typo in Kconfig descriptionReplace &quot;I2C&quot; with &quot;SPI&quot; in the SPI module description.Signed-off-by: Petre Rodan &lt;petre.rodan@subdimension.ro&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux/drivers/iio/pressure/Kconfig</description>
        <pubDate>Wed, 14 Jan 2026 08:51:37 +0100</pubDate>
        <dc:creator>Petre Rodan &lt;petre.rodan@subdimension.ro&gt;</dc:creator>
    </item>
<item>
        <title>676cc11b70221671b7257c90064ada4192d7baed - iio: pressure: mprls0025pa: Kconfig allow bus selection</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/pressure/Kconfig#676cc11b70221671b7257c90064ada4192d7baed</link>
        <description>iio: pressure: mprls0025pa: Kconfig allow bus selectionAllow the user to select either the SPI or the i2c bus specificmodule and autoselect core if needed.Signed-off-by: Petre Rodan &lt;petre.rodan@subdimension.ro&gt;Reviewed-by: Marcelo Schmitt &lt;marcelo.schmitt1@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux/drivers/iio/pressure/Kconfig</description>
        <pubDate>Thu, 18 Dec 2025 12:05:43 +0100</pubDate>
        <dc:creator>Petre Rodan &lt;petre.rodan@subdimension.ro&gt;</dc:creator>
    </item>
<item>
        <title>47d323ce1e8934be36ec475b3bed7ad90d15d35d - iio: pressure: add Honeywell ABP2 driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/pressure/Kconfig#47d323ce1e8934be36ec475b3bed7ad90d15d35d</link>
        <description>iio: pressure: add Honeywell ABP2 driverAdds driver for digital Honeywell ABP2 series of board mountpressure and temperature sensors.This driver covers 113 different pressure ranges and units onboth i2c and SPI buses.The communication protocol involves sending two simple commandsto the sensor and there is no register access or a memory map.For this reason the regmap API was not used.The i2c address is hardcoded and depends on the part number.Optional end of conversion interrupt control is present on thei2c variants of the chips.The EOC can also be defined for the SPI variants if a non-ABP2but compatible chip is to be driven.Tested on two sensors (ABP2MRRT001PDSA3 and ABP2DANT001BA2A3).ocuments/sps-siot-abp2-series-datasheet-32350268-en.pdfDatasheet: https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/board-mount-pressure-sensors/basic-abp2-series/dSigned-off-by: Petre Rodan &lt;petre.rodan@subdimension.ro&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux/drivers/iio/pressure/Kconfig</description>
        <pubDate>Sun, 07 Dec 2025 07:00:48 +0100</pubDate>
        <dc:creator>Petre Rodan &lt;petre.rodan@subdimension.ro&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/pressure/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/pressure/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/pressure/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/pressure/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/pressure/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/pressure/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/pressure/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/pressure/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>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/pressure/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/pressure/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/pressure/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/pressure/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/pressure/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/pressure/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>
<item>
        <title>e354cc78f7285ae656f745813873b3fcfba20221 - Merge tag &apos;iio-for-6.19a&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/pressure/Kconfig#e354cc78f7285ae656f745813873b3fcfba20221</link>
        <description>Merge tag &apos;iio-for-6.19a&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 6.19The usual bunch of new device support, but also quite a bit of cleanupof the core and older drivers which is always good to see.New device support------------------adi,ad4080- Add support for AD4081, AD4083, AD4084, AD4086 and AD4087 ADCs with  slightly different features to existing supported parts (max CNV clock  count, resolution etc)adi,adxl380- Add support for ADXL318 and ADXL319 which have reduced functionality  compared to other supported parts, particularly around event detection.aosong,adp810- New driver for this differential pressure and temperature sensor.aspeed,adc- Add support for the AST2700 SoC ADCs which differ in small ways from  already supported parts.bosch,sm330- New driver for this IMU (accelerometer + gyroscop) with I2C and SPI bus  support.invensense,icm45600- New driver for this family of IMUs with sub drivers for accelerometer  and gyroscope elements. I2C, I3C and SPI busses all supported.  * Supports ICM45605, ICM45606, ICM45608, ICM45634, ICM45686, ICM45687,    ICM45688P, ICM45689.  * Support basic features and FIFO.maxim,max14001- New driver for the MAX14001 and MAX14002 ADCs.renesas,rzt2h- New driver supporting the RZ/T2H and RZ/N2H ADCs found in various SoCs.renesas,rznl- New driver supporting the RZ/NL ADC found in various SoCs.Features--------adi,ad5446- Add a DT binding doc for the 29 variants currently covered by the driver.- Add adi,ad5542 which is compatiable with the adi,ad5542a which was  already supported.bosch,bma220- I2C support including an I2C bus watchdog.- Power supply control- Data ready trigger.- Low pass filter control.- Debugfs register access.- Add Petre Rodan as a maintainer of this driver (thanks!)bosch,bmi270- Add support for motion events.fsl,mpl3115- Add a dataready trigger and related sampling frequency control.- Add threshold events.infineon,dps310- Add a specific device tree binding.maxim,max30100- Allow control of LED pulse-width in dt-binding. Optimum value depends  on physical characteristics of the device which contains this sensor.mediatek,mt2701- Add dt compatible for the mt8189.rockchip,saradc- Add rk3506 compatible which is functionally the same as the already  supported rk3528 (which is therefore the fallback)st,lsm6dsx- Make sampling more flexible when both fifo and events are of interest  by decoupling the FIFO fill rate from actual sampling.Cleanup and minor fixes-----------------------core- Document and add might_sleep() to iio_push_to_buffers_with_ts_unaligned()  as it allocates a buffer, typically just on 1st call.- Add documentation for iio_push_to_buffers_with_ts() which is being used  to replace iio_push_to_buffers_with_timestamp() in new code as it  validates the buffer size.  Make the deprecation of the old function  clear.- Document that the store_to() callback in struct iio_buffer_access_funcs  may be called from contexts that cannot sleep.- Document that the cb() provided to a callback buffer may be called  from contexts that cannot sleep.- Cleanup up industrialio-backend.c comments.- Call mutex_destroy() in cleanup of buffers.- Call device_initialize() later to avoid having to call device_put()  before configuration is otherwise complete.- Use mutex_init_with_key() to replace opencoded version.- Use dma_buf_unmap_attachment_unlocked() to replace opencoded version.- Reorder Makefile for pressure sensors.various- Uses sysfs_emit() to replace sprintf() in read_label() and other  callbacks that typically are used to write data to sysfs buffers.- Switch to REGCACHE_MAPLE in various drivers.adi,docs- Fix up formatting of cross references and other kernel-doc issues.adi,ad4080- Fix wrong masking of product IDs.adi,ad5446- Use DMA safe buffers as needed for SPI.- Drop a duplicate device chip specific data structure where two parts  are functionally identical.- Fail probe if reference is not available.- Split up the massive array of chip type specific structures into  separate structures as this tends to be easier to read and maintain.- Add explicit of_device_id entries for all supported parts.- Split I2C and SPI parts away from core to avoid ifdef complexity.- Switch to devm_mutex_init().- Make use of guard() to simplify code.- Applying IWYU principles and reorder headers.- Various other minor cleanup.adi,ad7124- Add debugfs to support single cycle mode, typically only used for cases  such as validate performance of the ADC.- Various other minor cleanup including removing some layers of indirection  that weren&apos;t necessary.- Add extended attributes to the temperature channel which follows the same  signal path as other channels.- Replace the setup register allocation strategy with a simpler more  predictable one (a fix for OOB from this code follows later in this pull  request).adi,adxl345- Ensure dt-binding allows for both interrupt wired at the same time.arm,scmi- Replace const_ilog2() with the resulting value which ends up simpler  to read.bosch,bma220- Add correct SPI mode specification to the device tree binding.- Fix up interrupt type in dt binding example to match that the driver  expects.- Relax hard constraint on matching chip ID with a message only so as to  enable fallback DT compatibles to work.- Use local struct device *dev to replaces lots of indirect look ups.- Improve includes on approximate IWYU basis.- Explicit of_match_table.- Reset some registers during probe.- Move to regmap.- Ensure a timestamp is available when filling the buffer by using a  locally acquired one rather than relying on trigger top half running.- Add a utility function to search value pair tables for a match.- Various other minor improvements.- Move code to avoid a false dependency of the core code on the I2C module.bosch,bma400- Improve register and field naming + organization. Use with FIELD_GET()  and FIELD_PREP() to allow dropping of shift defines.- Use macros to define event related fields.- Switch to an address lookup based on an index variable to replace lots of  very similar register macros.- Rename activity_event_en() to generic_event_en() to better reflect what  it does.- Improve comments around interrupt register handling.fsl,mpl3115- Factor out code for triggered buffer data collection.- Use more consistent register field naming style.- Use get_unaligned_be24() to get the pressure.invensense,mpu6050- Drop false requirement in DT binding for the interrupt. The driver will  be able to do less if one is not provided, but some features are still  available.invensense,icm45600_i3c- Fix missing return on failure to match part.linear,ltc2688- Use devm_mutex_init() so mutex_destroy() is called in tear down path.- Use guard() to simplify lock handling in error return paths.qcom,vadc- Fix up some kernel-doc related warnings.rohm,bd79112 and bd79124- Use regmap_reg_range() helper to set the ranges.st,lsm6dsx- Fix units of ODR in structure documentation.ti,am335x- Add range checks to avoid a compiler warning.ti,pac1934- Switch to system_percpu_wq.Various other minor typo fixes etc.* tag &apos;iio-for-6.19a&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio: (150 commits)  staging: iio: adt7316: replace sprintf() with sysfs_emit()  iio: pressure: Arrange Makefile alphabetically  iio: ABI: document pressure event attributes  iio: mpl3115: add threshold events support  iio: mpl3115: use get_unaligned_be24() to retrieve pressure data  iio: buffer: use dma_buf_unmap_attachment_unlocked() helper  iio: core: Replace lockdep_set_class() + mutex_init() by combined call  iio: core: Clean up device correctly on iio_device_alloc() failure  iio: core: add missing mutex_destroy in iio_dev_release()  iio: accel: adxl380: add support for ADXL318 and ADXL319  dt-bindings: iio: accel: adxl380: add new supported parts  iio: imu: inv_icm45600: Initializes inv_icm45600_buffer_postdisable() sleep  iio: adc: pac1934: replace use of system_wq with system_percpu_wq  iio: dac: ad5446: Add AD5542 to the spi id table  iio: dac: ad5446: Fix coding style issues  iio: dac: ad5446: Refactor header inclusion  iio: dac: ad5446: Make use of the cleanup helpers  iio: dac: ad5446: Make use of devm_mutex_init()  iio: dac: ad5446: Separate I2C/SPI into different drivers  iio: dac: ad5456: Add missing DT compatibles  ...

            List of files:
            /linux/drivers/iio/pressure/Kconfig</description>
        <pubDate>Fri, 21 Nov 2025 15:25:20 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>bb578dd7a01ebbb186dd6d1c27285b29f7fdba37 - iio: pressure: adp810: Add driver for adp810 sensor</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/pressure/Kconfig#bb578dd7a01ebbb186dd6d1c27285b29f7fdba37</link>
        <description>iio: pressure: adp810: Add driver for adp810 sensorAdd driver for Aosong adp810 differential pressure and temperature sensor.This sensor provides an I2C interface for reading data.Calculate CRC of the data received using standard crc8 library to verifydata integrity.Tested on TI am62x sk board with sensor connected at i2c-2.Signed-off-by: Akhilesh Patil &lt;akhilesh@ee.iitb.ac.in&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/pressure/Kconfig</description>
        <pubDate>Sat, 25 Oct 2025 08:20:55 +0200</pubDate>
        <dc:creator>Akhilesh Patil &lt;akhilesh@ee.iitb.ac.in&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/pressure/Kconfig#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/iio/pressure/Kconfig</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>25768de50b1f2dbb6ea44bd5148a87fe2c9c3688 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/pressure/Kconfig#25768de50b1f2dbb6ea44bd5148a87fe2c9c3688</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.14 merge window.

            List of files:
            /linux/drivers/iio/pressure/Kconfig</description>
        <pubDate>Tue, 21 Jan 2025 06:37:39 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6d4a0f4ea72319c9a37c1a7191695467006dd272 - Merge tag &apos;v6.13-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/pressure/Kconfig#6d4a0f4ea72319c9a37c1a7191695467006dd272</link>
        <description>Merge tag &apos;v6.13-rc3&apos; into nextSync up with the mainline.

            List of files:
            /linux/drivers/iio/pressure/Kconfig</description>
        <pubDate>Tue, 17 Dec 2024 18:40:45 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
