Re: [PATCH V3 01/17] Squashfs: inode operations

2009-01-07 Thread Geert Uytterhoeven
switched from `unsigned long long' to 'u64', as `u64' is (still -- this is being changed) `unsigned long' on pp64. I guess no action has to be taken, for now? With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935

Re: Re[2]: [PATCH] fork_init: fix division by zero

2008-12-10 Thread Geert Uytterhoeven
); #else ... If you're going to bracket the expression, it must be: max_threads = (mempages * PAGE_SIZE) / (8 * THREAD_SIZE); which should be superfluous. No, `mempages * PAGE_SIZE' may overflow. With kind regards, Geert Uytterhoeven Software Architect Sony

Re: [PATCH] powerpc/85xx: Fix compile warnings in mpc85xx_mds.c

2008-12-03 Thread Geert Uytterhoeven
? u64 differs for 32-bit and 64-bit. Doh, if you would put the whole resource range there, you could use %pR ;-) With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453

Re: [PATCH] powerpc/85xx: Fix compile warnings in mpc85xx_mds.c

2008-12-03 Thread Geert Uytterhoeven
On Wed, 3 Dec 2008, Kumar Gala wrote: On Dec 3, 2008, at 10:17 AM, Geert Uytterhoeven wrote: On Wed, 3 Dec 2008, Kumar Gala wrote: arch/powerpc/platforms/85xx/mpc85xx_mds.c: In function 'board_fixups': arch/powerpc/platforms/85xx/mpc85xx_mds.c:244: warning: format '%x' expects type

Re: too few bogoMips on MPC8313E-RDB ?

2008-11-26 Thread Geert Uytterhoeven
these times With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet: http://www.sony-europe.com/ A division

Re: [PATCH] kernel/cpu.c: Section mismatch warning fix. (fwd)

2008-11-04 Thread Geert Uytterhoeven
-- Forwarded message -- Date: Tue, 4 Nov 2008 12:02:53 +0100 From: Sam Ravnborg [EMAIL PROTECTED] To: Ingo Molnar [EMAIL PROTECTED] Cc: Andrew Morton [EMAIL PROTECTED], Rakib Mullick [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PATCH] kernel/cpu.c:

Re: [PATCH] ps3: ps3-lpm.c compile fix

2008-11-03 Thread Geert Uytterhoeven
-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2

Re: [PATCH] cell: fix ras.c compilation

2008-11-03 Thread Geert Uytterhoeven
(+) --- a/arch/powerpc/platforms/cell/ras.c +++ b/arch/powerpc/platforms/cell/ras.c @@ -16,6 +16,7 @@ #include linux/kexec.h #include linux/crash_dump.h +#include asm/kexec.h #include linux/kexec.h? With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate

Re: [PATCH] cell: fix ras.c compilation

2008-11-03 Thread Geert Uytterhoeven
On Mon, 3 Nov 2008, Michael Ellerman wrote: On Mon, 2008-11-03 at 09:20 +0100, Geert Uytterhoeven wrote: On Sun, 2 Nov 2008, Alexey Dobriyan wrote: arch/powerpc/platforms/cell/ras.c:299: error: implicit declaration of function 'crash_shutdown_register' Signed-off-by: Alexey

Re: powerpc allmodconfig

2008-10-16 Thread Geert Uytterhoeven
. Already sent a patch for these two... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking

Re: powerpc allmodconfig

2008-10-16 Thread Geert Uytterhoeven
On Thu, 16 Oct 2008, David Miller wrote: From: Geert Uytterhoeven [EMAIL PROTECTED] Date: Thu, 16 Oct 2008 09:31:29 +0200 (CEST) On Wed, 15 Oct 2008, David Miller wrote: kernel/resource.c: In function '__reserve_region_with_split': kernel/resource.c:554: warning: format '%llx

Re: [PROBLEM] Soft lockup on Linux 2.6.27, 2 patches, Cell/PPC64

