<?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>0000d9ccbcfa90411c88f70850501723389312b9 - Merge tag &apos;char-misc-7.2-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/trigger/Makefile#0000d9ccbcfa90411c88f70850501723389312b9</link>
        <description>Merge tag &apos;char-misc-7.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull misc driver updates from Greg KH: &quot;Here is the big set of char, misc, iio, fpga, and other small driver  subsystems changes for 7.2-rc1.  Lots of little stuff in here, the majority being of course the IIO  driver updates, as a list they are:   - IIO driver updates and additions   - GPIB driver bugfixes and cleanups   - Android binder driver updates (rust and C version)   - counter driver updates   - MHI driver updates   - mei driver updates   - w1 driver updates   - interconnect driver updates   - Comedi driver fixes and updates   - some obsolete char drivers removed (applicom and dtlk)   - hwtracing driver updates   - other tiny driver updates  All of these have been in linux-next for a while with no reported  issues&quot;* tag &apos;char-misc-7.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (406 commits)  w1: ds2482: Use named initializers for arrays of i2c_device_data  firmware: stratix10-svc: Add support to query Arm Trusted Firmware (ATF) version  firmware: stratix10-rsu: avoid blocking reboot_image sysfs when busy  coresight: ultrasoc-smb: Fix OOB write in smb_sync_perf_buffer()  iio: adc: nxp-sar-adc: harden buffer ISR against per-channel read failure  iio: chemical: scd30: Replace manual locking with RAII locking  iio: light: tsl2591: remove unneeded tsl2591_compatible_als_persist_cycle()  iio: dac: ad5686: create bus ops struct  iio: dac: ad5686: cleanup doc header of local structs  iio: dac: ad5686: add control_sync() for single-channel devices  iio: dac: ad5686: add helpers to handle powerdown masks  iio: dac: ad5686: add of_match table to the spi driver  iio: dac: ad5686: drop enum id  iio: dac: ad5686: remove redundant register definition  iio: dac: ad5686: refactor include headers  iio: adc: ad4080: fix AD4880 chip ID  iio: light: veml3328: add support for new device  dt-bindings: iio: light: veml6030: add veml3328  fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header()  fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()  ...

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Mon, 22 Jun 2026 21:20:21 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>47b56cc367853f907c223bc32796c10bbdae259c - Merge tag &apos;iio-for-7.2a&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into work-testing</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#47b56cc367853f907c223bc32796c10bbdae259c</link>
        <description>Merge tag &apos;iio-for-7.2a&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into work-testingIIO: New device support, features and cleanup for the 7.2 cycle.Like many areas of the kernel IIO has seen a lot of new contributorsthough in this case that is not all AI driven, but also reflects and annualsurge of student contributions from usp.br. We also have several newregular reviewers who are helping with the surge (thanks to all ouractive reviewers!)Given there was a lot of cases of similar improvements applied todifferent drivers, I have grouped those into a special section (variousdrivers) to avoid mass duplication.New device support------------------adi,ad4130- Add support for AD4129-4, AD4129-8, AD4130-4, AD4131-4 and AD4131-8  after reworking the driver to be suitable for multiple device support.adi,ad4080- Support the AD4880 and AD4884 dual-channel parts. Interesting parts  as have two separate data pipelines (including SPI buses interfaces),  but the only current backend IP combines the two so they cannot be  treated as independent devices.adi,ad5706r- New driver for this 4 channel current output DAC.adi,ad4691- New driver supporting this family of ADCs. Support for AD4691, AD4692,  AD4693 and AD4694 which support either 8 or 16 channels with different  max sampling rates. Feature rich driver including SPI offload support.adi,ltc2983- Add support for the ADT7604 in which the same sensor die as the  LTC2984 is used for leak detection (liquid coverage of a sense area).allwinner,adc- Support for A523 SoCs. Similar to existing parts but with an additional  clock.  Includes adding support for non contiguous channel lookup  for in kernel use (fwnode_xlate callback).broadcomm,apds9999- New driver for the APDS9999 Ambient Light, RGB and proximity sensor.memsic,mmc5983- New driver for this 3-axis magnetometer.taos,tsl2772- Add support for the AVAGO APDS9900 and APDS9901 Ambient Light and  Proximity sensors. which are very similar to existing part with slightly  different integration time choices.  Includes removal of driver for these  parts from drivers/misc.vishay,veml3328- New driver for this RGB+IR light sensor.Features--------IIO Core- Support for IEEE 754 floating point values in buffer scan elements.- Support quaternion axis representation (missing the scaler part)microchip,mcp4821- Add configurable gain controlqcom,pm8xxx-xoadc- Add per channel labels.st,lsm6dsx- Support for rotation sensing on the LSM6DSV and LSM6DSV16X using  both floating point and new quaterionaxis rotation modifier.MAINTAINERS update------------------IIO top level entry- Include Documentation/driver-api/iio/adi,*- Top level ADI entry maintainer switch from Lars-Peter Clausen to Nuno S&#225;  reflecting what has been the reality for some time. Thanks to Lars-Peter  who was very active for many years, but has moved on to other things.  Also add the linux@analog.com email list to ensure we don&apos;t get a gap  in future.- Maintainer updates to reflect Cosmin Tanislav having moved on - thanks  to Marcelo Schmitt for taking these over.sensiron,scd30- Replace maintainer (Tomasz Duszynski) with Maxwell Doose.Cleanups, minor fixes and hardening.------------------------------------Documentation- Add missing powerdown modes to ABI docs.- Use modern helpers for buffer definition in the examples.core- Rework of the handling of timestamps so that the offset is cached at  buffer resize time (during enabling) rather than based on assumption  that relied in the timestamp being last and the largest element and  so always 8 bytes before end of the scan. Underlying problem was  triggered by scans with repeated type elements such as quaternions  with each element more than 2 bytes - Giving a 16 byte+ aligned channel  with result that a following timestamp may be 16 bytes from end of scan,  rather than 8. Note that for the bosch,bno55 a compatibility hack means  that it will duplicate the timestamp putting  a second copy at previously  incorrect location.- Tidy up use of kernel types in buffer code to not use int64_t given all  calls use s64.various drivers- Drop unused driver_data in device id tables - includes cleanup of various  drivers that had only one choice where it can be hard coded elsewhere.- Move to named initializers for many i2c_device_id and platform_device_id  tables (I have no idea how we go into habit of using named initializers  for only a subset of the table types - e.g. of_device_id).- Make IIO_CHAN_SOFT_TIMESTAMP() macro a compound literal allowing simple  use in various drivers that do dynamic channel definitions. Use it in  all such cases.- Use dev_err_probe() and local dev variables to tidy up older drivers.- Switch more drivers to devm_mutex_init() to provide minor debug benefits.- Reorder code to put MODULE_DEVICE_TABLE() next to the tables.- Lots of use of cleanup.h magic to improve code flow, often including  related refactors such as introducing helpers.- Replacement of usleep_range() with fsleep()- Reduce logging noise where functions either provide their own extensive  reports on error, or where a clear error code is returned to userspace.- Minor spelling and style fixes (improving bracket usage, not using  __packed etc)hid-sensors-*- Drop helpers for setting channel bit masks in favor of a compound  literal at the call site.  Also general cleanup of surrounding code.hid-sensors-magn- Use u32 rather than bare unsigned for types.hid-sensors-rotation- Make sue of ext_scan_type handling for static case rather than duplicate  chan_info structures.adi,ad3552r- Use field_get() to replace open coded equivalent.adi,ad4170- Switch from switch to table lookup for GPIO modes.adi,ad5686- Apply IWYU principal to included a consistent set of headers.- Deduplicate regmaps for AD5684 and AD5693 as identical.- Switch from an enum value in driver data and array look up to pointers  to separate structures, improving readabilty and avoiding issues with  0 value when using helpers to deal with different firmware types.- Add of_match_id table to SPI driver rather than relying on fallback to  spi_device_id table.- Introduce some helpers for powerdown mask control.- Add helpers for control sync simplifying a couple of corner cases.- Docs fixes.- Add an ops structure to simplify future addition of operations beyond  read and write.adi,ad7191- Switch to best practice of using device_property_present() to detect  if an optional property is there rather than error values on querying  the property.adi,ad7280a- Use local variables to improve readability of breaking up chan-address.adi,ad7825- Cleanup a type mismatch in clamp() call.adi,ad799x- Include improvements- Local dev variable to shorten code lines.- Cache regulator voltage at probe (these never change in practice)- Convert to devm for all unwind handling.adi,ad9832- Improve include relevance including replacing kernel.h with more specific  headers.- Simplify some maths.adi,ad9834- Improve include relevance including replacing kernel.h with more specific  headers.adi,adt7316- Add a comment to avoid future &apos;fixes&apos; for error handling during the  odd sequence used to flip from I2C mode to SPI mode.adi,adxl*- Documentation consistency improvements.asahi-kasei,ak8975- Fix missing runtime pm calls for buffered capture.- Fix missing pm_runtime_put_autosuspend() in an error path that would leave  the device stuck on.- Close a potential uninitialized kernel stack leak.- Extensive driver modernization including: header relevance, fsleep()  various minor bugs, dropping duplicate error messages and avoiding  magic lengths for buffers.- Replace opencoded polling with iopoll().- Add error checking to gpio reads.avia,hx711- Move scale computation from global data to per device avoiding problems  if multiple devices present.- General binding text cleanup.bosch,bmg160- Add missing mount-matrix entry to binding.bosch,bno55- Terminate error strings with newlines.devantech,srf08- Replace sprintf() with sysfs_emit() and sysfs_emit_at() to make intent  clearer.freescale,mma8452- Add missing return value check.- Fix potential probe ordering issue by switching to non devm irq request.linear,ltc2309- Add chip specific read delays.- Improve chip_info structure, adding __counted_by_ptr marking and  reorganizing to improve packing.linear,ltc2983- Fix a firmware combination where default n_wires of 2 bypasses exclusion  of adi,current-rotate whereas explicitly setting it to 2 does not.- Fix potential race with completion reinit.- Improve error message wording consistency.- Use fwnode_property_present() to detect optional properties rather  than fragile return value checking.microchip,mcp3422- Use of GENMASK(), FIELD_GET(), FIELD_PREP() to improve readability and  generally modernize driver.microchip,mcp47feb02- Fix binding example to use a possible I2C address.- Fix binding bounds on channel number.- Standardize binding example indentationnxp,saradc- Increase chances of recovering from a failure in the interrupt handler  by notifying the trigger that it can reenable even when the read failed.- Use field_get() to replace opencoded equivalent.qualcomm,*- Standardize on Qualcomm company naming in Kconfig.richtek,rtq6056- Add i2c_device_id table for legacy instantiation.samsung,ssp- Replace custom timestamp channel macro with main one.sciosense,ens210- Now scoped_guard() has been reworked, no need for a return  that can never be reached.sensiron,scd30- Constify command lookup table.- Sanity check for NULL buffer of non zero size being provided to  sc30_i2c_command()sensortek,stk3310- Include  more appropriate headers.- Ensure interrupt in appropriate mode after resume.- Structure definition improvements.- Use size_of() to replace opencoded sizes.siliconimage,si1133- Resolve counter related issues on timeout error paths.- Unused macro removal, improved macro definitions,.- Include relevance improvements.st,lsm6dsx- Fix an issue with applying invalid data check to wrong type of sample.taos,tcs3472- Try to powerdown chip on probe failure.- Devm usage and dropping of remove() callback.- Various other minor cleanup.taos,tsl2591- Dead code removal.- Simplify tsl2591_persist functions using a look up table.ti,ads1298- Fix wrong comment on timeout (and minor code improvement)- Drop unnecessary CONFIG2 write during init.ti,ads7950- Check ret rather that ret &lt; 0 for spi_setup() call.- Use fully devm managed resources including moving to  devm_regulator_get_enable_read_voltage() at probe time rather than  querying evey time.- Using spi_optimize_message() to reduce CPU usage.ti,ads8688- User read_avail() callback rather than open coding handling of  available attributes.ti,opt3001- Header relevance improvements- Use GENMASK for field definitions to improve readability.vishay,vcnl4000- Switch from enum in device_data to individual names structures  impmroving code readabililty.- Move to devm handling for remainder of probe.vishay,veml6030- Drop pointless read of current Iteration Time index as it is not used.xilinx,ams- Fix potential out of bound channel lookup.- Replace some large switch statements with table lookups.yamaha,yas530- Put label in chip info structure to avoid look up in i2c_device_id table.Drop----iio-trig-interrupt.- Not used for some time and no support for modern firmware bindings or  in kernel users. So drop it.* tag &apos;iio-for-7.2a&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio: (266 commits)  iio: adc: nxp-sar-adc: harden buffer ISR against per-channel read failure  iio: chemical: scd30: Replace manual locking with RAII locking  iio: light: tsl2591: remove unneeded tsl2591_compatible_als_persist_cycle()  iio: dac: ad5686: create bus ops struct  iio: dac: ad5686: cleanup doc header of local structs  iio: dac: ad5686: add control_sync() for single-channel devices  iio: dac: ad5686: add helpers to handle powerdown masks  iio: dac: ad5686: add of_match table to the spi driver  iio: dac: ad5686: drop enum id  iio: dac: ad5686: remove redundant register definition  iio: dac: ad5686: refactor include headers  iio: adc: ad4080: fix AD4880 chip ID  iio: light: veml3328: add support for new device  dt-bindings: iio: light: veml6030: add veml3328  docs: iio: adc: ad4691: add driver documentation  iio: adc: ad4691: add oversampling support  iio: adc: ad4691: add SPI offload support  iio: adc: ad4691: add triggered buffer support  iio: adc: ad4691: add initial driver for AD4691 family  dt-bindings: iio: adc: add AD4691 family  ...

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Mon, 08 Jun 2026 21:32:52 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>db95bd7933c6c5c033f468ce70332e6e7bb9f7c5 - iio: trigger: drop generic interrupt trigger.</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#db95bd7933c6c5c033f468ce70332e6e7bb9f7c5</link>
        <description>iio: trigger: drop generic interrupt trigger.There is no way to bind to this driver from firmware and no explicitplatform device creation calls exist in mainline.As such it is dead code. So drop it rather than potentially wasting timemodernizing it (see #1)Link: https://lore.kernel.org/all/20260511063229.1433-1-sozdayvek@gmail.com/ #1Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@intel.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Sat, 16 May 2026 13:32:19 +0200</pubDate>
        <dc:creator>Jonathan Cameron &lt;jic23@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>498495dba268b20e8eadd7fe93c140c68b6cc9d2 - Merge branch &apos;fix/intel&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#498495dba268b20e8eadd7fe93c140c68b6cc9d2</link>
        <description>Merge branch &apos;fix/intel&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Mon, 08 Jan 2018 16:54:50 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>70a02f840c5113cd9255ce4c1b1848bb48b0bd21 - Merge tag &apos;v4.15-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#70a02f840c5113cd9255ce4c1b1848bb48b0bd21</link>
        <description>Merge tag &apos;v4.15-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 4.15-rc5

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Fri, 29 Dec 2017 17:49:13 +0100</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>2ef6765ccaab2c69470d7049d9a9bf6456a6e666 - Merge tag &apos;drm-intel-next-2017-12-14&apos; into gvt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#2ef6765ccaab2c69470d7049d9a9bf6456a6e666</link>
        <description>Merge tag &apos;drm-intel-next-2017-12-14&apos; into gvt-next- Fix documentation build issues (Randy, Markus)- Fix timestamp frequency calculation for perf on CNL (Lionel)- New DMC firmware for Skylake (Anusha)- GTT flush fixes and other GGTT write track and refactors (Chris)- Taint kernel when GPU reset fails (Chris)- Display workarounds organization (Lucas)- GuC and HuC initialization clean-up and fixes (Michal)- Other fixes around GuC submission (Michal)- Execlist clean-ups like caching ELSP reg offset and improving log readability (Chri\s)- Many other improvements on our logs and dumps (Chris)- Restore GT performance in headless mode with DMC loaded (Tvrtko)- Stop updating legacy fb parameters since FBC is not using anymore (Daniel)- More selftest improvements (Chris)- Preemption fixes and improvements (Chris)- x86/early-quirks improvements for Intel graphics stolen memory. (Joonas, Matthew)- Other improvements on Stolen Memory code to be resource centric. (Matthew)- Improvements and fixes on fence allocation/release (Chris).GVT:- fixes for two coverity scan errors (Colin)- mmio switch code refine (Changbin)- more virtual display dmabuf fixes (Tina/Gustavo)- misc cleanups (Pei)- VFIO mdev display dmabuf interface and gvt support (Tina)- VFIO mdev opregion support/fixes (Tina/Xiong/Chris)- workload scheduling optimization (Changbin)- preemption fix and temporal workaround (Zhenyu)- and misc fixes after refactor (Chris)

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Mon, 18 Dec 2017 09:29:37 +0100</pubDate>
        <dc:creator>Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d21bd6898336a7892914d308d5e0868f0b863571 - Sync to v4.15-rc3 for security subsystem developers to work against.</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#d21bd6898336a7892914d308d5e0868f0b863571</link>
        <description>Sync to v4.15-rc3 for security subsystem developers to work against.

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Mon, 11 Dec 2017 07:01:08 +0100</pubDate>
        <dc:creator>James Morris &lt;james.l.morris@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>6647852abc1fd74e9c5e0dcf404ea4cb9c929630 - Merge airlied/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#6647852abc1fd74e9c5e0dcf404ea4cb9c929630</link>
        <description>Merge airlied/drm-next into drm-intel-next-queuedChris requested this backmerge for a reconciliation ondrm_print.h between drm-misc-next and drm-intel-next-queuedSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Fri, 08 Dec 2017 19:15:30 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7b47c66cfa203288c43851260edeeb0fae56f692 - Merge arlied/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#7b47c66cfa203288c43851260edeeb0fae56f692</link>
        <description>Merge arlied/drm-next into drm-misc-nextWe need to pull 66660d4cf21b (drm: add connector info/property fornon-desktop displays [v2]) into drm-misc-next to continue the developmentof the display rotation series.Effectively this also pulls 4.15-r2 into drm-misc-next.Signed-off-by: Gustavo Padovan &lt;gustavo.padovan@collabora.com&gt;

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Mon, 04 Dec 2017 19:04:45 +0100</pubDate>
        <dc:creator>Gustavo Padovan &lt;gustavo.padovan@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>d218439feccafaa3e852bbaecc0d9f6110096b65 - Merge branch &apos;fix/amd&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-amd</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#d218439feccafaa3e852bbaecc0d9f6110096b65</link>
        <description>Merge branch &apos;fix/amd&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-amd

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Mon, 04 Dec 2017 18:59:52 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cf40a76e7d5874bb25f4404eecc58a2e033af885 - Merge tag &apos;v4.15-rc1&apos; into next-seccomp</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#cf40a76e7d5874bb25f4404eecc58a2e033af885</link>
        <description>Merge tag &apos;v4.15-rc1&apos; into next-seccompLinux 4.15-rc1

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Wed, 29 Nov 2017 02:47:41 +0100</pubDate>
        <dc:creator>James Morris &lt;james.l.morris@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>bc686442f8a601bccac1f22506ecdb4b0d62cadd - Merge branch &apos;dts-fixes&apos; into omap-for-v4.15/fixes-dt</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#bc686442f8a601bccac1f22506ecdb4b0d62cadd</link>
        <description>Merge branch &apos;dts-fixes&apos; into omap-for-v4.15/fixes-dt

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Tue, 28 Nov 2017 17:12:32 +0100</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>2db57789e6612ce0cf2fcbb577a1c8307b708566 - Merge branch &apos;soc-fixes&apos; into omap-for-v4.15/fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#2db57789e6612ce0cf2fcbb577a1c8307b708566</link>
        <description>Merge branch &apos;soc-fixes&apos; into omap-for-v4.15/fixes

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Tue, 28 Nov 2017 16:06:34 +0100</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>088fecfbb2c8a3890918fc614a7e1e1ccdd16c83 - Merge tag &apos;v4.15-rc1&apos; into patchwork</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#088fecfbb2c8a3890918fc614a7e1e1ccdd16c83</link>
        <description>Merge tag &apos;v4.15-rc1&apos; into patchworkLinux 4.15-rc1* tag &apos;v4.15-rc1&apos;: (12179 commits)  Linux 4.15-rc1  ARM: BUG if jumping to usermode address in kernel mode  m68k/macboing: Fix missed timer callback assignment  afs: remove redundant assignment of dvnode to itself  afs: cell: Remove unnecessary code in afs_lookup_cell  afs: Fix signal handling in some file ops  afs: Fix some dentry handling in dir ops and missing key_puts  afs: Make afs_write_begin() avoid writing to a page that&apos;s being stored  sched/debug: Fix task state recording/printout  x86/decoder: Add new TEST instruction pattern  x86/PCI: Remove unused HyperTransport interrupt support  x86/umip: Fix insn_get_code_seg_params()&apos;s return value  x86/boot/KASLR: Remove unused variable  genirq/matrix: Make - vs ?: Precedence explicit  irqchip/imgpdc: Use resource_size function on resource object  irqchip/qcom: Fix u32 comparison with value less than zero  ipvlan: Fix insufficient skb linear check for ipv6 icmp  ipvlan: Fix insufficient skb linear check for arp  geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6  net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHY  ...

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Mon, 27 Nov 2017 14:02:30 +0100</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;</dc:creator>
    </item>
<item>
        <title>1420edf7a3fbc9b8b0bbe24c3724d582dd4def28 - Merge tag &apos;v4.15-rc1&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#1420edf7a3fbc9b8b0bbe24c3724d582dd4def28</link>
        <description>Merge tag &apos;v4.15-rc1&apos; into drm-misc-fixesLinux 4.15-rc1Pull in the merge window to resync. Dave didn&apos;t get his -fixes pulllanded in time, and now there&apos;s another rockchip fix pending, sofast-forwarding isn&apos;t possible, hence backmerge.Signed-off-by: Daniel Vetter &lt;daniel.vetter@intel.com&gt;

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Mon, 27 Nov 2017 10:54:33 +0100</pubDate>
        <dc:creator>Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;</dc:creator>
    </item>
<item>
        <title>5cc619db5c34146ee821acd08382b9d78579b52e - Merge branch &apos;for-4.15/alps&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#5cc619db5c34146ee821acd08382b9d78579b52e</link>
        <description>Merge branch &apos;for-4.15/alps&apos; into for-linus- New ALPS touchpad (T4, found currently on HP EliteBook 1000, Zbook Stduio  and HP Elite book x360) support from Masaki Ota

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Wed, 15 Nov 2017 11:04:13 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>c25141062a82ae8bddced1b3ce2b57a1c0efabe0 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#c25141062a82ae8bddced1b3ce2b57a1c0efabe0</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 4.15 merge window.

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Tue, 14 Nov 2017 02:10:13 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>76727c2c3bf4a5e58dff8cca23d0147ba08fb2c8 - Merge tag &apos;asoc-v4.15&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/trigger/Makefile#76727c2c3bf4a5e58dff8cca23d0147ba08fb2c8</link>
        <description>Merge tag &apos;asoc-v4.15&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v4.15The biggest thing this release has been the conversion of the AC98 busto the driver model, that&apos;s been a long time coming so thanks to RobertJarzmik for his dedication there.  Due to there being some AC97 MFDthere&apos;s a few fairly large changes in input and the MFD layer, mainly tothe wm97xx driver.There&apos;s also some drivers/drm changes to support the new AMD Stoneyplatform, these are shared with the DRM subsystem and should be beingmerged via both.Within the subsystem the overwhelming bulk of the changes is in theIntel drivers which continue to need lots of cleanups and fixes, thisrelease they&apos;ve also gained support for their open source firmware.There&apos;s also some large changs in the core as Morimoto-san continues tomirror operations into the component level in preparation for conversionof drivers to that. - The AC97 bus has finally caught up with the driver model thanks to   some dedicated and persistent work from Robert Jarzmik. - Continued work from Morimoto-san on moving us towards being able to   use components for everything. - Lots of cleanups for the Intel platform code, including support for   their open source audio firmware. - Support for scaling MCLK with sample rate in simple-card. - Support for AMD Stoney platform.

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Mon, 13 Nov 2017 15:45:57 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>3a485c2be49dde899e506684bb5f06d5b3f73e82 - Merge tag &apos;v4.14&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/torvalds/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#3a485c2be49dde899e506684bb5f06d5b3f73e82</link>
        <description>Merge tag &apos;v4.14&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxLinux 4.14

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Mon, 13 Nov 2017 10:24:50 +0100</pubDate>
        <dc:creator>Juergen Gross &lt;jgross@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>b5cd3b51e247473e290be5cd09e77171e466cd89 - Merge branch &apos;linus&apos; into x86/platform, to refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/iio/trigger/Makefile#b5cd3b51e247473e290be5cd09e77171e466cd89</link>
        <description>Merge branch &apos;linus&apos; into x86/platform, to refresh the branchSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/iio/trigger/Makefile</description>
        <pubDate>Fri, 10 Nov 2017 08:21:08 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
