at86rf230: convert to gpio descriptors
authorArnd Bergmann <arnd@arndb.de>
Thu, 26 Jan 2023 16:22:59 +0000 (17:22 +0100)
committerStefan Schmidt <stefan@datenfreihafen.org>
Sat, 28 Jan 2023 13:36:17 +0000 (14:36 +0100)
commit622bd6ea90086beb98ac439edd7d57de73d1d6f9
tree1c8e821dc1695afcf4c0901e8a607b40644ccf40
parent3accf4762734a69ebd03cba989249c78ac7dfc7e
at86rf230: convert to gpio descriptors

There are no remaining in-tree users of the platform_data,
so this driver can be converted to using the simpler gpiod
interfaces.

Any out-of-tree users that rely on the platform data can
provide the data using the device_property and gpio_lookup
interfaces instead.

Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20230126162323.2986682-1-arnd@kernel.org
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
drivers/net/ieee802154/at86rf230.c
include/linux/spi/at86rf230.h [deleted file]