Re: [PATCH] [v2] at86rf230: convert to gpio descriptors
From: Stefan Schmidt <stefan@datenfreihafen.org>
Date: 2023-01-28 13:39:57
Also in:
lkml
From: Stefan Schmidt <stefan@datenfreihafen.org>
Date: 2023-01-28 13:39:57
Also in:
lkml
Hello Arnd. On 26.01.23 17:22, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@arndb.de> 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> --- drivers/net/ieee802154/at86rf230.c | 82 +++++++++--------------------- include/linux/spi/at86rf230.h | 20 -------- 2 files changed, 25 insertions(+), 77 deletions(-) delete mode 100644 include/linux/spi/at86rf230.h
This patch has been applied to the wpan-next tree and will be part of the next pull request to net-next. Thanks! regards Stefan Schmidt