mbox series

[net-next,v1,0/2] ieee802154: ca8210: Sparse fix and GPIOd conversion

Message ID 20250303150855.1294188-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series ieee802154: ca8210: Sparse fix and GPIOd conversion | expand

Message

Andy Shevchenko March 3, 2025, 3:07 p.m. UTC
The main part is the patch 2 that converts the driver to GPIO descriptor APIs,
the first one is just an ad-hoc fix WRT sparse complains on the bitwise
types misuse.

Andy Shevchenko (2):
  ieee802154: ca8210: Use proper setter and getters for bitwise types
  ieee802154: ca8210: Switch to using gpiod API

 drivers/net/ieee802154/ca8210.c | 72 ++++++++++++---------------------
 1 file changed, 26 insertions(+), 46 deletions(-)