<?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>bfb46b42 - usb: cdns3: Add StarFive JH7110 USB driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/cdns3/Makefile#bfb46b42</link>
        <description>usb: cdns3: Add StarFive JH7110 USB driverAdds Specific Glue layer to support USB peripherals onStarFive JH7110 SoC.There is a Cadence USB3 core for JH7110 SoCs, the cdnscore is the child of this USB wrapper module device.Signed-off-by: Minda Chen &lt;minda.chen@starfivetech.com&gt;Acked-by: Peter Chen &lt;peter.chen@kernel.org&gt;Reviewed-by: Roger Quadros &lt;rogerq@kernel.org&gt;Link: https://lore.kernel.org/r/20230518112750.57924-7-minda.chen@starfivetech.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/cdns3/Makefile</description>
        <pubDate>Thu, 18 May 2023 11:27:49 +0000</pubDate>
        <dc:creator>Minda Chen &lt;minda.chen@starfivetech.com&gt;</dc:creator>
    </item>
<item>
        <title>9fd53a5b - usb: cdnsp: fixes undefined reference to cdns_remove</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/cdns3/Makefile#9fd53a5b</link>
        <description>usb: cdnsp: fixes undefined reference to cdns_removePatch fixes the following errors:ld: drivers/usb/cdns3/cdnsp-pci.o: in function `cdnsp_pci_remove&apos;:cdnsp-pci.c:(.text+0x80): undefined reference to `cdns_remove&apos;ld: drivers/usb/cdns3/cdnsp-pci.o: in function `cdnsp_pci_probe&apos;:cdnsp-pci.c:(.text+0x34c): undefined reference to `cdns_init&apos;Issue occurs for USB/CDNS3/CDNSP kernel configuration:CONFIG_USB=mCONFIG_USB_CDNS_SUPPORT=yCONFIG_USB_CDNS3=mCONFIG_USB_CDNS3_PCI_WRAP=mCONFIG_USB_CDNSP_PCI=yAcked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Pawel Laszczak &lt;pawell@cadence.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/cdns3/Makefile</description>
        <pubDate>Wed, 13 Jan 2021 14:14:07 +0000</pubDate>
        <dc:creator>Pawel Laszczak &lt;pawell@cadence.com&gt;</dc:creator>
    </item>
