<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>47e1bb6b - phy: stm32: Add support for STM32MP25 COMBOPHY.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/st/Makefile#47e1bb6b</link>
        <description>phy: stm32: Add support for STM32MP25 COMBOPHY.Addition of the COMBOPHY driver found on STM32MP25 platformsThis single lane PHY is shared (exclusive) between the USB3 and PCIEcontrollers.Supports 5Gbit/s for PCIE gen2 or 2.5Gbit/s for PCIE gen1.Supports wakeup-source capability to wakeup system using remote-wakeupcapable USB deviceSigned-off-by: Christian Bruel &lt;christian.bruel@foss.st.com&gt;Link: https://lore.kernel.org/r/20240930170847.948779-3-christian.bruel@foss.st.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/st/Makefile</description>
        <pubDate>Mon, 30 Sep 2024 17:08:44 +0000</pubDate>
        <dc:creator>Christian Bruel &lt;christian.bruel@foss.st.com&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/st/Makefile#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/st/Makefile</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>94c358da - phy: stm32: add support for STM32 USB PHY Controller (USBPHYC)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/st/Makefile#94c358da</link>
        <description>phy: stm32: add support for STM32 USB PHY Controller (USBPHYC)This patch adds phy transceiver driver for STM32 USB PHY Controller(USBPHYC) that provides dual port High-Speed phy for OTG (single port)and EHCI/OHCI host controller (two ports).One port of the phy is shared between the two USB controllers througha UTMI+ switch.[fengguang.wu@intel.com: Make stm32_usbphyc_get_pll_params() to be static]Signed-off-by: Fengguang Wu &lt;fengguang.wu@intel.com&gt;Signed-off-by: Amelie Delaunay &lt;amelie.delaunay@st.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/st/Makefile</description>
        <pubDate>Fri, 02 Mar 2018 14:56:25 +0000</pubDate>
        <dc:creator>Amelie Delaunay &lt;amelie.delaunay@st.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/st/Makefile#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/st/Makefile</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>
