<?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>49166afb - phy: exynos5-usbdrd: Do not depend on Type-C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#49166afb</link>
        <description>phy: exynos5-usbdrd: Do not depend on Type-COlder Exynos designs, like Exynos5422, do not have USB Type-C and theUSB DRD PHY does not really need CONFIG_TYPEC for these devices at all.Incorrectly added optional dependency on CONFIG_TYPEC caused this driverto be missing for exynos_defconfig and as result Exynos5422-based boardslike Hardkernel Odroid HC1 failed to probe USB.Reported-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Closes: https://krzk.eu/#/builders/21/builds/6139Reported-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Closes: https://lore.kernel.org/all/3c0b77e6-357d-453e-8b63-4757c3231bde@samsung.com/Fixes: 09dc674295a3 (&quot;phy: exynos5-usbdrd: subscribe to orientation notifier if required&quot;)Reviewed-by: Andr&#233; Draszik &lt;andre.draszik@linaro.org&gt;Tested-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Link: https://lore.kernel.org/r/20250227070518.5468-1-krzysztof.kozlowski@linaro.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Thu, 27 Feb 2025 07:05:18 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>09dc6742 - phy: exynos5-usbdrd: subscribe to orientation notifier if required</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#09dc6742</link>
        <description>phy: exynos5-usbdrd: subscribe to orientation notifier if requiredgs101&apos;s SS phy needs to be configured differently based on theconnector orientation, as the SS link can only be established if themux is configured correctly.The code to handle programming of the mux is in place already, this commitnow adds the missing pieces to subscribe to the Type-C orientationswitch event.Note that for this all to work we rely on the USB controllerre-initialising us. It should invoke our .exit() upon cable unplug, andduring cable plug we&apos;ll receive the orientation event after which weexpect our .init() to be called.Above reinitialisation happens if the DWC3 controller can enter runtimesuspend automatically. For the DWC3 driver, this is an opt-in:    echo auto &gt; /sys/devices/.../11110000.usb/power/controlOnce done, things work as long as the UDC is not bound as otherwise itstays busy because it doesn&apos;t cancel / stop outstanding TRBs. For nowwe have to manually unbind the UDC in that case:     echo &quot;&quot; &gt; sys/kernel/config/usb_gadget/.../UDCNote that if the orientation-switch property is missing from the DT,the code will behave as before this commit (meaning for gs101 it willwork in SS mode in one orientation only). Other platforms are notaffected either way.Signed-off-by: Andr&#233; Draszik &lt;andre.draszik@linaro.org&gt;Tested-by: Will McVicker &lt;willmcvicker@google.com&gt;Reviewed-by: Peter Griffin &lt;peter.griffin@linaro.org&gt;Tested-by: Peter Griffin &lt;peter.griffin@linaro.org&gt;Link: https://lore.kernel.org/r/20241206-gs101-phy-lanes-orientation-phy-v4-6-f5961268b149@linaro.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Fri, 06 Dec 2024 16:31:06 +0000</pubDate>
        <dc:creator>Andr&#233; Draszik &lt;andre.draszik@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>0d9fff6c - phy: samsung-ufs: switch back to syscon_regmap_lookup_by_phandle()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#0d9fff6c</link>
        <description>phy: samsung-ufs: switch back to syscon_regmap_lookup_by_phandle()Now exynos-pmu can register its custom regmap for gs101 viaof_syscon_register_regmap() we can switch back to the standardsyscon_regmap_lookup_by_phandle() api for obtaining the regmap.Additionally add a Kconfig dependency for MFD_SYSCON.Signed-off-by: Peter Griffin &lt;peter.griffin@linaro.org&gt;Reviewed-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;Link: https://lore.kernel.org/r/20241029192107.2344279-1-peter.griffin@linaro.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Tue, 29 Oct 2024 19:21:07 +0000</pubDate>
        <dc:creator>Peter Griffin &lt;peter.griffin@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>f64df082 - phy: Revert &quot;phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USB&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#f64df082</link>
        <description>phy: Revert &quot;phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USB&quot;Support for the Exynos4212 SoC was originally dropped as there wereno boards using it. We will be adding a device that uses it, so addit back.This reverts commit fee7e1d50c6e6da1d99035181ba5a5c88f5bb526.Signed-off-by: Artur Weber &lt;aweber.kernel@gmail.com&gt;Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Link: https://lore.kernel.org/r/20230501195525.6268-9-aweber.kernel@gmail.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Mon, 01 May 2023 19:55:20 +0000</pubDate>
        <dc:creator>Artur Weber &lt;aweber.kernel@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9b870e8c - phy: samsung: unify naming and describe driver in KConfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#9b870e8c</link>
        <description>phy: samsung: unify naming and describe driver in KConfigWe use everywhere &quot;Samsung&quot; and &quot;Exynos&quot;, not the uppercase versions.Describe better which driver applies to which SoC, to make configuringkernel for Samsung SoC easier.Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;Link: https://lore.kernel.org/r/20210924132658.109814-1-krzysztof.kozlowski@canonical.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Fri, 24 Sep 2021 13:26:57 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>3eaf2da9 - phy: samsung: Merge Kconfig for Exynos5420 and Exynos5250</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#3eaf2da9</link>
        <description>phy: samsung: Merge Kconfig for Exynos5420 and Exynos5250Exynos5420 variant of USB2 PHY is handled by the same code as theExynos5250 one. Introducing a separate Kconfig symbol for it was anover-engineering, which turned out to cause build break for certainconfigurations:ERROR: modpost: &quot;exynos5420_usb2_phy_config&quot; [drivers/phy/samsung/phy-exynos-usb2.ko] undefined!Fix this by removing PHY_EXYNOS5420_USB2 symbol and usingPHY_EXYNOS5250_USB2 also for Exynos5420 SoCs.Reported-by: Markus Reichl &lt;m.reichl@fivetechno.de&gt;Fixes: 81b534f7e9b2 (&quot;phy: samsung: Add support for the Exynos5420 variant of the USB2 PHY&quot;)Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Acked-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Reviewed-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;Link: https://lore.kernel.org/r/20201202064759.24300-1-m.szyprowski@samsung.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Wed, 02 Dec 2020 06:47:59 +0000</pubDate>
        <dc:creator>Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>81b534f7 - phy: samsung: Add support for the Exynos5420 variant of the USB2 PHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#81b534f7</link>
        <description>phy: samsung: Add support for the Exynos5420 variant of the USB2 PHYExynos5420 differs a bit from Exynos5250 in USB2 PHY related registers inthe PMU region. Add a variant for the Exynos5420 case. Till now, USB2 PHYworked only because the bootloader enabled the PHY, but then driver messedUSB 3.0 DRD related registers during the suspend/resume cycle.Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Acked-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Link: https://lore.kernel.org/r/20201120085637.7299-2-m.szyprowski@samsung.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Fri, 20 Nov 2020 08:56:36 +0000</pubDate>
        <dc:creator>Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>bca21e93 - phy: samsung-ufs: add UFS PHY driver for samsung SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#bca21e93</link>
        <description>phy: samsung-ufs: add UFS PHY driver for samsung SoCThis patch introduces Samsung UFS PHY driver. This driversupports to deal with phy calibration and power controlaccording to UFS host driver&apos;s behavior.[Robot: -Wmissing-prototypes and -Wsometimes-uninitialized]Reported-by: kernel test robot &lt;lkp@intel.com&gt;Reviewed-by: Kiwoong Kim &lt;kwmad.kim@samsung.com&gt;Signed-off-by: Seungwon Jeon &lt;essuuj@gmail.com&gt;Signed-off-by: Alim Akhtar &lt;alim.akhtar@samsung.com&gt;Cc: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Cc: Vinod Koul &lt;vkoul@kernel.org&gt;Tested-by: Pawe&#322; Chmiel &lt;pawel.mikolaj.chmiel@gmail.com&gt;Link: https://lore.kernel.org/r/20200716192217.35740-2-alim.akhtar@samsung.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Thu, 16 Jul 2020 19:22:17 +0000</pubDate>
        <dc:creator>Alim Akhtar &lt;alim.akhtar@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>c233a2ed - phy: exynos: Rename Exynos to lowercase</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#c233a2ed</link>
        <description>phy: exynos: Rename Exynos to lowercaseFix up inconsistent usage of upper and lowercase letters in &quot;Exynos&quot;name.&quot;EXYNOS&quot; is not an abbreviation but a regular trademarked name.Therefore it should be written with lowercase letters starting withcapital letter.The lowercase &quot;Exynos&quot; name is promoted by its manufacturer SamsungElectronics Co., Ltd., in advertisement materials and on website.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Link: https://lore.kernel.org/r/20200617152803.17941-1-krzk@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Wed, 17 Jun 2020 15:28:03 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e7b4aaf0 - phy: Enable compile testing for some of drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#e7b4aaf0</link>
        <description>phy: Enable compile testing for some of driversSome of the phy drivers can be compile tested to increase buildcoverage.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Fri, 03 Jan 2020 16:47:10 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>203b7ee1 - phy: Enable compile testing for some of drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#203b7ee1</link>
        <description>phy: Enable compile testing for some of driversSome of the 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/20200103164710.4829-2-krzk@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Fri, 03 Jan 2020 16:47:10 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>fee7e1d5 - phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USB</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#fee7e1d5</link>
        <description>phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USBExynos4212 support was removed by commit bca9085e0ae9 (&quot;ARM: dts:exynos: remove Exynos4212 support (dead code)&quot;).Remove the SOC_EXYNOS4212 dependency from PHY_EXYNOS4X12_USB.Discovered with thehttps://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.pyscript.Signed-off-by: Ulf Magnusson &lt;ulfalizer@gmail.com&gt;Acked-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Mon, 05 Feb 2018 01:21:27 +0000</pubDate>
        <dc:creator>Ulf Magnusson &lt;ulfalizer@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0b56e9a7 - phy: Group vendor specific phy drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/samsung/Kconfig#0b56e9a7</link>
        <description>phy: Group vendor specific phy driversAdding vendor specific directories in phy to groupphy drivers under their respective vendor umbrella.Also updated the MAINTAINERS file to reflect the correctdirectory structure for phy drivers.Signed-off-by: Vivek Gautam &lt;vivek.gautam@codeaurora.org&gt;Acked-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;Acked-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Yoshihiro Shimoda &lt;yoshihiro.shimoda.uh@renesas.com&gt;Reviewed-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;Cc: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Cc: Yoshihiro Shimoda &lt;yoshihiro.shimoda.uh@renesas.com&gt;Cc: Guenter Roeck &lt;linux@roeck-us.net&gt;Cc: Heiko Stuebner &lt;heiko@sntech.de&gt;Cc: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;Cc: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Cc: Chen-Yu Tsai &lt;wens@csie.org&gt;Cc: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;Cc: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Cc: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;Cc: Stephen Boyd &lt;stephen.boyd@linaro.org&gt;Cc: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-arm-msm@vger.kernel.orgCc: linux-kernel@vger.kernel.orgCc: linux-omap@vger.kernel.orgCc: linux-renesas-soc@vger.kernel.orgCc: linux-rockchip@lists.infradead.orgCc: linux-samsung-soc@vger.kernel.orgCc: linux-usb@vger.kernel.orgSigned-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/samsung/Kconfig</description>
        <pubDate>Thu, 11 May 2017 06:47:42 +0000</pubDate>
        <dc:creator>Vivek Gautam &lt;vivek.gautam@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
