On Fri, Oct 14, 2022 at 11:28:14AM +0200, Bartosz Golaszewski wrote:
On Thu, Oct 13, 2022 at 2:19 AM Sasha Levin <sashal@xxxxxxxxxx> wrote:
From: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
[ Upstream commit 984914ec4f4bfa9ee8f067b06293bc12bef20137 ]
There is no need for of_find_spi_cs_gpio() to be different from other
quirks: the only variant of property actually used in DTS is "gpios"
(plural) so we can use of_get_named_gpiod_flags() instead of recursing
into of_find_gpio() again.
This will allow us consolidate quirk handling down the road.
Sasha,
This is not a fix, it's code refactoring. Definitely not stable material.
Bartosz
PS Same for the rest of the backports of the three patches I commented on.
I'll drop all of those, thanks!
--
Thanks,
Sasha