From: Michael Buesch <mb@bu3sch.de>
To: David Brownell <david-b@pacbell.net>
Cc: lkml <linux-kernel@vger.kernel.org>,
Florian Fainelli <florian.fainelli@telecomint.eu>
Subject: Re: [PATCH RFC] x86: Add user configurable GPIO-lib support
Date: Wed, 2 Jul 2008 11:40:23 +0200 [thread overview]
Message-ID: <200807021140.23876.mb@bu3sch.de> (raw)
In-Reply-To: <200807011957.41837.david-b@pacbell.net>
On Wednesday 02 July 2008 04:57:41 David Brownell wrote:
> More food for thought ...
>
> This makes the rdc321x support switch over to using gpiolib,
> along with all of x86. Quick'n'dirty.
>
> It's perhaps best done in conjunction with something to
> make GPIOLIB be user-configurable on systems where it's not
> already selected by platform code. The rdc321x stuff needs
> more working, but this is a start.
>
> - Dave
>
> ---
> arch/x86/Kconfig | 6 +
> arch/x86/mach-rdc321x/gpio.c | 107 ++++++++--------------------
> arch/x86/mach-rdc321x/platform.c | 3
> include/asm-x86/gpio.h | 22 +++++
> include/asm-x86/mach-rdc321x/gpio.h | 52 -------------
> include/asm-x86/mach-rdc321x/rdc321x_defs.h | 2
> 6 files changed, 62 insertions(+), 130 deletions(-)
>
> --- a/arch/x86/Kconfig 2008-07-01 16:46:11.000000000 -0700
> +++ b/arch/x86/Kconfig 2008-07-01 16:46:13.000000000 -0700
> @@ -87,7 +87,10 @@ config GENERIC_HWEIGHT
> def_bool y
>
> config GENERIC_GPIO
> - def_bool n
> + def_bool y
> +
> +config HAVE_GPIO_LIB
> + def_bool y
I think we should not unconditionally compile in gpiolib.
See my other patch that converts the stuff to be user selectable.
(Too bad all my mail bounces at Daves mailfilter and this won't reach him... :/ )
--
Greetings Michael.
next prev parent reply other threads:[~2008-07-02 9:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-02 2:57 [PATCH RFC] x86: Add user configurable GPIO-lib support David Brownell
2008-07-02 9:40 ` Michael Buesch [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-07-01 10:49 Michael Buesch
2008-07-01 11:04 ` Ingo Molnar
2008-07-01 11:13 ` Michael Buesch
2008-07-01 11:19 ` Ingo Molnar
2008-07-01 11:27 ` Michael Buesch
2008-07-01 23:05 ` Michael Buesch
2008-07-01 12:55 ` Florian Fainelli
2008-07-01 14:26 ` Ingo Molnar
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=200807021140.23876.mb@bu3sch.de \
--to=mb@bu3sch.de \
--cc=david-b@pacbell.net \
--cc=florian.fainelli@telecomint.eu \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox