]> Git Repo - linux.git/commit
gpio: of: Check propname before applying "cs-gpios" quirks
authorAndrey Smirnov <[email protected]>
Tue, 26 Mar 2019 06:32:08 +0000 (23:32 -0700)
committerLinus Walleij <[email protected]>
Thu, 28 Mar 2019 16:06:58 +0000 (17:06 +0100)
commite5545c94e43b8f6599ffc01df8d1aedf18ee912a
tree50832a9df8973a90546a4e52637732d732639f5f
parent3b55cb88c3898239ebbca86372ece1d145013010
gpio: of: Check propname before applying "cs-gpios" quirks

SPI GPIO device has more than just "cs-gpio" property in its node and
would request those GPIOs as a part of its initialization. To avoid
applying CS-specific quirk to all of them add a check to make sure
that propname is "cs-gpios".

Signed-off-by: Andrey Smirnov <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: Bartosz Golaszewski <[email protected]>
Cc: Chris Healy <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Linus Walleij <[email protected]>
drivers/gpio/gpiolib-of.c
This page took 0.049606 seconds and 4 git commands to generate.