<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tc/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/tc/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>44a2db43 - lk201: remove obsolete driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tc/Makefile#44a2db43</link>
        <description>lk201: remove obsolete driverRemove the old-fashioned lk201 driver under drivers/tc/ that used to beused by the old dz.c and zs.c drivers, which is now orphan code referred tofrom nowhere and does not build anymore.  A modern replacement is availableas drivers/input/keyboard/lkkbd.c.There are no plans to do anything about this piece of code and it does notfit anywhere anymore, so it is not just a matter of maintenance or the lackof.  There are still some bits that might be added to the new lkkbd.cdriver based on the old code, and the embedded hardware documentation whichis otherwise quite hard to get hold of might be useful to keep too.  Bothof these can be done separately though.  RIP.Signed-off-by: Maciej W. Rozycki &lt;macro@linux-mips.org&gt;Acked-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/tc/Makefile</description>
        <pubDate>Wed, 17 Oct 2007 06:29:51 +0000</pubDate>
        <dc:creator>Maciej W. Rozycki &lt;macro@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>8b4a4080 - zs: move to the serial subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tc/Makefile#8b4a4080</link>
        <description>zs: move to the serial subsystemThis is a reimplementation of the zs driver for the serial subsystem.  Anyresemblance to the old driver is purely coincidential.  ;-) I do hope I gotthe handling of modem lines right -- better do not tackle me about theissue unless you feel too good...Any users of the old driver: please note the numbers of the serial lineshave now been swapped, i.e.  ttyS0 &lt;-&gt; ttyS1 and ttyS2 &lt;-&gt; ttyS3.  It hasto do with the modem lines mentioned above; basically the port A in a givenchip has to be initialised before the port B if you want to use the latteras the serial console (which is usually the case), as operations on modemlines of the serial line associated with the port B access both ports (seethe comment at the top of the driver for the details of wiring used).Please update your scripts.This is also the reason each SCC now requests an IRQ once only (as seen in&quot;/proc/interrupts&quot;) -- the handler takes care of both ports at once as theline associated with the port B has to take status update interrupts fromboth ports (and yet the line of the port A takes its own for itself too).The old driver never got it right...Signed-off-by: Maciej W. Rozycki &lt;macro@linux-mips.org&gt;Cc: Ralf Baechle &lt;ralf@linux-mips.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/tc/Makefile</description>
        <pubDate>Wed, 18 Jul 2007 07:49:11 +0000</pubDate>
        <dc:creator>Maciej W. Rozycki &lt;macro@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>b454cc66 - [TC] MIPS: TURBOchannel update to the driver model</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tc/Makefile#b454cc66</link>
        <description>[TC] MIPS: TURBOchannel update to the driver modelThis is a set of changes to convert support for the TURBOchannel bus to thedriver model.  It implements the usual set of calls similar to what other busdrivers have: tc_register_driver(), tc_unregister_driver(), etc.  All theplatform-specific bits have been removed and headers from asm-mips/dec/ havebeen merged into linux/tc.h, which should be included by drivers.Signed-off-by: Maciej W. Rozycki &lt;macro@linux-mips.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/drivers/tc/Makefile</description>
        <pubDate>Tue, 06 Feb 2007 00:28:25 +0000</pubDate>
        <dc:creator>Maciej W. Rozycki &lt;macro@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tc/Makefile#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/drivers/tc/Makefile</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
