All of lore.kernel.org
 help / color / mirror / Atom feed
From: boris.brezillon@free-electrons.com (Boris BREZILLON)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91: at91sam9x5: sets NPCS0 (PA14) back to GPIO
Date: Fri, 25 Jul 2014 11:01:24 +0200	[thread overview]
Message-ID: <20140725110124.3f0dce6c@bbrezillon> (raw)
In-Reply-To: <53D21B3F.7060006@aksignal.cz>

On Fri, 25 Jul 2014 10:54:23 +0200
Ji?? Prchal <jiri.prchal@aksignal.cz> wrote:

> Here it is:
> cat /sys/kernel/debug/gpio
> GPIOs 0-31, platform/fffff400.gpio, fffff400.gpio:
> [in20] GPIOfffff400.gpio3: [gpio] set
> [spi0.3] GPIOfffff400.gpio14: [gpio] set
> [in19] GPIOfffff400.gpio21: [gpio] set
> [spi0.1] GPIOfffff400.gpio22: [gpio] set
> [spi0.0] GPIOfffff400.gpio23: [gpio] set
> [in18] GPIOfffff400.gpio28: [gpio] set
> [out20] GPIOfffff400.gpio29: [gpio] clear
> [out18] GPIOfffff400.gpio30: [gpio] clear
> [out19] GPIOfffff400.gpio31: [gpio] clear
> 
> GPIOs 32-50, platform/fffff600.gpio, fffff600.gpio:
> [blue] GPIOfffff600.gpio12: [gpio] set
> [gsm_on] GPIOfffff600.gpio13: [gpio] clear
> [yellow] GPIOfffff600.gpio14: [gpio] clear
> [gsm_rst] GPIOfffff600.gpio15: [gpio] clear
> [green] GPIOfffff600.gpio16: [gpio] clear
> [red] GPIOfffff600.gpio18: [gpio] clear
> 
> GPIOs 64-95, platform/fffff800.gpio, fffff800.gpio:
> [in17] GPIOfffff800.gpio16: [gpio] set
> [in13] GPIOfffff800.gpio18: [gpio] set
> [in14] GPIOfffff800.gpio20: [gpio] set
> [por] GPIOfffff800.gpio25: [gpio] clear
> [out16] GPIOfffff800.gpio26: [gpio] clear
> [out15] GPIOfffff800.gpio28: [gpio] clear
> [spi0.2] GPIOfffff800.gpio29: [gpio] set
> [out17] GPIOfffff800.gpio30: [gpio] clear
> 
> GPIOs 96-117, platform/fffffa00.gpio, fffffa00.gpio:
> [nand_enable] GPIOfffffa00.gpio4: [gpio] set
> [nand_rdy] GPIOfffffa00.gpio5: [gpio] set
> [atmel_usba_udc] GPIOfffffa00.gpio21: [gpio] clear
> 

Every thing seems in place.
Could you enable CONFIG_DEBUG_PINCTRL and grep on "enable pin" ?

> 
> Dne 25.7.2014 v 10:45 Boris BREZILLON napsal(a):
> > On Fri, 25 Jul 2014 10:27:13 +0200
> > Ji?? Prchal <jiri.prchal@aksignal.cz> wrote:
> >
> > [...]
> >>
> >>
> >>> Could you also paste the content of /sys/kernel/debug/gpio ?
> >> The /sys/kernel/debug/ is empty.
> >
> > You have to enable CONFIG_DEBUG_FS in your config and then mount the
> > debug file system:
> >
> > #mount -t debugfs dbg /sys/kernel/debug
> >
> >
> >
> >



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: Boris BREZILLON <boris.brezillon@free-electrons.com>
To: jiri.prchal@aksignal.cz
Cc: Bo Shen <voice.shen@atmel.com>,
	nicolas.ferre@atmel.com, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH] ARM: at91: at91sam9x5: sets NPCS0 (PA14) back to GPIO
