Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753083AbbETKae (ORCPT ); Wed, 20 May 2015 06:30:34 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:35107 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752210AbbETKab (ORCPT ); Wed, 20 May 2015 06:30:31 -0400 From: Grygorii Strashko To: Linus Walleij , Alexandre Courbot Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Grygorii Strashko , Johan Hovold Subject: [PATCH v2 0/3] gpiolib: debugfs: update to show more info for gpios requested as irq Date: Wed, 20 May 2015 13:30:20 +0300 Message-Id: <1432117823-1834-1-git-send-email-grygorii.strashko@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1571 Lines: 47 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 '' 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 ^^^ 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 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/