<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>21ce1ce0 - staging: iio: accel: adis16240: Drop driver for this impact sensor</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#21ce1ce0</link>
        <description>staging: iio: accel: adis16240: Drop driver for this impact sensorWhilst an interesting part, no one has done significant work on thisdriver since 2019.  The recent changes are all as a result of adis libraryimprovements having to incorporate this device.https://www.analog.com/en/products/adis16240.html now lists this partas obsolete so the chances of anyone working on it are likely to be greatlyreduced.So drop it.  We can always bring it back if anyone does have interest inthis device and is willing to invest the time to make it suitable for astaging graduation.  How to handle the hardware triggered short burstsof capture has never been resolved and is a somewhat challenging ABI designproblem.Cc: Nuno Sa &lt;nuno.sa@analog.com&gt;Cc: Rodrigo Carvalho &lt;rodrigorsdc@gmail.com&gt;Link: https://patch.msgid.link/20250222152021.1039675-1-jic23@kernel.orgSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Sat, 22 Feb 2025 15:20:21 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>97ed8eab - staging: add missing SPDX lines to Makefile files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#97ed8eab</link>
        <description>staging: add missing SPDX lines to Makefile filesThere are a few remaining drivers/staging/*/Makefile files that do nothave SPDX identifiers in them.  Add the correct GPL-2.0 identifier tothem to make scanning tools happy.Reviewed-by: Mukesh Ojha &lt;mojha@codeaurora.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Tue, 02 Apr 2019 10:31:49 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>524c7628 - Staging: iio: adis16209: Move adis16209 driver out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#524c7628</link>
        <description>Staging: iio: adis16209: Move adis16209 driver out of stagingMove the adis16209 driver out of staging directory and merge to themainline IIO subsystem.Signed-off-by: Shreeya Patel &lt;shreeya.patel23498@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Thu, 29 Mar 2018 09:22:51 +0000</pubDate>
        <dc:creator>Shreeya Patel &lt;shreeya.patel23498@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>591298e5 - Staging: iio: accel: adis16201: Move adis16201 driver out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#591298e5</link>
        <description>Staging: iio: accel: adis16201: Move adis16201 driver out of stagingMove adis16201 driver out of staging and merge into mainlineIIO subsystem.Signed-off-by: Himanshu Jha &lt;himanshujha199640@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Thu, 22 Mar 2018 19:12:45 +0000</pubDate>
        <dc:creator>Himanshu Jha &lt;himanshujha199640@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2df79e1b - staging: iio: accel: Rename source files and update Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#2df79e1b</link>
        <description>staging: iio: accel: Rename source files and update MakefileRename adis162xx_core.c files to adis162xx.c becausethese are the only source files for these drivers.Update Makefile to correspond to the new file names.Signed-off-by: Narcisa Ana Maria Vasile &lt;narcisaanamaria12@gmail.com&gt; rename drivers/staging/iio/accel/{adis16201_core.c =&gt; adis16201.c} (100%) rename drivers/staging/iio/accel/{adis16203_core.c =&gt; adis16203.c} (100%) rename drivers/staging/iio/accel/{adis16209_core.c =&gt; adis16209.c} (100%) rename drivers/staging/iio/accel/{adis16240_core.c =&gt; adis16240.c} (100%)Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 19:43:12 +0000</pubDate>
        <dc:creator>Narcisa Ana Maria Vasile &lt;narcisaanamaria12@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d62e5fee - staging:iio:accel:sca3000 Move out of staging.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#d62e5fee</link>
        <description>staging:iio:accel:sca3000 Move out of staging.Now the driver is in a reasonable state, lets get it (finally) outof staging.Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;Reviewed-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Sat, 08 Oct 2016 16:39:18 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;jic23@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ced5c03d - staging:iio:accel:sca3000 merge files into one.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#ced5c03d</link>
        <description>staging:iio:accel:sca3000 merge files into one.In the early days of IIO we were much more inclined to keep the impactof the core IIO elements to the minimum.  As time has moved on it hasbecome clear that hardly any builds are done without buffer supportand that it adds considerable complexity to the drivers.Hence merge down the buffer and non buffer elements of the sca3000 driveralso allowing us to drop the header file used for the interfaces betweenthe two.Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;Reviewed-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Sat, 08 Oct 2016 16:39:02 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;jic23@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fc6bd727 - staging:iio:lis3l02dq drop separate driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#fc6bd727</link>
        <description>staging:iio:lis3l02dq drop separate driverRetire this venerable driver as the basic support is now in thegeneric st-sensors accelerometer driver.There are a few missing features in the new driver:* Threshold events.* Access to the calibration adjustment registers (patch shortly)In exchange it brings a cleaner and more maintainable code base that actuallygets tested more than once every few years.  I&apos;ll actually be suprisedif anyone other than me has a board with one of these on that is runningan up to date kernel.Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Sun, 03 Jul 2016 13:55:50 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;jic23@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2bcdb3f2 - staging:iio:adis16220: Remove adis16220 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#2bcdb3f2</link>
        <description>staging:iio:adis16220: Remove adis16220 driverThe ADIS16220 part has been obsoleted, which makes it hard to get thehardware to even test the driver. Considering this there is no expectationthat the driver will be cleaned up and be able to move out of staging, soremove the driver.Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Mon, 07 Mar 2016 14:22:32 +0000</pubDate>
        <dc:creator>Lars-Peter Clausen &lt;lars@metafoo.de&gt;</dc:creator>
    </item>
<item>
        <title>88ae3aed - staging:iio:adis16204: Remove adis16204 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#88ae3aed</link>
        <description>staging:iio:adis16204: Remove adis16204 driverThe ADIS16204 part has been obsoleted, which makes it hard to get thehardware to even test the driver. Considering this there is no expectationthat the driver will be cleaned up and be able to move out of staging, soremove the driver.Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Mon, 07 Mar 2016 14:22:31 +0000</pubDate>
        <dc:creator>Lars-Peter Clausen &lt;lars@metafoo.de&gt;</dc:creator>
    </item>
<item>
        <title>81ca486f - iio:accel:kxsd9 move out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#81ca486f</link>
        <description>iio:accel:kxsd9 move out of stagingThis is a very simple driver giving basic access to this part over anspi bus.Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Sun, 06 Jan 2013 15:10:00 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;jic23@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5cb7cb11 - staging:iio:adis16240: Use adis library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#5cb7cb11</link>
        <description>staging:iio:adis16240: Use adis libraryUse the new adis library for the adis16240 driver. This allows us to completelyscrap the adis16240 buffer and trigger code and more than half of the coredriver code.Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Tue, 13 Nov 2012 13:28:00 +0000</pubDate>
        <dc:creator>Lars-Peter Clausen &lt;lars@metafoo.de&gt;</dc:creator>
    </item>
<item>
        <title>511fb29e - staging:iio:adis16209: Use adis library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#511fb29e</link>
        <description>staging:iio:adis16209: Use adis libraryUse the new adis library for the adis16209 driver. This allows us to completelyscrap the adis16209 buffer and trigger code and more than half of the coredriver code.Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Tue, 13 Nov 2012 13:28:00 +0000</pubDate>
        <dc:creator>Lars-Peter Clausen &lt;lars@metafoo.de&gt;</dc:creator>
    </item>
<item>
        <title>5bd22f51 - staging:iio:adis16204: Use adis library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#5bd22f51</link>
        <description>staging:iio:adis16204: Use adis libraryUse the new adis library for the adis16204 driver. This allows us to completelyscrap the adis16204 buffer and trigger code and more than half of the coredriver code.Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Tue, 13 Nov 2012 13:28:00 +0000</pubDate>
        <dc:creator>Lars-Peter Clausen &lt;lars@metafoo.de&gt;</dc:creator>
    </item>
<item>
        <title>3bff7eb0 - staging:iio:adis16203: Use adis library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#3bff7eb0</link>
        <description>staging:iio:adis16203: Use adis libraryUse the new adis library for the adis16203 driver. This allows us to completelyscrap the adis16203 buffer and trigger code and more than half of the coredriver code.Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Tue, 13 Nov 2012 13:28:00 +0000</pubDate>
        <dc:creator>Lars-Peter Clausen &lt;lars@metafoo.de&gt;</dc:creator>
    </item>
<item>
        <title>6d78e862 - staging:iio:adis16201: Use adis library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#6d78e862</link>
        <description>staging:iio:adis16201: Use adis libraryUse the new adis library for the adis16201 driver. This allows us to completelyscrap the adis16201 buffer and trigger code and more than half of the coredriver code.Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Tue, 13 Nov 2012 13:28:00 +0000</pubDate>
        <dc:creator>Lars-Peter Clausen &lt;lars@metafoo.de&gt;</dc:creator>
    </item>
<item>
        <title>f2a96245 - staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFER</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#f2a96245</link>
        <description>staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFERFunctionality is generic, so name is missleading.Signed-off-by: Jonathan Cameron &lt;jic23@cam.ac.uk&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Wed, 21 Sep 2011 10:15:55 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;jic23@cam.ac.uk&gt;</dc:creator>
    </item>
<item>
        <title>bb6f19ea - staging: iio: new adis16204 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#bb6f19ea</link>
        <description>staging: iio: new adis16204 driverIIO driver for Programmable High-g Digital Impact Sensor and Recorder.Signed-off-by: Barry Song &lt;barry.song@analog.com&gt;Signed-off-by: Michael Hennerich &lt;michael.hennerich@analog.com&gt;Acked-by: Jonathan Cameron &lt;jic23@cam.ac.uk&gt;Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Thu, 28 Oct 2010 01:43:51 +0000</pubDate>
        <dc:creator>Barry Song &lt;barry.song@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>f11ba4f5 - staging: iio: new adis16203 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#f11ba4f5</link>
        <description>staging: iio: new adis16203 driverIIO driver for Programmable 360 Degrees Inclinometer adis16203 parts.Signed-off-by: Barry Song &lt;barry.song@analog.com&gt;Signed-off-by: Michael Hennerich &lt;michael.hennerich@analog.com&gt;Acked-by: Jonathan Cameron &lt;jic23@cam.ac.uk&gt;Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Thu, 28 Oct 2010 01:43:50 +0000</pubDate>
        <dc:creator>Barry Song &lt;barry.song@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>f7fe1d1d - staging: iio: new adis16201 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/accel/Makefile#f7fe1d1d</link>
        <description>staging: iio: new adis16201 driverIIO driver for dual Axis Accelerometer/inclinometer adis16201 parts.Signed-off-by: Barry Song &lt;barry.song@analog.com&gt;Signed-off-by: Michael Hennerich &lt;michael.hennerich@analog.com&gt;Acked-by: Jonathan Cameron &lt;jic23@cam.ac.uk&gt;Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/accel/Makefile</description>
        <pubDate>Thu, 28 Oct 2010 01:43:49 +0000</pubDate>
        <dc:creator>Barry Song &lt;barry.song@analog.com&gt;</dc:creator>
    </item>
</channel>
</rss>