2008-10-15 Thread Geert Uytterhoeven
On Wed, 15 Oct 2008, Benjamin Herrenschmidt wrote: On Wed, 2008-10-15 at 13:46 +0200, Geert Uytterhoeven wrote: On Wed, 15 Oct 2008, Benjamin Herrenschmidt wrote: Well, at the time of the sample, the other CPU indeed -seems- to be in an IRQ disabled section yes

Re: [PROBLEM] Soft lockup on Linux 2.6.27, 2 patches, Cell/PPC64

2008-10-15 Thread Geert Uytterhoeven
On Wed, 15 Oct 2008, Benjamin Herrenschmidt wrote: On Tue, 2008-10-14 at 11:32 +0200, Geert Uytterhoeven wrote: which points again to smp_call_function_single... Yup, it doesn't bring more information. At this stage, your 'other' CPU is stuck with interrupts disabled. Hard to tell what's

Re: [PROBLEM] Soft lockup on Linux 2.6.27, 2 patches, Cell/PPC64

2008-10-15 Thread Geert Uytterhoeven
this makes the actual state recording useless... With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet: http

Re: [PROBLEM] Soft lockup on Linux 2.6.27, 2 patches, Cell/PPC64

2008-10-15 Thread Geert Uytterhoeven
On Wed, 15 Oct 2008, Benjamin Herrenschmidt wrote: On Wed, 2008-10-15 at 11:25 +0200, Geert Uytterhoeven wrote: On Wed, 15 Oct 2008, Benjamin Herrenschmidt wrote: On Tue, 2008-10-14 at 11:32 +0200, Geert Uytterhoeven wrote: which points again to smp_call_function_single... Yup

Re: [PROBLEM] Soft lockup on Linux 2.6.27, 2 patches, Cell/PPC64

2008-10-14 Thread Geert Uytterhoeven
On Mon, 13 Oct 2008, Geert Uytterhoeven wrote: On Sun, 12 Oct 2008, Aaron Tokhy wrote: I recently built 2.6.27 with these patches on my PS3. http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-linux-patches/ps3-wip/ps3vram-driver.patch http://www.kernel.org/pub/linux/kernel

Re: [RFC 0/6] Proposal for a Generic PWM Device API

2008-10-13 Thread Geert Uytterhoeven
of me otherwise. For a formally request for review, you do want to CC lkml. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail

Re: [PROBLEM] Soft lockup on Linux 2.6.27, 2 patches, Cell/PPC64

2008-10-13 Thread Geert Uytterhoeven
, the system will deadlock when the other CPU thread tries to acquire the BKL. In that unfortunate case, you won't see any message on the console of a retail PS3, though. So far we do not know what's the exact cause of the IPI not arriving, hence suggestions are welcome. With kind regards, Geert

Re: Floating inputs on unused GPIO pins

2008-10-13 Thread Geert Uytterhoeven
as outputs ? I always thought configurable GPIO pins default to _inputs_ after power-on, so it's safe to tie them to VCC through a pull-up resistor? For CMOS, you can tie them to VDD or GND without a resistor. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe

Re: [PATCH 14/16] powerpc: expand vs demux ipi actions per message

2008-10-10 Thread Geert Uytterhoeven
of the prototype, not the one of the implementation. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet

Re: [RFC 0/6] Proposal for a Generic PWM Device API

2008-10-10 Thread Geert Uytterhoeven
times. I would go for lkml and linux-embedded, _together_. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED

Re: [PATCH] pata_of_platform: fix no irq handling

