[PATCH 0/3] Powerpc support for SBC834x board

2008-01-08 Thread Paul Gortmaker
The following three patches add support for the Wind River SBC834x board into arch/powerpc. The support is primarily based on the existing Fsl MPC834x_MDS board support. 1) Add support for Wind River SBC834x boards b/arch/powerpc/platforms/83xx/Kconfig |9 ++

[PATCH 1/3] sbc834x: Add support for Wind River SBC834x boards

2008-01-08 Thread Paul Gortmaker
This adds the basic support for the Wind River SBC834x boards. The SBC8349 is more common, although it should work on the SBC8347 board as well. Support is heavily based on the existing MPC834x_MDS code. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- arch/powerpc/platforms/83xx/Kconfig

[PATCH 3/3] sbc834x: Add default config file for Wind River SBC8349 board

2008-01-08 Thread Paul Gortmaker
Default config file for SBC8349 board, suitable for use as with NFS as a root file system and gianfar as NFS root device. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- arch/powerpc/configs/sbc834x_defconfig | 800 1 files changed, 800 insertions(+), 0

Re: [PATCH 7/7] Add MPC512x PSC serial driver

2008-01-08 Thread Stephen Rothwell
On Wed, 9 Jan 2008 14:16:49 +1100 Stephen Rothwell [EMAIL PROTECTED] wrote: On Tue, 8 Jan 2008 09:01:33 -0700 John Rigby [EMAIL PROTECTED] wrote: +++ b/drivers/serial/mpc512x_uart.c +#include asm/of_platform.h Purely to avoid suggestions of favouritism, I will not the above. :-)

Please pull linux-2.6-virtex.git

2008-01-08 Thread Grant Likely
Josh, here are some Xilinx Virtex changes for 2.6.25: git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.25 Cheers, g. --- The following changes since commit 4f43143f9fbbb679c38d2ff99e44d3aaa00d0fe1: Paul Mackerras (1): Merge branch 'for-2.6.25' of

Re: [PATCH 3/7] sbc8560: add support for Wind River SBC8560 in arch/powerpc

2008-01-08 Thread Stephen Rothwell
On Tue, 08 Jan 2008 23:39:37 -0500 Paul Gortmaker [EMAIL PROTECTED] wrote: No problem. I think you will find all these issues are applicable to the mpc8560mds support that I based things off too. I'd rather do a single patch for both boards to deal with these, rather than respin the sbc8560

Re: [PATCH V2] [POWERPC] Add common clock setting routine mpc52xx_psc_set_clkdiv()

2008-01-08 Thread Stephen Rothwell
Hi Grant, Just a couple of trivial things. On Tue, 08 Jan 2008 22:09:50 -0700 Grant Likely [EMAIL PROTECTED] wrote: +int mpc52xx_set_psc_clkdiv(int psc_id, int clkdiv) + switch (psc_id) { + case 1: reg = mpc52xx_cdm-mclken_div_psc1; mask = 0x20; break; + case 2: reg =

[patch 1/4] POWERPC: Add Cell SPRN bookmark register

2008-01-08 Thread Geoff Levand
Add a definition for the Cell SPRN bookmark register to asm-powerpc/regs.h Signed-off-by: Geoff Levand [EMAIL PROTECTED] --- Needed for PS3's lpm driver. include/asm-powerpc/reg.h |1 + 1 file changed, 1 insertion(+) --- a/include/asm-powerpc/reg.h +++ b/include/asm-powerpc/reg.h @@ -553,6

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

2008-01-08 Thread Geoff Levand
From: Takashi Yamamoto [EMAIL PROTECTED] Add PS3 logical performance monitor (lpm) device driver. The PS3's LV1 hypervisor provides a Logical Performance Monitor that abstarcts the Cell processor's performance monitor features for use by guest operating systems. Signed-off-by: Takashi Yamamoto

[patch 3/4 v2] PS3: Add logical performance monitor device support

2008-01-08 Thread Geoff Levand
Add PS3 logical performance monitor device support to the PS3 system-bus and platform device registration routines. Signed-off-by: Geoff Levand [EMAIL PROTECTED] --- v2: o Add enum ps3_lpm_tb_type. o Remove redundant enclosing structure and return proper error codes from

[patch 2/4 v2] PS3: Add logical performance monitor repository routines

2008-01-08 Thread Geoff Levand
From: Takashi Yamamoto [EMAIL PROTECTED] Add repository routines for the PS3 Logical Performance Monitor (lpm). Signed-off-by: Takashi Yamamoto [EMAIL PROTECTED] Signed-off-by: Geoff Levand [EMAIL PROTECTED] --- v2: correct Yamamoto-san's mail addr. arch/powerpc/platforms/ps3/platform.h |

Re: [patch 2/4 v2] PS3: Add logical performance monitor repository routines

2008-01-08 Thread Stephen Rothwell
On Tue, 08 Jan 2008 22:35:36 -0800 Geoff Levand [EMAIL PROTECTED] wrote: +int ps3_repository_read_num_pu(unsigned int *num_pu) +{ + int result; + u64 v1; + + v1 = 0; + result = read_node(PS3_LPAR_ID_CURRENT, +make_first_field(bi, 0), +

<    1   2