linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] gpiolib: debugfs: update to show more info for gpios requested as irq
@ 2015-05-20 10:30 Grygorii Strashko
  2015-05-20 10:30 ` [PATCH v2 1/3] gpiolib: debugfs: display gpios requested as irq only Grygorii Strashko
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Grygorii Strashko @ 2015-05-20 10:30 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot
  Cc: linux-gpio, linux-kernel, Grygorii Strashko, Johan Hovold

This series updates gpiolib debugfs code to show more information about
GPIOs requested as IRQ.

First patch ensures that information about GPIOs requested as IRQ only
will be provided through GPIO debugfs.

Other two patches extend information for GPIOs requested as IRQ
- show Linux irq number
- show marker '<irq-only>' for GPIOs requested as IRQ only

After this series sys/kernel/debug/gpio will produce following output:
  ...
 GPIOs 160-191, platform/4805d000.gpio, gpio:
  gpio-171 ((null)              ) in  hi IRQ-209 <irq-only>
 ^^^ GPIO requested as IRQ only and its Linux IRQ number is 209
  gpio-172 (xxyy              ) in  hi IRQ-210
 ^^^ GPIO requested as IRQ and as GPIO and its Linux IRQ number is 209

 GPIOs 192-223, platform/48051000.gpio, gpio:
  gpio-203 (vtt_fixed           ) out hi
 ^^^ GPIO requested as GPIO only

Changes in v2:
- split original patch on three patcehs
- apply comments from Linus and Johan

v1:
 https://lkml.org/lkml/2015/5/15/364

Cc: Johan Hovold <johan@kernel.org>

Grygorii Strashko (3):
  gpiolib: debugfs: display gpios requested as irq only
  gpiolib: debugfs: show linux irq number for gpios requested as irq
  gpiolib: debugfs: identify gpios requested as irq only

 drivers/gpio/gpiolib.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-06-01 12:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-20 10:30 [PATCH v2 0/3] gpiolib: debugfs: update to show more info for gpios requested as irq Grygorii Strashko
2015-05-20 10:30 ` [PATCH v2 1/3] gpiolib: debugfs: display gpios requested as irq only Grygorii Strashko
2015-06-01 12:50   ` Linus Walleij
2015-05-20 10:30 ` [PATCH v2 2/3] gpiolib: debugfs: show linux irq number for gpios requested as irq Grygorii Strashko
2015-06-01 12:51   ` Linus Walleij
2015-05-20 10:30 ` [PATCH v2 3/3] gpiolib: debugfs: identify gpios requested as irq only Grygorii Strashko
2015-06-01 12:52   ` Linus Walleij
2015-05-21  4:02 ` [PATCH v2 0/3] gpiolib: debugfs: update to show more info for gpios requested as irq Alexandre Courbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).