From: dbaryshkov@gmail.com (Dmitry Eremin-Solenikov)
To: linux-arm-kernel@lists.infradead.org
Subject: GPIO vs. other drivers order
Date: Wed, 15 Jun 2011 16:18:42 +0400 [thread overview]
Message-ID: <BANLkTikJtAqgKHGU2kBbMQdS5GSszxihYg@mail.gmail.com> (raw)
In-Reply-To: <20110615120629.GC24628@pulham.picochip.com>
On 6/15/11, Jamie Iles <jamie@jamieiles.com> wrote:
> Hi Dmitry,
>
> On Wed, Jun 15, 2011 at 11:57:58AM +0000, Dmitry Eremin-Solenikov wrote:
>> Hello, colleagues,
>>
>> I'm currently looking at cleaning up LoCoMo and Scoop2 drivers (custom
>> Sharp ASICs used by Sharp Zaurus PDAs). One of the problems I'm stuck at
>> is about GPIO parts of that chips: there are plenty of other devices
>> depending on GPIO pins working correctly (ranging from board code
>> itself up to several other sub-drivers).
>>
>> What would be the better approach: to create a basic-mmio-gpio node (and
>> hope for the order of initialization to be correct) or embed bgpio into
>> main driver and call all necessary hooks directly from it?
>
> Currently the basic-mmio-gpio platform driver is registed with a
> module_initcall so this may be too late for any machines that need GPIO
> in their .init_machine callback. Moving the registration to a
> postcore_initcall (as OMAP does) and I don't recall seeing any
> objections to this.
Will someone commit this or I'll have to submit this as a patch?
Platform (collie) uses GPIOs for managing RTS/CTS/DTR/DSR,
but I think I'll be able to workaround this somehow.
> If the basic-mmio-gpio driver does everything you need then registering
> it as a platform_device would be fine imho. If you need to add/override
> some of the generic functionallity then embedding the bgpio_chip into
> your own structure is the probably best way to go.
I'll need to extend it with enable/disable bits, but I think this
change is generic
enough to be submitted to main driver.
--
With best wishes
Dmitry
next prev parent reply other threads:[~2011-06-15 12:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-15 11:57 GPIO vs. other drivers order Dmitry Eremin-Solenikov
2011-06-15 12:06 ` Jamie Iles
2011-06-15 12:18 ` Dmitry Eremin-Solenikov [this message]
2011-06-15 12:31 ` Jamie Iles
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=BANLkTikJtAqgKHGU2kBbMQdS5GSszxihYg@mail.gmail.com \
--to=dbaryshkov@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).