<?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>70f13579 - usb: chipidea: Add support for NPCM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#70f13579</link>
        <description>usb: chipidea: Add support for NPCMAdd Nuvoton NPCM BMC SoCs support to USB ChipIdea driver.NPCM SoC includes ChipIdea IP block that is used for USB device controllermode.Signed-off-by: Tomer Maimon &lt;tmaimon77@gmail.com&gt;Acked-by: Peter Chen &lt;peter.chen@kernel.org&gt;Link: https://lore.kernel.org/r/20231017195903.1665260-4-tmaimon77@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Tue, 17 Oct 2023 19:59:03 +0000</pubDate>
        <dc:creator>Tomer Maimon &lt;tmaimon77@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d818320e - usb: chipidea: make configs for glue drivers visible with EXPERT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#d818320e</link>
        <description>usb: chipidea: make configs for glue drivers visible with EXPERTCommit 6a108a14fa35 (&quot;kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT&quot;)introduces CONFIG_EXPERT to carry the previous intent of CONFIG_EMBEDDEDand just gives that intent a much better name. That has been clearly a goodand long overdue renaming, and it is clearly an improvement to the kernelbuild configuration that has shown to help managing the kernel buildconfiguration in the last decade.However, rather than bravely and radically just deleting CONFIG_EMBEDDED,this commit gives CONFIG_EMBEDDED a new intended semantics, but keeps itopen for future contributors to implement that intended semantics:    A new CONFIG_EMBEDDED option is added that automatically selects    CONFIG_EXPERT when enabled and can be used in the future to isolate    options that should only be considered for embedded systems (RISC    architectures, SLOB, etc).Since then, this CONFIG_EMBEDDED implicitly had two purposes:  - It can make even more options visible beyond what CONFIG_EXPERT makes    visible. In other words, it may introduce another level of enabling the    visibility of configuration options: always visible, visible with    CONFIG_EXPERT and visible with CONFIG_EMBEDDED.  - Set certain default values of some configurations differently,    following the assumption that configuring a kernel build for an    embedded system generally starts with a different set of default values    compared to kernel builds for all other kind of systems.Considering the first purpose, at the point in time where CONFIG_EMBEDDEDwas renamed to CONFIG_EXPERT, CONFIG_EXPERT already made 130 more optionsbecome visible throughout all different menus for the kernel configuration.Over the last decade, this has gradually increased, so that currently, withCONFIG_EXPERT, roughly 170 more options become visible throughout alldifferent menus for the kernel configuration. In comparison, currently withCONFIG_EMBEDDED enabled, just seven more options are visible, one in x86,one in arm, and five for the ChipIdea Highspeed Dual Role Controller.As the numbers suggest, these two levels of enabling the visibility of evenmore configuration options---beyond what CONFIG_EXPERT enables---neverevolved to a good solution in the last decade. In other words, thisadditional level of visibility of configuration option with CONFIG_EMBEDDEDcompared to CONFIG_EXPERT has since its introduction never become reallyvaluable. It requires quite some investigation to actually understand whatis additionally visible and it does not differ significantly in complexitycompared to just enabling CONFIG_EXPERT. This CONFIG_EMBEDDED---or anyother config to show more detailed options beyond CONFIG_EXPERT---isunlikely to be valuable unless somebody puts significant effort inidentifying how such visibility options can be properly split and creatingclear criteria, when some config option is visible with CONFIG_EXPERT andwhen some config option is visible only with some further option enabledbeyond CONFIG_EXPERT, such as CONFIG_EMBEDDED attempted to do. For now, itis much more reasonable to simply make those additional seven options thatvisible with CONFIG_EMBEDDED, visible with CONFIG_EXPERT, and then removeCONFIG_EMBEDDED. If anyone spends significant effort in structuring thevisibility of config options, they may re-introduce suitable new configoptions simply as they see fit.Make the configs for usb chipidea glue drivers visible when CONFIG_EXPERTis enabled.Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Link: https://lore.kernel.org/r/20220908104337.11940-5-lukas.bulwahn@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Thu, 08 Sep 2022 10:43:35 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fc53d527 - usb: chipidea: tegra: Support host mode</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#fc53d527</link>
        <description>usb: chipidea: tegra: Support host modeAdd USB host mode to the Tegra HDRC driver. This allows us to benefit fromsupport provided by the generic ChipIdea driver instead of duplicating theeffort in a separate ehci-tegra driver.Tested-by: Matt Merhar &lt;mattmerhar@protonmail.com&gt;Tested-by: Nicolas Chauvet &lt;kwizart@gmail.com&gt;Tested-by: Ion Agorria &lt;ion@agorria.com&gt;Acked-by: Thierry Reding &lt;treding@nvidia.com&gt;Acked-by: Peter Chen &lt;peter.chen@kernel.org&gt;Signed-off-by: Peter Geis &lt;pgwipeout@gmail.com&gt;Signed-off-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Link: https://lore.kernel.org/r/20201218120246.7759-6-digetx@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Fri, 18 Dec 2020 12:02:42 +0000</pubDate>
        <dc:creator>Peter Geis &lt;pgwipeout@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>711e2344 - usb: chipidea: tegra: Rename UDC to USB</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#711e2344</link>
        <description>usb: chipidea: tegra: Rename UDC to USBRename all occurrences in the code from &quot;udc&quot; to &quot;usb&quot; and change theKconfig entry in order to show that this driver supports USB modes otherthan device-only mode. The follow up patch will add host-mode support andit will be cleaner to perform the renaming separately, i.e. in this patch.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: 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-5-digetx@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Fri, 18 Dec 2020 12:02:41 +0000</pubDate>
        <dc:creator>Dmitry Osipenko &lt;digetx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>95caa2ae - usb: chipidea: allow disabling glue drivers if EMBEDDED</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#95caa2ae</link>
        <description>usb: chipidea: allow disabling glue drivers if EMBEDDEDAllow to cut down on driver size for embedded config.Signed-off-by: Micha&#322; Miros&#322;aw &lt;mirq-linux@rere.qmqm.pl&gt;Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Sat, 04 Apr 2020 00:00:06 +0000</pubDate>
        <dc:creator>Micha&#322; Miros&#322;aw &lt;mirq-linux@rere.qmqm.pl&gt;</dc:creator>
    </item>
