Re: [PATCH 00/18] ide: warm-plug support for IDE devices and other goodies

2008-02-08 Thread Benjamin Herrenschmidt
On Fri, 2008-02-08 at 01:44 +0100, Bartlomiej Zolnierkiewicz wrote: - couple of fixes and preparatory patches - rework of PowerMac media-bay support ([un]register IDE devices instead of [un]registering IDE interface) [ it is the main reason for spamming PPC ML ] Interesting... I was

Re: [PATCH] [POWERPC] Xilinx: hwicap driver

2008-02-08 Thread Jiri Slaby
On 02/08/2008 03:17 AM, Stephen Neuendorffer wrote: This includes code for new fifo-based xps_hwicap in addition to the older opb_hwicap, which has a significantly different interface. The common code between the two drivers is largely shared. Significant differences exists between this

Re: [RFC][POWERPC] bootwrapper: Add a firmware-independent simpleboot target.

2008-02-08 Thread David Gibson
On Fri, Feb 01, 2008 at 11:55:42PM -0700, Grant Likely wrote: From: Grant Likely [EMAIL PROTECTED] [snip] +void platform_init(unsigned long r3, unsigned long r4, unsigned long r5, +unsigned long r6, unsigned long r7) +{ + const u32 *na, *ns, *reg, *timebase; + u64

Please pull powerpc.git for-2.6.25 branch

2008-02-08 Thread Paul Mackerras
Linus, Please do git pull \ git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git for-2.6.25 to get some bug-fixes for powerpc (1 for powermac and 8 for Cell), plus 3 commits from Badari Pulavarty that implement memory hot-remove for 64-bit powerpc. These 3 commits have been

Re: [PATCH] MTD support for the AMCC Taishan

2008-02-08 Thread Stefan Roese
On Sunday 03 February 2008, Imre Kaloz wrote: Signed-off-by: Imre Kaloz [EMAIL PROTECTED] --- arch/powerpc/boot/dts/taishan.dts | 33 +++- arch/powerpc/configs/taishan_defconfig | 89 ++-- 2 files changed, 116 insertions(+), 6 deletions(-) diff

Re: [PATCH 05/18] ide: factor out cable detection from ide_init_port()

2008-02-08 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Factor out cable detection from ide_init_port() to ide_port_cable_detect(). * Move ide_port_cable_detect() call to ide_device_add_all(). Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Acked-by: Sergei Shtylyov [EMAIL PROTECTED] MBR, Sergei

Re: [PATCH 08/18] ide: move ide_port_setup_devices() call to ide_device_add_all()

2008-02-08 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Add ide_cfg_mtx lock/unlock to ide_port_setup_devices() and then move ide_port_setup_devices() call from init_irq() to ide_device_add_all(). Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Acked-by: Sergei Shtylyov [EMAIL PROTECTED] MBR, Sergei

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

2008-02-08 Thread Paul Jackson
Thanks, Olof and Harvey. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h= Just what I was looking for. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson [EMAIL PROTECTED]

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

2008-02-08 Thread Olof Johansson
On Fri, Feb 08, 2008 at 12:21:54PM -0600, Olof Johansson wrote: On Fri, Feb 08, 2008 at 12:06:23PM -0600, Paul Jackson wrote: Linus wrote: Please, when mentioning hex numbers, also do the one-liner shortlog. ... without _requiring_ people to be git users to get the gist of the

Re: [PATCH] Fix powerpc vdso clock_getres().

2008-02-08 Thread Sean MacLennan
Tony Breeds wrote: Since implementing highres timers on powerpc the clock_getres syscall has reported different resolutions due to the vdso using the a low res value. In the patch d7f71674ad7c3c4467e48f6ab9e85516dae2720 ([POWERPC] Use a sensible default for clock_getres() in the VDSO), the

[PATCH 3/5] Tsi108_eth: remove not needed code

2008-02-08 Thread Alexandre Bounine
Code clean-up for tsi108_eth network driver. This patch removes not needed dummy read and the corresponding comment. The PHY logic requires two reads from the status register to get current link status. This is done correctly inside mii_check_media(). Signed-off-by: Alexandre Bounine [EMAIL

[PATCH 0/5] Tsi108_eth: set of driver fix-ups

2008-02-08 Thread Alexandre Bounine
This is set of small fixes for Tsi108 Ethernet driver. Based on kernel version 2.6.24 --- Important Notice: This message is intended for the use of the individual to whom it is addressed and may contain information which is privileged, confidential and/or exempt from disclosure under

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

2008-02-08 Thread Harvey Harrison
On Fri, 2008-02-08 at 12:06 -0600, Paul Jackson wrote: Linus wrote: Please, when mentioning hex numbers, also do the one-liner shortlog. ... without _requiring_ people to be git users to get the gist of the matter, ok? Thanks for sticking up for us git-challenged contributors.

[PATCH 5/5] Tsi108_eth: Add ethtool support

2008-02-08 Thread Alexandre Bounine
Add ethtool support to tsi108_eth network driver. Signed-off-by: Alexandre Bounine [EMAIL PROTECTED] --- diff -pNur linux-2.6.24/drivers/net/tsi108_eth.c linux-2.6.24-fix/drivers/net/tsi108_eth.c --- linux-2.6.24/drivers/net/tsi108_eth.c 2008-02-06 17:10:53.0 -0500 +++

[PATCH 4/5] Tsi108_eth: fix link recovery after disconnect

2008-02-08 Thread Alexandre Bounine
Bug fix for tsi108_eth network driver. This patch fixes a problem with link recovery after connection was lost. Signed-off-by: Alexandre Bounine [EMAIL PROTECTED] --- diff -pNur linux-2.6.24/drivers/net/tsi108_eth.c linux-2.6.24-fix/drivers/net/tsi108_eth.c ---

[PATCH 2/5] Tsi108_eth: fix detection of 1000Mb mode

2008-02-08 Thread Alexandre Bounine
Bug fix for tsi108_eth network driver. This patch fixes a problem with detection of 1000Mb speed. Signed-off-by: Alexandre Bounine [EMAIL PROTECTED] --- diff -pNur linux-2.6.24/drivers/net/tsi108_eth.c linux-2.6.24-fix/drivers/net/tsi108_eth.c --- linux-2.6.24/drivers/net/tsi108_eth.c

[PATCH] powerpc: fix DEBUG_PREEMPT warning when warning

2008-02-08 Thread Hugh Dickins
The powerpc show_regs prints CPU using smp_processor_id: change that to raw_smp_processor_id, so that when it's showing a WARN_ON backtrace without preemption disabled, DEBUG_PREEMPT doesn't mess up that warning with its own. Signed-off-by: Hugh Dickins [EMAIL PROTECTED] ---

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

2008-02-08 Thread Olof Johansson
On Fri, Feb 08, 2008 at 12:06:23PM -0600, Paul Jackson wrote: Linus wrote: Please, when mentioning hex numbers, also do the one-liner shortlog. ... without _requiring_ people to be git users to get the gist of the matter, ok? Thanks for sticking up for us git-challenged

Re: [PATCH] [POWERPC] Xilinx: hwicap driver

2008-02-08 Thread Randy Dunlap
On Thu, 7 Feb 2008 18:17:41 -0800 Stephen Neuendorffer wrote: drivers/char/Kconfig |7 + drivers/char/Makefile |1 + drivers/char/xilinx_hwicap/Makefile|7 + drivers/char/xilinx_hwicap/buffer_icap.c | 380

[PATCH 1/5] Tsi108_eth: add missing linking to driver data

2008-02-08 Thread Alexandre Bounine
Bug fix for tsi108_eth network driver. This patch adds missing linking to driver data. Signed-off-by: Alexandre Bounine [EMAIL PROTECTED] --- diff -pNur linux-2.6.24/drivers/net/tsi108_eth.c linux-2.6.24-fix/drivers/net/tsi108_eth.c --- linux-2.6.24/drivers/net/tsi108_eth.c 2008-01-24

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

2008-02-08 Thread Paul Jackson
Linus wrote: Please, when mentioning hex numbers, also do the one-liner shortlog. ... without _requiring_ people to be git users to get the gist of the matter, ok? Thanks for sticking up for us git-challenged contributors. Can anyone point me at instructions providing the shortest path for

[patch 0/6] PS3 fixups for 2.6.25

2008-02-08 Thread Geoff Levand
Paul, Here are a few PS3 fixups to apply for 2.6.25. [patch 1/6] PS3: Fix lpm set bookmark [patch 2/6] PS3: Fix lpm read pm interval [patch 3/6] PS3: Fix bootwrapper hang bug [patch 4/6] PS3: Use system reboot on restart [patch 5/6] PS3: Sys-manager code cleanup [patch 6/6] PS3:

[patch 1/6] PS3: Fix lpm set bookmark

2008-02-08 Thread Geoff Levand
From: Takashi Yamamoto [EMAIL PROTECTED] Fix the ps3_set_bookmark() routine of the PS3 logical performance monitor driver. To properly set a performance monitor bookmark the Cell processor requires no instruction branches near the setting of the bookmark SPR. Testing showed that the use of the

[patch 4/6] PS3: Use system reboot on restart

2008-02-08 Thread Geoff Levand
The PS3 Other OS boot flag is not checked when an LPAR reboot is done, so the ps3-boot-game-os utility fails to reboot the system into the Game OS. This fix changes the PS3 restart handler from requesting an PS3_SM_NEXT_OP_LPAR_REBOOT to requesting an PS3_SM_NEXT_OP_SYS_REBOOT. Signed-off-by:

Re: [RFC][POWERPC] bootwrapper: Add a firmware-independent simpleboot target.

2008-02-08 Thread Grant Likely
On Feb 8, 2008 4:02 AM, David Gibson [EMAIL PROTECTED] wrote: On Fri, Feb 01, 2008 at 11:55:42PM -0700, Grant Likely wrote: From: Grant Likely [EMAIL PROTECTED] + /* Make sure FDT blob is sane */ + if (fdt_check_header(_dtb_start) != 0) + fatal(Invalid device tree

[patch 5/6] PS3: Sys-manager code cleanup

2008-02-08 Thread Geoff Levand
General code cleanups for PS3 system-manager: o Move all MODULE_ macros to bottom. o Correct PS3_SM_WAKE_P_O_R value. o Enhance comment on wakeup source values. Signed-off-by: Geoff Levand [EMAIL PROTECTED] --- drivers/ps3/ps3-sys-manager.c | 13 +++-- 1 file changed, 7

[patch 2/6] PS3: Fix lpm read pm interval

2008-02-08 Thread Geoff Levand
From: Takashi Yamamoto [EMAIL PROTECTED] ps3_read_pm (pm_interval) should return an actual HW register value because the pm_interval register is a counter register. This patch removes the shadow pm_interval register. Signed-off-by: Takashi Yamamoto [EMAIL PROTECTED] Signed-off-by: Geoff Levand

[patch 3/6] PS3: Fix bootwrapper hang bug

2008-02-08 Thread Geoff Levand
Fix a bug in the lv1_get_repository_node_value() routine of the PS3 bootwrapper. Changes in the PS3 system firmware 2.20 cause this bug to hang the system when branching from the bootwrapper to the kernel _start. Since the video system has not yet been enabled at the time the bug is hit, the

[patch 6/6] PS3: Update sys-manager button events

2008-02-08 Thread Geoff Levand
PS3 firmware 1.94 added the source of power and reset events to the payload of the system manager POWER_PRESSED and RESET_PRESSED events. Signed-off-by: Geoff Levand [EMAIL PROTECTED] --- drivers/ps3/ps3-sys-manager.c | 29 +++-- 1 file changed, 23 insertions(+), 6

Could the DTS experts look at this?

2008-02-08 Thread Sean MacLennan
The Rev B warp is moving to a 4M NOR / 256M NAND flash setup from the current 64M NOR / 64M NAND. I would like to keep support for the 64M NOR so I modified the boot code to be a bit more dynamic. Here is the new NOR parition layout in the DTS: [EMAIL PROTECTED],0 { compatible =