From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Tony Lindgren <tony@atomide.com>,
linux-doc@vger.kernel.org,
Pantelis Antoniou <panto@antoniou-consulting.com>,
Lee Jones <lee.jones@linaro.org>,
Koen Kooi <koen@dominion.thruhere.net>,
Russ Dill <Russ.Dill@ti.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
Matt Porter <mporter@ti.com>,
devicetree-discuss@lists.ozlabs.org,
Rob Herring <rob.herring@calxeda.com>,
Linus Walleij <linus.walleij@stericsson.com>,
linux-omap@vger.kernel.org, Matt Ranostay <mranostay@gmail.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, Rob Clark <robdclark@gmail.com>,
Joel A Fernandes <agnel.joel@gmail.com>
Subject: Re: [PATCH 1/5] capemgr: Beaglebone DT overlay based cape manager
Date: Mon, 15 Apr 2013 12:14:04 +0200 [thread overview]
Message-ID: <20130415101404.GA1952@game.jcrosoft.org> (raw)
In-Reply-To: <201301072135.05166.arnd@arndb.de>
On 21:35 Mon 07 Jan , Arnd Bergmann wrote:
> (Adding Sascha Hauer, Linus Walleij, Lee Jones to Cc)
>
> On Monday 07 January 2013, Tony Lindgren wrote:
> > >
> > > At the end of the line, some kind of hardware glue is going to be needed.
> > >
> > > I just feel that drawing from a sample size of 1 (maybe 2 if I get to throw
> > > in the beagleboard), it is a bit premature to think about making it overly
> > > general, besides the part that are obviously part of the infrastructure
> > > (like the DT overlay stuff).
> > >
> > > What I'm getting at, is that we need some user experience about this, before
> > > going away and creating structure out of possible misconception about the uses.
> >
> > IMHO stuff like this will be needed by many SoCs. Some examples of similar
> > things for omaps that have eventually become generic frameworks have been
> > the clock framework, USB OTG support, runtime PM, pinmux framework and
> > so on.
> >
> > So I suggest a minimal generic API from the start as that will make things
> > a lot easier in the long run.
>
> I agree. The ux500 platform already has the concept of "user interface boards",
> which currently is not well integrated into devicetree. I believe Sascha
> mentioned that Pengutronix had been shipping some other systems with add-on
> boards and generating device tree binaries from source for each combination.
>
> Ideally, both of the above should be able to use the same DT overlay logic
> as BeagleBone, and I'm sure there are more of those.
I'm looking for this also as on at91 sama9x5ek and sam9cn12ek and the
sama5d3xek, we have 1 wire eeproms to detect the boards (motherboards and
daugther boards)
where we have 1 1-wire per board and cpu boards so we can detect everything
and have it's revision and more information
we already have barebox that detect the 1-wire but we need the same handling
in the kernel
Best Regards,
J.
>
> Arnd
> _______________________________________________
> devicetree-discuss mailing list
> devicetree-discuss@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/devicetree-discuss
next prev parent reply other threads:[~2013-04-15 10:27 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-07 18:51 [PATCH 0/5] DT Overlay based cape manager for TI's Beaglebone Pantelis Antoniou
2013-01-07 18:51 ` [PATCH 1/5] capemgr: Beaglebone DT overlay based cape manager Pantelis Antoniou
2013-01-07 20:09 ` Tony Lindgren
2013-01-07 20:13 ` Pantelis Antoniou
2013-01-07 20:23 ` Tony Lindgren
2013-01-07 20:26 ` Pantelis Antoniou
2013-01-07 20:35 ` Tony Lindgren
2013-01-07 20:40 ` Pantelis Antoniou
2013-01-07 21:05 ` Tony Lindgren
2013-01-07 21:35 ` Arnd Bergmann
2013-01-08 9:15 ` Pantelis Antoniou
2013-01-08 9:51 ` Guennadi Liakhovetski
2013-01-08 10:07 ` Pantelis Antoniou
2013-01-08 10:00 ` Lee Jones
2013-01-08 10:10 ` Pantelis Antoniou
2013-01-08 10:48 ` Lee Jones
2013-01-08 12:12 ` Arnd Bergmann
2013-01-08 13:26 ` Pantelis Antoniou
2013-01-08 16:12 ` Arnd Bergmann
2013-01-09 8:11 ` Lee Jones
2013-01-09 8:29 ` Linus Walleij
2013-03-26 16:16 ` Grant Likely
2013-03-26 18:40 ` Greg Kroah-Hartman
2013-01-08 11:14 ` Sascha Hauer
2013-04-15 10:14 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-01-07 18:51 ` [PATCH 2/5] capemgr: Add beaglebone's cape driver bindings Pantelis Antoniou
2013-03-26 17:36 ` Grant Likely
2013-03-27 9:26 ` Pantelis Antoniou
2013-01-07 18:51 ` [PATCH 3/5] capemgr: am335x-bone capemgr bindings Pantelis Antoniou
2013-01-07 18:51 ` [PATCH 4/5] capemgr: firmware makefiles for DT objects Pantelis Antoniou
2013-01-07 18:51 ` [PATCH 5/5] capemgr: Weather cape cape definition Pantelis Antoniou
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=20130415101404.GA1952@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=Russ.Dill@ti.com \
--cc=agnel.joel@gmail.com \
--cc=arnd@arndb.de \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=gregkh@linuxfoundation.org \
--cc=koen@dominion.thruhere.net \
--cc=lee.jones@linaro.org \
--cc=linus.walleij@stericsson.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=mporter@ti.com \
--cc=mranostay@gmail.com \
--cc=panto@antoniou-consulting.com \
--cc=rob.herring@calxeda.com \
--cc=robdclark@gmail.com \
--cc=s.hauer@pengutronix.de \
--cc=tony@atomide.com \
/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