<item>
        <title>7d999a7d - usb: chipidea: tegra: Add USB_TEGRA_PHY to driver&apos;s dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#7d999a7d</link>
        <description>usb: chipidea: tegra: Add USB_TEGRA_PHY to driver&apos;s dependenciesAdd build dependency on USB_TEGRA_PHY since UDC driver isn&apos;t usablewithout the PHY.Signed-off-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Link: https://lore.kernel.org/r/20200106013416.9604-19-digetx@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Mon, 06 Jan 2020 01:34:14 +0000</pubDate>
        <dc:creator>Dmitry Osipenko &lt;digetx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>05559f10 - usb: chipidea: add role switch class support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#05559f10</link>
        <description>usb: chipidea: add role switch class supportUSB role is fully controlled by usb role switch consumer(e.g. typec),usb port can be at host mode(USB_ROLE_HOST), device mode connected tohost(USB_ROLE_DEVICE), or not connecting any partner(USB_ROLE_NONE).Signed-off-by: Li Jun &lt;jun.li@nxp.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Mon, 26 Aug 2019 10:25:12 +0000</pubDate>
        <dc:creator>Li Jun &lt;jun.li@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/chipidea/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/chipidea/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>a930d8bd - usb: chipidea: Always build ULPI code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#a930d8bd</link>
        <description>usb: chipidea: Always build ULPI codeCommit 03e6275ae381 (&quot;usb: chipidea: Fix ULPI on imx51&quot;) causes a kernelhang on imx51 systems that use the ULPI interface and do not select theCONFIG_USB_CHIPIDEA_ULPI option.In order to avoid such potential misuse, let&apos;s always build thechipidea ULPI code into the final ci_hdrc object.Tested on a imx51-babbage board.Fixes: 03e6275ae381 (&quot;usb: chipidea: Fix ULPI on imx51&quot;)Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Wed, 04 Jul 2018 13:09:58 +0000</pubDate>
        <dc:creator>Fabio Estevam &lt;fabio.estevam@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>2a53e060 - usb: chipidea: fix trivial typo in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#2a53e060</link>
        <description>usb: chipidea: fix trivial typo in KconfigThis patch fixes a trivial typo to get the module name ci_hdrc.ko correct.Signed-off-by: Christoph Fritz &lt;chf.fritz@googlemail.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Tue, 24 Oct 2017 10:15:50 +0000</pubDate>
        <dc:creator>Christoph Fritz &lt;chf.fritz@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>2c93e790 - usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#2c93e790</link>
        <description>usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWa lot of embeded system SOC (e.g. freescale T2080) have bothPCI and USB modules. But USB module is controlled by registers directly,it have no relationship with PCI module.when say N here it will not build PCI related code in USB driver.Signed-off-by: yuan linyu &lt;Linyu.Yuan@alcatel-sbell.com.cn&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/chipidea/Kconfig</description>
        <pubDate>Sat, 25 Feb 2017 11:20:55 +0000</pubDate>
        <dc:creator>yuan linyu &lt;Linyu.Yuan@alcatel-sbell.com.cn&gt;</dc:creator>
    </item>
