<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>52e24f8c - usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#52e24f8c</link>
        <description>usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirkIn a future patch HAS_IOPORT=n will result in inb()/outb() and friendsnot being declared. In the pci-quirks case the I/O port acceses areused in the quirks for several AMD south bridges, Add a config optionfor the AMD quirks to depend on HAS_IOPORT and #ifdef the quirk code.Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20230911125653.1393895-3-schnelle@linux.ibm.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Mon, 11 Sep 2023 12:56:52 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>d629c0e2 - usb: move config USB_USS720 to usb&apos;s misc Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#d629c0e2</link>
        <description>usb: move config USB_USS720 to usb&apos;s misc KconfigThe USS720 parport driver source code is in drivers/usb/misc/, thecorresponding config is defined in drivers/usb/Kconfig. Some digging in thekernel&apos;s history revealed no good reason why it needs to be defined inUSB&apos;s top-level Kconfig file, and why the config for the USS720 parportdriver should be the first in the list of USB port drivers, while all otherconfigs for drivers in drivers/usb/misc are in the USB Miscellaneous driverconfiguration file.Most probably, it was simply considered a bit more special when the USBMiscellaneous driver configuration file (drivers/usb/misc/Config.in backthen) was initially created, and this config simply survived to remain atthe top-level USB Kconfig file with all further code/Kconfigtransformations and additions later on. Users rarely notice this configbeing at this position, as CONFIG_PARPORT (Parallel port support) needs tobe enabled and only few users enable that. Nowadays, this USB_USS720 driveris probably not that special that it needs to be listed as first item ofthe USB port drivers.Move the configuration of the USS720 parport driver to the top of the USBMiscellaneous drivers section, as the configurations does not have a lot ofspecific ordering USB Miscellaneous drivers. This way, the USS720 parportdriver is moved to the comment &quot;USB Miscellaneous drivers&quot;, fitting to thedriver&apos;s source code location, but still is at the top of the list forthose few acquainted users of Kconfig UIs that might be looking for theconfig that was once at the top of the list of the USB port drivers.Put this config definition to a more local place. No semantic change.Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Link: https://lore.kernel.org/r/20230329075125.32352-1-lukas.bulwahn@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Wed, 29 Mar 2023 07:51:25 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1dd33a9f - usb: fotg210: Collect pieces of dual mode controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#1dd33a9f</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-6.15/drivers/usb/Kconfig</description>
        <pubDate>Sun, 23 Oct 2022 14:47:06 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>e77939ee - usb: remove reference to deleted config STB03xxx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#e77939ee</link>
        <description>usb: remove reference to deleted config STB03xxxCommit 7583b63c343c (&quot;powerpc/40x: Remove STB03xxx&quot;) removes the configSTB03xxx, but left a reference in ./drivers/usb/Kconfig behind.Hence, ./scripts/checkkconfigsymbols.py warns:STB03xxxReferencing files: drivers/usb/KconfigRemove this reference to the deleted config.Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Link: https://lore.kernel.org/r/20210818071137.22711-4-lukas.bulwahn@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Wed, 18 Aug 2021 07:11:37 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>12b591bc - usb: common: create Kconfig file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#12b591bc</link>
        <description>usb: common: create Kconfig fileCreate Kconfig file for USB common core, and move USB_LED_TRIGand USB_ULPI_BUS configs into the new file from the parent Kconfig,it will help to add new configs later.Signed-off-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Link: https://lore.kernel.org/r/1567070558-29417-10-git-send-email-chunfeng.yun@mediatek.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Thu, 29 Aug 2019 09:22:36 +0000</pubDate>
        <dc:creator>Chunfeng Yun &lt;chunfeng.yun@mediatek.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/Kconfig#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/Kconfig</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>71ed79b0 - USB: Move wusbcore and UWB to staging as it is obsolete</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#71ed79b0</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-6.15/drivers/usb/Kconfig</description>
        <pubDate>Tue, 06 Aug 2019 10:15:09 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>de4ad1b1 - Revert &quot;usb:cdns3 Add Cadence USB3 DRD Driver&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#de4ad1b1</link>
        <description>Revert &quot;usb:cdns3 Add Cadence USB3 DRD Driver&quot;This reverts commit 8bc1901ca7b07d864fca11461b3875b31f949765.It&apos;s broken.Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Cc: Felipe Balbi &lt;balbi@kernel.org&gt;Cc: Pawel Laszczak &lt;pawell@cadence.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Thu, 04 Jul 2019 11:01:33 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&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/Kconfig#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/Kconfig</description>
        <pubDate>Tue, 02 Jul 2019 13:38:01 +0000</pubDate>
        <dc:creator>Pawel Laszczak &lt;pawell@cadence.com&gt;</dc:creator>
    </item>
