Patch "spi: cadence-quadspi: fix Direct Access Mode disable for SoCFPGA" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    spi: cadence-quadspi: fix Direct Access Mode disable for SoCFPGA

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     spi-cadence-quadspi-fix-direct-access-mode-disable-f.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit eddd7362ef4fcad385b8a5bb544c8cad735a05e3
Author: Ian Abbott <abbotti@xxxxxxxxx>
Date:   Wed Apr 27 16:34:46 2022 +0100

    spi: cadence-quadspi: fix Direct Access Mode disable for SoCFPGA
    
    [ Upstream commit f724c296f2f2cc3f9342b0fc26239635cbed856e ]
    
    The Cadence QSPI compatible string required for the SoCFPGA platform
    changed from the default "cdns,qspi-nor" to "intel,socfpga-qspi" with
    the introduction of an additional quirk in
    commit 98d948eb8331 ("spi: cadence-quadspi: fix write completion support").
    However, that change did not preserve the previously used
    quirk for this platform.  Reinstate the `CQSPI_DISABLE_DAC_MODE` quirk
    for the SoCFPGA platform.
    
    Fixes: 98d948eb8331 ("spi: cadence-quadspi: fix write completion support")
    Cc: Dinh Nguyen <dinguyen@xxxxxxxxxx>
    Signed-off-by: Ian Abbott <abbotti@xxxxxxxxx>
    Link: https://lore.kernel.org/r/20220427153446.10113-1-abbotti@xxxxxxxxx
    Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/spi/spi-cadence-quadspi.c b/drivers/spi/spi-cadence-quadspi.c
index 2714ba02b176..cda70de38330 100644
--- a/drivers/spi/spi-cadence-quadspi.c
+++ b/drivers/spi/spi-cadence-quadspi.c
@@ -1660,7 +1660,7 @@ static const struct cqspi_driver_platdata intel_lgm_qspi = {
 };
 
 static const struct cqspi_driver_platdata socfpga_qspi = {
-	.quirks = CQSPI_NO_SUPPORT_WR_COMPLETION,
+	.quirks = CQSPI_DISABLE_DAC_MODE | CQSPI_NO_SUPPORT_WR_COMPLETION,
 };
 
 static const struct of_device_id cqspi_dt_ids[] = {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux