[PATCH 1/2] spi: rockchip: add support for "cs-gpios" dts property
Mark Brown
broonie at kernel.org
Mon Jun 12 09:38:14 PDT 2017
On Mon, Jun 12, 2017 at 10:18:06AM +0200, Geert Uytterhoeven wrote:
> On Mon, Jun 12, 2017 at 9:15 AM, Shawn Lin <shawn.lin at rock-chips.com> wrote:
> > On 2017/6/12 14:14, Jeffy Chen wrote:
> >> +static int rockchip_spi_setup(struct spi_device *spi)
> >> +{
> >> + int ret = 0;
> >> + unsigned long flags = (spi->mode & SPI_CS_HIGH) ?
> >> + GPIOF_OUT_INIT_LOW : GPIOF_OUT_INIT_HIGH;
> >> + struct rockchip_spi_data *data = spi_get_ctldata(spi);
> >> +
> >> + if (!gpio_is_valid(spi->cs_gpio))
> >> + return 0;
> > return -EINVAL?
> Isn't this check meant to fall back to hardware CS if no cs-gpios property
> is present?
I'd expect it to, otherwise the cs-gpios property is actualy mandatory.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170612/2c49f7de/attachment.sig>
More information about the linux-arm-kernel
mailing list