Re: [PATCH] Add support for binary includes.

2008-02-22 Thread Bartlomiej Sieka
Grant Likely wrote: On Wed, Feb 20, 2008 at 12:19 PM, Scott Wood [EMAIL PROTECTED] wrote: A property's data can be populated with a file's contents as follows: node { prop = /incbin/(path/to/data); }; A subset of a file can be included by passing start and size parameters.

Re: Please pull linux-2.6-mpc52xx.git

2008-03-18 Thread Bartlomiej Sieka
Grant Likely wrote: On Mon, Mar 17, 2008 at 9:57 AM, Bartlomiej Sieka [EMAIL PROTECTED] wrote: [...] we were hoping that the changes would go upstream (in 2.6.25). I can see that the .dts files for those boards are in the mainline already, but I see no trace of for example _defconfig files

Re: Please pull linux-2.6-mpc52xx.git

2008-03-18 Thread Bartlomiej Sieka
Grant Likely wrote: On Mon, Mar 17, 2008 at 4:28 PM, Wolfgang Denk [EMAIL PROTECTED] wrote: [...] It may be argued that this code should be moved somewhere else, but I don't remeber to have seen any such review comments. The LED code just hasn't been picked up. IIRC, it was reworked to

Re: Oops with TQM5200 on TQM5200

2008-03-20 Thread Bartlomiej Sieka
Anatolij Gustschin wrote: Hello Wolfgang, Wolfgang Grandegger wrote: I just tried Linux 2.6.25-rc6 on my TQM5200 module and got the attached oops. Are there any known patches fixing the problems? try the patch below for tqm5200.dts, rebuild dtb and boot again. Not sure if it works for Linux

Re: Oops with TQM5200 on TQM5200

2008-03-20 Thread Bartlomiej Sieka
Grant Likely wrote: Paul, my git server is down at the moment. Can you please pick this one up for .25? It is needed to boot the tqm5200 board. Could we also have similar fixes for cm5200.dts and motionpro.dts picked up? I could provide the patches within a day -- will this be OK? Regards,

[POWERPC] mpc52xx: Amalgamated dts fixes and updates

2008-03-21 Thread Bartlomiej Sieka
The bulk of this patch is taken from http://patchwork.ozlabs.org/linuxppc/patch?q=Balakowiczid=16197, with few other updates, in particluar one posted by Anatolij Gustschin, which fixes an Oops during boot. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] --- Anatolij, would you like to add

Re: Please pull linux-2.6-mpc52xx.git

2008-03-25 Thread Bartlomiej Sieka
Richard Purdie wrote: On Tue, 2008-03-18 at 09:29 +0100, Bartlomiej Sieka wrote: Grant Likely wrote: The LED code just hasn't been picked up. IIRC, it was reworked to make it a proper driver in drivers/leds. Yes, the Motion-PRO LED driver has been reworked and posted: http

Re: Please pull linux-2.6-mpc52xx.git

2008-03-25 Thread Bartlomiej Sieka
Grant Likely wrote: On Tue, Mar 18, 2008 at 10:41 AM, Richard Purdie [EMAIL PROTECTED] wrote: On Tue, 2008-03-18 at 08:47 -0600, Grant Likely wrote: I don't mind having a specific driver but I don't know anything about the hardware its creating the interface for so I need the community's

[RESEND][POWERPC] mpc5200: Amalgamated dts fixes and updates

2008-03-26 Thread Bartlomiej Sieka
The bulk of this patch is taken from http://patchwork.ozlabs.org/linuxppc/patch?q=Balakowiczid=16197, with few other updates. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] --- Addressed comments from the list; would appreciate picking up as the patch fixes booting issue

[RESEND2][POWERPC] mpc5200: Amalgamated dts fixes and updates

2008-03-26 Thread Bartlomiej Sieka
The bulk of this patch is taken from http://patchwork.ozlabs.org/linuxppc/patch?q=Balakowiczid=16197, with few other updates. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] diff --git a/arch/powerpc/boot/dts/cm5200.dts b/arch/powerpc/boot/dts/cm5200.dts index

Re: [RESEND][POWERPC] mpc5200: Amalgamated dts fixes and updates

