mbox series

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

Message ID 20240326181247.1419138-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series gpiolib: in-kernel documentation updates | expand

Message

Andy Shevchenko March 26, 2024, 6:11 p.m. UTC
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(-)

Comments

Andy Shevchenko April 3, 2024, 10:50 a.m. UTC | #1
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?