<?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>d3cbe455 - scsi: ufs: rockchip: Initial support for UFS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ufs/host/Makefile#d3cbe455</link>
        <description>scsi: ufs: rockchip: Initial support for UFSRK3576 SoC contains a UFS controller, add initial support for it.The features are:  1. support UFS 2.0 features  2. High speed up to HS-G3  3. 2RX-2TX lanes  4. auto H8 entry and exitSoftware limitation:  1. HCE procedure: enable controller-&gt;enable intr-&gt;dme_reset-&gt;dme_enable  2. disable unipro timeout values before power mode change[mkp: fix build errors]Signed-off-by: Shawn Lin &lt;shawn.lin@rock-chips.com&gt;Link: https://lore.kernel.org/r/1738736156-119203-7-git-send-email-shawn.lin@rock-chips.comReviewed-by: Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;Reviewed-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/ufs/host/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 06:15:55 +0000</pubDate>
        <dc:creator>Shawn Lin &lt;shawn.lin@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>56541c7c - scsi: ufs: ufs-qcom: Switch to the new ICE API</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ufs/host/Makefile#56541c7c</link>
        <description>scsi: ufs: ufs-qcom: Switch to the new ICE APINow that there is a new dedicated ICE driver, drop the ufs-qcom-ice and usethe new ICE api provided by the Qualcomm soc driver ice. The platforms thatalready have ICE support will use the API as library since there will notbe a devicetree node, but instead they have reg range. In this case, theof_qcom_ice_get will return an ICE instance created for the consumer&apos;sdevice. But if there are platforms that do not have ice reg in the consumerdevicetree node and instead provide a dedicated ICE devicetree node, theof_qcom_ice_get will look up the device based on qcom,ice property and willget the ICE instance registered by the probe function of the ice driver.The ICE clock is now handle by the new driver. This is done by enabling iton the creation of the ICE instance and then enabling/disabling it on UFSruntime resume/suspend.Signed-off-by: Abel Vesa &lt;abel.vesa@linaro.org&gt;Link: https://lore.kernel.org/r/20230612192847.1599416-3-abel.vesa@linaro.orgReviewed-by: Eric Biggers &lt;ebiggers@google.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/ufs/host/Makefile</description>
        <pubDate>Mon, 12 Jun 2023 19:28:46 +0000</pubDate>
        <dc:creator>Abel Vesa &lt;abel.vesa@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>df7320ba - scsi: ufs: ufs-unisoc: Add support for Unisoc UFS host controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ufs/host/Makefile#df7320ba</link>
        <description>scsi: ufs: ufs-unisoc: Add support for Unisoc UFS host controllerAdd driver code for Unisoc UFS host controller, along with UFSinitialization.Signed-off-by: Zhe Wang &lt;zhe.wang1@unisoc.com&gt;Reviewed-by: Bart Van Assche &lt;bvanassche@acm.org&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/ufs/host/Makefile</description>
        <pubDate>Fri, 09 Dec 2022 12:41:21 +0000</pubDate>
        <dc:creator>Zhe Wang &lt;zhe.wang1@unisoc.com&gt;</dc:creator>
    </item>
<item>
        <title>d6952028 - scsi: ufs: ufs-renesas: Add support for Renesas R-Car UFS controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ufs/host/Makefile#d6952028</link>
        <description>scsi: ufs: ufs-renesas: Add support for Renesas R-Car UFS controllerAdd support for Renesas R-Car UFS controller which needs vendor-specificinitialization.Link: https://lore.kernel.org/r/20220603110524.1997825-5-yoshihiro.shimoda.uh@renesas.comSigned-off-by: Yoshihiro Shimoda &lt;yoshihiro.shimoda.uh@renesas.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/ufs/host/Makefile</description>
        <pubDate>Fri, 03 Jun 2022 11:05:21 +0000</pubDate>
        <dc:creator>Yoshihiro Shimoda &lt;yoshihiro.shimoda.uh@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>dd11376b - scsi: ufs: Split the drivers/scsi/ufs directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ufs/host/Makefile#dd11376b</link>
        <description>scsi: ufs: Split the drivers/scsi/ufs directorySplit the drivers/scsi/ufs directory into &apos;core&apos; and &apos;host&apos; directoriesunder the drivers/ufs/ directory. Move shared header files into theinclude/ufs/ directory. This separation makes it clear which header filesUFS drivers are allowed to include (include/ufs/*.h) and which header filesUFS drivers are not allowed to include (drivers/ufs/core/*.h).Update the MAINTAINERS file. Add myself as a UFS reviewer.Link: https://lore.kernel.org/r/20220511212552.655341-1-bvanassche@acm.orgCc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Avri Altman &lt;avri.altman@wdc.com&gt;Cc: Bean Huo &lt;beanhuo@micron.com&gt;Cc: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Cc: Keoseong Park &lt;keosung.park@samsung.com&gt;Tested-by: Bean Huo &lt;beanhuo@micron.com&gt;Tested-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Reviewed-by: Bean Huo &lt;beanhuo@micron.com&gt;Acked-by: Avri Altman &lt;avri.altman@wdc.com&gt;Acked-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Signed-off-by: Bart Van Assche &lt;bvanassche@acm.org&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/ufs/host/Makefile</description>
        <pubDate>Wed, 11 May 2022 21:25:52 +0000</pubDate>
        <dc:creator>Bart Van Assche &lt;bvanassche@acm.org&gt;</dc:creator>
    </item>
</channel>
</rss>
