<?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>b95d0899 - usb: use &quot;prompt&quot; instead of &quot;bool&quot; for choice prompts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#b95d0899</link>
        <description>usb: use &quot;prompt&quot; instead of &quot;bool&quot; for choice promptsSince commit fde192511bdb (&quot;kconfig: remove tristate choice support&quot;),all choice blocks are now boolean. There is no longer a need to specifythe choice type explicitly.Most choice blocks already use &quot;prompt&quot;. Before the next commit removessupport for the &quot;bool&quot; syntax in choice entries, this commit convertsthe remaining &quot;bool&quot; occurences under drivers/usb/.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Sun, 29 Sep 2024 17:32:36 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>17f93402 - usb: dwc2: override PHY input signals with usb role switch support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#17f93402</link>
        <description>usb: dwc2: override PHY input signals with usb role switch supportThis patch adds support for usb role switch to dwc2, by using overridingcontrol of the PHY voltage valid and ID input signals.iddig signal (ID) can be overridden:- when setting GUSBCFG_FORCEHOSTMODE, iddig input pin is overridden with 1;- when setting GUSBCFG_FORCEDEVMODE, iddig input pin is overridden with 0.avalid/bvalid/vbusvalid signals can be overridden respectively with:- GOTGCTL_AVALOEN + GOTGCTL_AVALOVAL- GOTGCTL_BVALOEN + GOTGCTL_BVALOVAL- GOTGCTL_VBVALEN + GOTGCTL_VBVALOVALIt is possible to determine valid sessions thanks to usb role switch:- if USB_ROLE_NONE then !avalid &amp;&amp; !bvalid &amp;&amp; !vbusvalid- if USB_ROLE_DEVICE then !avalid &amp;&amp; bvalid &amp;&amp; vbusvalid- if USB_ROLE_HOST then avalid &amp;&amp; !bvalid &amp;&amp; vbusvalidAcked-by: Minas Harutyunyan &lt;hminas@synopsys.com&gt;Acked-by: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;Signed-off-by: Amelie Delaunay &lt;amelie.delaunay@st.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Wed, 09 Sep 2020 09:35:10 +0000</pubDate>
        <dc:creator>Amelie Delaunay &lt;amelie.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>ca637790 - Revert &quot;usb: dwc2: override PHY input signals with usb role switch support&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#ca637790</link>
        <description>Revert &quot;usb: dwc2: override PHY input signals with usb role switch support&quot;This reverts commit bc0f0d4a5853e32ba97a0318f774570428fc5634.It was not meant to be applied yet.Cc: Minas Harutyunyan &lt;hminas@synopsys.com&gt;Cc: Amelie Delaunay &lt;amelie.delaunay@st.com&gt;Cc: 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/dwc2/Kconfig</description>
        <pubDate>Mon, 27 Jul 2020 13:34:15 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>bc0f0d4a - usb: dwc2: override PHY input signals with usb role switch support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#bc0f0d4a</link>
        <description>usb: dwc2: override PHY input signals with usb role switch supportThis patch adds support for usb role switch to dwc2, by using overridingcontrol of the PHY voltage valid and ID input signals.iddig signal (ID) can be overridden:- when setting GUSBCFG_FORCEHOSTMODE, iddig input pin is overridden with 1;- when setting GUSBCFG_FORCEDEVMODE, iddig input pin is overridden with 0.avalid/bvalid/vbusvalid signals can be overridden respectively with:- GOTGCTL_AVALOEN + GOTGCTL_AVALOVAL- GOTGCTL_BVALOEN + GOTGCTL_BVALOVAL- GOTGCTL_VBVALEN + GOTGCTL_VBVALOVALIt is possible to determine valid sessions thanks to usb role switch:- if USB_ROLE_NONE then !avalid &amp;&amp; !bvalid &amp;&amp; !vbusvalid- if USB_ROLE_DEVICE then !avalid &amp;&amp; bvalid &amp;&amp; vbusvalid- if USB_ROLE_HOST then avalid &amp;&amp; !bvalid &amp;&amp; vbusvalidAcked-by: Minas Harutyunyan &lt;hminas@synopsys.com&gt;Signed-off-by: Amelie Delaunay &lt;amelie.delaunay@st.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Tue, 16 Jun 2020 14:07:15 +0000</pubDate>
        <dc:creator>Amelie Delaunay &lt;amelie.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>d991f855 - usb: remove redundant &apos;default n&apos; from Kconfig-s</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#d991f855</link>
        <description>usb: remove redundant &apos;default n&apos; from Kconfig-s&apos;default n&apos; is the default value for any bool or tristate Kconfigsetting so there is no need to write it explicitly.Also since commit f467c5640c29 (&quot;kconfig: only write &apos;# CONFIG_FOOis not set&apos; for visible symbols&quot;) the Kconfig behavior is the sameregardless of &apos;default n&apos; being present or not:    ...    One side effect of (and the main motivation for) this change is making    the following two definitions behave exactly the same:        config FOO                bool        config FOO                bool                default n    With this change, neither of these will generate a    &apos;# CONFIG_FOO is not set&apos; line (assuming FOO isn&apos;t selected/implied).    That might make it clearer to people that a bare &apos;default n&apos; is    redundant.    ...Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Mon, 20 May 2019 14:14:33 +0000</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.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/dwc2/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/dwc2/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>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/dwc2/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/dwc2/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>e43470db - USB: dwc2-usb: add USB_GADGET dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#e43470db</link>
        <description>USB: dwc2-usb: add USB_GADGET dependencyThe driver selects NOP_USB_XCEIV, which can only be built-in ifUSB_GADGET is either disabled or also built-in, so with USB_DWC2_PCI=yand USB_GADGET=m, NOP_USB_XCEIV is also built-in and we get this linkerror:drivers/usb/built-in.o: In function `nop_set_peripheral&apos;:(text+0x1927c): undefined reference to `usb_gadget_vbus_connect&apos;drivers/usb/built-in.o: In function `nop_gpio_vbus_thread&apos;:(text+0x197a0): undefined reference to `usb_gadget_vbus_connect&apos;(text+0x19830): undefined reference to `usb_gadget_vbus_disconnect&apos;This adds the same dependency for the dwc2 driver to avoid thatbroken configuration.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: John Youn &lt;johnyoun@synopsys.com&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Fri, 24 Jun 2016 07:30:26 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>a057c325 - usb: dwc2: USB_DWC2 should depend on HAS_DMA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#a057c325</link>
        <description>usb: dwc2: USB_DWC2 should depend on HAS_DMAIf NO_DMA=y:    ERROR: &quot;usb_gadget_map_request&quot; [drivers/usb/dwc2/dwc2.ko] undefined!    ERROR: &quot;usb_gadget_unmap_request&quot; [drivers/usb/dwc2/dwc2.ko] undefined!    ERROR: &quot;bad_dma_ops&quot; [drivers/usb/dwc2/dwc2.ko] undefined!Add a dependency on HAS_DMA to fix this.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: John Youn &lt;johnyoun@synopsys.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Tue, 16 Feb 2016 15:10:59 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>ee89b641 - usb: dwc2: USB_DWC2 should depend on HAS_DMA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#ee89b641</link>
        <description>usb: dwc2: USB_DWC2 should depend on HAS_DMAIf NO_DMA=y:    ERROR: &quot;usb_gadget_map_request&quot; [drivers/usb/dwc2/dwc2.ko] undefined!    ERROR: &quot;usb_gadget_unmap_request&quot; [drivers/usb/dwc2/dwc2.ko] undefined!    ERROR: &quot;bad_dma_ops&quot; [drivers/usb/dwc2/dwc2.ko] undefined!Add a dependency on HAS_DMA to fix this.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: John Youn &lt;johnyoun@synopsys.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Tue, 16 Feb 2016 15:10:59 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>89f1ec8e - usb: add HAS_IOMEM dependency to USB_DWC2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#89f1ec8e</link>
        <description>usb: add HAS_IOMEM dependency to USB_DWC2drivers/built-in.o: In function `dwc2_driver_probe&apos;:/home/vegard/linux/drivers/usb/dwc2/platform.c:491: undefined reference to `devm_ioremap_resource&apos;Signed-off-by: Vegard Nossum &lt;vegard.nossum@oracle.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Wed, 10 Feb 2016 14:29:44 +0000</pubDate>
        <dc:creator>Vegard Nossum &lt;vegard.nossum@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>2d1165a4 - usb: dwc2: remove dwc2_platform.ko</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#2d1165a4</link>
        <description>usb: dwc2: remove dwc2_platform.koAs dwc2 pci module is now exporting dwc2 platform device, includeplatform.o in dwc2-y and remove USB_DWC2_PLATFORM configurationoption. Driver will be built as two modules, dwc2.ko and dwc2_pci.ko.dwc2.ko is the new platform driver.Remove all EXPORT_SYMBOL_GPL as they are not needed any more.Acked-by: John Youn &lt;johnyoun@synopsys.com&gt;Signed-off-by: Mian Yousaf Kaukab &lt;yousaf.kaukab@intel.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Wed, 29 Apr 2015 20:09:18 +0000</pubDate>
        <dc:creator>Mian Yousaf Kaukab &lt;yousaf.kaukab@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d4ae02cc - usb: dwc2: pci: Select the generic PHY for dwc2-pci driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#d4ae02cc</link>
        <description>usb: dwc2: pci: Select the generic PHY for dwc2-pci driverThe dwc2-pci driver requires the generic PHY. This fixes undefinedreference issues when it is not selected.Reported-by: kbuild test robot &lt;fengguang.wu@intel.com&gt;Signed-off-by: John Youn &lt;johnyoun@synopsys.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Thu, 12 Mar 2015 17:04:42 +0000</pubDate>
        <dc:creator>John Youn &lt;John.Youn@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>9024c495 - usb: dwc2: pci: Add device mode to the dwc2-pci driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#9024c495</link>
        <description>usb: dwc2: pci: Add device mode to the dwc2-pci driverThe pci driver now registers a platform driver, like in dwc3, and letsits probe function do all the initialization. This allows it toaccount for changes to the platform driver that were not added to thepci driver. Also future changes to the probe function don&apos;t have to beduplicated. This also has the effect of adding device and DRD mode tothe pci driver. Tested on the Synopsys HAPS PCIe platform.Signed-off-by: John Youn &lt;johnyoun@synopsys.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Wed, 04 Mar 2015 01:17:49 +0000</pubDate>
        <dc:creator>John Youn &lt;John.Youn@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>b7974de8 - usb: dwc2: fix USB core dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#b7974de8</link>
        <description>usb: dwc2: fix USB core dependenciesIt is currently possible to configure the dwc2 driver as built-inwhen host mode or dual-role is enabled, but the USB core isa loadable module. This leads to a link failure:drivers/built-in.o: In function `_dwc2_hcd_start&apos;::(.text+0x84538): undefined reference to `usb_hcd_resume_root_hub&apos;drivers/built-in.o: In function `_dwc2_hcd_urb_dequeue&apos;::(.text+0x84aa0): undefined reference to `usb_hcd_check_unlink_urb&apos;:(.text+0x84e4c): undefined reference to `usb_hcd_unlink_urb_from_ep&apos;:(.text+0x84e74): undefined reference to `usb_hcd_giveback_urb&apos;drivers/built-in.o: In function `dwc2_assign_and_init_hc&apos;::(.text+0x86b98): undefined reference to `usb_hcd_unmap_urb_for_dma&apos;drivers/built-in.o: In function `_dwc2_hcd_urb_enqueue&apos;::(.text+0x8717c): undefined reference to `usb_hcd_link_urb_to_ep&apos;:(.text+0x872f4): undefined reference to `usb_hcd_unlink_urb_from_ep&apos;drivers/built-in.o: In function `dwc2_host_complete&apos;::(.text+0x875d4): undefined reference to `usb_hcd_unlink_urb_from_ep&apos;:(.text+0x87600): undefined reference to `usb_hcd_giveback_urb&apos;drivers/built-in.o: In function `dwc2_hcd_init&apos;::(.text+0x87ba8): undefined reference to `usb_disabled&apos;:(.text+0x87d38): undefined reference to `usb_create_hcd&apos;:(.text+0x88094): undefined reference to `usb_add_hcd&apos;:(.text+0x880dc): undefined reference to `usb_put_hcd&apos;drivers/built-in.o: In function `dwc2_hcd_remove&apos;::(.text+0x8821c): undefined reference to `usb_remove_hcd&apos;:(.text+0x8823c): undefined reference to `usb_put_hcd&apos;drivers/built-in.o: In function `dwc2_hc_handle_tt_clear.isra.10&apos;::(.text+0x88e2c): undefined reference to `usb_hub_clear_tt_buffer&apos;drivers/built-in.o: In function `dwc2_hcd_qtd_add&apos;::(.text+0x8b554): undefined reference to `usb_calc_bus_time&apos;To fix the problem, this patch changes the dependencies so thatdwc2 host mode can only be enabled if either the USB core isbuilt-in or both USB and dwc2 are modules.Acked-by: John Youn &lt;johnyoun@synopsys.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Wed, 28 Jan 2015 21:49:00 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>5ee80705 - usb: dwc2: Update Kconfig to support dual-role</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#5ee80705</link>
        <description>usb: dwc2: Update Kconfig to support dual-roleUpdate DWC2 kconfig and makefile to support dual-role mode. The platformfile will always get compiled for the case where the controller is directlyconnected to the CPU. So for loadable modules, dwc2.ko is built for host,peripheral, and dual-role mode. The PCI bus interface will be calleddwc2_pci.ko and the platform interface module will be called dwc2_platform.ko.Signed-off-by: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;Acked-by: Paul Zimmerman &lt;paulz@synopsys.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Tue, 11 Nov 2014 17:13:40 +0000</pubDate>
        <dc:creator>Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;</dc:creator>
    </item>
<item>
        <title>c3761a79 - usb: dwc2: allow dwc2 to get built when USB_GADGET=m</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#c3761a79</link>
        <description>usb: dwc2: allow dwc2 to get built when USB_GADGET=mThis patch allows the gadget portion of the DWC2 driver to get built when(!USB &amp;&amp; USB_GADGET) condition is encountered.Acked-by: Paul Zimmerman &lt;paulz@synopsys.com&gt;Signed-off-by: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Tue, 21 Oct 2014 20:31:42 +0000</pubDate>
        <dc:creator>Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;</dc:creator>
    </item>
<item>
        <title>cd686097 - Revert &quot;usb: dwc2: Update Kconfig to support dual-role&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#cd686097</link>
        <description>Revert &quot;usb: dwc2: Update Kconfig to support dual-role&quot;This reverts commit e006fee6ecfed5b957bdd41c236aad751ab29042.This patch causes build break. Modifications in Makefile and Kconfig haveno connection with driver code.Signed-off-by: Robert Baldyga &lt;r.baldyga@samsung.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Thu, 11 Sep 2014 12:53:30 +0000</pubDate>
        <dc:creator>Robert Baldyga &lt;r.baldyga@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>e006fee6 - usb: dwc2: Update Kconfig to support dual-role</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#e006fee6</link>
        <description>usb: dwc2: Update Kconfig to support dual-roleUpdate DWC2 kconfig and makefile to support dual-role mode. The platformfile will always get compiled for the case where the controller is directlyconnected to the CPU. So for loadable modules, only dwc2.ko is needed.Signed-off-by: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;Acked-by: Paul Zimmerman &lt;paulz@synopsys.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Tue, 26 Aug 2014 16:19:52 +0000</pubDate>
        <dc:creator>Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;</dc:creator>
    </item>
<item>
        <title>47a1685f - usb: dwc2/s3c-hsotg: move s3c-hsotg into dwc2 directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/dwc2/Kconfig#47a1685f</link>
        <description>usb: dwc2/s3c-hsotg: move s3c-hsotg into dwc2 directoryMoves the s3c-hsotg driver into the dwc2 directory and uses thedwc2 defines in hw.h. Renames s3c-hsotg.c to gadget.c.NOTE: You can build both host and peripheral as a dynamicallylinked module, but be aware that if you insmod dwc2_gadget, thenrmmod it, then insmod dwc2 and dwc2_platform for host mode, thiswill not work. As the step to rmmod dwc2_gadget.ko will turn offthe clock to the USB IP. The dwc2 host driver currently does notlook to turn on a clock yet. A patch to fix that will be comingsoon.Signed-off-by: Dinh Nguyen &lt;dinguyen@altera.com&gt;[ jh,rb - For gadget part only: ]Tested-by: Jingoo Han &lt;jg1.han@samsung.com&gt;Tested-by: Robert Baldyga &lt;r.baldyga@samsung.com&gt;[ pz: Folded Kconfig/Makefile changes, which were originally in  a separate patch, into this one, to avoid a build breakage.  Modified Kconfig/Makefile changes a bit. Tested host part only. ]Signed-off-by: Paul Zimmerman &lt;paulz@synopsys.com&gt;Acked-by: Felipe Balbi &lt;balbi@ti.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/dwc2/Kconfig</description>
        <pubDate>Mon, 14 Apr 2014 21:13:34 +0000</pubDate>
        <dc:creator>Dinh Nguyen &lt;dinguyen@altera.com&gt;</dc:creator>
    </item>
</channel>
</rss>
