Re: [RFC PATCH 1/4] dt: early platform devices support

2011-06-25 Thread Marc Zyngier
On Fri, 24 Jun 2011 22:49:56 -0600 Grant Likely grant.lik...@secretlab.ca wrote: [cc'ing linux kernel since I discuss driver core issues] [cc'ing greg and kay, 'cause I've included a patch I'd like you to look at (see end of email)] On Fri, Jun 24, 2011 at 8:10 AM, Marc Zyngier

[PATCH v3 01/11] x86, olpc: add missing elements to device tree

2011-06-25 Thread Daniel Drake
In response to new device tree code in the kernel, OLPC will start using it for probing of certain devices. However, some firmware fixes are needed to put the devicetree into a usable state. Retain compatibility with old firmware by fixing up the device tree at boot-time if it does not contain

[PATCH v3 10/11] x86, olpc: Add XO-1 RTC driver

2011-06-25 Thread Daniel Drake
Add a driver to configure the XO-1 RTC via CS5536 MSRs, to be used as a system wakeup source via olpc-xo1-pm. Device detection is based on finding the relevant device tree node. Signed-off-by: Daniel Drake d...@laptop.org Acked-by: Andres Salomon dilin...@queued.net Acked-by: Grant Likely

Re: [RFC PATCH 1/4] dt: early platform devices support

2011-06-25 Thread Grant Likely
On Sat, Jun 25, 2011 at 12:11:42PM +0100, Marc Zyngier wrote: On Fri, 24 Jun 2011 22:49:56 -0600 Grant Likely grant.lik...@secretlab.ca wrote: [cc'ing linux kernel since I discuss driver core issues] [cc'ing greg and kay, 'cause I've included a patch I'd like you to look at (see end of

Re: [RFC PATCH 2/4] ARM: dt: register local timers as early platform devices

2011-06-25 Thread Grant Likely
On Fri, Jun 24, 2011 at 03:10:57PM +0100, Marc Zyngier wrote: Use of_early_platform_populate() to collect nodes with the localtimer compatible property and register them with the early platform bus. Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- arch/arm/kernel/time.c |4