<?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 Makefile</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/amplifiers/Makefile#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/amplifiers/Makefile</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/amplifiers/Makefile#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/amplifiers/Makefile</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>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/amplifiers/Makefile#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/amplifiers/Makefile</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>b8c7340e2c623d1dc628421fd4c1a2d89b6ea694 - iio: amplifiers: adl8113: add driver support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#b8c7340e2c623d1dc628421fd4c1a2d89b6ea694</link>
        <description>iio: amplifiers: adl8113: add driver supportAdd support for adl8113 10MHz to 12GHz Low Noise Amplifier with10MHz to 14GHz bypass switches.Signed-off-by: Antoniu Miclaus &lt;antoniu.miclaus@analog.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Fri, 12 Dec 2025 16:38:26 +0100</pubDate>
        <dc:creator>Antoniu Miclaus &lt;antoniu.miclaus@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>4f2c0a4acffbec01079c28f839422e64ddeff004 - Merge branch &apos;main&apos; into zstd-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#4f2c0a4acffbec01079c28f839422e64ddeff004</link>
        <description>Merge branch &apos;main&apos; into zstd-linus

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Wed, 14 Dec 2022 01:21:55 +0100</pubDate>
        <dc:creator>Nick Terrell &lt;terrelln@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>14e77332e74603efab8347c89d3cda447c3b97c9 - Merge branch &apos;main&apos; into zstd-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#14e77332e74603efab8347c89d3cda447c3b97c9</link>
        <description>Merge branch &apos;main&apos; into zstd-next

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Sat, 22 Oct 2022 01:00:35 +0200</pubDate>
        <dc:creator>Nick Terrell &lt;terrelln@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>8bb5e7f4dcd9b9ef22a3ea25c9066a8a968f12dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#8bb5e7f4dcd9b9ef22a3ea25c9066a8a968f12dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.20 (or 6.0) merge window.

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Tue, 02 Aug 2022 19:06:12 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>03ab8e6297acd1bc0eedaa050e2a1635c576fd11 - Merge tag &apos;v5.18&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#03ab8e6297acd1bc0eedaa050e2a1635c576fd11</link>
        <description>Merge tag &apos;v5.18&apos;Linux 5.18

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Tue, 31 May 2022 15:13:23 +0200</pubDate>
        <dc:creator>Konstantin Komarov &lt;almaz.alexandrovich@paragon-software.com&gt;</dc:creator>
    </item>
