ieee802154: at86rf230: switch to using gpiod API
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 1 Feb 2023 05:34:47 +0000 (21:34 -0800)
committerStefan Schmidt <stefan@datenfreihafen.org>
Wed, 1 Feb 2023 20:30:09 +0000 (21:30 +0100)
commit6130543654e0e5a79485ed8538c0bf2259fe7431
treeca9e45d56a72dce32db6f12a058a6281f133c0ed
parent9b26ed18545056794bf9d3f3defd9e09719ff4f5
ieee802154: at86rf230: switch to using gpiod API

Switch the driver from legacy gpio API that is deprecated to the newer
gpiod API that respects line polarities described in ACPI/DT.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Link: https://lore.kernel.org/r/20230201053447.4098486-2-dmitry.torokhov@gmail.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
drivers/net/ieee802154/at86rf230.c