Date: Fri, 25 Jul 2014 11:01:24 +0200	[thread overview]
Message-ID: <20140725110124.3f0dce6c@bbrezillon> (raw)
In-Reply-To: <53D21B3F.7060006@aksignal.cz>

On Fri, 25 Jul 2014 10:54:23 +0200
Jiří Prchal <jiri.prchal@aksignal.cz> wrote:

> Here it is:
> cat /sys/kernel/debug/gpio
> GPIOs 0-31, platform/fffff400.gpio, fffff400.gpio:
> [in20] GPIOfffff400.gpio3: [gpio] set
> [spi0.3] GPIOfffff400.gpio14: [gpio] set
> [in19] GPIOfffff400.gpio21: [gpio] set
> [spi0.1] GPIOfffff400.gpio22: [gpio] set
> [spi0.0] GPIOfffff400.gpio23: [gpio] set
> [in18] GPIOfffff400.gpio28: [gpio] set
> [out20] GPIOfffff400.gpio29: [gpio] clear
> [out18] GPIOfffff400.gpio30: [gpio] clear
> [out19] GPIOfffff400.gpio31: [gpio] clear
> 
> GPIOs 32-50, platform/fffff600.gpio, fffff600.gpio:
> [blue] GPIOfffff600.gpio12: [gpio] set
> [gsm_on] GPIOfffff600.gpio13: [gpio] clear
> [yellow] GPIOfffff600.gpio14: [gpio] clear
> [gsm_rst] GPIOfffff600.gpio15: [gpio] clear
> [green] GPIOfffff600.gpio16: [gpio] clear
> [red] GPIOfffff600.gpio18: [gpio] clear
> 
> GPIOs 64-95, platform/fffff800.gpio, fffff800.gpio:
> [in17] GPIOfffff800.gpio16: [gpio] set
> [in13] GPIOfffff800.gpio18: [gpio] set
> [in14] GPIOfffff800.gpio20: [gpio] set
> [por] GPIOfffff800.gpio25: [gpio] clear
> [out16] GPIOfffff800.gpio26: [gpio] clear
> [out15] GPIOfffff800.gpio28: [gpio] clear
> [spi0.2] GPIOfffff800.gpio29: [gpio] set
> [out17] GPIOfffff800.gpio30: [gpio] clear
> 
> GPIOs 96-117, platform/fffffa00.gpio, fffffa00.gpio:
> [nand_enable] GPIOfffffa00.gpio4: [gpio] set
> [nand_rdy] GPIOfffffa00.gpio5: [gpio] set
> [atmel_usba_udc] GPIOfffffa00.gpio21: [gpio] clear
> 

Every thing seems in place.
Could you enable CONFIG_DEBUG_PINCTRL and grep on "enable pin" ?

