From: Jarkko Nikula <jarkko.nikula@nokia.com>
To: ext David Brownell <david-b@pacbell.net>
Cc: linux-omap@vger.kernel.org
Subject: Re: [OMAP and mainline][RFC 2.6.28-rc2-omap 3/3] USB: OHCI-OMAP: Switch to gpio_request/free calls
Date: Mon, 3 Nov 2008 13:37:50 +0200 [thread overview]
Message-ID: <20081103133750.1d4e66e8.jarkko.nikula@nokia.com> (raw)
In-Reply-To: <200810311056.55697.david-b@pacbell.net>
On Fri, 31 Oct 2008 10:56:55 -0700
"ext David Brownell" <david-b@pacbell.net> wrote:
> On Friday 31 October 2008, Jarkko Nikula wrote:
> > - omap_request_gpio(9);
> > + gpio_request(9, "USB over current");
>
> Make that "OHCI" not "USB" ... and, general comment, shorter
> labels for the GPIOs (12 bytes and less) will preserve column
> alignment in /sys/kernel/debug/gpio listings.
>
Thanks Dave! I clearly forgot to clean this one. "OHCI ovcurr", "OHCI
err", etc?
Yes, I actually noted already before making the first set, that
probably I should sent a patch to wide the label column in debugs
listings :-)
Otherwise we have to invent artificially short labels. See e.g.
"BT host wakeup" -> "BT host wup" (looks stupid)
"ADS7846 pendown" -> "ADS7846 pdown", "ADS7846 pd" (power-down?)
IMO GPIO label will be usually longer than IRQ label since label must
include not only chip/connection info but also function of the GPIO.
E.g. "XXX enable", XXX reset", "XXX irq", "LED green", etc.
Jarkko
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2008-11-03 11:38 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-31 12:17 [OMAP and mainline][RFC 2.6.28-rc2-omap 0/3] legacy gpio phaseout (III) Jarkko Nikula
2008-10-31 12:17 ` [OMAP and mainline][RFC 2.6.28-rc2-omap 1/3] ARM: OMAP: Switch to gpio_request/free calls Jarkko Nikula
2008-10-31 12:17 ` [OMAP and mainline][RFC 2.6.28-rc2-omap 2/3] OneNAND: OMAP2: " Jarkko Nikula
2008-10-31 12:17 ` [OMAP and mainline][RFC 2.6.28-rc2-omap 3/3] USB: OHCI-OMAP: " Jarkko Nikula
2008-10-31 17:56 ` David Brownell
2008-11-03 11:37 ` Jarkko Nikula [this message]
2008-11-10 22:23 ` David Brownell
2008-11-11 13:17 ` Jarkko Nikula
2008-11-12 6:28 ` David Brownell
2008-11-12 7:53 ` Jarkko Nikula
2008-11-21 22:16 ` Tony Lindgren
2008-11-21 23:37 ` David Brownell
2008-11-21 23:40 ` Tony Lindgren
2008-11-22 0:08 ` David Brownell
2008-11-24 14:23 ` Jarkko Nikula
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=20081103133750.1d4e66e8.jarkko.nikula@nokia.com \
--to=jarkko.nikula@nokia.com \
--cc=david-b@pacbell.net \
--cc=linux-omap@vger.kernel.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.