<?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>9e896b4a48c4e815956d28961448041c80ad5a19 - usb: xhci-pci: add AMD Promontory 21 PCI glue</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#9e896b4a48c4e815956d28961448041c80ad5a19</link>
        <description>usb: xhci-pci: add AMD Promontory 21 PCI glueAMD Promontory 21 (PROM21) xHCI PCI functions use the common xhci-pcicore for USB operation, but also expose controller-specific sensor data.Add a small PROM21 PCI glue driver for AMD 1022:43fc and 1022:43fdcontrollers.The glue delegates USB host operation to the common xhci-pci core andpublishes a &quot;hwmon&quot; auxiliary device with parent-provided MMIO data.Auxiliary device creation failure is logged but does not fail the xHCIprobe.Make the PROM21 glue a hidden Kconfig tristate driven by the user-visibleSENSORS_PROM21_XHCI option. If sensor support is disabled, genericxhci-pci binds PROM21 controllers normally. If sensor support is enabled,the glue follows USB_XHCI_PCI.This keeps the auxiliary device available for a modular sensor driver whileavoiding a built-in xhci-pci core handing PROM21 controllers to a gluedriver that is only available as a module during initramfs.Assisted-by: Codex:gpt-5.5Signed-off-by: Jihong Min &lt;hurryman2212@gmail.com&gt;Reviewed-by: Mario Limonciello (AMD) &lt;superm1@kernel.org&gt;Tested-by: Yaroslav Isakov &lt;yaroslav.isakov@gmail.com&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://patch.msgid.link/20260519000732.2334711-2-hurryman2212@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Tue, 19 May 2026 02:07:31 +0200</pubDate>
        <dc:creator>Jihong Min &lt;hurryman2212@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6e0e8375f2e6854e8c35faa638f4448e3b8209af - usb: isp1362-hcd: remove Philips ISP1362 USB OTG controller driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#6e0e8375f2e6854e8c35faa638f4448e3b8209af</link>
        <description>usb: isp1362-hcd: remove Philips ISP1362 USB OTG controller driverThe last user of the platform driver was a Blackfin BF533 powered board,and it was removed in commit 4ba66a976072 (&quot;arch: remove blackfin port&quot;)along with the whole Blackfin architecture support 7 years ago.Signed-off-by: Vladimir Zapolskiy &lt;vz@mleia.com&gt;Link: https://patch.msgid.link/20251226000237.1440642-1-vz@mleia.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Fri, 26 Dec 2025 01:02:37 +0100</pubDate>
        <dc:creator>Vladimir Zapolskiy &lt;vz@mleia.com&gt;</dc:creator>
    </item>
