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(-)

Comments

Bartosz Golaszewski Oct. 31, 2024, 6:14 p.m. UTC | #1
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Mon, 28 Oct 2024 13:49:57 +0100, Johan Hovold wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/3] gpiolib: fix debugfs newline separators
      commit: 3e8b7238b427e05498034c240451af5f5495afda
[2/3] gpiolib: fix debugfs dangling chip separator
      commit: 604888f8c3d01fddd9366161efc65cb3182831f1

Best regards,
Bartosz Golaszewski Nov. 4, 2024, 7:51 a.m. UTC | #2
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Mon, 28 Oct 2024 13:49:57 +0100, Johan Hovold wrote:
> 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.
> 
> [...]

Applied, thanks!

[3/3] gpiolib: clean up debugfs separator handling
      commit: b9b7e4a67de1c9d40138f89e86c92ee72e631f47

Best regards,