<?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>41d393aa - phy: cadence: Add Cadence D-PHY Rx driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/cadence/Makefile#41d393aa</link>
        <description>phy: cadence: Add Cadence D-PHY Rx driverThe Cadence D-PHY can be configured in Tx (DSI) mode or Rx (CSI) mode.Both modes have a different programming sequence and share little amongthem. In addition, a PHY configured in Tx mode cannot be used in Rx modeand vice versa. For this reason, create a separate driver for the Rxmode to make it easier to read and maintain.Signed-off-by: Pratyush Yadav &lt;p.yadav@ti.com&gt;Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Link: https://lore.kernel.org/r/20220301111621.2992275-2-p.yadav@ti.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/cadence/Makefile</description>
        <pubDate>Tue, 01 Mar 2022 11:16:18 +0000</pubDate>
        <dc:creator>Pratyush Yadav &lt;p.yadav@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>50d35aa8 - phy: cadence: salvo: add salvo phy driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/cadence/Makefile#50d35aa8</link>
        <description>phy: cadence: salvo: add salvo phy driverCadence SALVO PHY is a 28nm product, and is only used for USB3 &amp; USB2.According to the Cadence, this PHY is a legacy Module, and Sierra andTorrent are later evolutions from it, and their sequence overlap isminimal, meaning we cannot reuse either (Sierra &amp; Torrent) of the PHYdrivers.Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/cadence/Makefile</description>
        <pubDate>Wed, 01 Apr 2020 01:38:50 +0000</pubDate>
        <dc:creator>Peter Chen &lt;peter.chen@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>c589e701 - phy: cadence-dp: Rename to phy-cadence-torrent</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/cadence/Makefile#c589e701</link>
        <description>phy: cadence-dp: Rename to phy-cadence-torrentRename Cadence DP PHY driver from phy-cadence-dp to phy-cadence-torrentto make it more generic for future use. Modifiy Makefile and Kconfigaccordingly. Also, change driver compatible from &quot;cdns,dp-phy&quot; to&quot;cdns,torrent-phy&quot;.This will not affect ABI as the driver has neverbeen functional, and therefore do not exist in any active use case.Signed-off-by: Yuti Amonkar &lt;yamonkar@cadence.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/cadence/Makefile</description>
        <pubDate>Thu, 06 Feb 2020 06:10:51 +0000</pubDate>
        <dc:creator>Yuti Amonkar &lt;yamonkar@cadence.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/cadence/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/cadence/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>7a343c8b - phy: Add Cadence D-PHY support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/cadence/Makefile#7a343c8b</link>
        <description>phy: Add Cadence D-PHY supportCadence has designed a D-PHY that can be used by the, currently in tree,DSI bridge (DRM), CSI Transceiver and CSI Receiver (v4l2) drivers.Only the DSI driver has an ad-hoc driver for that phy at the moment, whilethe v4l2 drivers are completely missing any phy support. In order to makethat phy support available to all these drivers, without having toduplicate that code three times, let&apos;s create a generic phy frameworkdriver.Acked-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/cadence/Makefile</description>
        <pubDate>Mon, 21 Jan 2019 15:45:53 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>44d30d62 - phy: cadence: Add driver for Sierra PHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/cadence/Makefile#44d30d62</link>
        <description>phy: cadence: Add driver for Sierra PHYAdd a Sierra PHY driver with PCIe and USB support.The PHY has multiple lanes, which can be configured intogroups, and a generic PHY device is created for each group.There are two resets controlling the overall PHY block, oneto enable the APB interface for programming registers, andanother to enable the PHY itself.  Additionally there areresets for each PHY lane.The PHY can be configured in hardware to read registersettings from ROM, or they can be written by the driver.The sequence of operation on startup is to enable the APBbus, write the PHY registers (if required)  for each lanegroup, and then enable the PHY.  Each group of lanescan then be individually controlled using the power_on()/power_off() function for that generic PHYSigned-off-by: Alan Douglas &lt;adouglas@cadence.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/cadence/Makefile</description>
        <pubDate>Mon, 12 Nov 2018 16:42:16 +0000</pubDate>
        <dc:creator>Alan Douglas &lt;adouglas@cadence.com&gt;</dc:creator>
    </item>
<item>
        <title>c8b427ed - phy: Add driver for Cadence MHDP DisplayPort SD0801 PHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/cadence/Makefile#c8b427ed</link>
        <description>phy: Add driver for Cadence MHDP DisplayPort SD0801 PHYAdd driver for the Cadence SD0801 &quot;Torrent&quot; PHY used with the Cadence MHDPDisplayPort Tx controller.Integration with the MHDP driver will be the subject of another commit.Signed-off-by: Scott Telford &lt;stelford@cadence.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/cadence/Makefile</description>
        <pubDate>Thu, 09 Aug 2018 10:30:30 +0000</pubDate>
        <dc:creator>Scott Telford &lt;stelford@cadence.com&gt;</dc:creator>
    </item>
</channel>
</rss>
