All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: Olof Johansson <olof@lixom.net>
Cc: Alexander Shiyan <shc_work@mail.ru>,
	linux-gpio@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	devicetree@vger.kernel.org, Rob Herring <rob.herring@calxeda.com>,
	Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ian.campbell@citrix.com>,
	Grant Likely <grant.likely@linaro.org>
Subject: Re: [RFC RESEND] GPIO: gpio-generic: Add DT support
Date: Tue, 30 Jul 2013 11:59:01 -0600	[thread overview]
Message-ID: <51F7FEE5.1010608@wwwdotorg.org> (raw)
In-Reply-To: <20130730162241.GA13634@quad.lixom.net>

On 07/30/2013 10:22 AM, Olof Johansson wrote:
> On Tue, Jul 30, 2013 at 03:18:35PM +0400, Alexander Shiyan wrote:
>> This patch adds DT support for generic (MMIO) GPIO driver.

>> diff --git a/Documentation/devicetree/bindings/gpio/gpio-generic.txt b/Documentation/devicetree/bindings/gpio/gpio-generic.txt

>> +Generic memory-mapped GPIO controller
>> +
>> +Required properties:
>> +- compatible: Should be "basic-mmio-gpio" or "basic-mmio-gpio-be".

I think naming this "simple-gpio" would match other simple/basic/generic
bindings better.

>> +- reg: Physical base GPIO controller registers location and length.
>> +- reg-names: Should be the names of reg resources. Each register uses
>> +  its own reg name, so there should be as many reg names as referenced
>> +  registers:
>> +  "dat"		: Input/output register (Required),
>> +  "set"		: Register for set output bits (Optional),
>> +  "clr"		: Register for clear output bits (Optional),
>> +  "dirout"	: Register for setup direction as output (Optional),
>> +  "dirin"	: Register for setup direction as input (Optional).
>> +- gpio-controller: Marks the device node as a gpio controller.
>> +- #gpio-cells: Should be two.
...
> 
> I'm trying to figure out what to say about this binding. It's not really
> describing hardware, instead it's strongly tied to how the basic-mmio-gpio
> driver expects the platform data to look.

I'm not sure; the binding seems to only contain a direct representation
of pure HW properties; the addresses/offsets of various registers in the
HW block.

> It makes more sense to actually describe the hardware in question,
> and then have the driver handle that as expected. I.e. either have a
> small conversion layer that binds to the actual hardware compatible
> value and registers a basic-mmio-gpio device from there, or extend the
> basic-mmio-gpio driver to do it by itself.

Ah, I guess the question more: Do we want generic bindings that describe
the low-level details of the HW in a completely generic fashion so that
new HW can be supported with zero kernel changes, or do we want a simple
driver with a lookup table that maps from compatible value to the HW
configuration? One of the potential benefits of DT is to be able to
support new HW without code changes, although perhaps that's more
typically considered in the context of new boards rather than new IP
blocks or SoCs.

If we reject this driver, we surely have to get rid of pinctrl-single,
and perhaps some others?

  reply	other threads:[~2013-07-30 17:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-30 11:18 [RFC RESEND] GPIO: gpio-generic: Add DT support Alexander Shiyan
2013-07-30 16:22 ` Olof Johansson
2013-07-30 17:59   ` Stephen Warren [this message]
2013-07-31 15:56     ` Mark Rutland
2013-08-05 15:35       ` Alexander Shiyan
2013-08-06 11:00       ` Pawel Moll
2013-08-07 14:07         ` Mark Rutland
2013-08-07 16:12           ` Stephen Warren
2013-08-08  9:11             ` Mark Rutland
2013-08-08 18:34               ` Stephen Warren
2013-08-09  3:21                 ` Grant Likely
2013-08-09  9:09                 ` Mark Rutland
2013-08-09 16:31                   ` Stephen Warren
2013-08-09 16:44                     ` Alexander Shiyan
2013-08-16 12:29         ` Linus Walleij
2013-08-16 12:36 ` Linus Walleij

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=51F7FEE5.1010608@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --cc=devicetree@vger.kernel.org \
    --cc=grant.likely@linaro.org \
    --cc=ian.campbell@citrix.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=olof@lixom.net \
    --cc=pawel.moll@arm.com \
    --cc=rob.herring@calxeda.com \
    --cc=shc_work@mail.ru \
    /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.