<?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/mtu3/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/mtu3/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>1ac91ac5 - usb: mtu3: register a USB Role Switch for dual role mode</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mtu3/Kconfig#1ac91ac5</link>
        <description>usb: mtu3: register a USB Role Switch for dual role modeBecause extcon is not allowed for new bindings, and thedual role switch is supported by USB Role Switch,especially for Type-C drivers, so register a USB RoleSwitch to support the new waySigned-off-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Link: https://lore.kernel.org/r/1567070558-29417-12-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/mtu3/Kconfig</description>
        <pubDate>Thu, 29 Aug 2019 09:22:38 +0000</pubDate>
        <dc:creator>Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>3d54d10c - usb: mtu3: fix EXTCON dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mtu3/Kconfig#3d54d10c</link>
        <description>usb: mtu3: fix EXTCON dependencyWhen EXTCON is a loadable module, mtu3 fails to link as built-in:drivers/usb/mtu3/mtu3_plat.o: In function `mtu3_probe&apos;:mtu3_plat.c:(.text+0x690): undefined reference to `extcon_get_edev_by_phandle&apos;Add a Kconfig dependency to force mtu3 also to be a loadable moduleif extconn is, but still allow it to be built without extcon.Fixes: d0ed062a8b75 (&quot;usb: mtu3: dual-role mode support&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: stable &lt;stable@vger.kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/mtu3/Kconfig</description>
        <pubDate>Mon, 25 Mar 2019 13:54:30 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/mtu3/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/mtu3/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>f3984682 - usb: mtu3: make USB_MTU3_DUAL_ROLE depend on EXTCON but not USB_MTU3</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mtu3/Kconfig#f3984682</link>
        <description>usb: mtu3: make USB_MTU3_DUAL_ROLE depend on EXTCON but not USB_MTU3In fact the driver depends on EXTCON only when it&apos;s configed asUSB_MTU3_DUAL_ROLE, so make USB_MTU3_DUAL_ROLE depend on EXTCON butnot USB_MTU3.Signed-off-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/mtu3/Kconfig</description>
        <pubDate>Tue, 24 Apr 2018 02:52:50 +0000</pubDate>
        <dc:creator>Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>cd91a0e9 - usb: Remove depends on HAS_DMA in case of platform dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mtu3/Kconfig#cd91a0e9</link>
        <description>usb: Remove depends on HAS_DMA in case of platform dependencyRemove dependencies on HAS_DMA where a Kconfig symbol depends on anothersymbol that implies HAS_DMA, and, optionally, on &quot;|| COMPILE_TEST&quot;.In most cases this other symbol is an architecture or platform specificsymbol, or PCI.Generic symbols and drivers without platform dependencies keep theirdependencies on HAS_DMA, to prevent compiling subsystems or drivers thatcannot work anyway.This simplifies the dependencies, and allows to improve compile-testing.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Acked-by: Robin Murphy &lt;robin.murphy@arm.com&gt;Acked-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt; [drivers/usb/gadget/]Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/mtu3/Kconfig</description>
        <pubDate>Tue, 17 Apr 2018 17:49:20 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>d0ed062a - usb: mtu3: dual-role mode support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mtu3/Kconfig#d0ed062a</link>
        <description>usb: mtu3: dual-role mode supportsupport dual-role mode; there are two ways to switch betweenhost and device modes, one is by idpin, another is by debugfswhich depends on user input.Signed-off-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/mtu3/Kconfig</description>
        <pubDate>Wed, 19 Oct 2016 02:28:26 +0000</pubDate>
        <dc:creator>Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>b3f4e727 - usb: mtu3: host only mode support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mtu3/Kconfig#b3f4e727</link>
        <description>usb: mtu3: host only mode supportsupports host only mode and the code is ported fromhost/xhci-mtk.cIPPC register shared between host and device is movedinto common glue layer.Signed-off-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/mtu3/Kconfig</description>
        <pubDate>Wed, 19 Oct 2016 02:28:25 +0000</pubDate>
        <dc:creator>Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>df2069ac - usb: Add MediaTek USB3 DRD driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mtu3/Kconfig#df2069ac</link>
        <description>usb: Add MediaTek USB3 DRD driverThis patch adds support for the MediaTek USB3 controllerintegrated into MT8173. It currently supports High-SpeedPeripheral Only mode.Super-Speed Peripheral, Dual-Role Device and Host Only (xHCI)modes will be added in the next patchs.Signed-off-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/mtu3/Kconfig</description>
        <pubDate>Wed, 19 Oct 2016 02:28:23 +0000</pubDate>
        <dc:creator>Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;</dc:creator>
    </item>
</channel>
</rss>
