<?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>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>93e4b3076b5f2d853462b9777d083c77fc0b7b23 - Merge tag &apos;char-misc-7.3-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/Makefile#93e4b3076b5f2d853462b9777d083c77fc0b7b23</link>
        <description>Merge tag &apos;char-misc-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char/misc/IIO/etc driver updates from Greg KH: &quot;Here is the big set of char, misc, iio, counter, fpga, and other small  driver subsystems for 7.3-rc1.  Overall, due to some driver removals we only added a bit more code  than removed, which was a nice change. Highlights in this merge  request are:   - Loads of IIO driver updates and additions   - binder driver updates (more on that below...)   - Removal of the SGI XP and GRU drivers as they are not used anymore     and turn out to be pretty insecure overall   - Removal of the obsolete ibmasm driver as it&apos;s not being used     anymore   - Coresight driver updates and additions   - Mei driver udpates   - Counter driver updates   - FPGA driver updates   - ICC driver updates   - lots and lots of other tiny driver updates to resolve reported     issues  All of these have been in linux-next for a while&quot;* tag &apos;char-misc-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (513 commits)  iio: chemical: atlas-sensor: use iio_trigger_poll_nested() to fix remove UAF  iio: adc: pac1921: fix wrong channel used in trigger handler read  iio: light: gp2ap002: re-enable irq if runtime suspend fails  iio: light: gp2ap002: Fix unbalanced runtime PM on repeated event writes  iio: light: apds9306: fix PM reference leak in apds9306_read_data()  iio: gyro: mpu3050: fix sign of raw angular velocity readings  iio: srf04: fix pm_runtime handling on probe error path  iio: adc: ad4080: configure backend data size  iio: adc: adi-axi-adc: add data size support for AD408X backend  iio: chemical: atlas-sensor: fix PM reference leak in buffer postenable  iio: dac: ad5446: fix OF module device table  iio: light: opt4001: Fix reversed GENMASK() arguments in fault count mask  iio: light: opt4001: Reject integration times with a non-zero seconds part  iio: light: opt4001: Fix incompatible pointer type passed to div_u64_rem()  iio: light: opt4001: Fix power down clearing bits of the wrong register  iio: light: opt4060: Fix incorrect register name in threshold read error message  iio: light: opt4060: Fix pointer type passed to div_u64_rem()  iio: light: opt4060: Reject integration times with a non-zero seconds part  iio: light: ltrf216a: fix runtime PM reference leak in error path  iio: pressure: dps310: fix NULL pointer dereference on ACPI probe  ...

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Tue, 25 Aug 2026 18:38:50 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>258ad625930ff4535ba6b438c8b49509e9a1c2dd - Merge tag &apos;iio-for-7.3a&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/Makefile#258ad625930ff4535ba6b438c8b49509e9a1c2dd</link>
        <description>Merge tag &apos;iio-for-7.3a&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextJonathan writes:IIO new device support, features, cleanup for 7.3Includes a merge of 7.2-rc2 to pick up the changes aroundmod_devicetable.h and reduce resulting conflicts around includes.New device support------------------adi,ad3530R- Add support for the AD3532R and AD3532 16 channel DACs.adi,ad4080- Add support for the AD4883 ADC.adi,ad5686- Add support for AD5313R, AD5317R, AD5674, AD5687R, AD5689, AD5689R DACs  over SPI- Add support for AD5316R, AD5674, AD5697R and AD5696 DACs over I2C- Significant driver refactoring prior to these additions, partly to reduce  bus traffic and to add triggered buffer and gain control support. An  earlier set added support for missing supplies, reset and LDAC GPIO.adi,adf41513- New driver to support this PLL frequency synthesizer that runs up to  26.5 GHz.- Included infrastructure to handle higher precision attributes with  extensive testsadi,ltc2378-20- New driver supporting LTC2338, LTC2364, LTC2367, LTC2368, LT2369, LTC2370  LTC2376, LTC2377, LTC2378, LTC2379 and LTC23980 ADCs with both high speed  capture via appropriate backend and conventional triggered buffer SPI  capture.invensense,icm42607- New driver for this IMU.mediateck,mt6323- New driver for this PMIC ADC.microchip,mcp47a1- New driver for this I2C 6 bit DAC.nxp,mcf54415-dac- New driver for this DAC found in NXP SoCs.qst,qmc5884l- New driver for this 3 axis magnetometer. Included dt vendor entry for qst.qst,qmc6308- New driver for this 3 axis magnetometer.sensiron,slf3s- New driver for this liquid flow sensor. Includes adding IIO_VOLUMEFLOW  channel type.st,vl53l1x- Refactors to improve readability.ti,ads112c14- New driver supporting the ADS112C14 and ADS122C14 ADCs. These bring  some new ABI for input chopping, particular useful for resistive sensors  like thermocouples or Wheatstone bridges.- Support CRC8 detection of corruption on the bus.- Support buffered reads.ti,tmp117- (trivial) Add support for the tmp119 temperature sensor.xilinx,versal-sysmon- New ADC driver for this block found on various FPGAs including various  bus interfaces, threshold and oversampling support.dt binding updates------------------new shared bindings- excitation-channels and excitation-current-nanoamp allow per channel  specification of currents used for resistive sensor measurement.- reference-sources property to allow selection of a per channel reference.rockchip,saradc- Add RV1106 which is compatible with the RV3588.Features--------buffer-dmaengine- Allow cyclic buffers, useful for repeating sequence generation with DACs.devantech,dmard09- Implement read back of channel scale - previously interface always  returned an error.hid,sensors-als- Enable separate channel scaling for hardware that supports it.invensense,timestamp library- Various precision improvements.invensense,icm42600- Add support for hwfifo watermark interfaces.taos,tcs3472- Support wait time and sampling frequency control.Cleanups, minor fixes---------------------Minor cleanups not mentioned at all in this summary suchas white space fixes or typos.Affecting various drivers- Cleanup of conditionals that had no affect.- Drop some runtime pm local wrappers as now runtime_pm does the  mark_last_busy part inside the put, these provide no useful code  deduplication or readability advantages over directly calling the  runtime_pm functions.- Return 0 from write_raw() on success.- Use of dev_err_probe() to simplify code and sometimes provide useful  info for deferred probe debugging.- Drop some redundant error prints where the called function already  provides information on errors.- Make some read only arrays in functions static.- Fix up missing handling of regcache_sync() errors.- Drop some false kernel-doc markings.- Add missing MODULE_DEVICE_TABLE for some of_match_id tables.- Use local variables for things like the struct device to shorten and  improve readability of code.- Drop some unused structure elements.- Reorder dds.h macro parameters to be inline with others.- Header reorders and IWYU. Often part of a more significant series.- Remove abstractions designed to allow a driver to support multiple device  types, when they have been around a long time and only the original part  showed up.- Initialize spi_device_id arrays using member names following dropping of  driver data from drivers that didn&apos;t actually use it.- Catch up with i2c_device_id tables added since previous effort to use  named initializers for all those.- Use kernel types in a few places instead of standard C ones or bare  unsigned.Misc- Update Xilinx AMS maintainer.- Update email address for Maxwell Doose.- Update email address for Siratul Islam.- Update email address for Tomasz Duszynski and re-add Tomasz to  various maintainer entries.Docs- Encourage use of differential channel naming even when there is no  flexibility in input to differential pair mapping. Intended to  provide a strong signal to userspace that a channel is differential.adi,ad_sigma_delta- Allow COMPILE_TEST without any users.adi,ad2s1201- Refactor trigger handler to avoid mix of guard() and goto.adi,ad5686- Avoid potential NULL dereference is user forces a driver bind.adi,ad5696- Add a couple of missing entries to the of_match_id table and update  binding to match.atmel,ad91_adc- Use const char * for DT string property allowing a cast to be dropped.avia,hx711- Various refactors and cleanup to enable support of additional parts  (to come)- Add missing supply and gpio dt-bindings.bosch,bmc150- Harden against device reporting too large a FIFO sample count.- Use FIELD_PREP() / FIELD_GET() to improve readability.freescale,fxls8962af- Harden against device reporting too large a FIFO sample count.hid-sensors-*- Reorder probe to not expose userspace interfaces until the rest of  the setup is done to avoid potentially dropping data.honeywell,abp2030pa- Drop an unreachable return.invensens,icm45600- Harden against bad value of FIFO sample count from device.- Use i2c_match_data if firmware table sourced match data isn&apos;t available.nxp,mpl1115- Ensure runtime_pm is balanced on error in probe.rohm,bm1390- Make the driver slightly more likely to recover from transient errors.sensiron,sgp30- Handle thread creation errors.st,lsm6dsx- Update the enable mask when doing sensor fusion to avoid incorrect fifo  data handling.st,stm32-dfsdm- Treat dt flags as booleans.ti,ads1015- Switch to devm helpers which simplified code and closed a resource leak.ti,opt3001- Split complicated opt3001_get_processed() logic into irq an no irq  helper functions.- Use devm to simplify code.- Use guard() to simplify code.- Reorder probe so final call exposes userspace interfaces.- Various other more minor cleanuptaos,tsl2772- Fix calibscale readback to check right channel type.taos,tsl2583- Use sysfs_emit() and sysfs_emit_at() to replace open coded equivalents.* tag &apos;iio-for-7.3a&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio: (232 commits)  iio: dac: mcp47a1: add support for new device  dt-bindings: iio: dac: add support for mcp47a1  iio: Update email for Maxwell Doose  iio: imu: st_lsm6dsx: Update enable mask when using sensor fusion  iio: light: cm32181: return zero after writing calibscale  iio: flow: add Sensirion SLF3S liquid flow sensor driver  iio: core: add IIO_VAL_DECIMAL64_FEMTO format type  dt-bindings: iio: flow: add Sensirion SLF3S liquid flow sensor  iio: types: add IIO_VOLUMEFLOW channel type  iio: ABI: Encourage differential voltage ABI usage  iio: adc: ltc2378: Add support for LTC2338-18  iio: adc: ltc2378: Enable triggered buffer data capture  iio: adc: ltc2378: Enable high-speed data capture  iio: adc: ltc2378: Add support for LTC2378-20 and similar ADCs  dt-bindings: iio: adc: Add ltc2378  iio: magnetometer: ak8974: remove conditional return with no effect  iio: light: tsl2583: remove conditional return with no effect  iio: adc: rcar-gyroadc: remove rcar_gyroadc_set_power() helper  iio: light: vcnl4000: remove vcnl4000_set_pm_runtime_state() helper  iio: light: vcnl4035: remove vcnl4035_set_pm_runtime_state() helper  ...

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Wed, 19 Aug 2026 09:45:01 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d240b0b8a1ceeacc618890de971d9f4e40661c27 - iio: flow: add Sensirion SLF3S liquid flow sensor driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#d240b0b8a1ceeacc618890de971d9f4e40661c27</link>
        <description>iio: flow: add Sensirion SLF3S liquid flow sensor driverAdd a driver for the Sensirion SLF3S family of digitalliquid-flow sensors on I2C.  Currently supported variants areSLF3S-0600F, SLF3S-1300F and SLF3S-4000B; they share the sameregister map and differ only in flow-scale factor and calibratedmeasurement range.  The variant (and therefore the scale) isauto-detected from the product-information register at probe time;a sensor reporting an unknown sub-type falls back to the variantnamed in the device tree / I2C table, so a drop-in replacement partkeeps working on a kernel that does not know its sub-type yet.Each measurement frame returns a 16-bit signed flow value, a16-bit signed temperature reading and a status word, eachprotected by a CRC-8 byte.  The driver exposes the flow rate asIIO_VOLUMEFLOW and the temperature as IIO_TEMP via the standardIIO read_raw / read_scale interface.The volume-flow scale is reported in m^3/s.  As the per-LSB scaleis on the order of 1e-12 m^3/s, it is emitted as a 64-bitfixed-point value with femto (1e-15) resolution(IIO_VAL_DECIMAL64_FEMTO) so the small SI value keeps fullprecision.  This relies on the IIO_VAL_DECIMAL64_FEMTO format typeadded earlier in this series.The active calibration medium can be switched at runtime betweenthe factory-calibrated water and isopropyl-alcohol modes via thein_volumeflow_medium sysfs attribute; the sensor starts in watermode after probe.The sensor has no low-power state of its own, so system suspendstops the measurement and disables the vdd supply; resume powersthe sensor back up, waits out the power-up time and restarts themeasurement with the previously active medium, following thescd30/scd4x precedent.This driver also creates the drivers/iio/flow/ subdirectory andthe corresponding Kconfig/Makefile glue.Signed-off-by: Wadim Mueller &lt;wafgo01@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;jonathan.cameron@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Tue, 28 Jul 2026 23:49:43 +0200</pubDate>
        <dc:creator>Wadim Mueller &lt;wafgo01@gmail.com&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/Makefile#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/Makefile</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>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Fri, 20 Sep 2024 10:24:24 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3daee2e4b3568f0ed88b0598df96547fcf21cb9b - Merge tag &apos;v6.10&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#3daee2e4b3568f0ed88b0598df96547fcf21cb9b</link>
        <description>Merge tag &apos;v6.10&apos; into nextSync up with mainline to bring in device_for_each_child_node_scoped()and other newer APIs.

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Tue, 16 Jul 2024 00:50:05 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>afeea2758b4f1210361ce2a91d8fa3e7df606ad2 - Merge drm-misc-next-2024-07-04 into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#afeea2758b4f1210361ce2a91d8fa3e7df606ad2</link>
        <description>Merge drm-misc-next-2024-07-04 into drm-misc-next-fixesLet&apos;s start the drm-misc-next-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Thu, 04 Jul 2024 15:19:33 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d754ed2821fd9675d203cb73c4afcd593e28b7d0 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#d754ed2821fd9675d203cb73c4afcd593e28b7d0</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.10-rc3.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Wed, 19 Jun 2024 10:38:31 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>89aa02edaa30e4327ebc8fca9b80795bbfd4ce9b - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#89aa02edaa30e4327ebc8fca9b80795bbfd4ce9b</link>
        <description>Merge drm/drm-next into drm-xe-nextNeeded to get tracing cleanup and add mmio tracing series.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Wed, 12 Jun 2024 17:31:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>92815da4576a495cb6362cdfb132152fccc2222d - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#92815da4576a495cb6362cdfb132152fccc2222d</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEADMerge drm-misc-next tree into the msm-next tree in order to be able touse HDMI connector framework for the MSM HDMI driver.

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Wed, 12 Jun 2024 15:51:59 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>375c4d1583948cf2439833e4a85d5a0aee853895 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#375c4d1583948cf2439833e4a85d5a0aee853895</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s start the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Mon, 27 May 2024 11:08:31 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>60a2f25de7b8b785baee2932db932ae9a5b8c86d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#60a2f25de7b8b785baee2932db932ae9a5b8c86d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSome display refactoring patches are needed in order to allow conflict-less merging.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Thu, 16 May 2024 09:33:01 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>3c69140734a27f8b145f12fa0ae80c1fe36a02ca - Merge branch &apos;for-6.11/trivial&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#3c69140734a27f8b145f12fa0ae80c1fe36a02ca</link>
        <description>Merge branch &apos;for-6.11/trivial&apos; into for-linusCouple of trivial fixes:- extra semicolon (Chen Ni)- typo (Thorsten Blum)

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Tue, 16 Jul 2024 12:19:28 +0200</pubDate>
        <dc:creator>Benjamin Tissoires &lt;bentiss@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99 - Merge branch &apos;tip/x86/cpu&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99</link>
        <description>Merge branch &apos;tip/x86/cpu&apos;The Lunarlake patches rely on the new VFM stuff.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Thu, 04 Jul 2024 16:00:24 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2 - Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2</link>
        <description>Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Mon, 10 Jun 2024 13:03:21 +0200</pubDate>
        <dc:creator>Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>f73a058be5d70dd81a43f16b2bbff4b1576a7af8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/Makefile#f73a058be5d70dd81a43f16b2bbff4b1576a7af8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesv6.10-rc1 is released, forward from v6.9Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Tue, 28 May 2024 22:21:34 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5f16eb0549ab502906fb2a10147dad4b9dc185c4 - Merge tag &apos;char-misc-6.10-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/Makefile#5f16eb0549ab502906fb2a10147dad4b9dc185c4</link>
        <description>Merge tag &apos;char-misc-6.10-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char/misc and other driver subsystem updates from Greg KH: &quot;Here is the big set of char/misc and other driver subsystem updates  for 6.10-rc1. Nothing major here, just lots of new drivers and updates  for apis and new hardware types. Included in here are:   - big IIO driver updates with more devices and drivers added   - fpga driver updates   - hyper-v driver updates   - uio_pruss driver removal, no one uses it, other drivers control the     same hardware now   - binder minor updates   - mhi driver updates   - excon driver updates   - counter driver updates   - accessability driver updates   - coresight driver updates   - other hwtracing driver updates   - nvmem driver updates   - slimbus driver updates   - spmi driver updates   - other smaller misc and char driver updates  All of these have been in linux-next for a while with no reported  issues&quot;* tag &apos;char-misc-6.10-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (319 commits)  misc: ntsync: mark driver as &quot;broken&quot; to prevent from building  spmi: pmic-arb: Add multi bus support  spmi: pmic-arb: Register controller for bus instead of arbiter  spmi: pmic-arb: Make core resources acquiring a version operation  spmi: pmic-arb: Make the APID init a version operation  spmi: pmic-arb: Fix some compile warnings about members not being described  dt-bindings: spmi: Deprecate qcom,bus-id  dt-bindings: spmi: Add X1E80100 SPMI PMIC ARB schema  spmi: pmic-arb: Replace three IS_ERR() calls by null pointer checks in spmi_pmic_arb_probe()  spmi: hisi-spmi-controller: Do not override device identifier  dt-bindings: spmi: hisilicon,hisi-spmi-controller: clean up example  dt-bindings: spmi: hisilicon,hisi-spmi-controller: fix binding references  spmi: make spmi_bus_type const  extcon: adc-jack: Document missing struct members  extcon: realtek: Remove unused of_gpio.h  extcon: usbc-cros-ec: Convert to platform remove callback returning void  extcon: usb-gpio: Convert to platform remove callback returning void  extcon: max77843: Convert to platform remove callback returning void  extcon: max3355: Convert to platform remove callback returning void  extcon: intel-mrfld: Convert to platform remove callback returning void  ...

            List of files:
            /linux/drivers/iio/Makefile</description>
        <pubDate>Wed, 22 May 2024 21:26:46 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
