Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-17 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [131216 23:16]: On Fri, 13 Dec 2013, Tony Lindgren wrote: OK posted a patch for the SBC-T3730 with minimal support also for SBC-3530 and SBC-3517 that should boot far enough to start adding more devices. Paul, care to try it on the CM-T3517, the patch is:

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-16 Thread Paul Walmsley
On Fri, 13 Dec 2013, Tony Lindgren wrote: OK posted a patch for the SBC-T3730 with minimal support also for SBC-3530 and SBC-3517 that should boot far enough to start adding more devices. Paul, care to try it on the CM-T3517, the patch is: [PATCH] ARM: dts: Add support for sbc-3xxx with

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-13 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [131210 15:08]: * Tony Lindgren t...@atomide.com [131210 11:28]: * Tony Lindgren t...@atomide.com [131210 11:00]: * Paul Walmsley p...@pwsan.com [131210 10:47]: On Mon, 9 Dec 2013, Tony Lindgren wrote: The following changes since commit

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Russell King - ARM Linux
On Mon, Dec 09, 2013 at 06:42:27PM -0800, Tony Lindgren wrote: We can now finally make mach-omap2 to boot with device tree only and get rid of over 20k lines of platform init code that way. Most basic devices already work using device tree based initialization and the remaining devices can

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [131210 06:37]: On Mon, Dec 09, 2013 at 06:42:27PM -0800, Tony Lindgren wrote: We can now finally make mach-omap2 to boot with device tree only and get rid of over 20k lines of platform init code that way. Most basic devices already work

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Russell King - ARM Linux
On Tue, Dec 10, 2013 at 08:01:44AM -0800, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [131210 06:37]: On Mon, Dec 09, 2013 at 06:42:27PM -0800, Tony Lindgren wrote: We can now finally make mach-omap2 to boot with device tree only and get rid of over 20k lines of

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [131210 08:08]: On Tue, Dec 10, 2013 at 08:01:44AM -0800, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [131210 06:37]: On Mon, Dec 09, 2013 at 06:42:27PM -0800, Tony Lindgren wrote: We can now finally make

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Arnd Bergmann
On Tuesday 10 December 2013, Tony Lindgren wrote: The crappy part here is the fact that we need to build the kernel with appended DTB. Maybe there's something more we can do to make it easier. You are aware of the impedence matcher project [1], right? Arnd [1]

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [131210 10:38]: On Tuesday 10 December 2013, Tony Lindgren wrote: The crappy part here is the fact that we need to build the kernel with appended DTB. Maybe there's something more we can do to make it easier. You are aware of the impedence matcher project

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Paul Walmsley
On Mon, 9 Dec 2013, Tony Lindgren wrote: The following changes since commit f2e2c9d9b4087b74eb9e00d8dfac148354cb0b71: ARM: dts: Fix booting for secure omaps (2013-12-06 15:30:43 -0800) are available in the git repository at:

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [131210 10:47]: On Mon, 9 Dec 2013, Tony Lindgren wrote: The following changes since commit f2e2c9d9b4087b74eb9e00d8dfac148354cb0b71: ARM: dts: Fix booting for secure omaps (2013-12-06 15:30:43 -0800) are available in the git repository at:

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [131210 11:00]: * Paul Walmsley p...@pwsan.com [131210 10:47]: - The N800 isn't booting here with a concatenated uImage+dtb - but maybe I'm doing something wrong with this one. Hmm n800 works for me here for sure, I can n-uple check today. Yeah n800

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [131210 11:00]: * Paul Walmsley p...@pwsan.com [131210 10:47]: On Mon, 9 Dec 2013, Tony Lindgren wrote: The following changes since commit f2e2c9d9b4087b74eb9e00d8dfac148354cb0b71: ARM: dts: Fix booting for secure omaps (2013-12-06 15:30:43

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Arnd Bergmann
On Tuesday 10 December 2013, Tony Lindgren wrote: board-ti8168evm.c I doubt ti8168evm has even worked for a long time.. It's in pretty sorry state unfortunately with missing clock support and missing handle_irq entry in the board-ti8168evm.c. Does that imply the entire ti81xx soc support is

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Paul Walmsley
On Tue, 10 Dec 2013, Arnd Bergmann wrote: On Tuesday 10 December 2013, Tony Lindgren wrote: board-ti8168evm.c I doubt ti8168evm has even worked for a long time.. It's in pretty sorry state unfortunately with missing clock support and missing handle_irq entry in the board-ti8168evm.c.

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [131210 11:41]: On Tuesday 10 December 2013, Tony Lindgren wrote: board-ti8168evm.c I doubt ti8168evm has even worked for a long time.. It's in pretty sorry state unfortunately with missing clock support and missing handle_irq entry in the

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [131210 09:01]: * Russell King - ARM Linux li...@arm.linux.org.uk [131210 08:08]: Right, so I should just turn off building OMAP3 for the remainder of this cycle. What's the fscking point me running a build system, because if I switch it now, OMAP3

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [131210 11:28]: * Tony Lindgren t...@atomide.com [131210 11:00]: * Paul Walmsley p...@pwsan.com [131210 10:47]: On Mon, 9 Dec 2013, Tony Lindgren wrote: The following changes since commit f2e2c9d9b4087b74eb9e00d8dfac148354cb0b71: ARM:

Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-10 Thread Paul Walmsley
On Tue, 10 Dec 2013, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [131210 10:47]: - The N800 isn't booting here with a concatenated uImage+dtb - but maybe I'm doing something wrong with this one. Hmm n800 works for me here for sure, I can n-uple check today. The N800 here is

[GIT PULL] make mach-omap2 boot with device tree only for v3.14

2013-12-09 Thread Tony Lindgren
The following changes since commit f2e2c9d9b4087b74eb9e00d8dfac148354cb0b71: ARM: dts: Fix booting for secure omaps (2013-12-06 15:30:43 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap