[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <adbf508d-ed5a-e06a-4a59-98df0229d7b4@csgroup.eu>
Date: Thu, 14 Jan 2021 14:42:26 +0100
From: Christophe Leroy <christophe.leroy@...roup.eu>
To: Mark Brown <broonie@...nel.org>
Cc: Sven Van Asbroeck <thesven73@...il.com>,
Linus Walleij <linus.walleij@...aro.org>,
linux-spi <linux-spi@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linuxppc-dev@...abs.org" <linuxppc-dev@...abs.org>
Subject: Re: SPI not working on 5.10 and 5.11, bisected to 766c6b63aa04 ("spi:
fix client driver breakages when using GPIO descriptors")
Le 14/01/2021 à 14:22, Mark Brown a écrit :
>
> For GPIO chipselects you should really fix the driver to just hand the
> GPIO off to the core rather than trying to implement this itself, that
> will avoid driver specific differences like this.
>
IIUC, it is not trivial as it requires implementing transfer_one() instead of the existing
transfer_one_message() in the driver. Am I right ?
What's the difference/benefit of transfer_one() compared to the existing transfer_one_message() ?
Powered by blists - more mailing lists