<item>
        <title>1b8fc5a5 - usb: chipidea: msm: Add reset controller for PHY POR bit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#1b8fc5a5</link>
        <description>usb: chipidea: msm: Add reset controller for PHY POR bitThe MSM chipidea wrapper has two bits that are used to reset thefirst or second phy. Add support for these bits via the resetcontroller framework, so that phy drivers can reset theirhardware at the right time during initialization.Acked-by: Peter Chen &lt;peter.chen@nxp.com&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Signed-off-by: Stephen Boyd &lt;stephen.boyd@linaro.org&gt;Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Wed, 28 Dec 2016 22:57:05 +0000</pubDate>
        <dc:creator>Stephen Boyd &lt;stephen.boyd@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>7bb7e9b1 - usb: chipidea: Add support for ULPI PHY bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#7bb7e9b1</link>
        <description>usb: chipidea: Add support for ULPI PHY busSome phys for the chipidea controller are controlled via the ULPIviewport. Add support for the ULPI bus so that these sorts ofphys can be probed and read/written automatically without havingto duplicate the viewport logic in each phy driver.Acked-by: Peter Chen &lt;peter.chen@nxp.com&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Stephen Boyd &lt;stephen.boyd@linaro.org&gt;Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Wed, 28 Dec 2016 22:56:55 +0000</pubDate>
        <dc:creator>Stephen Boyd &lt;stephen.boyd@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>fb67cb00 - usb: chipidea: Kconfig: improve Kconfig help text</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#fb67cb00</link>
        <description>usb: chipidea: Kconfig: improve Kconfig help textChipidea driver has been updated a lot, and more functions are supported,update Kconfig help text accordingly.Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Thu, 16 Jun 2016 07:41:40 +0000</pubDate>
        <dc:creator>Peter Chen &lt;peter.chen@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>383da245 - usb: chipidea: delete static debug support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#383da245</link>
        <description>usb: chipidea: delete static debug supportSince we have dynamic debug support, delete static debug for chipideaSigned-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Tue, 27 Oct 2015 08:08:30 +0000</pubDate>
        <dc:creator>Peter Chen &lt;peter.chen@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>3ecb3e09 - usb: chipidea: Use extcon framework for VBUS and ID detect</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#3ecb3e09</link>
        <description>usb: chipidea: Use extcon framework for VBUS and ID detectOn recent Qualcomm platforms VBUS and ID lines are not routed toUSB PHY LINK controller. Use extcon framework to receive connectand disconnect ID and VBUS notification.Signed-off-by: Ivan T. Ivanov &lt;ivan.ivanov@linaro.org&gt;Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Mon, 07 Sep 2015 11:45:25 +0000</pubDate>
        <dc:creator>Ivan T. Ivanov &lt;ivan.ivanov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>db7869ca - chipidea: pci: make it depends on NOP_USB_XCEIV</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#db7869ca</link>
        <description>chipidea: pci: make it depends on NOP_USB_XCEIVAfter commit ba1aff67f99a (chipidea: pci: register nop PHY) the PCI glue driverrequires nop-PHY to be selected. Thus, make it an explicit dependency.Reported-by: kbuild test robot &lt;fengguang.wu@intel.com&gt;Fixes: ba1aff67f99a (chipidea: pci: register nop PHY)Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Fri, 20 Mar 2015 08:28:08 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d728189d - chipidea: introduce specific Kconfig options for glue drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#d728189d</link>
        <description>chipidea: introduce specific Kconfig options for glue driversThis patch introduces USB_CHIPIDEA_PCI and USB_CHIPIDEA_OF Kconfig options, oneper each specific glue driver. This is needed to provide different dependenciesthey have.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Fri, 20 Mar 2015 08:28:07 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2c740336 - usb: chipidea: USB_CHIPIDEA should depend on HAS_DMA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#2c740336</link>
        <description>usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAIf NO_DMA=y:drivers/built-in.o: In function `dma_set_coherent_mask&apos;:include/linux/dma-mapping.h:93: undefined reference to `dma_supported&apos;Reviewed-and-tested-by: Peter Chen &lt;peter.chen@freescale.com&gt;Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Tue, 17 Sep 2013 04:37:25 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>a0cfdc6b - usb: chipidea: improve kconfig 2.0</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/chipidea/Kconfig#a0cfdc6b</link>
        <description>usb: chipidea: improve kconfig 2.0This patch provides a cleaner solution to the problem described incommit 20a677fd (&quot;usb: chipidea: improve kconfig&quot;).The goal to be achieved is to force USB_CHIPIDEA=m if eitherUSB_EHCI_HCD=m or USB_GADGET=m.If both are &apos;y&apos; USB_CHIPIDEA may be selected to be &apos;m&apos; or &apos;y&apos;.The old patch had the drawback, that USB_CHIPIDEA could be chosen as&apos;y&apos; though USB_EHCI_HCD or USB_GADGET (or both) were &apos;m&apos; leading to asituation where USB_CHIPIDEA_HOST or USB_CHIPIDEA_UDC vanished fromthe config options producing a compilable but dysfunctional driver.Signed-off-by: Lothar Wa&#223;mann &lt;LW@KARO-electronics.de&gt;Reviewed-by: Peter Chen &lt;peter.chen@freescale.com&gt;Signed-off-by: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/chipidea/Kconfig</description>
        <pubDate>Wed, 14 Aug 2013 09:43:58 +0000</pubDate>
        <dc:creator>Lothar Wa&#223;mann &lt;LW@KARO-electronics.de&gt;</dc:creator>
    </item>
</channel>
</rss>