2008-10-08 Thread Geert Uytterhoeven
include arch/*/include' is still quite enlightening... With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet

Re: Before adding preiliminary support for Netstal HCU4 (PPC405 based) board

2008-10-06 Thread Geert Uytterhoeven
On Tue, 30 Sep 2008, Niklaus Giger wrote: The patch is against the master git of denx.de. It does not apply cleanly against linus' git as I cannot find there any include/asm-ppc subdirectory. {arch/,include-asm-}ppc/ has been removed, in favor of arch/powerpc/. With kind regards, Geert

[PATCH] powerpc: Kill outdated Documentation/powerpc/smp.txt

2008-09-16 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] Documentation/powerpc/smp.txt is so outdated that it makes sense to just remove it. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- Documentation/powerpc/00-INDEX |2 -- Documentation/powerpc/smp.txt | 34

[PATCH] powerpc: Kill /proc/ppc_htab remainings

2008-09-16 Thread Geert Uytterhoeven
a few references left. Kill them for good. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- Documentation/powerpc/00-INDEX |2 Documentation/powerpc/ppc_htab.txt | 118 - include/linux/proc_fs.h|1 3 files changed, 121 deletions

Re: git apply vs. renamed files index mismatch

2008-09-09 Thread Geert Uytterhoeven
regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet: http://www.sony-europe.com/ A division of Sony Europe

Re: 2.6.27-rc5-mm1 mystery trace

2008-09-05 Thread Geert Uytterhoeven
. According to file(1). No, gdb. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet: http

Re: [PATCH 0/5] Relocatable 64-bit kernel using linker PIE support

2008-08-28 Thread Geert Uytterhoeven
a separate kdump kernel for ppc64... I tried CONFIG_RELOCATABLE=y on PS3 a while ago, and the resulting kernel locked up during early boot. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone

Re: [PATCH 2/4] Add cpufreq driver for the IBM PowerPC 750GX

2008-08-27 Thread Geert Uytterhoeven
that was needed to do SMP? Can the 603 do SMP? No, I was wrong about the 603. The machine I was thinking of is actually 604e. The BeBox had a dual 603. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem

Re: [PATCH 2/4] Add cpufreq driver for the IBM PowerPC 750GX

2008-08-27 Thread Geert Uytterhoeven
On Wed, 27 Aug 2008, Brad Boyer wrote: On Wed, Aug 27, 2008 at 01:40:10PM +0200, Geert Uytterhoeven wrote: On Wed, 27 Aug 2008, Arnd Bergmann wrote: On Wednesday 27 August 2008, Kevin Diggs wrote: Arnd Bergmann wrote: Are there even SMP boards based on a 750? I thought only 74xx

Re: initramfs vs initrd

2008-08-26 Thread Geert Uytterhoeven
On Mon, 25 Aug 2008, S�bastien Chr�tien wrote: When the kernel is booting, is it possible to check if the initrd is good ? Sure, the kernel does some basic checking in init/do_mounts_rd.c. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate

Re: disable modules and get multiple definition errors?

2008-08-22 Thread Geert Uytterhoeven
doing wrong? You forgot to make the inline functions static? With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL

Re: Strange behavior with I2C on Sequoia board

2008-08-21 Thread Geert Uytterhoeven
|Uncompressing Kernel Image ... Error: inflate() returned -3 | GUNZIP ERROR - must RESET board to recover | | U-Boot 1.2.0-gc0c292b2 (Jun 5 2007 - 07:16:12) and I'm back to U-Boot... With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village

Re: [PATCH 4/5] powerpc: Make the 64-bit kernel as a position-independent executable

2008-08-19 Thread Geert Uytterhoeven
/prom.c:1166: error: for each function it appears in.) After applying the patch below, I was able to build and boot a kernel for the Sequoia. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- arch/powerpc/kernel/prom.c |4 1 file changed, 4 insertions(+) --- a/arch/powerpc/kernel

Re: [RFC 2/3] powerpc: export all symbols from the definition file

2008-08-11 Thread Geert Uytterhoeven
these 2 belong to patch 3? With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet: http://www.sony

RE: Kconfig debug help

2008-08-06 Thread Geert Uytterhoeven
this weekend. It's a bug in the Kconfig area. It's 1/2 fixed in the latest Linus and powerpc trees. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax

Re: PS3 early lock-up

2008-08-05 Thread Geert Uytterhoeven
/htab.c:ps3_hpte_updatepp() uses `htab[slot].v'. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet: http

Re: [i2c] [PATCH] powerpc: i2c-mpc: make speed registers configurable via FDT

2008-08-01 Thread Geert Uytterhoeven
-on time? With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet: http://www.sony-europe.com/ A division

Re: Warning: Uable to open an inital console

2008-07-30 Thread Geert Uytterhoeven
like: | crw--- 1 root dialout 5, 1 2008-07-30 10:21 /dev/console Kernel panic - not syncing: No init found. Try passing init= option to kernel. Your root file system doesn't have init (/sbin/init, /init, ...). With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre

Re: [PATCH 2/6] kvmppc: add hypercall infrastructure - host part

2008-07-30 Thread Geert Uytterhoeven
the preffered style is printk(KERN_ERR ...) You've made the same style mistake in most of you printk()'s in your other patches aswell. Note that these days people use pr_err() instead. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da

Re: going to OLS?

2008-07-18 Thread Geert Uytterhoeven
. Acked-by: Geert Uytterhoeven [EMAIL PROTECTED] So I'll be there. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL

Re: [RFC 1/3] powerpc: __copy_tofrom_user tweaked for Cell

2008-06-23 Thread Geert Uytterhoeven
exception? When using dcbz on uncached memory, IIRC. With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet: http

Re: [2.6 patch] drivers/macintosh/: possible cleanups

2008-06-23 Thread Geert Uytterhoeven
-pmu68k.c: sleep_notifier_list Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Acked-by: Geert Uytterhoeven [EMAIL PROTECTED] I assume Paulus will take it, as he controls more Macs? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots

Re: 4xx support in arch/ppc is going away Real Soon Now

2008-06-09 Thread Geert Uytterhoeven
-by: Wolfgang Denk [EMAIL PROTECTED] I'm not sure, but I _think_ there are a few other PowerPC developers out there still... :-) As there's no CHRP LongTrail support (bummer, mine died 4 years ago) left in arch/ppc/, I don't mind you killing the whole arch/ppc/ ;-) Acked-by: Geert Uytterhoeven [EMAIL

Re: MMIO and gcc re-ordering issue

2008-05-30 Thread Geert Uytterhoeven
structure? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer

Memory corruption

2008-04-24 Thread Geert Uytterhoeven
code, so it looks like some corruption is going on after all. - Upon closer look, 8 bytes in the instruction dump above are not correct and have been overwritten with 0xc0546e70, which is the address of init_task. With kind regards, Geert Uytterhoeven Software Architect Sony

Re: [PATCH] [POWERPC] Move phys_addr_t definition into asm/types.h

2008-04-02 Thread Geert Uytterhoeven
counterintuitive that CONFIG_PHYS_64BIT=n on 64-bit machines, why not set it to =y in Kconfig? With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax

[PATCH] powerpc: move_device_tree() should be __init

2008-03-28 Thread Geert Uytterhoeven
or the annotation of .lmb_alloc_base is wrong. move_device_tree() is called from early_init_devtree() only, which is __init Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- arch/powerpc/kernel/prom.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/powerpc/kernel/prom.c

[PATCH] powerpc: arch_add_memory() cannot be __devinit

2008-03-28 Thread Geert Uytterhoeven
or the annotation of .arch_add_memory is wrong. arch_add_memory() is also not __devinit on other architectures Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- arch/powerpc/mm/mem.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/powerpc/mm/mem.c +++ b/arch/powerpc/mm/mem.c

Re: [patch 3/6] PS3: Bootwrapper improvements

2008-03-27 Thread Geert Uytterhoeven
); to kill a duplicate cast and avoid splitting the printf() line? With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700

Re: Driver for Freescale Display Interface Unit (A LCD controller)

2008-03-13 Thread Geert Uytterhoeven
kernel. Please CC [EMAIL PROTECTED] when submitting new frame buffer device drivers. Thx! With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453

Re: DTC 1.1.0 Release!

2008-03-10 Thread Geert Uytterhoeven
www.jdl.com got wiped out? I cannot get dtc anymore from your site, both git and http (default apache page) fail? With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone

Re: [dtc] breaking out libfdt from dtc so other progs can use it

2008-02-29 Thread Geert Uytterhoeven
be packaged as 2 binary packages: dtc and libfdt. With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL

make zImage.initrd failure (was: Re: [PATCH v4] [POWERPC] bootwrapper: build multiple cuImages)

2008-02-21 Thread Geert Uytterhoeven
)/zImage.%: vmlinux $(wrapperbits) + $(call if_changed,wrap,$*) 2. The generated build target `zImage.initrd-dtb.ps3' matches both rules, and of course the wrong one (the second one) is chosen by make, causing the ramdisk image not to be included. With kind regards, Geert

mm section mismatch warnings for ps3

2008-02-18 Thread Geert Uytterhoeven
(). | This is often because .__add_zone lacks a __meminit | annotation or the annotation of .memmap_init_zone is wrong. (there are a few more regarding ps3_register_repository_device(), but these cannot happen as only storage devices can be added later) With kind regards, Geert Uytterhoeven Software

Re: [PATCH 1/3] Fix Unlikely(x) == y

2008-02-18 Thread Geert Uytterhoeven
]). Hence shouldn't we ask the gcc people what's the purpose of __builtin_expect(), if it doesn't live up to its promise? With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem

Re: [PATCH] Fix compilation of powerpc asm-offsets.c with old gcc

2008-02-11 Thread Geert Uytterhoeven
] http://git.kernel.org/ [2] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary As the IDs are supposed to be unique, it doesn't matter where you look it up, as long as the tree has that commit ;-) BTW, time for Google to start handling git IDs? With kind regards, Geert

Re: [PATCH] Fix ext4 bitops

2008-02-04 Thread Geert Uytterhoeven
On Mon, 4 Feb 2008, Aneesh Kumar K.V wrote: On Sun, Feb 03, 2008 at 01:39:02PM +0100, Geert Uytterhoeven wrote: On Sun, 3 Feb 2008, Heiko Carstens wrote: On Fri, Feb 01, 2008 at 10:04:04PM +0100, Bastian Blank wrote: On Fri, Feb 01, 2008 at 12:22:57PM -0800, Andrew Morton wrote

Re: [PATCH] Fix ext4 bitops

2008-02-03 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

[PATCH] ADB: Add missing #include linux/platform_device.h

2008-02-03 Thread Geert Uytterhoeven
pulled in through asm/prom.h. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/macintosh/adb.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/macintosh/adb.c +++ b/drivers/macintosh/adb.c @@ -36,6 +36,7 @@ #include linux/completion.h #include linux/device.h #include

Re: x86/non-x86: percpu, node ids, apic ids x86.git fixup

2008-01-30 Thread Geert Uytterhoeven
from this list: send the line unsubscribe git-commits-head in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate

Re: [patch 00/11] ps3av/3fb patches for 2.6.25

2008-01-27 Thread Geert Uytterhoeven
Hi Andrew, On Sat, 26 Jan 2008, Andrew Morton wrote: On Fri, 25 Jan 2008 16:06:23 +0100 Geert Uytterhoeven [EMAIL PROTECTED] wrote: Hare are the ps3av/fb patches for 2.6.25: I would have to say: it's a bit late to be submitting things of this nature for 2.6.25. Given the mess

Re: [patch 09/11] ps3fb: Round up video modes

2008-01-27 Thread Geert Uytterhoeven
On Sat, 26 Jan 2008, Andrew Morton wrote: On Fri, 25 Jan 2008 16:06:32 +0100 Geert Uytterhoeven [EMAIL PROTECTED] wrote: static int ps3fb_cmp_mode(const struct fb_videomode *vmode, const struct fb_var_screeninfo *var) { - /* resolution + black border must

Re: [patch 04/11] ps3fb: Inline macros that are used only once

2008-01-27 Thread Geert Uytterhoeven
On Sat, 26 Jan 2008, Andrew Morton wrote: On Fri, 25 Jan 2008 16:06:27 +0100 Geert Uytterhoeven [EMAIL PROTECTED] wrote: From: Geert Uytterhoeven [EMAIL PROTECTED] ps3fb: inline the X_OFF(), Y_OFF(), WIDTH(), HEIGHT(), and VP_OFF() macros, as they're used in one place only I think

Re: [patch 00/11] ps3av/3fb patches for 2.6.25

2008-01-27 Thread Geert Uytterhoeven
Hi Andrew, On Sun, 27 Jan 2008, Andrew Morton wrote: On Sun, 27 Jan 2008 10:44:40 +0100 (CET) Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Sat, 26 Jan 2008, Andrew Morton wrote: On Fri, 25 Jan 2008 16:06:23 +0100 Geert Uytterhoeven [EMAIL PROTECTED] wrote: Hare

[patch 08/11] ps3fb: Reorganize modedb handling

2008-01-25 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] ps3fb: Reorganize modedb handling: - Reorder the video modes in ps3fb_modedb, for easier indexing using PS3AV_MODE_* numbers, - Introduce ps3fb_native_vmode(), to convert from native (PS3AV_MODE_*) mode numbers to struct fb_videomode

[patch 09/11] ps3fb: Round up video modes

2008-01-25 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] ps3fb: Round up arbitrary video modes until they fit (if possible) Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/video/ps3fb.c | 160 +++--- 1 file changed, 114 insertions(+), 46 deletions

[patch 07/11] ps3fb: Add support for configurable black borders

2008-01-25 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] ps3fb: Allow all video modes where the visible resolution plus the black borders matches a native resolution Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] -- drivers/video/ps3fb.c | 69 +++--- 1 file

[patch 03/11] ps3fb: Kill PS3FB_FULL_MODE_BIT

2008-01-25 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] ps3fb: Kill PS3FB_FULL_MODE_BIT, use PS3AV_MODE_FULL instead Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/video/ps3fb.c |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) --- a/drivers/video/ps3fb.c +++ b/drivers/video

[patch 02/11] ps3: Use symbolic names for video modes

2008-01-25 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] ps3: Use symbolic names for video modes Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/ps3/ps3av.c | 39 --- drivers/video/ps3fb.c | 17 ++--- include/asm-powerpc

[patch 00/11] ps3av/3fb patches for 2.6.25

2008-01-25 Thread Geert Uytterhoeven
Nov 2007. They haven't changed in the mean time, except for rebasing and minor editing of patch descriptions. Patches 10-11 are new, but not very complex, and tested in ps3-linux.git since a while. Please apply for 2.6.25. Thanks a lot! With kind regards, Geert Uytterhoeven Software Architect

Re: [Cbe-oss-dev] [PATCH 3/3] Cell IOMMU static mapping support

2008-01-25 Thread Geert Uytterhoeven
) a static IOMMU mapping of all of memory, to reduce the overhead of the IOMMU. If anyone has a better name than static I'm all ears. Early mapping? Premapping? Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935

Re: [PATCH] [NET]: Remove PowerPC code from fec.c

2008-01-25 Thread Geert Uytterhoeven
) I already forwarded a copy of your email to Greg. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm

[patch 01/11] ps3av: ps3av_get_scanmode() and ps3av_get_refresh_rate() are unused

2008-01-25 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] ps3av: ps3av_get_scanmode() and ps3av_get_refresh_rate() are unused, so remove them Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/ps3/ps3av.c | 58 +--- include/asm-powerpc/ps3av.h

[patch 11/11] ps3fb: Fix modedb typos

2008-01-25 Thread Geert Uytterhoeven
From: Geoff Levand [EMAIL PROTECTED] ps3fb: Fix modedb typos Signed-off-by: Geoff Levand [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/video/ps3fb.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/video/ps3fb.c +++ b/drivers/video

[patch 10/11] ps3fb: Cleanup sweep

2008-01-25 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] ps3fb: cleanup sweep: - Kill ps3fb_priv.xdr_ea and ps3fb_priv.xdr_size, use info-screen_base and info-fix.smem_len instead. - Kill superfluous assignments to info-fix.smem_start, info-fix.smem_len, and info-screen_base in ps3fb_set_par

[patch 04/11] ps3fb: Inline macros that are used only once

2008-01-25 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] ps3fb: inline the X_OFF(), Y_OFF(), WIDTH(), HEIGHT(), and VP_OFF() macros, as they're used in one place only Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/video/ps3fb.c | 12 1 file changed, 4 insertions(+), 8

[patch 06/11] ps3fb: Make frame buffer offsets unsigned int

2008-01-25 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] ps3fb: Frame buffer offsets don't have to be `unsigned long', `unsigned int' is sufficient Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/video/ps3fb.c |9 - 1 file changed, 4 insertions(+), 5 deletions(-) --- a/drivers

[patch 05/11] ps3fb: Kill ps3fb_res

2008-01-25 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] ps3fb: kill ps3fb_res[], as all information it contains can be obtained in some other way. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/video/ps3fb.c | 108 ++ 1 file changed, 22

Re: [PATCH] autodetect serial console on efika

2008-01-21 Thread Geert Uytterhoeven
On Mon, 21 Jan 2008, Olaf Hering wrote: + * But unfortunately, the firmware does not connect /chosen/{stdin,stdout} + * the the built-in serial node. Instead, a /failsafe node is created. ^^^ to The same typo is in the pegasos2 patch. With kind regards, Geert Uytterhoeven Software

Re: [patch 06/18] PS3: Fix kexec storage probe

2008-01-17 Thread Geert Uytterhoeven
On Wed, 16 Jan 2008, [EMAIL PROTECTED] wrote: From: Geert Uytterhoeven [EMAIL PROTECTED] The PS3 storage probe thread left the storage notification device open on shutdown, so the device open would fail with LV1_BUSY when the second stage kexec kernel tried to open the device. To fix

Re: [i2c] [PATCH] update module-init-tools to support the i2c subsystem

2008-01-14 Thread Geert Uytterhoeven
appear in sysfs. That's the generic part. How this applies to i2c devices on platforms without Open Firmware device trees is another question. I guess that's where Jean gets confused (i2c_device_id got _removed_ last year, because it didn't make sense (at the time?)). With kind regards, Geert

Re: [i2c] [PATCH] update module-init-tools to support the i2c subsystem

2008-01-14 Thread Geert Uytterhoeven
On Mon, 14 Jan 2008, Jean Delvare wrote: On Mon, 14 Jan 2008 11:57:52 +0100 (CET), Geert Uytterhoeven wrote: On Sun, 13 Jan 2008, Jon Smirl wrote: I don't know exactly what those modules tables are used for. I just copied what the other subsystems do. Maybe they are used when you make

Re: [PATCH] ps3: vuart: semaphore to mutex

2008-01-11 Thread Geert Uytterhoeven
On Thu, 10 Jan 2008, Daniel Walker wrote: This probe_mutex conforms to the new struct mutex type. This patch converts it from the old semaphore to the new struct mutex. The PS3 tree already has this change. With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software

[PATCH 0/2] ps3fb fixes for 2.6.24

2008-01-11 Thread Geert Uytterhoeven
the petitboot graphical bootloader to load the second stage kernel). Can we please get these in 2.6.24? Thanks! With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone

[PATCH 1/2] ps3fb: prevent use after free of fb_info

2008-01-11 Thread Geert Uytterhoeven
PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/video/ps3fb.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) --- a/drivers/video/ps3fb.c +++ b/drivers/video/ps3fb.c @@ -1234,12 +1234,6 @@ static int ps3fb_shutdown(struct ps3_sys

[PATCH 2/2] ps3fb: fix deadlock on kexec()

2008-01-11 Thread Geert Uytterhoeven
or lockups. Besides, ps3fb_release() only calls ps3fb_sync() to refresh the screen when display flipping is disabled, which is an uncommon case (except during shutdown/kexec). Signed-off-by: Jeremy Kerr [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Cc: Benjamin

Re: [patch 4/4 v3] PS3: Add logical performance monitor driver support

2008-01-10 Thread Geert Uytterhoeven
On Wed, 9 Jan 2008, Geoff Levand wrote: --- /dev/null +++ b/drivers/ps3/ps3-lpm.c + * @node_id: The node id of a BE prosessor whos performance monitor this whose With kind regards, Geert

Re: [patch 4/4 v2] PS3: Add logical performance monitor driver support

2008-01-09 Thread Geert Uytterhoeven
? + * not be a traced branch within 10 cycles of setting the + * SPRN_BKMK register. The actual text is unclear if 'within' + * includes cycles before the call. + */ With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate

