Patch "spi: fsl: Fix GPIO descriptor support" has been added to the 5.4-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: fsl: Fix GPIO descriptor support

to the 5.4-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-fsl-fix-gpio-descriptor-support.patch
and it can be found in the queue-5.4 subdirectory.

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



commit b55a69fc6c9a64e987fa209d190ed76ff4590abe
Author: Linus Walleij <linus.walleij@xxxxxxxxxx>
Date:   Thu Nov 28 09:37:16 2019 +0100

    spi: fsl: Fix GPIO descriptor support
    
    [ Upstream commit f106904968e2a075e64653b9b79dda9f0f070ab5 ]
    
    This makes the driver actually support looking up GPIO
    descriptor. A coding mistake in the initial descriptor
    support patch was that it was failing to turn on the very
    feature it was implementing. Mea culpa.
    
    Cc: Christophe Leroy <christophe.leroy@xxxxxx>
    Reported-by: Christophe Leroy <christophe.leroy@xxxxxx>
    Fixes: 0f0581b24bd0 ("spi: fsl: Convert to use CS GPIO descriptors")
    Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
    Tested-by: Christophe Leroy <christophe.leroy@xxxxxx>
    Link: https://lore.kernel.org/r/20191128083718.39177-1-linus.walleij@xxxxxxxxxx
    Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/spi/spi-fsl-spi.c b/drivers/spi/spi-fsl-spi.c
index 2d563874b4ac..ad1abea6e8b0 100644
--- a/drivers/spi/spi-fsl-spi.c
+++ b/drivers/spi/spi-fsl-spi.c
@@ -612,6 +612,7 @@ static struct spi_master * fsl_spi_probe(struct device *dev,
 	master->setup = fsl_spi_setup;
 	master->cleanup = fsl_spi_cleanup;
 	master->transfer_one_message = fsl_spi_do_one_msg;
+	master->use_gpio_descriptors = true;
 
 	mpc8xxx_spi = spi_master_get_devdata(master);
 	mpc8xxx_spi->max_bits_per_word = 32;



[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