[PATCH v1 0/2] gpiolib: in-kernel documentation updates

Andy Shevchenko posted 2 patches 1 year, 10 months ago
drivers/gpio/gpiolib-acpi.c   |  45 ++--
drivers/gpio/gpiolib-cdev.c   |  15 +-
drivers/gpio/gpiolib-devres.c |  85 ++++++--
drivers/gpio/gpiolib-legacy.c |   3 +
drivers/gpio/gpiolib-of.c     | 102 +++++----
drivers/gpio/gpiolib-swnode.c |   8 +-
drivers/gpio/gpiolib-sysfs.c  |  41 ++--
drivers/gpio/gpiolib.c        | 388 +++++++++++++++++++++-------------
drivers/gpio/gpiolib.h        |   8 +-
9 files changed, 438 insertions(+), 257 deletions(-)
[PATCH v1 0/2] gpiolib: in-kernel documentation updates
Posted by Andy Shevchenko 1 year, 10 months ago
While looking for something I have noticed that in-kernel documentation
for gpiolib implementation may be updated to reflect the current state
of affairs. Hence these two patches.

Andy Shevchenko (2):
  gpiolib: Do not mention legacy GPIOF_* in the code
  gpiolib: Up to date the kernel documentation

 drivers/gpio/gpiolib-acpi.c   |  45 ++--
 drivers/gpio/gpiolib-cdev.c   |  15 +-
 drivers/gpio/gpiolib-devres.c |  85 ++++++--
 drivers/gpio/gpiolib-legacy.c |   3 +
 drivers/gpio/gpiolib-of.c     | 102 +++++----
 drivers/gpio/gpiolib-swnode.c |   8 +-
 drivers/gpio/gpiolib-sysfs.c  |  41 ++--
 drivers/gpio/gpiolib.c        | 388 +++++++++++++++++++++-------------
 drivers/gpio/gpiolib.h        |   8 +-
 9 files changed, 438 insertions(+), 257 deletions(-)

-- 
2.43.0.rc1.1.gbec44491f096
Re: [PATCH v1 0/2] gpiolib: in-kernel documentation updates
Posted by Andy Shevchenko 1 year, 10 months ago
On Tue, Mar 26, 2024 at 08:11:19PM +0200, Andy Shevchenko wrote:
> While looking for something I have noticed that in-kernel documentation
> for gpiolib implementation may be updated to reflect the current state
> of affairs. Hence these two patches.

Bart, do you have any comments here?

-- 
With Best Regards,
Andy Shevchenko