configuring macrowindow for x86 platform and creating a display window????

2008-01-09 Thread Misbah khan
Hi all ... i need to know how to configure the microwindow for X86 on linux and create a window ? please revert back if any of you have an experience on this I need to know how to start with ... Misbah -- View this message in context:

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

2008-01-09 Thread Geert Uytterhoeven
On Tue, 8 Jan 2008, Geoff Levand wrote: --- /dev/null +++ b/drivers/ps3/ps3-lpm.c + /* + * As per the PPE book IV, to avoid bookmark lost there must loss? + * not be

Re: [PATCH for 2.6.24][NET] fs_enet: check for phydev existence in the ethtool handlers

2008-01-09 Thread Sergej Stepanov
Am Dienstag, den 08.01.2008, 22:05 +0300 schrieb Anton Vorontsov: Otherwise oops will happen if ethernet device has not been opened: Unable to handle kernel paging request for data at address 0x014c Faulting instruction address: 0xc016f7f0 Oops: Kernel access of bad area, sig: 11 [#1]

Re: [PATCH] enable built-in networking for Sequoia defconfig

2008-01-09 Thread Matthias Fuchs
Josh, Where did you apply this patch to? Couldn't find it in your for-2.6.25 branch. BTW, is it normal to edit the defconfig file by hand? I cannot get CONFIG_IBM_NEW_EMAC enabled through Kconfig. Am I missing something: a) Patch to enable IBM_NEW_EMAC via Kconfig is welcome

Re: [PATCH 1/7] [POWERPC] Xilinx: Uartlite: Make console output actually work.

2008-01-09 Thread Peter Korsgaard
Stephen == Stephen Neuendorffer [EMAIL PROTECTED] writes: From: Grant Likely [EMAIL PROTECTED] Signed-off-by: Grant Likely [EMAIL PROTECTED] Fixed to apply against 2.6.24-rc5, and remove DEBUG information. Please CC me and the linux-serial list on uartlite patches. The subject seems to

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

2008-01-09 Thread Arnd Bergmann
On Wednesday 09 January 2008, Geoff Levand wrote: Add a definition for the Cell SPRN bookmark register to asm-powerpc/regs.h Signed-off-by: Geoff Levand [EMAIL PROTECTED] Acked-by: Arnd Bergmann [EMAIL PROTECTED] ___ Linuxppc-dev mailing list

Re: Please pull linux-2.6-virtex.git

2008-01-09 Thread Josh Boyer
On Tue, 8 Jan 2008 23:07:51 -0700 Grant Likely [EMAIL PROTECTED] wrote: 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 Hm.. Seems Peter has some comments on the first one. Shall I wait for that to get hashed out?

Re: Please pull linux-2.6-virtex.git

2008-01-09 Thread Peter Korsgaard
Josh == Josh Boyer [EMAIL PROTECTED] writes: Josh On Tue, 8 Jan 2008 23:07:51 -0700 Josh Grant Likely [EMAIL PROTECTED] wrote: 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 Josh Hm.. Seems Peter has some

Re: [PATCH for 2.6.24][NET] fs_enet: check for phydev existence in the ethtool handlers

2008-01-09 Thread Heiko Schocher
Hello Sergej, Wed Jan 9 21:46:06 EST 2008 Sergej Stepanov [EMAIL PROTECTED] wrote: I got also oops problem with the driver. What could be false? After the following patch it functions. Thanks for any advance. diff --git a/drivers/net/fs_enet/fs_enet-main.c

Re: [PATCH] enable built-in networking for Sequoia defconfig

2008-01-09 Thread Matthias Fuchs
On Wednesday 09 January 2008 13:07, Josh Boyer wrote: On Wed, 9 Jan 2008 12:16:25 +0100 Matthias Fuchs [EMAIL PROTECTED] wrote: Josh, Where did you apply this patch to? Couldn't find it in your for-2.6.25 branch. I applied it there, just haven't pushed it out yet. Will do that

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Grant Likely
On 1/9/08, Sven Luther [EMAIL PROTECTED] wrote: On Wed, Jan 09, 2008 at 07:44:58AM -0700, Grant Likely wrote: Woo! Thanks Olaf. I was just about to sit down and write something like this myself. Looks good to me. I'll pick this up (but I'm going to move it to the

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Grant Likely
On 1/9/08, Olaf Hering [EMAIL PROTECTED] wrote: The new network driver fec_mpc52xx will not work on efika because the firmware does not provide all required properties. http://www.powerdeveloper.org/asset/by-id/46 has a Forth script to create more properties. But only the phy stuff is

Re: [PATCH] enable built-in networking for Sequoia defconfig

2008-01-09 Thread Stefan Roese
On Wednesday 09 January 2008, Matthias Fuchs wrote: The defconfig? Not sure. What I normally do is a make foo_defconfig, edit the .config, make oldconfig, and copy the resulting .config back to foo_defconfig. Yes, this is what I also do. But how did Hollis get these lines into .config

Re: printk() does not work on UART1

2008-01-09 Thread Haiying Wang
On Wed, 2008-01-09 at 00:06 -0500, mike zheng wrote: Hi All, I have one mpc8568 board using UART1 as the serial port. The OS is Linux Kernel2.4. If I use the polling mode driver of gen550_progress(), it works fine. However the printk() does not work after the console_init(). Anyone

add phy-handle property for fec_mpc52xx

2008-01-09 Thread Olaf Hering
The new network driver fec_mpc52xx will not work on efika because the firmware does not provide all required properties. http://www.powerdeveloper.org/asset/by-id/46 has a Forth script to create more properties. But only the phy stuff is required to get a working network. This should go into the

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
On Wed, Jan 09, 2008 at 07:44:58AM -0700, Grant Likely wrote: Woo! Thanks Olaf. I was just about to sit down and write something like this myself. Looks good to me. I'll pick this up (but I'm going to move it to the fixup_device_tree_efika() function) Indeed, thanks, this makes the efika

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Grant Likely
Woo! Thanks Olaf. I was just about to sit down and write something like this myself. Looks good to me. I'll pick this up (but I'm going to move it to the fixup_device_tree_efika() function) Cheers, g. On 1/9/08, Olaf Hering [EMAIL PROTECTED] wrote: The new network driver fec_mpc52xx will

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
On Wed, Jan 09, 2008 at 03:21:35PM +, Matt Sealey wrote: NO. YES :) Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH] enable built-in networking for Sequoia defconfig

2008-01-09 Thread Josh Boyer
On Wed, 9 Jan 2008 15:42:38 +0100 Matthias Fuchs [EMAIL PROTECTED] wrote: On Wednesday 09 January 2008 13:07, Josh Boyer wrote: On Wed, 9 Jan 2008 12:16:25 +0100 Matthias Fuchs [EMAIL PROTECTED] wrote: Josh, Where did you apply this patch to? Couldn't find it in your for-2.6.25

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Grant Likely
On 1/9/08, Matt Sealey [EMAIL PROTECTED] wrote: NO. please elaborate -- Matt Sealey [EMAIL PROTECTED] Genesi, Manager, Developer Relations Sven Luther wrote: On Wed, Jan 09, 2008 at 07:44:58AM -0700, Grant Likely wrote: Woo! Thanks Olaf. I was just about to sit down and write

Re: Please pull linux-2.6-virtex.git

2008-01-09 Thread Grant Likely
On 1/9/08, Peter Korsgaard [EMAIL PROTECTED] wrote: Josh == Josh Boyer [EMAIL PROTECTED] writes: Josh On Tue, 8 Jan 2008 23:07:51 -0700 Josh Grant Likely [EMAIL PROTECTED] wrote: Josh, here are some Xilinx Virtex changes for 2.6.25: git://git.secretlab.ca/git/linux-2.6-virtex.git

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Matt Sealey
NO. -- Matt Sealey [EMAIL PROTECTED] Genesi, Manager, Developer Relations Sven Luther wrote: On Wed, Jan 09, 2008 at 07:44:58AM -0700, Grant Likely wrote: Woo! Thanks Olaf. I was just about to sit down and write something like this myself. Looks good to me. I'll pick this up (but I'm

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Matt Sealey
I'd also say that the sound driver isn't ready for production use and it misuses the BestComm task for generic bidirectional buffer copies by forcing it to 32-bit transfers (this obviously involves some software upsampling at some point as nearly all common sound data is 16-bit, also twice the

Re: printk() does not work on UART1

2008-01-09 Thread mike zheng
I found the problem. The CONFIG_CMDLINE was overwritten. Right now, it is working. Thanks for all the help, Mike On 1/9/08, Haiying Wang [EMAIL PROTECTED] wrote: On Wed, 2008-01-09 at 00:06 -0500, mike zheng wrote: Hi All, I have one mpc8568 board using UART1 as the serial port. The

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
On Wed, Jan 09, 2008 at 03:26:04PM +, Matt Sealey wrote: Clarification: I really have to disagree with this patch, and Sven. The whole point of removing the stuff from the Linux kernel (as the efika.forth script and the associated patch performs) is that it means the Linux kernel is no

RE: [PATCH] Fix remainder calculating bug in single floating pointdivision

2008-01-09 Thread Liu Yu
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kumar Gala Sent: Tuesday, January 08, 2008 2:20 PM To: Dan Malek Cc: Liu Yu; linuxppc-dev@ozlabs.org Subject: Re: [PATCH] Fix remainder calculating bug in single floating pointdivision On

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Grant Likely
On 1/9/08, Matt Sealey [EMAIL PROTECTED] wrote: Please let's keep the nature of our firmware and the Linux codebase independant, and move the burden of support to Genesi, and not the Linux PowerPC team. After all, what is next, after phy-handle do you want to add i2c, irda, missing xlb/cdm

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread David Woodhouse
On Wed, 2008-01-09 at 15:26 +, Matt Sealey wrote: If anyone wants to help/assist/suggest any updates to efika.forth, create binary tools which assist the installation of the script for users and for placement on Linux distro CDs etc. I would be very grateful, but it seems we have hit the

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Olof Johansson
On Wed, Jan 09, 2008 at 03:26:04PM +, Matt Sealey wrote: Clarification: I really have to disagree with this patch, and Sven. The whole point of removing the stuff from the Linux kernel (as the efika.forth script and the associated patch performs) is that it means the Linux kernel is no

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Matt Sealey
Clarification: I really have to disagree with this patch, and Sven. The whole point of removing the stuff from the Linux kernel (as the efika.forth script and the associated patch performs) is that it means the Linux kernel is no longer a moving target for our firmware development. If users

Re: [PATCH] enable built-in networking for Sequoia defconfig

2008-01-09 Thread Matthias Fuchs
Thanks, Sorry, I must have been blind. Matthias On Wednesday 09 January 2008 16:21, Josh Boyer wrote: On Wed, 9 Jan 2008 15:42:38 +0100 Matthias Fuchs [EMAIL PROTECTED] wrote: On Wednesday 09 January 2008 13:07, Josh Boyer wrote: On Wed, 9 Jan 2008 12:16:25 +0100 Matthias Fuchs

Re: PCI interrupt assignment on sequoia board

2008-01-09 Thread Josh Boyer
On Wed, 9 Jan 2008 16:53:22 +0100 Matthias Fuchs [EMAIL PROTECTED] wrote: Hi, I noticed that Josh's 'for-2.5.25' does not assign PCI interrupts correctly: bash-3.00# lspci -v 00:00.0 Class 0680: 1014:027f Subsystem: 10e8:cafe Flags: bus master, medium devsel, latency 0,

Re: PCI interrupt assignment on sequoia board

2008-01-09 Thread Stefan Roese
Hi Matthias, On Wednesday 09 January 2008, Matthias Fuchs wrote: I noticed that Josh's 'for-2.5.25' does not assign PCI interrupts correctly: bash-3.00# lspci -v 00:00.0 Class 0680: 1014:027f Subsystem: 10e8:cafe Flags: bus master, medium devsel, latency 0, IRQ 16

Re: [PATCH] Fix remainder calculating bug in single floating pointdivision

2008-01-09 Thread Kumar Gala
On Jan 9, 2008, at 9:38 AM, Liu Yu wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kumar Gala Sent: Tuesday, January 08, 2008 2:20 PM To: Dan Malek Cc: Liu Yu; linuxppc-dev@ozlabs.org Subject: Re: [PATCH] Fix remainder calculating bug in

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Matt Sealey
Sven Luther wrote: Let's just fix this in the kernel, until we get a fixed efika firmware, then we can drop it easily enough. But until this happens, we need to be able to boot the kernel without any extra work on the users part. That is exactly why I don't like the idea. Yes, it makes it

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
On Wed, Jan 09, 2008 at 04:30:13PM +, Matt Sealey wrote: Sven Luther wrote: Let's just fix this in the kernel, until we get a fixed efika firmware, then we can drop it easily enough. But until this happens, we need to be able to boot the kernel without any extra work on the users part.

[RFC] add phy-handle property for fec_mpc52xx

2008-01-09 Thread Grant Likely
From: Olaf Hering [EMAIL PROTECTED] The new network driver fec_mpc52xx will not work on efika because the firmware does not provide all required properties. http://www.powerdeveloper.org/asset/by-id/46 has a Forth script to create more properties. But only the phy stuff is required to get a

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Grant Likely
On 1/9/08, Matt Sealey [EMAIL PROTECTED] wrote: However, I'm still inclined to pick up Olaf's patch with the appropriate protections around it so it is only done if the nodes are missing. Eh.. yeah. Maybe. Seems like a cop-out to me. I would rather you removed the patch and called us a

Re: [RFC] add phy-handle property for fec_mpc52xx

2008-01-09 Thread Matt Sealey
Okay I have a better suggestion. Apply all the prom_init fixes you like. But, instead of swizzling on the individual nodes, do it blanket for the firmware version. For instance, wrap the entire efika fixups stuff with a check for the openprom property built-on - this is the date the firmware was

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
On Wed, Jan 09, 2008 at 04:36:19PM +, Matt Sealey wrote: Sven Luther wrote: On Wed, Jan 09, 2008 at 04:30:13PM +, Matt Sealey wrote: Sven Luther wrote: Let's just fix this in the kernel, until we get a fixed efika firmware, then we can drop it easily enough. But until this happens,

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Matt Sealey
Sven Luther wrote: On Wed, Jan 09, 2008 at 04:36:19PM +, Matt Sealey wrote: The link that Olaf presented, www.powerdeveloper.org/asset/by-id/46 *is* the upstream support for now. What his patch does is say, the upstream support exists, but we don't like it, so we will supplement the

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

2008-01-09 Thread TakashiYamamoto
Hello, I found a bug in our patch. +/** + * ps3_lpm_open - Open the logical performance monitor device. + * @tb_type: Specifies the type of trace buffer lv1 sould use for this lpm + * instance, specified by one of enum ps3_lpm_tb_type. + * @tb_cache: Optional user supplied buffer to use as

Re: Linux for ml310

2008-01-09 Thread Grant Likely
always CC the mailing list when replying. On 1/9/08, Joachim Meyer [EMAIL PROTECTED] wrote: arch/ppc/boot/common/ns16550.c:21: error: `XPAR_UARTNS550_0_CLOCK_FREQ_HZ' undeclared here (not in a function) arch/ppc/boot/common/ns16550.c:21: error: initializer element is not constant

Re: Generic MMC-over-SPI binding?

2008-01-09 Thread Simon Richter
Hi, Arnd Bergmann wrote: The important part where this connects to the mmc-spi driver is that you need to set spi_board_info-modalias to mmc-spi, if the device node can be identified as an mmc card. Doing that now, using the code you provided as a base. The SPI child device gets registered,

Re: [RFC] add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
On Wed, Jan 09, 2008 at 04:56:17PM +, Matt Sealey wrote: Okay I have a better suggestion. Apply all the prom_init fixes you like. But, instead of swizzling on the individual nodes, do it blanket for the firmware version. For instance, wrap the entire efika fixups stuff with a check for

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
On Wed, Jan 09, 2008 at 05:17:52PM +, Matt Sealey wrote: Sven Luther wrote: On Wed, Jan 09, 2008 at 04:36:19PM +, Matt Sealey wrote: The link that Olaf presented, www.powerdeveloper.org/asset/by-id/46 *is* the upstream support for now. What his patch does is say, the upstream

Re: [PATCH] Miscellaneous for Taco

2008-01-09 Thread Sean MacLennan
Stefan Roese wrote: On Tuesday 08 January 2008, Sean MacLennan wrote: How about just 44x? Cheers, Sean diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 7580aa5..682deae 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -39,6 +39,7 @@ config

Re: Base Warp Platform support

2008-01-09 Thread Sean MacLennan
So no comments? I got it perfect the first time :D Cheers, Sean ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

[PATCH] [POWERPC] Fix handling of memreserve if the range lands in highmem

2008-01-09 Thread Kumar Gala
There were several issues if a memreserve range existed and happened to be in highmem: * The bootmem allocator is only aware of lowmem so calling reserve_bootmem with a highmem address would cause a BUG_ON * All highmem pages were provided to the buddy allocator Added a lmb_is_reserved() api

Re: [RFC] add phy-handle property for fec_mpc52xx

2008-01-09 Thread Matt Sealey
Sven Luther wrote: This is crazy, and not future proof. The way Grant did it, checking for the existence of the node before creating is enough for any reasonable upgrade to the firmware. If future firmware will break with this, then they will break other stuff anyway, and a new patch is

[PATCH] Kconfig scsi_wait_scan

2008-01-09 Thread Sean MacLennan
Michael, I find I need to add a string to the SCSI_WAIT_SCAN tristate in order to be able to turn the module off. See the patch below. On our embedded appliance the only use for SCSI is for the usb_storage driver. Cheers, Sean MacLennan Signed-off-by: Sean MacLennan [EMAIL PROTECTED] ---

[PATCH] ad7414 driver

2008-01-09 Thread Sean MacLennan
Mark, This patch adds a driver for the ad7414 chip. It was written by Stefan Roese based on the ad7418 driver. All I did was get it compiling under the newer kernels. Cheers, Sean MacLennan Signed-off-by: Stefan Roese [EMAIL PROTECTED] Signed-off-by: Sean MacLennan [EMAIL PROTECTED] ---

Re: [PATCH] MTD for Taco

2008-01-09 Thread Sean MacLennan
Stefan Roese wrote: On Saturday 05 January 2008, Sean MacLennan wrote: This patch adds the maps for the taco. It also gets the ndfc.c NAND driver in a compilable state. The map is guaranteed to change since the exact NOR/NAND flash configuration is in flux right now when we found the 256M

Re: [PATCH 2/3 v2] Add initial iomega StorCenter board port.

2008-01-09 Thread Scott Wood
On Tue, Jan 08, 2008 at 04:07:17PM -0600, Jon Loeliger wrote: +static void storcenter_power_off(void) +{ + /* No way to shut power off with software */ + local_irq_disable(); + for (;;) ; + /* NOTREACHED */ +} So leave it out, and let the generic halt function be used.

