<?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>3efe891f - USB: add SPDX identifiers to all remaining Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/early/Makefile#3efe891f</link>
        <description>USB: add SPDX identifiers to all remaining MakefilesIt&apos;s good to have SPDX identifiers in all files to make it easier toaudit the kernel tree for correct licenses.This updates the remaining drivers/usb/*Makefile* that were missing SPDXidentifiers.  They all get the following identifier:	SPDX-License-Identifier: GPL-2.0The SPDX identifier is a legally binding shorthand, which can be usedinstead of the full boiler plate text.Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Cc: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Cc: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;Cc: Thomas Winischhofer &lt;thomas@winischhofer.net&gt;Cc: Johan Hovold &lt;johan@kernel.org&gt;Acked-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/early/Makefile</description>
        <pubDate>Mon, 06 Nov 2017 15:34:07 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>aeb9dd1d - usb/early: Add driver for xhci debug capability</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/early/Makefile#aeb9dd1d</link>
        <description>usb/early: Add driver for xhci debug capabilityXHCI debug capability (DbC) is an optional but standalonefunctionality provided by an xHCI host controller. Softwarelearns this capability by walking through the extendedcapability list of the host. XHCI specification describesDbC in section 7.6.This patch introduces the code to probe and initialize thedebug capability hardware during early boot. With hardwareinitialized, the debug target (system on which this code isrunning) will present a debug device through the debug port(normally the first USB3 port). The debug device is fullycompliant with the USB framework and provides the equivalentof a very high performance (USB3) full-duplex serial linkbetween the debug host and target. The DbC functionality isindependent of the xHCI host. There isn&apos;t any preconditionfrom the xHCI host side for the DbC to work.One use for this feature is kernel debugging, for examplewhen your machine crashes very early before the regularconsole code is initialized. Other uses include simpler,lockless logging instead of a full-blown printk consoledriver and klogd.Signed-off-by: Lu Baolu &lt;baolu.lu@linux.intel.com&gt;Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Mathias Nyman &lt;mathias.nyman@linux.intel.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: linux-usb@vger.kernel.orgLink: http://lkml.kernel.org/r/1490083293-3792-3-git-send-email-baolu.lu@linux.intel.com[ Small fix to the Kconfig help text. ]Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/early/Makefile</description>
        <pubDate>Tue, 21 Mar 2017 08:01:30 +0000</pubDate>
        <dc:creator>Lu Baolu &lt;baolu.lu@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0a2b8a0d - usb: makefile cleanup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/early/Makefile#0a2b8a0d</link>
        <description>usb: makefile cleanupFor all modules, change &lt;module&gt;-objs to &lt;module&gt;-y; removeif-statements and replace with lists using the kbuild idiom; moveflags to the top of the file; and fix alignment while trying tomaintain the original scheme in each file.None of the dependencies are modified.Signed-off-by: matt mooney &lt;mfm@muteddisk.com&gt;Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Acked-by: Felipe Balbi &lt;balbi@ti.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/early/Makefile</description>
        <pubDate>Thu, 07 Oct 2010 02:03:26 +0000</pubDate>
        <dc:creator>matt mooney &lt;mfm@muteddisk.com&gt;</dc:creator>
    </item>
<item>
        <title>df6c5169 - USB: ehci,dbgp,early_printk: split ehci debug driver from early_printk.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/early/Makefile#df6c5169</link>
        <description>USB: ehci,dbgp,early_printk: split ehci debug driver from early_printk.cMove the dbgp early printk driver in advance of refactoring and addingnew code, so the changes to this code are tracked separately from themove of the code.The drivers/usb/early directory will be the location of the currentand future early usb code for driving usb devices prior initializingthe standard interrupt driven USB drivers.Signed-off-by: Jason Wessel &lt;jason.wessel@windriver.com&gt;Cc: Ingo Molnar &lt;mingo@elte.hu&gt;Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: Yinghai Lu &lt;yinghai@kernel.org&gt;Cc: &quot;Eric W. Biederman&quot; &lt;ebiederm@xmission.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/early/Makefile</description>
        <pubDate>Thu, 20 Aug 2009 20:39:48 +0000</pubDate>
        <dc:creator>Jason Wessel &lt;jason.wessel@windriver.com&gt;</dc:creator>
    </item>
</channel>
</rss>
