<?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>6540ac118473dde29cb02f786c79c64f73834ca1 - modules: gpioaei only on ACPI-supporting archs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#6540ac118473dde29cb02f786c79c64f73834ca1</link>
        <description>modules: gpioaei only on ACPI-supporting archsFixes:	9709bda03cd0 (&quot;GPIO: Add ACPI _AEI support&quot;)Pointy-hat to:	cpercivaSponsored by:	Amazon

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Thu, 31 Oct 2024 23:45:03 +0100</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9709bda03cd0f20eba0ba4276fc3c2e06354a54f - GPIO: Add ACPI _AEI support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#9709bda03cd0f20eba0ba4276fc3c2e06354a54f</link>
        <description>GPIO: Add ACPI _AEI supportChanges to acpi_gpiobus.c handle discovering and parsing the _AEIobjects and storing necessary data in device ivars.  A new gpioaei.cfile implements the device, which simply requests an interrupt whenthe pin is triggered and invokes the appropriate _Exx or _Lxx ACPImethod.This makes the GPIO &quot;power button&quot; work on arm64 Graviton systems,allowing EC2 &quot;Stop&quot;/&quot;Reboot&quot; instance calls to be handled cleanly.(Prior to this change, those requests would time out after 4 minutesand the instance would be forcibly killed.)Reviwed by:	imp, andrew, Ahmad KhalifaMFC after:	3 daysSponsored by:	AmazonDifferential Revision:	https://reviews.freebsd.org/D47253Co-authored-by:	Andrew Turner &lt;andrew@FreeBSD.org&gt;

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Tue, 22 Oct 2024 20:53:55 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>624e87b673064ae228b79cde11b82f1ad7502bc3 - Add module build stuff for gpioths(4), a driver for DHT11/DHT22 sensors.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#624e87b673064ae228b79cde11b82f1ad7502bc3</link>
        <description>Add module build stuff for gpioths(4), a driver for DHT11/DHT22 sensors.

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Sat, 07 Dec 2019 18:54:40 +0100</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12889df73f046d2525b75797c23e8fc2809dc6d1 - Add gpiokeys to the list of GPIO modules built only if FDT is enabled</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#12889df73f046d2525b75797c23e8fc2809dc6d1</link>
        <description>Add gpiokeys to the list of GPIO modules built only if FDT is enabled

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Sat, 28 May 2016 02:22:39 +0200</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>99819ca00cb3f5377353364a78bff362b0c562a3 - When building modules, define make variable OPT_FDT if the kernel config</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#99819ca00cb3f5377353364a78bff362b0c562a3</link>
        <description>When building modules, define make variable OPT_FDT if the kernel configincludes the FDT option.  Use OPT_FDT to conditionally compile modulesthat require FDT support.In the past we&apos;ve gotten away with using the arch name as a proxy for FDTsupport in makefile conditional logic, but now mips has some platforms withfdt support and some without and we need a more direct test.

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Fri, 27 May 2016 19:40:29 +0200</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b4c5dea65c9cb6e9f66f2fbe65f9043758b4e75a - [gpio] add gpiospi to the gpio module.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#b4c5dea65c9cb6e9f66f2fbe65f9043758b4e75a</link>
        <description>[gpio] add gpiospi to the gpio module.

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Fri, 27 May 2016 03:42:55 +0200</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>128e3872b90b0da81dc8340f720c87d18955895e - Add a PPS driver that takes the timing pulse from a gpio pin.  Currently</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#128e3872b90b0da81dc8340f720c87d18955895e</link>
        <description>Add a PPS driver that takes the timing pulse from a gpio pin.  Currentlysupports only ofw/fdt systems.  Some day, hinted attachment for non-fdtsystems should be possible too.

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Fri, 27 May 2016 01:56:12 +0200</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e1252ae20bd863daeaf2a410c09fc76659f03e3 - Revert r299739.  That did not make it better.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#9e1252ae20bd863daeaf2a410c09fc76659f03e3</link>
        <description>Revert r299739.  That did not make it better.Instead disconnect gpiokeys from the build until it&apos;s fixed and buildable;the SUBDIR list was not ordered properly anyway ;-)

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Sat, 14 May 2016 11:39:21 +0200</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81d3ea9f28fef2fc5dd622c4cb45d153a31747b0 - Add loadable module for gpiokeys</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#81d3ea9f28fef2fc5dd622c4cb45d153a31747b0</link>
        <description>Add loadable module for gpiokeys

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Thu, 12 May 2016 22:20:54 +0200</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38f1b189cd839bd8aa122ae06cc084810ca1e395 - IFC @ r234692</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#38f1b189cd839bd8aa122ae06cc084810ca1e395</link>
        <description>IFC @ r234692sys/amd64/include/cpufunc.hsys/amd64/include/fpu.hsys/amd64/amd64/fpu.csys/amd64/vmm/vmm.c - Add API to allow vmm FPU state init/save/restore.FP stuff discussed with: kib

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Thu, 26 Apr 2012 09:52:28 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fa0b743820f61c661ba5f3ea0e3be0dc137910e - IFC @230489 (pending review).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#8fa0b743820f61c661ba5f3ea0e3be0dc137910e</link>
        <description>IFC @230489 (pending review).

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Mon, 23 Jan 2012 20:46:36 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3cf391a1319556b5acbcd2e8dbe9f1b277f2fb2c - Allow building the GPIO bus and associated bits as modules.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gpio/Makefile#3cf391a1319556b5acbcd2e8dbe9f1b277f2fb2c</link>
        <description>Allow building the GPIO bus and associated bits as modules.This is primarily done to save a few bytes here and there on embeddedsystems with limited flash space for kernels - a very limited (sub-1MB)space may be available for the kernel and may only support gzip encoding.The rootfs can be LZMA compressed.

            List of files:
            /freebsd/sys/modules/gpio/Makefile</description>
        <pubDate>Sun, 15 Jan 2012 20:40:59 +0100</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