Re: [PATCH] MTD for Taco

2008-01-09 Thread Sean MacLennan
Josh Boyer wrote: On Wed, 09 Jan 2008 13:05:35 -0500 Sean MacLennan [EMAIL PROTECTED] wrote: Stefan Roese wrote: On Saturday 05 January 2008, Sean MacLennan wrote: This patch adds the maps for the taco. It also gets the ndfc.c NAND driver in a compilable state. The map

Re: [PATCH] [POWERPC] Fix handling of memreserve if the range lands in highmem

2008-01-09 Thread Scott Wood
On Wed, Jan 09, 2008 at 11:28:30AM -0600, Kumar Gala wrote: /* reserve the sections we're already using */ - for (i = 0; i lmb.reserved.cnt; i++) - reserve_bootmem(lmb.reserved.region[i].base, - lmb_size_bytes(lmb.reserved, i)); + for (i

[PATCH 3/2] Base Warp Platform support

2008-01-09 Thread Sean MacLennan
Ooops. Guess I am not perfect after all ;) Cheers, Sean Signed-off-by: Sean MacLennan [EMAIL PROTECTED] --- /dev/null 2005-11-20 22:22:37.0 -0500 +++ arch/powerpc/platforms/44x/warp.c 2008-01-08 17:59:48.0 -0500 @@ -0,0 +1,239 @@ +/* + * PIKA Warp(tm) board specific

[PATCH v4 0/3] OF-platform PATA driver

2008-01-09 Thread Anton Vorontsov
Hi all, Here is the resend (aka v4) version of the OF-platform PATA driver and related patches. Changes since v3: - Acked-by: Paul Mundt [EMAIL PROTECTED] - In the powerpc specific patch: update defconfig and use machine_device_initcall -- this is new call found in the galak/powerpc.git.

[PATCH 1/3] [libata] pata_platform: make probe and remove functions device type neutral

2008-01-09 Thread Anton Vorontsov
Split pata_platform_{probe,remove} into two pieces: 1. pata_platform_{probe,remove} -- platform_device-dependant bits; 2. __ptata_platform_{probe,remove} -- device type neutral bits. This is done to not duplicate code for the OF-platform driver. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED]

[PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver

2008-01-09 Thread Anton Vorontsov
This driver nicely wraps around pata_platform library functions, and provides OF platform bus bindings to the PATA devices. Also add || PPC to the PATA_PLATFORM's depends on Kconfig entry, needed for PA Semi Electra. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Reviewed-by: Olof Johansson

Re: [PATCH] MTD for Taco

2008-01-09 Thread Josh Boyer
On Wed, 09 Jan 2008 13:05:35 -0500 Sean MacLennan [EMAIL PROTECTED] wrote: Stefan Roese wrote: On Saturday 05 January 2008, Sean MacLennan wrote: This patch adds the maps for the taco. It also gets the ndfc.c NAND driver in a compilable state. The map is guaranteed to change since the

Re: [PATCH 1/8] pseries: phyp dump: Docmentation

2008-01-09 Thread Nathan Lynch
Hi Linas, Linas Vepstas wrote: On 08/01/2008, Nathan Lynch [EMAIL PROTECTED] wrote: Manish Ahuja wrote: + +The goal of hypervisor-assisted dump is to enable the dump of +a crashed system, and to do so from a fully-reset system, and +to minimize the total elapsed time until the

[PATCH 3/3] [POWERPC] MPC8349E-mITX: introduce localbus and pata nodes

2008-01-09 Thread Anton Vorontsov
This patch adds localbus and pata nodes to use CF IDE interface on MPC8349E-mITX boards. Patch also updates defconfig and adds some code to probe localbus. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Acked-by: Olof Johansson [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc8349emitx.dts

Re: [PATCH] MTD for Taco

2008-01-09 Thread Josh Boyer
On Wed, 09 Jan 2008 13:50:41 -0500 Sean MacLennan [EMAIL PROTECTED] wrote: No. You have to setup everything the old way. This *just* gets it working so if you have the PPC layout, it will work. Unless testing goes *really* well, I doubt I will have time in the short term to port it to the

Re: Base Warp Platform support

2008-01-09 Thread Josh Boyer
On Wed, 09 Jan 2008 12:30:39 -0500 Sean MacLennan [EMAIL PROTECTED] wrote: So no comments? I got it perfect the first time :D Not quite.. :) The way you have the patches laid out right now will break compiling and git bisecting. Could you take these and roll them up into distinct patches that

Re: [PATCH] Miscellaneous for Taco

2008-01-09 Thread Josh Boyer
On Wed, 09 Jan 2008 12:26:14 -0500 Sean MacLennan [EMAIL PROTECTED] wrote: Signed-off-by: Sean MacLennan [EMAIL PROTECTED] This one needs to go to the linux-usb list and David Brownell. Although I'm not sure what the benefit here really is. You can still set this in the defconfig without

Re: [PATCH] Miscellaneous for Taco

2008-01-09 Thread Sean MacLennan
Josh Boyer wrote: On Wed, 09 Jan 2008 12:26:14 -0500 Sean MacLennan [EMAIL PROTECTED] wrote: Signed-off-by: Sean MacLennan [EMAIL PROTECTED] This one needs to go to the linux-usb list and David Brownell. Although I'm not sure what the benefit here really is. You can still set

Re: [PATCH] [POWERPC] Fix handling of memreserve if the range lands in highmem

2008-01-09 Thread Kumar Gala
On Jan 9, 2008, at 12:53 PM, Scott Wood wrote: On Wed, Jan 09, 2008 at 11:28:30AM -0600, Kumar Gala wrote: /* reserve the sections we're already using */ -for (i = 0; i lmb.reserved.cnt; i++) -reserve_bootmem(lmb.reserved.region[i].base, -

Re: [PATCH 1/8] pseries: phyp dump: Docmentation

2008-01-09 Thread Manish Ahuja
I used the word actually. I already know that it is intended to be faster. :) it should blow it away, as, after all, it requires one less reboot! There's more than rebooting going on during system dump processing. Depending on the system type, booting may not be where most time is

