Re: [PATCH] [v2] at86rf230: convert to gpio descriptors

From: Stefan Schmidt
Date: Sat Jan 28 2023 - 08:39:58 EST


Hello Arnd.

On 26.01.23 17:22, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@xxxxxxxx>

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@xxxxxxxxxxx>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
---
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