[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220201152758.40391-1-andriy.shevchenko@linux.intel.com>
Date: Tue, 1 Feb 2022 17:27:54 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <brgl@...ev.pl>
Subject: [PATCH v3 0/4] gpiolib: A fix and a few cleanups
Patch 1 is a fix for wrong error code to user space.
Patches 2-4 are small cleanups.
Can be routed via my tree, or directly into GPIO, whatever maintainers
prefer.
Changelog v3:
- joined two patches into a single fix (Bart)
- added Rb tag (Linus)
- renamed for_each_gpio_desc_with_flag() macro to be descriptive (Johan)
- added two new cleanups
Andy Shevchenko (4):
gpiolib: Never return internal error codes to user space
gpiolib: Introduce for_each_gpio_desc_with_flag() macro
gpiolib: Use short form of ternary operator in gpiod_get_index()
gpiolib: Simplify error path in gpiod_get_index() when requesting GPIO
drivers/gpio/gpiolib-cdev.c | 6 +++---
drivers/gpio/gpiolib-of.c | 10 ++++------
drivers/gpio/gpiolib-sysfs.c | 14 ++++----------
drivers/gpio/gpiolib.c | 35 ++++++++++++++++-------------------
drivers/gpio/gpiolib.h | 19 +++++++++++++++++++
5 files changed, 46 insertions(+), 38 deletions(-)
--
2.34.1
Powered by blists - more mailing lists