[PATCH RESEND 2] mpc52xx: gpt: include fs.h

2010-12-22 Thread Wolfram Sang
Fix build errors like these (from a randconfig and my defconfig for a custom board): src/arch/powerpc/platforms/52xx/mpc52xx_gpt.c:549: error: dereferencing pointer to incomplete type: 1 errors in 1 logs src/arch/powerpc/platforms/52xx/mpc52xx_gpt.c:636: error: implicit declaration of function

[PATCH RESEND] pata_mpc52xx: driver needs BMDMA

2010-12-22 Thread Wolfram Sang
Found by this build-error if BMDMA is disabled: drivers/ata/pata_mpc52xx.c: In function 'mpc52xx_ata_init_one': drivers/ata/pata_mpc52xx.c:662: error: 'ata_bmdma_interrupt' undeclared (first use in this function) ... Move the Kconfig entry to the proper location as needed since

[PATCH 0/4] V3 Add ability to link device blob(s) into vmlinux

2010-12-22 Thread dirk . brandewie
From: Dirk Brandewie dirk.brande...@gmail.com This patch set adds the ability to link device tree blobs into vmlinux. Patch 1 implements the changes to include/asm-generic/vmlinux.lds.h and adds a generic rule for generating DTB objects to be linked vmlinux. Patch 2 implements linking a DTB

[PATCH 1/4] of: Add support for linking device tree blobs into vmlinux

2010-12-22 Thread dirk . brandewie
From: Dirk Brandewie dirk.brande...@gmail.com This patch adds support for linking device tree blob(s) into vmlinux. Modifies asm-generic/vmlinux.lds.h to add linking .dtb sections into vmlinux. To maintain compatiblity with the of/fdt driver code platforms MUST copy the blob to a non-init memory

[PATCH 2/4] x86/of: Add building device tree blob(s) into image.

2010-12-22 Thread dirk . brandewie
From: Dirk Brandewie dirk.brande...@gmail.com This patch adds linking device tree blob into vmlinux. DTB's are added by adding the blob object name to list of objects to be linked into the image. Signed-off-by: Dirk Brandewie dirk.brande...@gmail.com --- arch/x86/platform/ce4100/Makefile | 10

[PATCH 3/4] of/powerpc: Use generic rule to build dtb's

2010-12-22 Thread dirk . brandewie
From: Dirk Brandewie dirk.brande...@gmail.com Modify arch/powerpc/boot/Makefile to use dtc command in scripts/Makefile.lib Signed-off-by: Dirk Brandewie dirk.brande...@gmail.com --- arch/powerpc/boot/Makefile |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git

[PATCH 4/4] microblaze/of: Use generic rule to build dtb's

2010-12-22 Thread dirk . brandewie
From: Dirk Brandewie dirk.brande...@gmail.com Modify arch/powerpc/boot/Makefile to use dtc command in scripts/Makefile.lib Signed-off-by: Dirk Brandewie dirk.brande...@gmail.com --- arch/microblaze/boot/Makefile | 12 +++- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git

Re: [PATCH 1/4] of: Add support for linking device tree blobs into vmlinux

2010-12-22 Thread Michal Marek
On 22.12.2010 20:57, dirk.brande...@gmail.com wrote: From: Dirk Brandewiedirk.brande...@gmail.com This patch adds support for linking device tree blob(s) into vmlinux. Modifies asm-generic/vmlinux.lds.h to add linking .dtb sections into vmlinux. To maintain compatiblity with the of/fdt driver

Re: Oops in trace_hardirqs_on (powerpc)

2010-12-22 Thread Steven Rostedt
On Sun, 2010-12-19 at 14:27 +0100, Jörg Sommer wrote: Hi Steven, Did you've fixed this problem? The bug report is still marked as open. https://bugzilla.kernel.org/show_bug.cgi?id=16573 I just posted a patch to that BZ. I have it here below too. Could you see if it fixes you problem. I

AUTO: Michael Barry is out of the office (returning 04/01/2011)

2010-12-22 Thread Michael Barry
I am out of the office until 04/01/2011. Note: This is an automated response to your message Linuxppc-dev Digest, Vol 76, Issue 67 sent on 22/12/10 19:57:54. This is the only notification you will receive while this person is away. ___

Re: [PATCH 1/4] of: Add support for linking device tree blobs into vmlinux

2010-12-22 Thread Geert Uytterhoeven
2010/12/22 Michal Marek mma...@suse.cz: On 22.12.2010 20:57, dirk.brande...@gmail.com wrote: From: Dirk Brandewiedirk.brande...@gmail.com This patch adds support for linking device tree blob(s) into vmlinux. Modifies asm-generic/vmlinux.lds.h to add linking .dtb sections into vmlinux. To