Re: [PATCH 2/2] spi: spi-ath79: use gpio_set_value_cansleep for GPIO chip select

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

 



Hi Felix,

On Fri, Dec 9, 2016 at 8:48 PM, Felix Fietkau <nbd@xxxxxxxx> wrote:
> Signed-off-by: Felix Fietkau <nbd@xxxxxxxx>

Please explain why this is needed, instead of just translating C to English.
A good patch description explains what, why, and how.

Thanks!

> ---
>  drivers/spi/spi-ath79.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/spi/spi-ath79.c b/drivers/spi/spi-ath79.c
> index d51c99a..2517e1e 100644
> --- a/drivers/spi/spi-ath79.c
> +++ b/drivers/spi/spi-ath79.c
> @@ -80,7 +80,7 @@ static void ath79_spi_chipselect(struct spi_device *spi, int is_active)
>
>         if (gpio_is_valid(spi->cs_gpio)) {
>                 /* SPI is normally active-low */
> -               gpio_set_value(spi->cs_gpio, cs_high);
> +               gpio_set_value_cansleep(spi->cs_gpio, cs_high);

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux