<?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>ab5043ef - usb: phy: remove phy-isp1301-omap driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#ab5043ef</link>
        <description>usb: phy: remove phy-isp1301-omap driverWith the H2 and H3 board support removed from the driver, thereare actually no other users, so the entire driver can go away.Link: https://lore.kernel.org/linux-arm-kernel/20221019173437.GB41568@darkstar.musicnaut.iki.fi/Suggested-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Wed, 23 Nov 2022 21:25:03 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>3f2d1f2e - usb: phy: jz4770: Remove driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#3f2d1f2e</link>
        <description>usb: phy: jz4770: Remove driverThis driver has been replaced by the Ingenic PHY driver that uses thegeneric PHY framework.Signed-off-by: Paul Cercueil &lt;paul@crapouillou.net&gt;Link: https://lore.kernel.org/r/20221026182657.146630-8-paul@crapouillou.netSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Wed, 26 Oct 2022 18:26:57 +0000</pubDate>
        <dc:creator>Paul Cercueil &lt;paul@crapouillou.net&gt;</dc:creator>
    </item>
<item>
        <title>0ce0f9d0 - usb: phy: phy-gpio-vbus-usb: Add device tree probing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#0ce0f9d0</link>
        <description>usb: phy: phy-gpio-vbus-usb: Add device tree probingMake it possible to probe the GPIO VBUS detection driverfrom the device tree compatible for GPIO USB B connectors.Since this driver is using the &quot;gpio-usb-b-connector&quot;compatible, it is important to discern it from the roleswitch connector driver (which does not provide a phy),so we add some Kconfig text and depend on !USB_CONN_GPIO.Cc: Rob Herring &lt;robh@kernel.org&gt;Cc: Prashant Malani &lt;pmalani@chromium.org&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/20221106230506.1646101-1-linus.walleij@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Sun, 06 Nov 2022 23:05:06 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>11e00292 - usb: omap: avoid mach/*.h headers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#11e00292</link>
        <description>usb: omap: avoid mach/*.h headersThe omap usb drivers still rely on mach/*.h headers thatare explicitly or implicitly included, but all the requireddefinitions are now in include/linux/soc/ti/, so use thoseinstead and allow compile-testing on other architectures.Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Tue, 06 Aug 2019 14:10:57 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>44ef9b2c - usb: phy: Fix spelling mistake in Kconfig help text</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#44ef9b2c</link>
        <description>usb: phy: Fix spelling mistake in Kconfig help textThere is a spelling mistake in the Kconfig help text. Fix it.Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;Link: https://lore.kernel.org/r/20201126223704.13273-1-colin.king@canonical.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Thu, 26 Nov 2020 22:37:04 +0000</pubDate>
        <dc:creator>Colin Ian King &lt;colin.king@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>2a6c0b82 - USB: PHY: JZ4770: Add support for new Ingenic SoCs.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#2a6c0b82</link>
        <description>USB: PHY: JZ4770: Add support for new Ingenic SoCs.Add support for probing the phy-jz4770 driver on the JZ4780 SoC,the X1000 SoC and the X1830 SoC from Ingenic.Tested-by: &#21608;&#27491; (Zhou Zheng) &lt;sernia.zhou@foxmail.com&gt;Co-developed-by: &#28422;&#40527;&#25391; (Qi Pengzhen) &lt;aric.pzqi@ingenic.com&gt;Signed-off-by: &#28422;&#40527;&#25391; (Qi Pengzhen) &lt;aric.pzqi@ingenic.com&gt;Signed-off-by: &#21608;&#29744;&#26480; (Zhou Yanjie) &lt;zhouyanjie@wanyeetech.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Thu, 23 Jul 2020 06:13:00 +0000</pubDate>
        <dc:creator>&#21608;&#29744;&#26480; (Zhou Yanjie) &lt;zhouyanjie@wanyeetech.com&gt;</dc:creator>
    </item>
<item>
        <title>541368b4 - usb: phy: Add driver for the Ingenic JZ4770 USB transceiver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#541368b4</link>
        <description>usb: phy: Add driver for the Ingenic JZ4770 USB transceiverAdd a driver to support the USB PHY found in the JZ4770 SoC fromIngenic.Signed-off-by: Paul Cercueil &lt;paul@crapouillou.net&gt;Link: https://lore.kernel.org/r/20200229161820.17824-2-paul@crapouillou.netSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Sat, 29 Feb 2020 16:18:20 +0000</pubDate>
        <dc:creator>Paul Cercueil &lt;paul@crapouillou.net&gt;</dc:creator>
    </item>
<item>
        <title>91687c19 - usb: phy: Enable compile testing for some of drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#91687c19</link>
        <description>usb: phy: Enable compile testing for some of driversSome of the USB phy drivers can be compile tested to increase buildcoverage.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Link: https://lore.kernel.org/r/20191230172215.17370-2-krzk@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Mon, 30 Dec 2019 17:22:15 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2100e3ca - usb: gadget: fsl: fix link error against usb-gadget module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#2100e3ca</link>
        <description>usb: gadget: fsl: fix link error against usb-gadget moduleThe dependency to ensure this driver links correctly fails sinceit can not be a loadable module:drivers/usb/phy/phy-fsl-usb.o: In function `fsl_otg_set_peripheral&apos;:phy-fsl-usb.c:(.text+0x2224): undefined reference to `usb_gadget_vbus_disconnect&apos;Make the option &apos;tristate&apos; so it can work correctly.Fixes: 5a8d651a2bde (&quot;usb: gadget: move gadget API functions to udc-core&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Tue, 16 Apr 2019 12:25:32 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>f2105d42 - usb: phy: fix link errors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#f2105d42</link>
        <description>usb: phy: fix link errorsFix link errors when CONFIG_FSL_USB2_OTG is enabled and USB_OTG_FSM isset to module then the following link error occurs.aarch64-linux-gnu-ld: drivers/usb/phy/phy-fsl-usb.o: in function `fsl_otg_ioctl&apos;:drivers/usb/phy/phy-fsl-usb.c:1083: undefined reference to `otg_statemachine&apos;aarch64-linux-gnu-ld: drivers/usb/phy/phy-fsl-usb.c:1083:(.text+0x574): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `otg_statemachine&apos;aarch64-linux-gnu-ld: drivers/usb/phy/phy-fsl-usb.o: in function `fsl_otg_start_srp&apos;:drivers/usb/phy/phy-fsl-usb.c:674: undefined reference to `otg_statemachine&apos;aarch64-linux-gnu-ld: drivers/usb/phy/phy-fsl-usb.c:674:(.text+0x61c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `otg_statemachine&apos;aarch64-linux-gnu-ld: drivers/usb/phy/phy-fsl-usb.o: in function `fsl_otg_set_host&apos;:drivers/usb/phy/phy-fsl-usb.c:593: undefined reference to `otg_statemachine&apos;aarch64-linux-gnu-ld: drivers/usb/phy/phy-fsl-usb.c:593:(.text+0x7a4): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `otg_statemachine&apos;aarch64-linux-gnu-ld: drivers/usb/phy/phy-fsl-usb.o: in function `fsl_otg_start_hnp&apos;:drivers/usb/phy/phy-fsl-usb.c:695: undefined reference to `otg_statemachine&apos;aarch64-linux-gnu-ld: drivers/usb/phy/phy-fsl-usb.c:695:(.text+0x858): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `otg_statemachine&apos;aarch64-linux-gnu-ld: drivers/usb/phy/phy-fsl-usb.o: in function `a_wait_enum&apos;:drivers/usb/phy/phy-fsl-usb.c:274: undefined reference to `otg_statemachine&apos;aarch64-linux-gnu-ld: drivers/usb/phy/phy-fsl-usb.c:274:(.text+0x16f0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `otg_statemachine&apos;aarch64-linux-gnu-ld: drivers/usb/phy/phy-fsl-usb.o:drivers/usb/phy/phy-fsl-usb.c:619: more undefined references to `otg_statemachine&apos; followaarch64-linux-gnu-ld: drivers/usb/phy/phy-fsl-usb.o: in function `fsl_otg_set_peripheral&apos;:drivers/usb/phy/phy-fsl-usb.c:619:(.text+0x1fa0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `otg_statemachine&apos;make[1]: *** [Makefile:1020: vmlinux] Error 1make[1]: Target &apos;Image&apos; not remade because of errors.make: *** [Makefile:152: sub-make] Error 2make: Target &apos;Image&apos; not remade because of errors.Rework so that FSL_USB2_OTG depends on that the USB_OTG_FSM is builtin.Signed-off-by: Anders Roxell &lt;anders.roxell@linaro.org&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Tue, 22 Jan 2019 10:36:02 +0000</pubDate>
        <dc:creator>Anders Roxell &lt;anders.roxell@linaro.org&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/phy/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/phy/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>822852f2 - phy: tegra: select USB_COMMON</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#822852f2</link>
        <description>phy: tegra: select USB_COMMONA built-in PHY driver cannot link against modular USB core code:drivers/usb/phy/phy-tegra-usb.o: In function `tegra_usb_phy_probe&apos;:phy-tegra-usb.c:(.text+0x6bc): undefined reference to `usb_get_dr_mode&apos;This uses a &apos;select&apos; statement in Kconfig like we have for other suchPHY drivers.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Wed, 30 May 2018 21:33:50 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>e10d3fc5 - usb: phy: Add Kconfig entry for Tegra PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#e10d3fc5</link>
        <description>usb: phy: Add Kconfig entry for Tegra PHY driverTegra&apos;s EHCI driver has a build dependency on Tegra&apos;s PHY driver andcurrently Tegra&apos;s PHY driver is built only when Tegra&apos;s EHCI driver isbuilt. Add own Kconfig entry for the Tegra&apos;s PHY driver so that driversother than ehci-tegra (like ChipIdea UDC) could work with ehci-tegradriver being disabled in kernels config by allowing user to manuallyselect the PHY driver.Signed-off-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Mon, 09 Apr 2018 22:02:59 +0000</pubDate>
        <dc:creator>Dmitry Osipenko &lt;digetx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ee30ec0c - usb: phy: Add Kconfig entry for Tegra PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#ee30ec0c</link>
        <description>usb: phy: Add Kconfig entry for Tegra PHY driverTegra&apos;s EHCI driver has a build dependency on Tegra&apos;s PHY driver andcurrently Tegra&apos;s PHY driver is built only when Tegra&apos;s EHCI driver isbuilt. Add own Kconfig entry for the Tegra&apos;s PHY driver so that driversother than ehci-tegra (like ChipIdea UDC) could work with ehci-tegradriver being disabled in kernels config by allowing user to manuallyselect the PHY driver.Signed-off-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Mon, 09 Apr 2018 22:02:59 +0000</pubDate>
        <dc:creator>Dmitry Osipenko &lt;digetx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4756f35f - usb: phy: remove phy-qcom-8x16-usb.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#4756f35f</link>
        <description>usb: phy: remove phy-qcom-8x16-usb.cNo Qualcomm SoC requires the &quot;phy-qcom-8x16-usb.c&quot; USB phy driversupport any more, so remove the code.Suggested-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;Signed-off-by: Alex Elder &lt;elder@linaro.org&gt;Acked-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Acked-by: Andy Gross &lt;andy.gross@linaro.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Tue, 31 Oct 2017 13:11:31 +0000</pubDate>
        <dc:creator>Alex Elder &lt;elder@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>a170a1e9 - usb: phy: remove phy-msm-usb.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#a170a1e9</link>
        <description>usb: phy: remove phy-msm-usb.cNo Qualcomm SoC requires the &quot;phy-msm-usb.c&quot; USB phy driver supportany more, so remove the code.Suggested-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;Signed-off-by: Alex Elder &lt;elder@linaro.org&gt;Acked-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Acked-by: Andy Gross &lt;andy.gross@linaro.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Tue, 31 Oct 2017 13:11:30 +0000</pubDate>
        <dc:creator>Alex Elder &lt;elder@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>7d21114d - usb: phy: Introduce one extcon device into usb phy</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#7d21114d</link>
        <description>usb: phy: Introduce one extcon device into usb phyUsually usb phy need register one extcon device to get the connectionnotifications. It will remove some duplicate code if the extcon deviceis registered using common code instead of each phy driver having itsown related extcon APIs. So we add one pointer of extcon device intousb phy structure, and some other helper functions to register extcon.Signed-off-by: Baolin Wang &lt;baolin.wang@linaro.org&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Fri, 05 May 2017 06:12:24 +0000</pubDate>
        <dc:creator>Baolin Wang &lt;baolin.wang@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>20839dbb - usb: phy: Remove unused config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#20839dbb</link>
        <description>usb: phy: Remove unused configSince the old common Samsung USB PHY code has been removed by commit ea2fdf8423(&quot;usb: phy: samsung: remove old common USB PHY code&quot;), thus remove the unusedconfig.Signed-off-by: Baolin Wang &lt;baolin.wang@linaro.org&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Thu, 23 Mar 2017 06:08:31 +0000</pubDate>
        <dc:creator>Baolin Wang &lt;baolin.wang@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>96cfcc9c - usb: phy: Remove unused config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#96cfcc9c</link>
        <description>usb: phy: Remove unused configSince the old common Samsung USB PHY code has been removed by commit ea2fdf8423(&quot;usb: phy: samsung: remove old common USB PHY code&quot;), thus remove the unusedconfig.Signed-off-by: Baolin Wang &lt;baolin.wang@linaro.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Thu, 23 Mar 2017 06:08:31 +0000</pubDate>
        <dc:creator>Baolin Wang &lt;baolin.wang@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>1ad528db - usb: twl6030-usb: make driver DT only</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/phy/Kconfig#1ad528db</link>
        <description>usb: twl6030-usb: make driver DT onlyAll users are DT-only and it makes no sense to keepunused codeAcked-by: Tony Lindgren &lt;tony@atomide.com&gt;Signed-off-by: Nicolae Rosia &lt;Nicolae_Rosia@mentor.com&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/phy/Kconfig</description>
        <pubDate>Sat, 12 Nov 2016 10:47:43 +0000</pubDate>
        <dc:creator>Nicolae Rosia &lt;Nicolae_Rosia@mentor.com&gt;</dc:creator>
    </item>
</channel>
</rss>