<item>
        <title>de66754e9f8029f8ae955a588959b99cab56b506 - xhci: sideband: add initial api to register a secondary interrupter entity</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#de66754e9f8029f8ae955a588959b99cab56b506</link>
        <description>xhci: sideband: add initial api to register a secondary interrupter entityIntroduce XHCI sideband, which manages the USB endpoints being requested bya client driver.  This is used for when client drivers are attempting tooffload USB endpoints to another entity for handling USB transfers.  XHCIsec intr will allow for drivers to fetch the required information about thetransfer ring, so the user can submit transfers independently.  Expose therequired APIs for drivers to register and request for a USB endpoint and tomanage XHCI secondary interrupters.Driver renaming, multiple ring segment page linking, proper endpoint cleanup, and allowing module compilation added by Wesley Cheng to completeoriginal concept code by Mathias Nyman.Tested-by: Puma Hsu &lt;pumahsu@google.com&gt;Tested-by: Daehwan Jung &lt;dh10.jung@samsung.com&gt;Signed-off-by: Mathias Nyman &lt;mathias.nyman@linux.intel.com&gt;Co-developed-by: Wesley Cheng &lt;quic_wcheng@quicinc.com&gt;Signed-off-by: Wesley Cheng &lt;quic_wcheng@quicinc.com&gt;Acked-by: Mark Brown &lt;broonie@kernel.org&gt;Link: https://lore.kernel.org/r/20250409194804.3773260-2-quic_wcheng@quicinc.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Wed, 09 Apr 2025 21:47:34 +0200</pubDate>
        <dc:creator>Mathias Nyman &lt;mathias.nyman@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>213acadd21a080fc8cda8eebe6d14cc2d4ad1332 - usb: host: u132-hcd: Delete driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#213acadd21a080fc8cda8eebe6d14cc2d4ad1332</link>
        <description>usb: host: u132-hcd: Delete driverThis driver got its last actual change in 2006 and is probably unused asnowbody should use a cardbus to USB adapter any more.If it were still used, the driver was in urgent need for maintainerlove. (Explicit kref handling, underdocumented locking, .remove() canreturn errors ...)Also the link in the (now removed) help text doesn&apos;t look activelymaintained. According to archive.org it forwarded tohttp://www.copenhagen-hotel.net/ already back in 2018.So don&apos;t waste more time on this driver and just delete it.Signed-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Link: https://lore.kernel.org/r/20230321103638.343886-1-u.kleine-koenig@pengutronix.deSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Tue, 21 Mar 2023 11:36:38 +0100</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>ec5499d338ece9db9b7590649d3cfcc4d7f9603d - xhci: split out rcar/rz support from xhci-plat.c</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#ec5499d338ece9db9b7590649d3cfcc4d7f9603d</link>
        <description>xhci: split out rcar/rz support from xhci-plat.cThe USB_XHCI_RZV2M and USB_RENESAS_USB3 select other driversbased on the enabled SoC types, which leads to build failureswhen the dependencies are not met:WARNING: unmet direct dependencies detected for USB_RZV2M_USB3DRD  Depends on [n]: USB_SUPPORT [=y] &amp;&amp; USB_GADGET [=n] &amp;&amp; (ARCH_R9A09G011 [=n] || COMPILE_TEST [=y])  Selected by [m]:  - USB_XHCI_RZV2M [=m] &amp;&amp; USB_SUPPORT [=y] &amp;&amp; USB [=y] &amp;&amp; USB_XHCI_HCD [=m] &amp;&amp; USB_XHCI_PLATFORM [=m] &amp;&amp; (ARCH_R9A09G011 [=n] || COMPILE_TEST [=y])ERROR: modpost: &quot;rzv2m_usb3drd_reset&quot; [drivers/usb/host/xhci-plat-hcd.ko] undefined!The xhci-rcar driver has a reverse dependency with the xhci core, and itdepends on the UDC driver in turn. To untangle this, make the xhci-rcar.kodriver a standalone module that just calls into the xhci-plat.ko modulelike other drivers do.This allows handling the dependency on the USB_RZV2M_USB3DRD driver toonly affect the xhci-rcar module and simplify the xhci-plat module.It also allows leaving out the hacks for broken dma mask and nesteddevices from the rcar side and keep that only in the generic xhci driver.As a future cleanup, the marvell and dwc3 specific bits of xhci-plat.ccould be moved out as well, but that is not required for this bugfix.Fixes: c52c9acc415e (&quot;xhci: host: Add Renesas RZ/V2M SoC support&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Tested-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Link: https://lore.kernel.org/r/20230131150531.12347-1-arnd@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Tue, 31 Jan 2023 16:04:31 +0100</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>c52c9acc415eb6ff54f658492f8c53da0fc3528a - xhci: host: Add Renesas RZ/V2M SoC support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#c52c9acc415eb6ff54f658492f8c53da0fc3528a</link>
        <description>xhci: host: Add Renesas RZ/V2M SoC supportRZ/V2M is similar to R-Car XHCI but it doesn&apos;t require anyfirmware, we need to reset the USB Host reset release in DRD Modulebefore accessing host registers.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Link: https://lore.kernel.org/r/20230121145853.4792-10-biju.das.jz@bp.renesas.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Sat, 21 Jan 2023 15:58:50 +0100</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>1dd33a9f1b95ab59cd60f14a7a83fed14697867b - usb: fotg210: Collect pieces of dual mode controller</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#1dd33a9f1b95ab59cd60f14a7a83fed14697867b</link>
        <description>usb: fotg210: Collect pieces of dual mode controllerThe Faraday FOTG210 is a dual-mode OTG USB controller that canact as host, peripheral or both. To be able to probe from onehardware description and to follow the pattern of other dual-mode controllers such as MUSB or MTU3 we need to collect thetwo, currently completely separate drivers in the samedirectory.After this, users need to select the main symbol USB_FOTG210and then each respective subdriver. We pave the road tocompile both drivers into the same kernel and select theone we want to use at probe() time, and possibly add OTGsupport in the end.This patch doesn&apos;t do much more than create the new symboland collect the drivers in one place. We also add a commentfor the section of dual-mode controllers in the Kconfigfile so people can see what these selections are about.Also add myself as maintainer as there has been littleresponse on my patches to these drivers.Cc: Fabian Vogt &lt;fabian@ritter-vogt.de&gt;Cc: Yuan-Hsin Chen &lt;yhchen@faraday-tech.com&gt;Cc: Felipe Balbi &lt;balbi@kernel.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20221023144708.3596563-1-linus.walleij@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Sun, 23 Oct 2022 16:47:06 +0200</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>9dbdac024d4d9f3fc234399cb8c1f1cc6d2bcb2d - staging: octeon-usb: move driver out of staging</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#9dbdac024d4d9f3fc234399cb8c1f1cc6d2bcb2d</link>
        <description>staging: octeon-usb: move driver out of stagingThe Octeon usb driver has been in staging for a long time and used inUbiquiti routers for a while now.It&apos;s been built and then tested on real hardware with several usb devicesand it is proven to be stable and ready to be moved to its proper placein the kernel tree.Move it to drivers/usb/host and adjust its Makefile, Kconfig and defconfigdependencies.Many thanks to the developers who made it happen.Signed-off-by: Artur Bujdoso &lt;artur.bujdoso@gmail.com&gt;Link: https://lore.kernel.org/r/Yo0HBIlSXOBM+//9@cruxSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Tue, 24 May 2022 18:25:40 +0200</pubDate>
        <dc:creator>Artur Bujdoso &lt;artur.bujdoso@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>494ed3997d752810b67cb75d4721b59996cfec38 - usb: Introduce Xen pvUSB frontend (xen hcd)</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#494ed3997d752810b67cb75d4721b59996cfec38</link>
        <description>usb: Introduce Xen pvUSB frontend (xen hcd)Introduces the Xen pvUSB frontend. With pvUSB it is possible for a XendomU to communicate with a USB device assigned to that domU. Thecommunication is all done via the pvUSB backend in a driver domain(usually Dom0) which is owner of the physical device.The pvUSB frontend is a USB hcd for a virtual USB host connector.The code is taken from the pvUSB implementation in Xen done by Fujitsubased on Linux kernel 2.6.18.Changes from the original version are:- port to upstream kernel- put all code in just one source file- move module to appropriate location in kernel tree- adapt to Linux style guide- minor code modifications to increase readabilitySigned-off-by: Juergen Gross &lt;jgross@suse.com&gt;Link: https://lore.kernel.org/r/20211123132048.5335-3-jgross@suse.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Tue, 23 Nov 2021 14:20:47 +0100</pubDate>
        <dc:creator>Juergen Gross &lt;jgross@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>14295a150050acfc3a1260ee3d2114b0b824199f - usb: xhci-mtk: support to build xhci-mtk-hcd.ko</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#14295a150050acfc3a1260ee3d2114b0b824199f</link>
        <description>usb: xhci-mtk: support to build xhci-mtk-hcd.koCurrently xhci-hcd.ko building depends on USB_XHCI_MTK, thisis not flexible for some cases. For example:USB_XHCI_HCD is y, and USB_XHCI_MTK is m, then we can&apos;timplement extended functions if only update xhci-mtk.koThis patch is used to remove the dependence.Acked-by: Mathias Nyman &lt;mathias.nyman@linux.intel.com&gt;Signed-off-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Link: https://lore.kernel.org/r/0b62e21ddfacc1c2874726dd27ccab80c993f303.1615170625.git.chunfeng.yun@mediatek.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Mon, 08 Mar 2021 03:52:04 +0100</pubDate>
        <dc:creator>Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>c3590c7656fb103db193e3538cb52b420985482c - usb: host: ehci-tegra: Remove the driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#c3590c7656fb103db193e3538cb52b420985482c</link>
        <description>usb: host: ehci-tegra: Remove the driverThe ChipIdea driver now provides USB2 host mode support for NVIDIA TegraSoCs. The ehci-tegra driver is obsolete now, remove it and redirect theolder Kconfig entry to the CI driver.Tested-by: Matt Merhar &lt;mattmerhar@protonmail.com&gt;Tested-by: Nicolas Chauvet &lt;kwizart@gmail.com&gt;Tested-by: Peter Geis &lt;pgwipeout@gmail.com&gt;Tested-by: Ion Agorria &lt;ion@agorria.com&gt;Acked-by: Thierry Reding &lt;treding@nvidia.com&gt;Acked-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Acked-by: Peter Chen &lt;peter.chen@kernel.org&gt;Signed-off-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Link: https://lore.kernel.org/r/20201218120246.7759-9-digetx@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Fri, 18 Dec 2020 13:02:45 +0100</pubDate>
        <dc:creator>Dmitry Osipenko &lt;digetx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e7018751d2e603381ae6028ba4dd21ec45ce38bb - usb: host: ehci-mxc: Remove the driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#e7018751d2e603381ae6028ba4dd21ec45ce38bb</link>
        <description>usb: host: ehci-mxc: Remove the driverThe ehci-mxc driver was only used by i.MX non-DT platforms.Since 5.10-rc1, i.MX has been converted to a DT-only platform and allboard files are gone.Remove the ehci-mxc driver as there are no more users at all.Acked-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;Link: https://lore.kernel.org/r/20201113171231.2205-1-festevam@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Fri, 13 Nov 2020 18:12:31 +0100</pubDate>
        <dc:creator>Fabio Estevam &lt;festevam@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e625f3dede4a2df6df914b4a0fb3e49379676dfc - usb: host: imx21-hcd: Remove the driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#e625f3dede4a2df6df914b4a0fb3e49379676dfc</link>
        <description>usb: host: imx21-hcd: Remove the driverSince commit 4b563a066611 (&quot;ARM: imx: Remove imx21 support&quot;) the imx21SoC is no longer supported.Get rid of its USB driver too, which is now unused.Acked-by: Peter Chen &lt;peter.chen@nxp.com&gt;Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;Link: https://lore.kernel.org/r/20201109210813.21382-1-festevam@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Mon, 09 Nov 2020 22:08:13 +0100</pubDate>
        <dc:creator>Fabio Estevam &lt;festevam@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8bd5741e3145e40c1e4f422fa5f1b9d7fe0644b3 - usb: renesas-xhci: Add the renesas xhci driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#8bd5741e3145e40c1e4f422fa5f1b9d7fe0644b3</link>
        <description>usb: renesas-xhci: Add the renesas xhci driverThis add a new driver for renesas xhci which is basically a firmwareloader for uPD720201 and uPD720202 w/o ROM. The xhci-pci driver willinvoke this driver for loading/unloading on relevant devices.This patch adds a firmware loader for the uPD720201K8-711-BAC-Aand uPD720202K8-711-BAA-A variant. Both of these chips are listedin Renesas&apos; R19UH0078EJ0500 Rev.5.00 &quot;User&apos;s Manual: Hardware&quot; asdevices which need the firmware loader on page 2 in order towork as they &quot;do not support the External ROM&quot;.The &quot;Firmware Download Sequence&quot; is describe in chapter&quot;7.1 FW Download Interface&quot; R19UH0078EJ0500 Rev.5.00 page 131.The firmware &quot;K2013080.mem&quot; is available from a USB3.0 Host toPCIe Adapter (PP2U-E card) &quot;Firmware download&quot; archive. Analternative version can be sourced from Netgear&apos;s WNDR4700 GPLarchives.The release notes of the PP2U-E&apos;s &quot;Firmware Download&quot; ver 2.0.1.3(2012-06-15) state that the firmware is for the following devices: - uPD720201 ES 2.0 sample whose revision ID is 2. - uPD720201 ES 2.1 sample &amp; CS sample &amp; Mass product, ID is 3. - uPD720202 ES 2.0 sample &amp; CS sample &amp; Mass product, ID is 2.[vkoul: fixed comments:	used macros for timeout count and delay	removed renesas_fw_alive_check	cleaned renesas_fw_callback	removed recursion for renesas_fw_download	add register defines and field names	move to a separate file	make fw loader as sync probe so that we execute in probe and        prevent race	make xhci-pci-renesas a seprate module]Signed-off-by: Christian Lamparter &lt;chunkeey@googlemail.com&gt;Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;Link: https://lore.kernel.org/r/20200514122039.300417-3-vkoul@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Thu, 14 May 2020 14:20:37 +0200</pubDate>
        <dc:creator>Christian Lamparter &lt;chunkeey@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>c33f4f24b888236b725a9972e0fe5ac6575c68ec - usb: host: Add ability to build new Broadcom STB USB drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#c33f4f24b888236b725a9972e0fe5ac6575c68ec</link>
        <description>usb: host: Add ability to build new Broadcom STB USB driversAdd the build system changes needed to get the Broadcom STB XHCI,EHCI and OHCI functionality working. The OHCI support does notrequire anything unique to Broadcom so the standard ohci-platformdriver is being used. Also update MAINTAINERS.Signed-off-by: Al Cooper &lt;alcooperx@gmail.com&gt;Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Link: https://lore.kernel.org/r/20200512150019.25903-6-alcooperx@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Tue, 12 May 2020 17:00:19 +0200</pubDate>
        <dc:creator>Al Cooper &lt;alcooperx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a190d94830c30e41bd5fbdf803a636263208fa2e - usb: remove ehci-w90x900 driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#a190d94830c30e41bd5fbdf803a636263208fa2e</link>
        <description>usb: remove ehci-w90x900 driverThe ARM w90x900 platform is getting removed, so this driver is obsolete.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20190809202749.742267-16-arnd@arndb.deSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Fri, 09 Aug 2019 22:27:43 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>71ed79b0e4be0db254640c3beb9a1a0316eb5f61 - USB: Move wusbcore and UWB to staging as it is obsolete</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#71ed79b0e4be0db254640c3beb9a1a0316eb5f61</link>
        <description>USB: Move wusbcore and UWB to staging as it is obsoleteThe UWB and wusbcore code is long obsolete, so let us just move the codeout of the real part of the kernel and into the drivers/staging/location with plans to remove it entirely in a few releases.Link: https://lore.kernel.org/r/20190806101509.GA11280@kroah.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Tue, 06 Aug 2019 12:15:09 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0440fa3d1b4eb3a75b806b6538a3f9547dec4eef - USB: EHCI: make ehci-mv a separate driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#0440fa3d1b4eb3a75b806b6538a3f9547dec4eef</link>
        <description>USB: EHCI: make ehci-mv a separate driverThis is done do that it could be enabled alongside other platform EHCIglue drivers on multiplatform kernels.Signed-off-by: Lubomir Rintel &lt;lkundrak@v3.sk&gt;Acked-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Wed, 22 Aug 2018 22:42:56 +0200</pubDate>
        <dc:creator>Lubomir Rintel &lt;lkundrak@v3.sk&gt;</dc:creator>
    </item>
<item>
        <title>df44831ee2dde0d61f17ca86069f2c992c0dae95 - USB host: Add USB ehci support for nuvoton npcm7xx platform</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#df44831ee2dde0d61f17ca86069f2c992c0dae95</link>
        <description>USB host: Add USB ehci support for nuvoton npcm7xx platformThis patch adds support for ehci controller for the Nuvotonnpcm7xx platform.Most of the code was taken from ehci-spear.c + specific initializationcodeSigned-off-by: Avi Fishman &lt;AviFishman70@gmail.com&gt;Acked-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Wed, 20 Jun 2018 08:33:04 +0200</pubDate>
        <dc:creator>Avi Fishman &lt;AviFishman70@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c508f41da07882602d7eda9268febbefc095695a - xhci: hisilicon: support HiSilicon STB xHCI host controller</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Makefile#c508f41da07882602d7eda9268febbefc095695a</link>
        <description>xhci: hisilicon: support HiSilicon STB xHCI host controllerThis commit adds support for HiSilicon STB xHCI host controller.There are two xHCI host controllers on HiSilicon STB SoCs. Eachone requires additional configuration before exposing interfacecompliant with xHCI.Reviewed-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Signed-off-by: Jianguo Sun &lt;sunjianguo1@huawei.com&gt;Signed-off-by: Mathias Nyman &lt;mathias.nyman@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Makefile</description>
        <pubDate>Mon, 21 May 2018 15:39:51 +0200</pubDate>
        <dc:creator>Jianguo Sun &lt;sunjianguo1@huawei.com&gt;</dc:creator>
    </item>
</channel>
</rss>