> 
> Dne 25.7.2014 v 10:45 Boris BREZILLON napsal(a):
> > On Fri, 25 Jul 2014 10:27:13 +0200
> > Jiří Prchal <jiri.prchal@aksignal.cz> wrote:
> >
> > [...]
> >>
> >>
> >>> Could you also paste the content of /sys/kernel/debug/gpio ?
> >> The /sys/kernel/debug/ is empty.
> >
> > You have to enable CONFIG_DEBUG_FS in your config and then mount the
> > debug file system:
> >
> > #mount -t debugfs dbg /sys/kernel/debug
> >
> >
> >
> >



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

  reply	other threads:[~2014-07-25  9:01 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-11 10:22 [PATCH] ARM: at91: at91sam9x5: add clocks for usb device Bo Shen
2014-07-11 10:22 ` Bo Shen
2014-07-11 10:22 ` Bo Shen
2014-07-11 10:47 ` Alexandre Belloni
2014-07-11 10:47   ` Alexandre Belloni
2014-07-11 10:47   ` Alexandre Belloni
2014-07-11 10:55   ` Jiří Prchal
2014-07-11 10:55     ` Jiří Prchal
2014-07-24 13:38 ` [PATCH] ARM: at91: at91sam9x5: sets NPCS0 (PA14) back to GPIO Jiří Prchal
2014-07-24 13:38   ` Jiří Prchal
2014-07-24 13:38   ` Jiří Prchal
2014-07-24 14:26   ` Boris BREZILLON
2014-07-24 14:26     ` Boris BREZILLON
2014-07-24 15:06     ` Jiří Prchal
2014-07-24 15:06       ` Jiří Prchal
2014-07-24 15:58       ` Boris BREZILLON
2014-07-24 15:58         ` Boris BREZILLON
2014-07-25  6:14         ` Jiří Prchal
2014-07-25  6:14           ` Jiří Prchal
2014-07-25  6:14           ` Jiří Prchal
2014-07-25  7:53           ` Boris BREZILLON
2014-07-25  7:53             ` Boris BREZILLON
2014-07-25  7:53             ` Boris BREZILLON
2014-07-25  8:27             ` Jiří Prchal
2014-07-25  8:27               ` Jiří Prchal
2014-07-25  8:27               ` Jiří Prchal
2014-07-25  8:45               ` Boris BREZILLON
2014-07-25  8:45                 ` Boris BREZILLON
2014-07-25  8:54                 ` Jiří Prchal
2014-07-25  8:54                   ` Jiří Prchal
2014-07-25  8:54                   ` Jiří Prchal
2014-07-25  9:01                   ` Boris BREZILLON [this message]
2014-07-25  9:01                     ` Boris BREZILLON
2014-07-25  9:13                     ` Jiří Prchal
2014-07-25  9:13                       ` Jiří Prchal
2014-07-25  9:13                       ` Jiří Prchal
2014-07-25  9:31                       ` Boris BREZILLON
2014-07-25  9:31                         ` Boris BREZILLON
2014-07-25  9:31                         ` Boris BREZILLON
2014-07-25 10:06                         ` Jiří Prchal
2014-07-25 10:06                           ` Jiří Prchal
2014-07-25 10:06                           ` Jiří Prchal
2014-07-25 10:18                           ` Boris BREZILLON
2014-07-25 10:18                             ` Boris BREZILLON
2014-07-25 10:32                             ` Jiří Prchal
2014-07-25 10:32                               ` Jiří Prchal
2014-07-25 10:32                               ` Jiří Prchal
2014-07-25 11:34                               ` Boris BREZILLON
2014-07-25 11:34                                 ` Boris BREZILLON
2014-07-25 11:34                                 ` Boris BREZILLON
2014-07-25  8:33             ` Jiří Prchal
2014-07-25  8:33               ` Jiří Prchal
2014-07-25  8:30           ` Alexandre Belloni
2014-07-25  8:30             ` Alexandre Belloni
2014-07-25  8:30             ` Alexandre Belloni
2014-07-25  8:36             ` Boris BREZILLON
2014-07-25  8:36               ` Boris BREZILLON
2014-07-25  8:50               ` Alexandre Belloni
2014-07-25  8:50                 ` Alexandre Belloni
2014-07-25  8:50                 ` Alexandre Belloni
2014-07-25  8:37             ` Jiří Prchal
2014-07-25  8:37               ` Jiří Prchal
2014-07-25  8:54               ` Alexandre Belloni
2014-07-25  8:54                 ` Alexandre Belloni
2014-07-25  8:59                 ` Jiří Prchal
2014-07-25  8:59                   ` Jiří Prchal
2014-07-25  8:59                   ` Jiří Prchal
2014-07-25  9:02                   ` Alexandre Belloni
2014-07-25  9:02                     ` Alexandre Belloni
2014-07-25  9:10                   ` Boris BREZILLON
2014-07-25  9:10                     ` Boris BREZILLON
2014-07-25  9:40                     ` Jiří Prchal
2014-07-25  9:40                       ` Jiří Prchal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140725110124.3f0dce6c@bbrezillon \
    --to=boris.brezillon@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.