mbox series

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

Message ID 20250203121843.3183991-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series gpio: 74x164: Refactor and clean up the driver | expand

Message

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

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 | 63 +++++++++++++++++++++-----------------
 2 files changed, 35 insertions(+), 29 deletions(-)