<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/intelspi/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/intelspi/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@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/intelspi/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/intelspi/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>1f40866feb2135a4cf764a07b1b90a8a3398ff0a - intelspi: add PCI attachment (Lynx/Wildcat/Sunrise Point)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/intelspi/Makefile#1f40866feb2135a4cf764a07b1b90a8a3398ff0a</link>
        <description>intelspi: add PCI attachment (Lynx/Wildcat/Sunrise Point)Also adds fixups and cleanups:- apply the child&apos;s mode/speed- implement suspend/resume support- use RF_SHAREABLE interrupts- use bus_delayed_attach_children since the transfer can use interrupts- add support for newly added spibus features (cs_delay and flags)Operation tested on Broadwell (Wildcat Point) MacBookPro12,1.Attachment also tested on Kaby Lake (Sunrise Point) Pixelbook.Reviewed by:	wulfMFC after:	1 monthDifferential revision:	https://reviews.freebsd.org/D29249

            List of files:
            /freebsd/sys/modules/intelspi/Makefile</description>
        <pubDate>Mon, 24 Apr 2023 11:41:52 +0200</pubDate>
        <dc:creator>Val Packett &lt;val@packett.cool&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/intelspi/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/sys/modules/intelspi/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5d8db32f826ecc08ddcc217fd39fbb483c4a952 - [intelspi][bytgio] Fix buildworld with MODULES_WITH_WORLD set</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/intelspi/Makefile#a5d8db32f826ecc08ddcc217fd39fbb483c4a952</link>
        <description>[intelspi][bytgio] Fix buildworld with MODULES_WITH_WORLD setAdd opt_platform.h and opt_acpi.h to the dependencies so modules can bebuilt as a part of buildworld when MODULES_WITH_WORLD is setReported by:	Andre Albsmeier (for 11-stable)MFC after:	1 day

            List of files:
            /freebsd/sys/modules/intelspi/Makefile</description>
        <pubDate>Thu, 02 Mar 2017 04:19:39 +0100</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d786719d90df3240f8f893dd8e19edd46f4273ee - [intelspi] Add SPI driver for Intel BayTrail SoC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/intelspi/Makefile#d786719d90df3240f8f893dd8e19edd46f4273ee</link>
        <description>[intelspi] Add SPI driver for Intel BayTrail SoCAdd SPI mode (PIO-only) support for Intel Synchronous Serial Port thatcan be found in several Intel&apos;s products starting from PXA family.Most of implementations have slight differences in behavior and inaddresses for registers subset. This driver covers only BayTrail SoCimplementation for it&apos;s the only hardware I have to test it on.Driver attaches to ACPI bus only and does not have PCI or FDT supportfor now due to lack of hardware to test it on.&quot;intelspi&quot; is the best name I&apos;ve managed to come up with. Linux drivername (spi-pxa2xx) does not make sense because current implementationdoes not support actual PXA2xx SoCs. And as far as I know there is nocodename assigned to Intel SSP chip.Reviewed by:	br, manuMFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D8896

            List of files:
            /freebsd/sys/modules/intelspi/Makefile</description>
        <pubDate>Tue, 27 Dec 2016 23:37:24 +0100</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
