mbox series

[0/3] gpiolib: fix debugfs newline separators

Message ID 20241028125000.24051-1-johan+linaro@kernel.org
Headers show
Series gpiolib: fix debugfs newline separators | expand

Message

Johan Hovold Oct. 28, 2024, 12:49 p.m. UTC
I've noticed this before on some systems but never got around to looking
into why the gpio debugfs newline separators are sometimes missing.

On recent Qualcomm machines with 10+ gpio chips this can get really
annoying when a third of the separators are missing (e.g. when verifying
pin settings). Hence the CC stable tag.

Johan


Johan Hovold (3):
  gpiolib: fix debugfs newline separators
  gpiolib: fix debugfs dangling chip separator
  gpiolib: clean up debugfs separator handling

 drivers/gpio/gpiolib.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)