<item>
        <title>690e179059e7e89040d1cd564e39761567a8d5dc - Merge tag &apos;v5.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#690e179059e7e89040d1cd564e39761567a8d5dc</link>
        <description>Merge tag &apos;v5.18&apos; into nextSync up with mainline to get updates to OMAP4 keypad driver and otherupstream goodies.

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Sat, 28 May 2022 01:40:01 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0aea30a07ec6b50de0fc5f5b2ec34a68ead86b61 - Merge tag &apos;asoc-fix-v5.18-rc3&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/amplifiers/Makefile#0aea30a07ec6b50de0fc5f5b2ec34a68ead86b61</link>
        <description>Merge tag &apos;asoc-fix-v5.18-rc3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v5.18A collection of fixes that came in since the merge window, plus one newdevice ID for an x86 laptop.  Nothing that really stands out withparticularly big impact outside of the affected device.

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Tue, 19 Apr 2022 17:26:01 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>651a88798412e216f337d70181127e847f00a4b7 - Merge branch &apos;topic/cs35l41&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#651a88798412e216f337d70181127e847f00a4b7</link>
        <description>Merge branch &apos;topic/cs35l41&apos; into for-nextPull CS35L41 codec updatesSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Wed, 13 Apr 2022 10:43:03 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c16c8bfa09d5f318c1bd65698d058d3739970c24 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#c16c8bfa09d5f318c1bd65698d058d3739970c24</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextPull in TTM changes needed for DG2 CCS enabling from Ram.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Tue, 12 Apr 2022 10:28:42 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>83970cd63b9f864525761137b500113ab0b49c94 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#83970cd63b9f864525761137b500113ab0b49c94</link>
        <description>Merge drm/drm-next into drm-intel-nextSync up with v5.18-rc1, in particular to get 5e3094cfd9fb(&quot;drm/i915/xehpsdv: Add has_flat_ccs to device info&quot;).Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Mon, 11 Apr 2022 15:01:56 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cf5c5763eb531ff5120111ad300126e926fb5a56 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#cf5c5763eb531ff5120111ad300126e926fb5a56</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 5.18 fixes cycle.Signed-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Tue, 05 Apr 2022 11:37:03 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>9cbbd694a58bdf24def2462276514c90cab7cf80 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#9cbbd694a58bdf24def2462276514c90cab7cf80</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s start the 5.19 development cycle.Signed-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Tue, 05 Apr 2022 11:06:58 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>02e2af20f4f9f2aa0c84e9a30a35c02f0fbb7daa - Merge tag &apos;char-misc-5.18-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/amplifiers/Makefile#02e2af20f4f9f2aa0c84e9a30a35c02f0fbb7daa</link>
        <description>Merge tag &apos;char-misc-5.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char/misc and other driver updates from Greg KH: &quot;Here is the big set of char/misc and other small driver subsystem  updates for 5.18-rc1.  Included in here are merges from driver subsystems which contain:   - iio driver updates and new drivers   - fsi driver updates   - fpga driver updates   - habanalabs driver updates and support for new hardware   - soundwire driver updates and new drivers   - phy driver updates and new drivers   - coresight driver updates   - icc driver updates  Individual changes include:   - mei driver updates   - interconnect driver updates   - new PECI driver subsystem added   - vmci driver updates   - lots of tiny misc/char driver updates  All of these have been in linux-next for a while with no reported  problems&quot;* tag &apos;char-misc-5.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (556 commits)  firmware: google: Properly state IOMEM dependency  kgdbts: fix return value of __setup handler  firmware: sysfb: fix platform-device leak in error path  firmware: stratix10-svc: add missing callback parameter on RSU  arm64: dts: qcom: add non-secure domain property to fastrpc nodes  misc: fastrpc: Add dma handle implementation  misc: fastrpc: Add fdlist implementation  misc: fastrpc: Add helper function to get list and page  misc: fastrpc: Add support to secure memory map  dt-bindings: misc: add fastrpc domain vmid property  misc: fastrpc: check before loading process to the DSP  misc: fastrpc: add secure domain support  dt-bindings: misc: add property to support non-secure DSP  misc: fastrpc: Add support to get DSP capabilities  misc: fastrpc: add support for FASTRPC_IOCTL_MEM_MAP/UNMAP  misc: fastrpc: separate fastrpc device from channel context  dt-bindings: nvmem: brcm,nvram: add basic NVMEM cells  dt-bindings: nvmem: make &quot;reg&quot; property optional  nvmem: brcm_nvram: parse NVRAM content into NVMEM cells  nvmem: dt-bindings: Fix the error of dt-bindings check  ...

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Mon, 28 Mar 2022 21:27:35 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>cc6ce5ac2c998d7e869d7289736e0097ce7d2ad1 - Merge tag &apos;iio-for-5.18a&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#cc6ce5ac2c998d7e869d7289736e0097ce7d2ad1</link>
        <description>Merge tag &apos;iio-for-5.18a&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextJonathan writes:First set of new device support, fixes, cleanups and features for IIO in 5.18This cycle we had quite a few series that applied similar changesto lots of drivers. To keep this description manageable I havecalled those out in their own section rather than per driver.Particularly pleased to see the long running AFE precision seriesgoing in this cycle.Series includes some late breaking fixes.New device support* adi,ada4250 amplifier  - New driver and dt bindings for this programmable gain amplifier.* adi,admv1014 microwave down-converter  - New driver, dt bindings and some device specific ABI that    may be generalized as more drivers for devices similar to this    are added.* adi,admv4420 K Band down-converter.  - New driver and dt bindings.* adi,adxl367 accelerometer driver.  - New driver, dt-bindings + some new IIO ABI definitions to support    reference magnitude events where an estimate of the acceleration    due to gravity has been removed.  - A few fixes as follow up patches.* adi,ltc2688 DAC with toggle and dither modes.  - New driver and bindings. Includes some new driver specific (for now)    ABI for handling toggle mode and the addition of a dither waveform to    the DAC output.* AFE (analog front end) add support for additional types of analog device  in front of an ADC.  - RTD temperature sensors with dt bindings.  - Temperature transducers wit dt bindings.  - Related cleanup and features listed in other sections below.* maxim,ds3502 potentiometer.  - Add support to ds1803 driver which required significant rework.* mediatek,mt2701-auxadc driver  - Add mediatek,mt8186-auxadc - id table and chip specific info only.* semtech,sx9324, semtech,ax9360  - Substantial refactoring of sx9310 to extract core logic for reuse    into a separate module  - New driver using this supporting sx9324 proximity sensors.  - New driver using this supporting sx9360 proximity sensors.* silan,sc7a20  - Compatible with the st,lis2dh (or nearly anyway) so add ID and    chip specific info to enable support. Also silan vendor ID added    for dt-bindings.Staging graduation* adi,ad7280a monitoring ADC for stacked lithium-ion batteries in  electric cars and similar.  - Substantial rework of driver required to bring inline with current    IIO best practice. An unusual device in IIO so some interesting features    we may see more of in future.Multiple driver/core cleanup- Use sysfs_emit() in simple locations where there is no path to change  to various core created attributes.- Trivial white space fixes around inconsistency between space after { and  before } in id tables.- Introduce new handling for fractional types to avoid repeated similar  implementations. Use this in 3 drivers. Note this is also targeted  at future use in the AFE driver and was motivated by discussions  around the precision related work on that driver.- of related header cleanups - drop of*.h and add mod_devicetable.h as  appropriate.- Move a number of symbol exports into IIO_* namespaces.  Two categories,  1) Library used by multiple drivers e.g. st_sensors  2) Core driver module exporting functions used by bus specific modules.  A few related cleanups in this set.- Switch from CONFIG_PM_* guards to new DEFINE_SIMPLE_DEV_PM_OPS() and  similar to simplify drivers and take advantage of these new macros  allowing the compiler to do the job or removing unused code without  the need for __maybe_unused markings. Conversion of other drivers to  these new macros ongoing.Features* adi,adf4350  - Switch from of specific to generic device properties enabling use with    other firmware types.* adi,adx345  - Switch from of specific to generic device properties.  - Add ACPI ID ADS0345  - Related driver cleanup.* adi,hmc425a  - Switch from of specific to generic device properties.* afe analog rescaler driver  - Wider range of types supported for scale.  - Support offset.  - Kunit tests.* atlas,ezo-sensor  - Convert from of to device properties.* fsl,mma8452  - Support mount matrix.* infineon,dps310:  - Add ACPI ID IFX3100.* invensense,mpu6050  - Convert to generic device properties.* maxim,ds1803  - Add out_raw_available before supporting more devices.  - Convert from of specific to device properties.* samsung,ssp_sensors  - Convert from of specific to device properties.* st,stm32-timer trigger  - Convert from of specific to device properties.* ti,hdc101x  - Add ACPI ID TXNW1010.* ti,tsc2046:  - Add read_raw support to enable use of iio_hwmon and similar.Fixes / cleanup.* mailmap  - Update for Cai Huoqing* MAINTAINERS  - Fix Analog Devices related links.  - Add entry for ADRF6780  - Add entry for ADMV1013  - Add entry for AD7293  - Add entry for ADMV8818  - Update files listed for adis-lib* iio core:  - Fix wrong comment about current_mode being something a driver should    ever access.  - Use struct_size() rather than open coding in industrialio-hw-consumer* adi,axl355  - Use units.h definitions instead of local versions.* adi,adis-lib  - Simplify *updated_bits() macro  - Whitespace cleanup.* afe - Note many of these fixes only apply to particular configurations  so the problems have probably not been seen in the wild, but will be  visible with new usecases enabled this cycle.  - Fix application of consumer scale for IIO_VAL_INT.  - Apply a scale of 1 when no scale is provided.  - Make best effort to establish a valid offset value for fractional    cases.  - Use s64 for scale calculations where parameters may be signed.  - Tidy up include order.  - Improve accuracy for small fractional sales  - Reduce risk of integer overflow.* ams,as3935  - Use devm_delayed_work_autocancel() to replace open coded equivalent.* aspeed,adc  - Fix wrong use of divider flag.* atmel,sama5d2-adc  - Relax atmel,trigger-edge-type to optional.  - Drop Ludovic Desroches from listed maintainers of the dt-binding    inline with previous MAINTAINERS entry update.* fsl,mma8452  - Fix probing when i2c_device_id used.  - dev_get_drvdata() on the iio_dev-&gt;dev, no longer returns iio_dev.    Use dev_to_iio_dev() instead. Note the original path in here    worked more by luck than design.* invensense,mpu6050  - Drop ACPI_PTR() protection to avoid an unused warning.  - Use fact ACPI_COMPANION() returns null when ACPI_HANDLE() does to    simplify handling.* motorola,cpcap-adc  - Drop unused assignment.* qcom,spmi-adc  - Fix wrong example of &apos;reg&apos; in binding document.* renesas,rzg2l-adc  - Trivial typo fix.* semtech,sx9360  - Fix wrong register handling for event generation.* st_sensors  - Allow manual disabling of I2C or SPI module if not needed for a particular    board. Default is still to enable the bus specific module if    appropriate bus is supported.* st,lsm6dsx  - dev_get_drvdata() on the iio_dev-&gt;dev, no longer returns iio_dev.    Use dev_to_iio_dev() instead.* ti,palmas-gpadc  - Split the interrupt fields in the dt-binding example* ti,tsc2046  - Rework state machine to improve readability after recent debugging of    an issue fixed elsewhere.  - Add a sanity check to avoid very large memory allocations if a crazy    delay is specified.* ti,twl6030  - Add error handling if devm_request_threaded_irq() fails.* xilinx,ams  - Use devm_delayed_work_autocancel() instead of open coding equivalent.  - Fix missing required clock entry in dt-binding.  - Fix miss counting of channels resulting in ps channels not    being enabled.  - Fix incorrect values written to sequencer registers.  - Fix sequence for single channel reading.* tag &apos;iio-for-5.18a&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio: (245 commits)  iio: adc: xilinx-ams: Fix single channel switching sequence  iio: adc: xilinx-ams: Fixed wrong sequencer register settings  iio: adc: xilinx-ams: Fixed missing PS channels  dt-bindings: iio: adc: zynqmp_ams: Add clock entry  iio: accel: mma8452: use the correct logic to get mma8452_data  iio: adc: aspeed: Add divider flag to fix incorrect voltage reading.  iio: imu: st_lsm6dsx: use dev_to_iio_dev() to get iio_dev struct  dt-bindings: iio: Add ltc2688 documentation  iio: ABI: add ABI file for the LTC2688 DAC  iio: dac: add support for ltc2688  dt-bindings: iio: afe: add bindings for temperature transducers  dt-bindings: iio: afe: add bindings for temperature-sense-rtd  iio: afe: rescale: add temperature transducers  iio: afe: rescale: add RTD temperature sensor support  iio: test: add basic tests for the iio-rescale driver  iio: afe: rescale: reduce risk of integer overflow  iio: afe: rescale: fix accuracy for small fractional scales  iio: afe: rescale: add offset support  iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support  iio: afe: rescale: expose scale processing function  ...

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Fri, 18 Mar 2022 12:41:32 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>28b4c30bfa5f507879c4d55e1ff45c828875af64 - iio: amplifiers: ada4250: add support for ADA4250</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#28b4c30bfa5f507879c4d55e1ff45c828875af64</link>
        <description>iio: amplifiers: ada4250: add support for ADA4250The ADA4250 is an instrumentation amplifier with SPI/pin-strapprogammable gains that is optimized for ultra-low power systems.With a minimum supply voltage of 1.7V, 26uA of quiescent current,a shutdown mode, a sleep mode, and a fast wake up settling time,ADA4250 can be power cycled on a battery powered system for evenfuther savings.Signed-off-by: Antoniu Miclaus &lt;antoniu.miclaus@analog.com&gt;Link: https://lore.kernel.org/r/20220223120112.8067-2-antoniu.miclaus@analog.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Wed, 23 Feb 2022 13:01:11 +0100</pubDate>
        <dc:creator>Antoniu Miclaus &lt;antoniu.miclaus@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>ead5d1f4d877e92c051e1a1ade623d0d30e71619 - Merge branch &apos;master&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#ead5d1f4d877e92c051e1a1ade623d0d30e71619</link>
        <description>Merge branch &apos;master&apos; into for-nextSync with Linus&apos; branch in order to be able to apply fixupsof more recent patches.

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Tue, 01 Sep 2020 14:19:48 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>9e8238020c5beba64e7ffafbb7ea0fb02fe68270 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/amplifiers/Makefile#9e8238020c5beba64e7ffafbb7ea0fb02fe68270</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.9 merge window.

            List of files:
            /linux/drivers/iio/amplifiers/Makefile</description>
        <pubDate>Sat, 08 Aug 2020 01:41:01 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
