<?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>1f0e21a0 - can: mcp251xfd: rename driver files and subdir to mcp251xfd</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/spi/Makefile#1f0e21a0</link>
        <description>can: mcp251xfd: rename driver files and subdir to mcp251xfdIn [1] Geert noted that the autodetect compatible for the mcp25xxfd driver,which is &quot;microchip,mcp25xxfd&quot; might be too generic and overlap with upcoming,but incompatible chips.In the previous patch the autodetect DT compatbile has been renamed to&quot;microchip,mcp251xfd&quot;, this patch changes the name of the driver subdir and theindividual files accordinly.[1] http://lore.kernel.org/r/CAMuHMdVkwGjr6dJuMyhQNqFoJqbh6Ec5V2b5LenCshwpM2SDsQ@mail.gmail.comLink: https://lore.kernel.org/r/20200930091424.792165-8-mkl@pengutronix.deSigned-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/spi/Makefile</description>
        <pubDate>Wed, 30 Sep 2020 08:49:00 +0000</pubDate>
        <dc:creator>Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>875347fe - can: mcp25xxfd: add regmap infrastructure</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/spi/Makefile#875347fe</link>
        <description>can: mcp25xxfd: add regmap infrastructureThis patch adds the regmap infrastructure for the Microchip MCP25xxFD SPI CANcontroller family. The actual driver is added in the next commit.Tested-by: Kurt Van Dijck &lt;dev.kurt@vandijck-laurijssen.be&gt;Tested-by: Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Link: https://lore.kernel.org/r/20200918172536.2074504-3-mkl@pengutronix.de

            List of files:
            /linux-6.15/drivers/net/can/spi/Makefile</description>
        <pubDate>Fri, 18 Sep 2020 17:25:32 +0000</pubDate>
        <dc:creator>Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/spi/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/net/can/spi/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>57e83fb9 - can: hi311x: Add Holt HI-311x CAN driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/spi/Makefile#57e83fb9</link>
        <description>can: hi311x: Add Holt HI-311x CAN driverThis patch adds support for the Holt HI-311x CAN controller. The HI311xCAN controller is capable of transmitting and receiving standard dataframes, extended data frames and remote frames. The HI311x interfaceswith the host over SPI.Datasheet: www.holtic.com/documents/371-hi-3110_v-rev-jpdf.doSigned-off-by: Akshay Bhat &lt;nodeax@gmail.com&gt;Acked-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/spi/Makefile</description>
        <pubDate>Fri, 17 Mar 2017 21:10:40 +0000</pubDate>
        <dc:creator>Akshay Bhat &lt;akshay.bhat@timesys.com&gt;</dc:creator>
    </item>
<item>
        <title>4ade6feb - net: can: use kbuild magic to inherit debug settings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/spi/Makefile#4ade6feb</link>
        <description>net: can: use kbuild magic to inherit debug settingsNo need to manually copy debug settings into subdir Makefiles. kbuildhas a mechanism for inheriting, so let&apos;s use it.Signed-off-by: Wolfram Sang &lt;wsa@the-dreams.de&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/spi/Makefile</description>
        <pubDate>Sun, 17 Aug 2014 22:38:24 +0000</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa@the-dreams.de&gt;</dc:creator>
    </item>
<item>
        <title>869ba1e6 - can: move SPI drivers into a separate directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/spi/Makefile#869ba1e6</link>
        <description>can: move SPI drivers into a separate directoryCreate a directory for all CAN drivers using SPI and move mcp251x driver there.Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;Acked-by: Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/spi/Makefile</description>
        <pubDate>Tue, 25 Mar 2014 14:30:21 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
