public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Peter Tyser <ptyser@xes-inc.com>
Cc: "Alan Cox" <alan@lxorguk.ukuu.org.uk>,
	linux-kernel@vger.kernel.org, "Alek Du" <alek.du@intel.com>,
	"Samuel Ortiz" <sameo@linux.intel.com>,
	"David Brownell" <dbrownell@users.sourceforge.net>,
	"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>
Subject: Re: [PATCH v5 2/4] gpiolib: Add ability to get GPIO direction
Date: Sat, 12 Mar 2011 02:19:46 -0700	[thread overview]
Message-ID: <20110312091946.GK9347@angua.secretlab.ca> (raw)
In-Reply-To: <1299711236.6057.2125.camel@petert>

On Wed, Mar 09, 2011 at 04:53:56PM -0600, Peter Tyser wrote:
> On Tue, 2011-03-08 at 12:13 +0000, Alan Cox wrote:
> > > I don't object to a callback hook.  My objection is how it is bodged
> > > on to work around limitations to the direction being cached in the
> > > flags variable.  I want to see a solution that either depends entirely
> > > on the callback, or completely fixes the problems with the cached
> > > value by allowing the driver to update it.
> > 
> > Doing it all by callback might actually fix a lot of the problems because
> > it can handle all kinds of 'unknowns'. If the callbacks for set/get
> > optionally pass a char buffer as well even the /proc interface just comes
> > out in the wash as the device can return a string to populate the status
> > or to be parsed (obviously with most h/w using the default method which
> > is in/out)
> 
> I like the callback-only implementation also.
> 
> > However who then does the enforcement of gpio_foo calls if the flag is
> > not cached, does that end up in each driver or is there still a cache of
> > some form ?
> 
> What enforcement are you referring to?  I was envisioning no cached
> directions at the gpiolib level,  eg replace all the current references
> that check desc->flag for direction with calls to chip->get_direction().
> If a GPIO chip's hardware didn't support reading the direction of a pin
> (eg the pcf857x chip), it would have to use its own caching to maintain
> an accurate representation of its pins directions.  Is this concept in
> line with what you were picturing?

I agree.  Trash the cache in gpiolib.  Make drivers do it (or use a
stock library function if they don't have the facility).

g.

  reply	other threads:[~2011-03-12  9:19 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 [this message]
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
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=20110312091946.GK9347@angua.secretlab.ca \
    --to=grant.likely@secretlab.ca \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=alek.du@intel.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=dbrownell@users.sourceforge.net \
    --cc=eric.y.miao@gmail.com \
    --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 \
    /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