From: Jean Delvare <khali@linux-fr.org>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: "Peter Tyser" <ptyser@xes-inc.com>,
linux-kernel@vger.kernel.org, "Alek Du" <alek.du@intel.com>,
"Samuel Ortiz" <sameo@linux.intel.com>,
"Eric Miao" <eric.y.miao@gmail.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Mark Brown" <broonie@opensource.wolfsonmicro.com>,
"Joe Perches" <joe@perches.com>,
"Alan Cox" <alan@lxorguk.ukuu.org.uk>,
"Syed S Azam" <Syed.Azam@hp.com>,
"Vincent Palatin" <vpalatin@chromium.org>
Subject: Re: [PATCH v6] gpio: Add support for Intel ICHx/3100/Series[56] GPIO
Date: Fri, 27 May 2011 11:01:30 +0200 [thread overview]
Message-ID: <20110527110130.4b3448f2@endymion.delvare> (raw)
In-Reply-To: <20110527064238.GA31271@ponder.secretlab.ca>
Hi Grant,
On Fri, 27 May 2011 00:42:38 -0600, Grant Likely wrote:
> On Wed, Apr 20, 2011 at 11:35:54AM -0500, Peter Tyser wrote:
> > This driver works on many Intel chipsets, including the ICH6, ICH7,
> > ICH8, ICH9, ICH10, 3100, Series 5/3400 (Ibex Peak), Series 6/C200
> > (Cougar Point), and NM10 (Tiger Point).
> >
> > Additional Intel chipsets should be easily supported if needed, eg the
> > ICH1-5, EP80579, etc.
> >
> > Tested on a QM57 (Ibex Peak), 3100 (Whitmore Lake) , and
> > NM10 (Tiger Point).
> >
> > Cc: Alek Du <alek.du@intel.com>
> > Cc: Samuel Ortiz <sameo@linux.intel.com>
> > Cc: Eric Miao <eric.y.miao@gmail.com>
> > Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
> > Cc: Joe Perches <joe@perches.com>
> > Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
> > Cc: Grant Likely <grant.likely@secretlab.ca>
> > Cc: Syed S Azam <Syed.Azam@hp.com>
> > Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
> > Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
> > Tested-by: Vincent Palatin <vpalatin@chromium.org>
>
> Hmmm, I merged a patch from Jean Delvare adding support for Intel
> 82801 gpio pins[1]. Does this driver support the same hardware? I see
> the same PCI ids.
>
> [1] https://lkml.org/lkml/2011/4/19/170
There is indeed a common range in the supported devices: ICH6 to ICH10.
My driver also supports older ICH chips (ICH to ICH5), while Peter's
support newer devices my driver does not (basically everything after
the ICH10).
Another key difference is that my driver is a simple PCI driver, while
Peter's is a platform driver. It makes some sense to have a platform
driver because the PCI device is a multifunction device so other
drivers may want to bind to it. However, I suspect that the other
functions (ACPI?) will never need a driver (not in the Linux device
driver binding model sense of the term at least) which is why I did not
bother. Peter, what was you reason to go for a platform driver? If you
really want to it go that route, you'll have to follow the standard MFD
model (see drivers/mfd/lpc_sch.c for an example.)
The only device I really care to see supported at the moment is the
ICH10, and it is supported by both drivers, so I don't care too much
which driver is picked.
--
Jean Delvare
next prev parent reply other threads:[~2011-05-27 9:03 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-01 23:28 [PATCH v5 1/4] gpiolib: Add "unknown" direction support Peter Tyser
2011-03-01 23:28 ` [PATCH v5 2/4] gpiolib: Add ability to get GPIO direction Peter Tyser
2011-03-06 7:30 ` Grant Likely
2011-03-07 3:07 ` Peter Tyser
2011-03-07 7:08 ` Grant Likely
2011-03-08 0:38 ` Peter Tyser
2011-03-11 17:48 ` Peter Tyser
2011-03-12 9:18 ` Grant Likely
2011-04-20 22:17 ` Peter Tyser
2011-04-20 22:41 ` Mike Frysinger
2011-03-08 12:13 ` Alan Cox
2011-03-09 22:53 ` Peter Tyser
2011-03-12 9:19 ` Grant Likely
2011-03-01 23:28 ` [PATCH v5 3/4] gpio: pca953x: Implement get_direction() hook Peter Tyser
2011-03-01 23:28 ` [PATCH v5 4/4] gpio: Add support for Intel ICHx/3100/Series[56] GPIO Peter Tyser
2011-04-20 16:35 ` [PATCH v6] " Peter Tyser
2011-05-24 14:18 ` Peter Tyser
2011-05-27 6:42 ` Grant Likely
2011-05-27 9:01 ` Jean Delvare [this message]
2011-05-27 14:26 ` Peter Tyser
2011-05-27 20:55 ` Grant Likely
2011-05-27 21:29 ` Peter Tyser
2011-05-27 23:54 ` Grant Likely
2011-05-30 17:27 ` Peter Tyser
2011-06-03 16:43 ` Grant Likely
2011-03-06 7:25 ` [PATCH v5 1/4] gpiolib: Add "unknown" direction support Grant Likely
2011-03-06 20:19 ` Ryan Mallon
2011-03-07 2:48 ` Peter Tyser
2011-03-07 6:50 ` Grant Likely
2011-03-07 2:43 ` Peter Tyser
2011-03-07 6:52 ` Grant Likely
2011-03-08 0:28 ` Peter Tyser
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=20110527110130.4b3448f2@endymion.delvare \
--to=khali@linux-fr.org \
--cc=Syed.Azam@hp.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=alek.du@intel.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=eric.y.miao@gmail.com \
--cc=grant.likely@secretlab.ca \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ptyser@xes-inc.com \
--cc=sameo@linux.intel.com \
--cc=u.kleine-koenig@pengutronix.de \
--cc=vpalatin@chromium.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