Re: [PATCH TIP 03/14] x86/dtb: Add a device tree for CE4100

2011-01-27 Thread Sebastian Andrzej Siewior
* David Gibson | 2011-01-27 15:00:27 [+1000]: +soc@0 { +#address-cells = 1; +#size-cells = 1; +compatible = intel,ce4100-immr; +ranges; IMMR is probably not the name you want. I'm guessing you're taking this by anology with the IMMR

Re: touch screen ads7846/7843 devicetree support

2011-01-27 Thread Thomas Chou
On 01/27/2011 02:18 PM, Mike Frysinger wrote: On Thu, Jan 27, 2011 at 01:10, Thomas Chou wrote: We need devicetree support on ads7846/7843 touch screen driver. Do you have plan on it? We are moving to devicetree on nios2, so do arm/mips/x86. what part are you using exactly ? -mike ad7843

Re: [uclinux-dist-devel] touch screen ads7846/7843 devicetree support

2011-01-27 Thread Thomas Chou
Dear Michael, On 01/27/2011 08:24 PM, Hennerich, Michael wrote: This driver is a SPI bus client driver. PPC is using devicetree for ages now, and they don't have problems instantiating this or any other SPI bus driver.. Thanks for the pointer. I looked in powerpc dir and found one usage in

[PATCH] ARM: map ATAGs when not in first 1MB of RAM

2011-01-27 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com If ATAGs or DTB pointer is not within first 1MB of RAM, then the boot params will not be mapped early enough, so map the 1MB region that r2 points to. Only map the first 1MB when r2 is 0. Some assembly improvements from Nicolas Pitre. Signed-off-by: Rob

Re: [PATCH] ARM: map ATAGs when not in first 1MB of RAM

2011-01-27 Thread Russell King - ARM Linux
On Thu, Jan 27, 2011 at 09:50:43AM -0600, Rob Herring wrote: + /* + * Otherwise map the 1MB region r2 points to (atags or dtb) + */ +1: mov r0, r2, lsr #20 + mov r0, r0, lsl #20 + sub r3, r0, #(PHYS_OFFSET 0xff00) + .if (PHYS_OFFSET

Re: [PATCH] ARM: map ATAGs when not in first 1MB of RAM

2011-01-27 Thread Rob Herring
Russell, On 01/27/2011 10:31 AM, Russell King - ARM Linux wrote: On Thu, Jan 27, 2011 at 09:50:43AM -0600, Rob Herring wrote: + /* +* Otherwise map the 1MB region r2 points to (atags or dtb) +*/ +1: mov r0, r2, lsr #20 + mov r0, r0, lsl #20 + sub

Re: [PATCH] ARM: map ATAGs when not in first 1MB of RAM

2011-01-27 Thread Russell King - ARM Linux
On Thu, Jan 27, 2011 at 11:41:30AM -0600, Rob Herring wrote: Russell, On 01/27/2011 10:31 AM, Russell King - ARM Linux wrote: On Thu, Jan 27, 2011 at 09:50:43AM -0600, Rob Herring wrote: + /* +* Otherwise map the 1MB region r2 points to (atags or dtb) +*/ +1: mov r0, r2, lsr

Re: [PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-27 Thread Meador Inge
On 01/20/2011 09:50 AM, Yoder Stuart-B08248 wrote: -Original Message- From: Meador Inge [mailto:meador_i...@mentor.com] Sent: Wednesday, January 19, 2011 6:08 PM To: Yoder Stuart-B08248 Cc: Wood Scott-B07421; linuxppc-...@lists.ozlabs.org; devicetree- disc...@lists.ozlabs.org;

Re: touch screen ads7846/7843 devicetree support

2011-01-27 Thread Mike Frysinger
On Thu, Jan 27, 2011 at 01:10, Thomas Chou wrote: We need devicetree support on ads7846/7843 touch screen driver. Do you have plan on it? We are moving to devicetree on nios2, so do arm/mips/x86. what part are you using exactly ? -mike ___