Re: [patch v3] PS3: Fix printing of os-area magic numbers

2007-12-23 Thread Geert Uytterhoeven
. Usually the _length_ of a C-string is the number of characters, while the _size_ of a C-string includes the zero-terminator. In dump_field() it writes size+1 bytes to s. With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate

Re: [Cbe-oss-dev] Time for cell code reshuffle?

2007-12-23 Thread Geert Uytterhoeven
input? Would the powerpc spufs code be suitable for SPURSEngine? Strong NACK for fs/spufs/ fs code is the smallest part of the spu support, and all this nasty lowlevel code doesn't belong into fs/ at all. drivers/spu/? With kind regards, Geert Uytterhoeven Software Architect Sony Network

[PATCH 0/2] ps3fb bug fixes for 2.6.24

2007-12-19 Thread Geert Uytterhoeven
one fixes an incorrect dev_id parameter used with the free_irq() calls. Please apply for 2.6.24. Thanks! With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone

[PATCH 1/2] ps3fb: Update for firmware 2.10

2007-12-19 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] ps3fb: Update for firmware 2.10 As of PS3 firmware version 2.10, the GPU command buffer size must be at least 2 MiB large. Since we use only a small part of the GPU command buffer and don't want to waste precious XDR memory, move the GPU command buffer