Help with device tree binding for SMC serial

2008-01-09 Thread Rune Torgersen
Hi We're trying to get a SMC serial port on a8280 to work. I cannot find any ecxamples on the binding, so we've tried to make one. is this anywhere close to workable? [EMAIL PROTECTED] { device_type = serial; compatible = fsl,mpc8280-smc-uart,

Trying 10/HALF

2008-01-09 Thread Siva Prasad
Hi, After booting, my MPC8641 based board keeps printing Trying 10/HALF for ever. I am unable to use the Ethernet, even though there are interrupts occuring. Based on /proc/interrupts, both tx and rx interrupt count is increasing, and zero count for enet_error interrupt. I think this is

Re: [PATCH] Miscellaneous for Taco

2008-01-09 Thread Josh Boyer
On Wed, 09 Jan 2008 14:26:56 -0500 Sean MacLennan [EMAIL PROTECTED] wrote: Josh Boyer wrote: On Wed, 09 Jan 2008 12:26:14 -0500 Sean MacLennan [EMAIL PROTECTED] wrote: Signed-off-by: Sean MacLennan [EMAIL PROTECTED] This one needs to go to the linux-usb list and David

Re: [PATCH] [POWERPC] Fix handling of memreserve if the range lands in highmem

2008-01-09 Thread Scott Wood
Kumar Gala wrote: On Jan 9, 2008, at 12:53 PM, Scott Wood wrote: It looks like if the reserved area straddles the highmem boundary, it'll only reserve the highmem portion. Yeah, I thought about that. I'm wondering if we should warn about this.. its seems like a bad thing to do. How is

Re: [PATCH] Miscellaneous for Taco

2008-01-09 Thread Sean MacLennan
Josh Boyer wrote: Ah, possibly. Did you try doing a 'select USB_ARCH_HAS_OHCI' in the config 440EP section of arch/powerpc/platforms/44x/Kconfig? I'm just trying to save you some trouble. There's nothing actually wrong with your patch now, other than it has to be sent to the right

[PATCH 1/5] Warp Base Platform

2008-01-09 Thread Sean MacLennan
I have split up the patches slightly differently based on Josh's comments. The first patch is basically the platform/44x files. Signed-off-by: Sean MacLennan [EMAIL PROTECTED] --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 66a3d8c..b3e4c35 100644 --- a/arch/powerpc/Kconfig

[PATCH 2/5] Warp Base Platform - dts

2008-01-09 Thread Sean MacLennan
Signed-off-by: Sean MacLennan [EMAIL PROTECTED] --- --- /dev/null 2005-11-20 22:22:37.0 -0500 +++ arch/powerpc/boot/dts/warp.dts 2008-01-08 12:04:10.0 -0500 @@ -0,0 +1,232 @@ +/* + * Device Tree Source for PIKA Warp + * + * Copyright (c) 2008 PIKA Technologies + * Sean

[PATCH 4/5] Warp Base Platform - defconfig

2008-01-09 Thread Sean MacLennan
Signed-off-by: Sean MacLennan [EMAIL PROTECTED] --- --- /dev/null 2005-11-20 22:22:37.0 -0500 +++ arch/powerpc/configs/warp_defconfig 2008-01-08 12:30:27.0 -0500 @@ -0,0 +1,1057 @@ +# +# Automatically generated make config: don't edit +# Linux kernel version: 2.6.24-rc6 +# Tue

[PATCH 5/5] Warp Base Platform - cputable

2008-01-09 Thread Sean MacLennan
I think I sent this, but I will include it here for completeness. It adds the 440EP Rev C to the cputable. Signed-off-by: Sean MacLennan [EMAIL PROTECTED] --- diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index f1928af..ece0c71 100644 ---

[PATCH 3/5] Warp Base Platform

2008-01-09 Thread Sean MacLennan
Basically the powerpc/boot directory files. Signed-off-by: Sean MacLennan [EMAIL PROTECTED] --- diff --git a/arch/powerpc/boot/44x.h b/arch/powerpc/boot/44x.h index 0256344..9db0213 100644 --- a/arch/powerpc/boot/44x.h +++ b/arch/powerpc/boot/44x.h @@ -12,5 +12,6 @@ void ebony_init(void *mac0,

Re: [PATCH] [POWERPC] Fix handling of memreserve if the range lands in highmem

2008-01-09 Thread Scott Wood
Kumar Gala wrote: I'm thinking I'll add something like: if (addr total_lowmem) reserve_bootmem(lmb.reserved.region[i].base, lmb_size_bytes(lmb.reserved, i)); + else if (lmb.reserved.region[i].base

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

2008-01-09 Thread Stephen Rothwell
On Wed, 9 Jan 2008 11:01:38 +0100 (CET) Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Wed, 9 Jan 2008, Stephen Rothwell wrote: 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

Re: Generic MMC-over-SPI binding?

2008-01-09 Thread Arnd Bergmann
On Wednesday 09 January 2008, Simon Richter wrote: The important part where this connects to the mmc-spi driver is that you need to set spi_board_info-modalias to mmc-spi, if the device node can be identified as an mmc card. Doing that now, using the code you provided as a base. The SPI

RE: Help with device tree binding for SMC serial

2008-01-09 Thread Rune Torgersen
From: Scott Wood Sent: Wednesday, January 09, 2008 1:46 PM We're trying to get a SMC serial port on a8280 to work. I cannot find any ecxamples on the binding, so we've tried to make one. is this anywhere close to workable? [EMAIL PROTECTED] { device_type = serial;

Re: Help with device tree binding for SMC serial

2008-01-09 Thread Scott Wood
Rune Torgersen wrote: Ok we're now using [EMAIL PROTECTED] { device_type = serial; compatible = fsl,mpc8280-smc-uart, fsl,cpm2-smc-uart; reg = 11a80 10 0 40;// base_address length parameter_ram_address length interrupts = 4

RE: Help with device tree binding for SMC serial

2008-01-09 Thread Rune Torgersen
From: Scott Wood Don't forget to exclude the SMC parameter RAM from the muram data area in /soc/cpm/muram/data/reg. If you have an older device tree binding that has no /soc/cpm/muram node, but instead has two resources in /soc/cpm/reg, you need to move to head-of-tree to get this to

Re: Help with device tree binding for SMC serial

2008-01-09 Thread Scott Wood
Rune Torgersen wrote: From: Scott Wood Don't forget to exclude the SMC parameter RAM from the muram data area in /soc/cpm/muram/data/reg. If you have an older device tree binding that has no /soc/cpm/muram node, but instead has two resources in /soc/cpm/reg, you need to move to

RE: Help with device tree binding for SMC serial

2008-01-09 Thread Rune Torgersen
From: Scott Wood [mailto:[EMAIL PROTECTED] Rune Torgersen wrote: From: Scott Wood Don't forget to exclude the SMC parameter RAM from the muram data area in /soc/cpm/muram/data/reg. If you have an older device tree binding that has no /soc/cpm/muram node, but instead has two

Re: [PATCH 1/8] pseries: phyp dump: Docmentation

2008-01-09 Thread Manish Ahuja
It's in production with 256MB of RAM? Err. Sure as the dump progresses more RAM will be freed, but that's hardly production. I think Nathan's right, any sysadmin who wants predictability will probably double reboot anyway. Thats a changeable parameter. Its something we chose for now. It by no

[PATCH 0/2] Add support for Freescale QUICCEngine UART

2008-01-09 Thread Timur Tabi
This patchset creates a new serial device driver for the Freescale QE. Part 1 of this patch set contains all the PowerPC-specific changes. Part 2 contains all the actual driver and changes for Kconfig and Makefile. The PowerPC portions of this patchset have already been reviewed and approved.

[PATCH] [SERIAL] qe-uart: add support for Freescale QUICCEngine UART

2008-01-09 Thread Timur Tabi
Add file ucc_uart.c, a serial device driver for the Freescale QUICCEngine. Update the Kconfig and Makefile accordingly. Signed-off-by: Timur Tabi [EMAIL PROTECTED] --- drivers/serial/Kconfig| 10 + drivers/serial/Makefile |1 + drivers/serial/ucc_uart.c | 1507

Re: [PATCH 1/8] pseries: phyp dump: Docmentation

2008-01-09 Thread Michael Ellerman
On Wed, 2008-01-09 at 12:44 -0600, Nathan Lynch wrote: Hi Linas, Linas Vepstas wrote: On 08/01/2008, Nathan Lynch [EMAIL PROTECTED] wrote: Manish Ahuja wrote: + +The goal of hypervisor-assisted dump is to enable the dump of +a crashed system, and to do so from a fully-reset

Re: [PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver

2008-01-09 Thread Stephen Rothwell
Hi Anton, Juts one small trivial comment (could be fixed later). On Wed, 9 Jan 2008 22:10:41 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: +static struct of_device_id pata_of_platform_match[] = { This could be declared const. -- Cheers, Stephen Rothwell[EMAIL PROTECTED]

Re: [PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver

2008-01-09 Thread Olof Johansson
On Thu, Jan 10, 2008 at 10:40:48AM +1100, Stephen Rothwell wrote: Hi Anton, Juts one small trivial comment (could be fixed later). On Wed, 9 Jan 2008 22:10:41 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: +static struct of_device_id pata_of_platform_match[] = { This could be

Re: [PATCH 1/3] add default device trees for MPC837x MDS board

2008-01-09 Thread David Gibson
On Tue, Jan 08, 2008 at 08:58:17AM -0700, Grant Likely wrote: Hi Leo, comments below. I've made my comments on the first file, but they apply to the other two also. Cheers, g. [snip] + ranges = 0 e000 0010; + reg = e000 0200; +

Re: [PATCH] Fix remainder calculating bug in single floating point division

2008-01-09 Thread David Gibson
On Wed, Jan 09, 2008 at 09:24:07AM +0800, Liu Yu wrote: can you provide the test case that shows the error. It seems that math-emu only be used for MPC8xx on current kernel. It can be used for IBM/AMCC 4xx too. -- David Gibson| I'll have my music baroque, and my

Re: [PATCH 1/3] add default device trees for MPC837x MDS board

2008-01-09 Thread Grant Likely
On 1/9/08, David Gibson [EMAIL PROTECTED] wrote: On Tue, Jan 08, 2008 at 08:58:17AM -0700, Grant Likely wrote: + compatible = mpc83xx_wdt; fsl,mpc8377_wdt, fsl,mpc83xx_wdt as per generic names recommended practice. Uh.. that's reasonable advice, but it has

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

2008-01-09 Thread Geoff Levand
From: Takashi Yamamoto [EMAIL PROTECTED] Add repository routines for the PS3 logical performance monitor. Signed-off-by: Takashi Yamamoto [EMAIL PROTECTED] Signed-off-by: Geoff Levand [EMAIL PROTECTED] --- v2: o Correct Yamamoto-san's mail addr. v3: o Change num_pu and pu_id to type u64. o

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

2008-01-09 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 4/4 v3] PS3: Add logical performance monitor driver support

2008-01-09 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 abstracts the Cell processor's performance monitor features for use by guest operating systems. Signed-off-by: Takashi Yamamoto

Re: [PATCH 2/3] sbc834x: Add device tree source for Wind River SBC834x board.

2008-01-09 Thread David Gibson
On Wed, Jan 09, 2008 at 12:49:31AM -0500, Paul Gortmaker wrote: This adds the device tree source for the Wind River SBC834x board. It is based on the MPC834x_MDS DTS, with the biggest difference being the lack of BCSR and the PCI2 that the MDS gets via the PIB. That, and this file is also

  1   2   >