[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250531195801.3632110-1-andriy.shevchenko@linux.intel.com>
Date: Sat, 31 May 2025 22:55:42 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.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 v1 0/2] gpio: More cleanups to legacy header
If I'm not missing anything the 'struct gpio' is not used and
GPIO_DYNAMIC_* constants nowadays are private to gpiolib.c.
Hence this series.
Note, this seems already the case for the upcoming v6.16 cycle, hence
I would like to route these patches as fixes to it to prevent any possible
use of the mentioned definitions in a new code.
Andy Shevchenko (2):
gpio: Remove unused 'struct gpio' definition
gpiolib: Move GPIO_DYNAMIC_* constants to its only user
drivers/gpio/gpiolib.c | 13 +++++++++++++
include/linux/gpio.h | 25 -------------------------
2 files changed, 13 insertions(+), 25 deletions(-)
--
2.47.2
Powered by blists - more mailing lists