mbox series

[v2,0/7] gpio: 74x164: Refactor and clean up the driver

Message ID 20250207151825.2122419-1-andriy.shevchenko@linux.intel.com
Headers show
Series gpio: 74x164: Refactor and clean up the driver | expand

Message

Andy Shevchenko Feb. 7, 2025, 3:17 p.m. UTC
Seems like I have had a cleanup series for 74x164, but forgot to send it
last year, here it is.

Changelog v2:
- remove ->remove() leftover (Bart)
- collected tags (Geert, Gustavo)

Andy Shevchenko (7):
  gpio: 74x164: Remove unneeded dependency to OF_GPIO
  gpio: 74x164: Simplify code with cleanup helpers
  gpio: 74x164: Annotate buffer with __counted_by()
  gpio: 74x164: Make use of the macros from bits.h
  gpio: 74x164: Fully convert to use managed resources
  gpio: 74x164: Switch to use dev_err_probe()
  gpio: 74x164: Utilise temporary variable for struct device

 drivers/gpio/Kconfig       |  1 -
 drivers/gpio/gpio-74x164.c | 70 +++++++++++++++++++-------------------
 2 files changed, 35 insertions(+), 36 deletions(-)