<item>
        <title>826a9584 - usb: cdnsp: Fix for undefined reference to `usb_hcd_is_primary_hcd&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/cdns3/Makefile#826a9584</link>
        <description>usb: cdnsp: Fix for undefined reference to `usb_hcd_is_primary_hcd&apos;Patch fixes the following compilation error:ld: drivers/usb/cdns3/host.o: in function `xhci_cdns3_suspend_quirk&apos;:host.c:(.text+0x9): undefined reference to `usb_hcd_is_primary_hcd&apos;This reference to &apos;usb_hdc_is_primary_hcd&apos; is from hcd_to_xhci(),which is being built as a loadable module:int xhci_cdns3_suspend_quirk(struct usb_hcd *hcd){        struct xhci_hcd *xhci = hcd_to_xhci(hcd);Issue occurrd for following kernel configuration:CONFIG_USB_GADGET=yCONFIG_USB_SUPPORT=yCONFIG_USB_COMMON=yCONFIG_USB_ARCH_HAS_HCD=yCONFIG_USB=mCONFIG_USB_CDNS_SUPPORT=yCONFIG_USB_CDNS_HOST=yCONFIG_USB_CDNS3=mCONFIG_USB_CDNS3_GADGET=yCONFIG_USB_CDNS3_HOST=ySigned-off-by: Pawel Laszczak &lt;pawell@cadence.com&gt;Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt; # build-testedSigned-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/cdns3/Makefile</description>
        <pubDate>Thu, 10 Dec 2020 16:22:58 +0000</pubDate>
        <dc:creator>Pawel Laszczak &lt;pawell@cadence.com&gt;</dc:creator>
    </item>
<item>
        <title>64b558f5 - usb: cdns3: Change file names for cdns3 driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/cdns3/Makefile#64b558f5</link>
        <description>usb: cdns3: Change file names for cdns3 driver.Patch adds prefix cdns3- to all file names related only tocdns3 driver.Signed-off-by: Pawel Laszczak &lt;pawell@cadence.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/cdns3/Makefile</description>
        <pubDate>Mon, 07 Dec 2020 10:32:26 +0000</pubDate>
        <dc:creator>Pawel Laszczak &lt;pawell@cadence.com&gt;</dc:creator>
    </item>
<item>
        <title>118b2a32 - usb: cdnsp: Add tracepoints for CDNSP driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/cdns3/Makefile#118b2a32</link>
        <description>usb: cdnsp: Add tracepoints for CDNSP driverPatch adds the series of tracepoints that can be used fordebugging issues detected in driver.Signed-off-by: Pawel Laszczak &lt;pawell@cadence.com&gt;Reviewed-by: Peter Chen &lt;peter.chen@nxp.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/cdns3/Makefile</description>
        <pubDate>Mon, 07 Dec 2020 10:32:25 +0000</pubDate>
        <dc:creator>Pawel Laszczak &lt;pawell@cadence.com&gt;</dc:creator>
    </item>
<item>
        <title>3d829045 - usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD Driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/cdns3/Makefile#3d829045</link>
        <description>usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD DriverThis patch introduces the main part of Cadence USBSSP DRD driverto Linux kernel.To reduce the patch size a little bit, the header file gadget.h wasintentionally added as separate patch.The Cadence USBSSP DRD Controller is a highly configurable IP Core whichcan be instantiated as Dual-Role Device (DRD), Peripheral Only andHost Only (XHCI)configurations.The current driver has been validated with FPGA platform. We havesupport for PCIe bus, which is used on FPGA prototyping.The host side of USBSS DRD controller is compliant with XHCI.The architecture for device side is almost the same as for host side,and most of the XHCI specification can be used to understand howthis controller operates.Signed-off-by: Pawel Laszczak &lt;pawell@cadence.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/cdns3/Makefile</description>
        <pubDate>Mon, 07 Dec 2020 10:32:24 +0000</pubDate>
        <dc:creator>Pawel Laszczak &lt;pawell@cadence.com&gt;</dc:creator>
    </item>
<item>
        <title>394c3a14 - usb: cdns3: Moves reusable code to separate module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/cdns3/Makefile#394c3a14</link>
        <description>usb: cdns3: Moves reusable code to separate modulePatch moves common reusable code used by cdns3 and cdnsp driverto cdns-usb-common library. This library include core.c, drd.cand host.c files.Signed-off-by: Pawel Laszczak &lt;pawell@cadence.com&gt;Tested-by: Aswath Govindraju &lt;a-govindraju@ti.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/cdns3/Makefile</description>
        <pubDate>Mon, 07 Dec 2020 10:32:20 +0000</pubDate>
        <dc:creator>Pawel Laszczak &lt;pawell@cadence.com&gt;</dc:creator>
    </item>
<item>
        <title>f7389572 - usb: cdns3: Split core.c into cdns3-plat and core.c file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/cdns3/Makefile#f7389572</link>
        <description>usb: cdns3: Split core.c into cdns3-plat and core.c filePatch splits file core.c into core.c containing the common reusable codeand cnd3-plat.c containing device platform specific code. These changesare required to make possible reuse DRD part of CDNS3 driver in CDNSPdriver.Signed-off-by: Pawel Laszczak &lt;pawell@cadence.com&gt;Tested-by: Aswath Govindraju &lt;a-govindraju@ti.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/cdns3/Makefile</description>
        <pubDate>Mon, 07 Dec 2020 10:32:19 +0000</pubDate>
        <dc:creator>Pawel Laszczak &lt;pawell@cadence.com&gt;</dc:creator>
    </item>
<item>
        <title>1e056efa - usb: cdns3: add NXP imx8qm glue layer</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/cdns3/Makefile#1e056efa</link>
        <description>usb: cdns3: add NXP imx8qm glue layerThere is a Cadence USB3 core for imx8qm and imx8qxp SoCs, the cdnscore is the child for this glue layer device.Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/cdns3/Makefile</description>
        <pubDate>Thu, 09 Jan 2020 09:35:58 +0000</pubDate>
        <dc:creator>Peter Chen &lt;peter.chen@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>387c359b - usb: cdns3: Add TI specific wrapper driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/cdns3/Makefile#387c359b</link>
        <description>usb: cdns3: Add TI specific wrapper driverThe J721e platform comes with 2 Cadence USB3 controllerinstances. This driver supports the TI specific wrapperon this platform.Signed-off-by: Roger Quadros &lt;rogerq@ti.com&gt;Signed-off-by: Sekhar Nori &lt;nsekhar@ti.com&gt;Reviewed-by: Pawel Laszczak &lt;pawell@cadence.com&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/cdns3/Makefile</description>
        <pubDate>Mon, 28 Oct 2019 09:32:49 +0000</pubDate>
        <dc:creator>Roger Quadros &lt;rogerq@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>7733f6c3 - usb: cdns3: Add Cadence USB3 DRD Driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/cdns3/Makefile#7733f6c3</link>
        <description>usb: cdns3: Add Cadence USB3 DRD DriverThis patch introduce new Cadence USBSS DRD driver to Linux kernel.The Cadence USBSS DRD Controller is a highly configurable IP Core whichcan be instantiated as Dual-Role Device (DRD), Peripheral Only andHost Only (XHCI)configurations.The current driver has been validated with FPGA platform. We havesupport for PCIe bus, which is used on FPGA prototyping.The host side of USBSS-DRD controller is compliant with XHCIspecification, so it works with standard XHCI Linux driver.Signed-off-by: Pawel Laszczak &lt;pawell@cadence.com&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/cdns3/Makefile</description>
        <pubDate>Mon, 26 Aug 2019 11:19:30 +0000</pubDate>
        <dc:creator>Pawel Laszczak &lt;pawell@cadence.com&gt;</dc:creator>
    </item>
<item>
        <title>8bc1901c - usb:cdns3 Add Cadence USB3 DRD Driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/cdns3/Makefile#8bc1901c</link>
        <description>usb:cdns3 Add Cadence USB3 DRD DriverThis patch introduce new Cadence USBSS DRD driver to Linux kernel.The Cadence USBSS DRD Controller is a highly configurable IP Core whichcan be instantiated as Dual-Role Device (DRD), Peripheral Only andHost Only (XHCI)configurations.The current driver has been validated with FPGA platform. We havesupport for PCIe bus, which is used on FPGA prototyping.The host side of USBSS-DRD controller is compliant with XHCIspecification, so it works with standard XHCI Linux driver.Signed-off-by: Pawel Laszczak &lt;pawell@cadence.com&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/cdns3/Makefile</description>
        <pubDate>Tue, 02 Jul 2019 13:38:01 +0000</pubDate>
        <dc:creator>Pawel Laszczak &lt;pawell@cadence.com&gt;</dc:creator>
    </item>
</channel>
</rss>