[PATCH 2/2] ps3fb: Fix ps3fb free_irq() dev_id

2007-12-19 Thread Geert Uytterhoeven
From: Geoff Levand [EMAIL PROTECTED] The dev_id arg passed to free_irq() must match that passed to request_irq(). Fixes this PS3 error message: Trying to free already-free IRQ 44 Signed-off-by: Geoff Levand [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers

Re: [PATCH 0/5] Series to add device tree naming to i2c

2007-12-11 Thread Geert Uytterhoeven
i2c_device_id and the associated support code. Signed-off-by: Jean Delvare [EMAIL PROTECTED] Cc: Greg KH [EMAIL PROTECTED] With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935

Re: [PATCH] Fake NUMA emulation for PowerPC

2007-12-07 Thread Geert Uytterhoeven
On Sat, 8 Dec 2007, Balbir Singh wrote: + if (strstr(p, fake=)) + cmdline = p + 5;/* 5 is faster than strlen(fake=) */ Really? My gcc is smart enough to replace the `strlen(fake=)' by 5, even without -O. With kind regards, Geert Uytterhoeven Software Architect Sony

Re: [PATCH] pci: Fix bus resource assignment on 32 bits with 64b resources

2007-12-06 Thread Geert Uytterhoeven
without losing gcc type checking :-) #define PRI* (...) ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm

Re: [PATCH] pci: Fix bus resource assignment on 32 bits with 64b resources

2007-12-04 Thread Geert Uytterhoeven
RES_PR - RES_PR Can we please have them in linux/ioport.h? They look very useful to me elsewhere (other bus drivers, device drivers), too. What about naming the printf format specifier macros more like in C99, e.g. PRI*? With kind regards, Geert Uytterhoeven Software Architect Sony Network

Re: [PATCH v2 2/2] [POWERPC] Use new machine_xxx_initcall hooks in platform code

2007-12-04 Thread Geert Uytterhoeven
the PS3 *_initcall()s. Probably because they test for firmware_has_feature(FW_FEATURE_PS3_LV1) instead of machine_is(ps3). With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem

Re: [PATCH v2 2/2] [POWERPC] Use new machine_xxx_initcall hooks in platform code

2007-12-04 Thread Geert Uytterhoeven
On Tue, 4 Dec 2007, Grant Likely wrote: On 12/4/07, Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Sat, 1 Dec 2007, Grant Likely wrote: From: Grant Likely [EMAIL PROTECTED] This patch makes the platform code use the new machine-specific initcall hooks. This has the advantage

<    5   6   7   8   9   10   11   12   >