<item>
        <title>ecefae6d - docs: usb: rename files to .rst and add them to drivers-api</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#ecefae6d</link>
        <description>docs: usb: rename files to .rst and add them to drivers-apiWhile there are a mix of things here, most of the stuffwere written from Kernel developer&apos;s PoV. So, add them tothe driver-api book.A follow up for this patch would be to move documents fromthere that are specific to sysadmins, adding them to theadmin-guide.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;Acked-by: Johan Hovold &lt;johan@kernel.org&gt;Acked-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Tue, 18 Jun 2019 21:05:38 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b0310c2f - USB: use genalloc for USB HCs with local memory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#b0310c2f</link>
        <description>USB: use genalloc for USB HCs with local memoryFor HCs that have local memory, replace the current DMA API usage witha genalloc generic allocator to manage the mappings for these devices.To help users, introduce a new HCD API, usb_hcd_setup_local_mem() thatwill setup up the genalloc backing up the device local memory. It willbe used in subsequent patches.  This is in preparation for droppingthe existing &quot;coherent&quot; dma mem declaration APIs.  The currentimplementation was relying on a short circuit in the DMA API that inthe end, was acting as an allocator for these type of devices.Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;Tested-by: Fredrik Noring &lt;noring@nocrew.org&gt;Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Wed, 29 May 2019 10:28:40 +0000</pubDate>
        <dc:creator>Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>cae8dc3b - USB: add missing SPDX lines to Kconfig and Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#cae8dc3b</link>
        <description>USB: add missing SPDX lines to Kconfig and MakefilesThere are a few remaining drivers/usb/ files that do not have SPDXidentifiers in them, all of these are either Kconfig or Makefiles.  Addthe correct GPL-2.0 identifier to them to make scanning tools happy.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Thu, 17 Jan 2019 08:23:50 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c3788cd9 - usb: roles: Add a description for the class to Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#c3788cd9</link>
        <description>usb: roles: Add a description for the class to KconfigThat makes the USB role switch support option visible andselectable for the user. The class driver is also moved todrivers/usb/roles/ directory.This will fix an issue that we have with the Intel USB roleswitch driver on systems that don&apos;t have USB Type-C connectors:Intel USB role switch driver depends on the USB role switchclass as it should, but since there was no way for the userto enable the USB role switch class, there was also no wayto select that driver. USB Type-C drivers select the USBrole switch class which makes the Intel USB role switchdriver available and therefore hides the problem.So in practice Intel USB role switch driver was depending onUSB Type-C drivers.Fixes: f6fb9ec02be1 (&quot;usb: roles: Add Intel xHCI USB role switch driver&quot;)Cc: &lt;stable@vger.kernel.org&gt;Signed-off-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/Kconfig</description>
        <pubDate>Wed, 12 Dec 2018 17:13:55 +0000</pubDate>
        <dc:creator>Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>602f4fb7 - usb: select USB_COMMON for usb role switch config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#602f4fb7</link>
        <description>usb: select USB_COMMON for usb role switch configThe new axp288 extcon driver has no dependency on USB itself butcalls the usb role switch helper functions. This causes a link errorwhen USB_COMMON is disabled, as that subdirectory never gets entered:drivers/extcon/extcon-axp288.o: In function `axp288_usb_role_work&apos;:extcon-axp288.c:(.text+0x47b): undefined reference to `usb_role_switch_set_role&apos;extcon-axp288.c:(.text+0x498): undefined reference to `usb_role_switch_get_role&apos;drivers/extcon/extcon-axp288.o: In function `axp288_extcon_probe&apos;:extcon-axp288.c:(.text+0x675): undefined reference to `usb_role_switch_get&apos;extcon-axp288.c:(.text+0x6d1): undefined reference to `usb_role_switch_put&apos;drivers/extcon/extcon-axp288.o: In function `axp288_put_role_sw&apos;:extcon-axp288.c:(.text+0x1c): undefined reference to `usb_role_switch_put&apos;There are multiple ways of fixing this, I chose to &apos;select USB_COMMON&apos;,since that is how we solved the same problem for other helpers likeUSB_LED_TRIG or PHY drivers.Fixes: d54f063cdbe4 (&quot;extcon: axp288: Set USB role where necessary&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Wed, 04 Apr 2018 12:21:53 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>f6fb9ec0 - usb: roles: Add Intel xHCI USB role switch driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#f6fb9ec0</link>
        <description>usb: roles: Add Intel xHCI USB role switch driverVarious Intel SoCs (Cherry Trail, Broxton and others) have an internal USBrole switch for swiching the OTG USB data lines between the xHCI hostcontroller and the dwc3 gadget controller.Note on some Cherry Trail systems there is ACPI/AML code listening toedge interrupts on the id-pin (through an _AIE ACPI method) and switchingthe role between ROLE_HOST and ROLE_NONE based on the id-pin. Note it doesnot set the role to ROLE_DEVICE, because device-mode is usually not usedunder Windows.The presence of AML code which modifies the cfg0 reg (on some systems)means that our read/write/modify of cfg0 may race with the AML codedoing the same to avoid this we take the global ACPI lock while doingthe read/write/modify.Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Signed-off-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/Kconfig</description>
        <pubDate>Tue, 20 Mar 2018 12:57:10 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>fde0aa6c - usb: common: Small class for USB role switches</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#fde0aa6c</link>
        <description>usb: common: Small class for USB role switchesUSB role switch is a device that can be used to choose thedata role for USB connector. With dual-role capable USBcontrollers, the controller itself will be the switch, buton some platforms the USB host and device controllers areseparate IPs and there is a mux between them and theconnector. On those platforms the mux driver will need toregister the switch.With USB Type-C connectors, the host-to-device relationshipis negotiated over the Configuration Channel (CC). Thatmeans the USB Type-C drivers need to be in control of therole switch. The class provides a simple API for the USBType-C drivers for the control.For other types of USB connectors (mainly microAB) the classprovides user space control via sysfs attribute file thatcan be used to request role swapping from the switch.Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Signed-off-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/Kconfig</description>
        <pubDate>Tue, 20 Mar 2018 12:57:04 +0000</pubDate>
        <dc:creator>Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5efad9ee - sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#5efad9ee</link>
        <description>sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}Now that USB_UHCI_BIG_ENDIAN_MMIO and USB_UHCI_BIG_ENDIAN_DESC are movedoutside of the USB_SUPPORT conditional, simply select them fromSPARC_LEON rather than by the symbol&apos;s defaults in drivers/usb/Kconfig,similar to how it is done for USB_EHCI_BIG_ENDIAN_MMIO andUSB_EHCI_BIG_ENDIAN_DESC.Signed-off-by: James Hogan &lt;jhogan@kernel.org&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Corentin Labbe &lt;clabbe.montjoie@gmail.com&gt;Cc: sparclinux@vger.kernel.orgCc: linux-usb@vger.kernel.orgAcked-by: David S. Miller &lt;davem@davemloft.net&gt;Patchwork: https://patchwork.linux-mips.org/patch/18560/

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Wed, 31 Jan 2018 22:24:46 +0000</pubDate>
        <dc:creator>James Hogan &lt;jhogan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec897569 - usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#ec897569</link>
        <description>usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORTMove the Kconfig symbols USB_UHCI_BIG_ENDIAN_MMIO andUSB_UHCI_BIG_ENDIAN_DESC out of drivers/usb/host/Kconfig, which isconditional upon USB &amp;&amp; USB_SUPPORT, so that it can be freely selectedby platform Kconfig symbols in architecture code.For example once the MIPS_GENERIC platform selects are fixed in commit2e6522c56552 (&quot;MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN&quot;), the MIPS32r6_defconfig warns like so:warning: (MIPS_GENERIC) selects USB_UHCI_BIG_ENDIAN_MMIO which has unmet direct dependencies (USB_SUPPORT &amp;&amp; USB)warning: (MIPS_GENERIC) selects USB_UHCI_BIG_ENDIAN_DESC which has unmet direct dependencies (USB_SUPPORT &amp;&amp; USB)Fixes: 2e6522c56552 (&quot;MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN&quot;)Signed-off-by: James Hogan &lt;jhogan@kernel.org&gt;Cc: Corentin Labbe &lt;clabbe.montjoie@gmail.com&gt;Cc: Ralf Baechle &lt;ralf@linux-mips.org&gt;Cc: Paul Burton &lt;paul.burton@mips.com&gt;Cc: linux-usb@vger.kernel.orgCc: linux-mips@linux-mips.orgAcked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Patchwork: https://patchwork.linux-mips.org/patch/18559/

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Wed, 31 Jan 2018 22:24:45 +0000</pubDate>
        <dc:creator>James Hogan &lt;jhogan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2bb80de7 - usb: Kconfig: clarify use of USB_PCI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/Kconfig#2bb80de7</link>
        <description>usb: Kconfig: clarify use of USB_PCIMake the intended use of this option easier to grasp.Signed-off-by: Chris Mayo &lt;aklhfex@gmail.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/Kconfig</description>
        <pubDate>Tue, 17 Oct 2017 16:54:52 +0000</pubDate>
        <dc:creator>Chris Mayo &lt;aklhfex@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