2008-03-26 Thread Bartlomiej Sieka
Wolfgang Grandegger wrote: Grant Likely wrote: On Wed, Mar 26, 2008 at 1:45 PM, Bartlomiej Sieka [EMAIL PROTECTED] wrote: The bulk of this patch is taken from http://patchwork.ozlabs.org/linuxppc/patch?q=Balakowiczid=16197, with few other updates. Signed-off-by: Marian

Re: Please pull powerpc.git merge branch

2008-03-28 Thread Bartlomiej Sieka
Paul Mackerras wrote: Linus, I have added another commit to the powerpc.git merge branch, so when you do: git pull \ git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge you'll get a fix for a bug where the hardware data breakpoint would sometimes fail to trigger on powerpc,

Re: Please pull linux-2.6-mpc52xx.git

2008-04-01 Thread Bartlomiej Sieka
Hi Grant, Grant Likely wrote: On Tue, Mar 25, 2008 at 11:38 AM, Bartlomiej Sieka [EMAIL PROTECTED] wrote: Grant Likely wrote: The one part that I have a really strong opinion on is that there should be a full featured mpc5200 defconfig for build testing. Beyond that (and if ojn can also

[RESEND3 PATCH] [POWERPC] mpc5200: Amalgamated DTS fixes and updates

2008-04-02 Thread Bartlomiej Sieka
DTS updates that fix booting problems: - change to ethernet reg property - addition of mdio and phy nodes - removal of pci node (Motion-Pro board) Other DTS updates: - update i2c device tree nodes - add lpb bus node and flash device (without partitions defined) - add rtc i2c nodes Signed-off-by:

Re: Please pull powerpc.git merge branch

2008-04-02 Thread Bartlomiej Sieka
Paul Mackerras wrote: Bartlomiej Sieka writes: What about http://patchwork.ozlabs.org/linuxppc/patch?id=17525 ? I don't see it in the merge branch of your repository, and it would be nice to get it upstream as it fixes boot problems on some MPC5200-based boards. It needs a proper stand-alone

Re: Please pull linux-2.6-mpc52xx.git

2008-04-04 Thread Bartlomiej Sieka
Bartlomiej Sieka wrote: Hi Grant, Grant Likely wrote: On Tue, Mar 25, 2008 at 11:38 AM, Bartlomiej Sieka [EMAIL PROTECTED] wrote: Grant Likely wrote: The one part that I have a really strong opinion on is that there should be a full featured mpc5200 defconfig for build testing. Beyond

Re: Please pull linux-2.6-mpc52xx.git

2008-04-15 Thread Bartlomiej Sieka
Hi Grant, Grant Likely wrote: On Fri, Apr 4, 2008 at 5:13 AM, Bartlomiej Sieka [EMAIL PROTECTED] wrote: Bartlomiej Sieka wrote: Hi Grant, Grant Likely wrote: I'm thinking 'optimized' defconfigs should go into a subdirectory. This requires a change to the top-level Makefile and shepherding

Re: [PATCH] [POWERPC] 52xx: defconfigs for CM5200, Lite5200B, Motion-PRO and TQM5200

2008-04-21 Thread Bartlomiej Sieka
Bartlomiej Sieka wrote: Board-specific defconfigs based on current mpc5200_defconfig, archival lite5200_defconfig, and [cm5200|motionpro|tqm5200]_defconfig from the linux-2.6-denx tree. Kernels build using these defconfigs were verified to boot with root filesystem mounted over NFS on Motion-PRO

Re: [PATCH] [POWERPC] 52xx: defconfigs for CM5200, Lite5200B, Motion-PRO and TQM5200

2008-04-21 Thread Bartlomiej Sieka
Grant Likely wrote: On Mon, Apr 21, 2008 at 7:57 AM, Bartlomiej Sieka [EMAIL PROTECTED] wrote: Bartlomiej Sieka wrote: Board-specific defconfigs based on current mpc5200_defconfig, archival lite5200_defconfig, and [cm5200|motionpro|tqm5200]_defconfig from the linux-2.6-denx tree. Kernels

Re: [PATCH] Add support for binary includes.

2008-06-04 Thread Bartlomiej Sieka
David Gibson wrote: On Fri, May 30, 2008 at 01:54:59PM -0500, Scott Wood wrote: David Gibson wrote: What I don't like is the combination of the two. Using the /word/ form in (1) suggests that each /word/ is a lexically distinct symbol with functions in different contexts: consider /dts-v1/,