[PATCH 5/5] Add DMA engine driver for Freescale MPC85xx processors.

2007-09-07 Thread Zhang Wei
The driver implements DMA engine API for Freescale MPC85xx DMA controller, which could be used for MEM--MEM, IO_ADDR--MEM and IO_ADDR--IO_ADDR data transfer. The driver supports the Basic mode of Freescale MPC85xx DMA controller. The MPC85xx processors supported include MPC8540/60, MPC8555,

Re: Document and implement an improved flash device binding

2007-09-07 Thread Segher Boessenkool
Let's have bank-width optional instead, it's more natural that way for the common case of just one chip. Or, you can say that either is optional. No, I'm disinclined to do that since bank-width is the primary bit of information that the driver needs. Bt. That's not what the device

Re: [PATCH v2] powerpc: Add workaround for MPICs with broken register reads

2007-09-07 Thread Milton Miller
On Sep 7, 2007, at 4:21 AM, Olof Johansson wrote: Some versions of PWRficient 1682M have an interrupt controller in which the first register in each pair for interrupt sources doesn't always read with the right polarity/sense values. To work around this, keep a software copy of the register

[PATCH 3/5] Add DMA of-node to mpc8641hpcn board dts

2007-09-07 Thread Zhang Wei
This patch adds DMA of-node to MPC8641HPCN board dts. Signed-off-by: Zhang Wei [EMAIL PROTECTED] Signed-off-by: Ebony Zhu [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc8641_hpcn.dts | 40 1 files changed, 40 insertions(+), 0 deletions(-) diff --git

[PATCH 1/5] Add Freescale DMA and DMA channel to Documentation/powerpc/booting-without-of.txt file.

2007-09-07 Thread Zhang Wei
This patch adds Freescale DMA and DMA channel definition to Documentation/powerpc/booting-without-of.txt file. Signed-off-by: Zhang Wei [EMAIL PROTECTED] Signed-off-by: Ebony Zhu [EMAIL PROTECTED] --- Documentation/powerpc/booting-without-of.txt | 67 ++ 1 files

[PATCH 4/5] Add of-device and DMA bus support to MPC8641HPCN board.

2007-09-07 Thread Zhang Wei
This patch adds of-device and DMA device bus support to MPC8641HPCN board. Signed-off-by: Zhang Wei [EMAIL PROTECTED] --- arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 5/5] Add DMA engine driver for Freescale MPC85xx processors.

2007-09-07 Thread Randy Dunlap
On Fri, 7 Sep 2007 18:54:18 +0800 Zhang Wei wrote: Signed-off-by: Zhang Wei [EMAIL PROTECTED] Signed-off-by: Ebony Zhu [EMAIL PROTECTED] --- drivers/dma/Kconfig |8 + drivers/dma/Makefile |1 + drivers/dma/fsldma.c | 995 ++

Re: [PATCH 1/5] Add Freescale DMA and DMA channel to Documentation/powerpc/booting-without-of.txt file.

2007-09-07 Thread Segher Boessenkool
Those don't agree. It's probably best to describe the whole DMA controller register block in this node. Why do you need subnodes for the channels at all? The channels have separate registers and sometimes separate interrupts -- it's simpler to bind to a channel at a time than to parse a

Re: [PATCH] powerpc: Add workaround for MPICs with broken register reads

2007-09-07 Thread Olof Johansson
On Thu, Sep 06, 2007 at 09:55:21AM -0500, Milton Miller wrote: On Wed Sep 5 12:44:17 EST 2007, Olof Johansson wrote: diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 041df77..b9f1efa 100644 --- a/arch/powerpc/platforms/Kconfig +++

Re: [RFC/PATCH 1/2] Basic generic time/clocksource code for PowerPC

2007-09-07 Thread Gabriel Paubert
On Fri, Sep 07, 2007 at 04:20:12AM +1000, Paul Mackerras wrote: Gabriel Paubert writes: On Fri, Sep 07, 2007 at 12:41:38AM +1000, Paul Mackerras wrote: This changes PowerPC to use the generic time infrastructure for gettimeofday et al. We register a clocksource which uses the timebase

[PATCH 2/5] Add Freescale DMA engine driver maintainer.

2007-09-07 Thread Zhang Wei
This patch adds Freescale DMA engine driver maintainer. Signed-off-by: Zhang Wei [EMAIL PROTECTED] --- MAINTAINERS |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 01f222e..1be4f23 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1527,6

Re: How to use MMC-over-SPI on MPC8313E

2007-09-07 Thread Sven Luther
On Thu, Sep 06, 2007 at 11:48:08AM -0500, Vinu wrote: Hi all, I am working on MPC8313ERDB Eval board, and want to use SD Memory card to store Linux OS and file system. The SD card controller is connected directly with the SPI bus. I simply don't know how to use MMC-over-SPI technology

Re: [PATCH 2.6.23] PS3: Ignore storage devices that are still being probed

2007-09-07 Thread Geoff Levand
Geert Uytterhoeven wrote: PS3: A storage device may show up in the repository before the hypervisor has finished probing: - If its type is not yet known, it shows up as PS3_DEV_TYPE_STOR_DUMMY, - If its regions are being probed, it shows up as having zero regions. If any of these happen,

[PATCH 2/2][RESEND] ehea: fix last_rx update

2007-09-07 Thread Jan-Bernd Themann
Update last_rx in registered device struct instead of in the dummy device. Signed-off-by: Jan-Bernd Themann [EMAIL PROTECTED] --- drivers/net/ehea/ehea_main.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea/ehea_main.c

Re: [PATCH v2] powerpc: Add workaround for MPICs with broken register reads

2007-09-07 Thread Olof Johansson
On Fri, Sep 07, 2007 at 09:11:52AM -0500, Milton Miller wrote: I'm sorry, I didn't mean to imply it should be asked / selectable, just that the help should be provided. I won't object to leaving it except that it asks the average user unnecessary questions. In other words, drop the

Re: [RFC/PATCH 2/2] Generic clockevents and no-idle-HZ for PowerPC

2007-09-07 Thread Olof Johansson
On Fri, Sep 07, 2007 at 04:04:51PM +0200, Johannes Berg wrote: On Fri, 2007-09-07 at 00:44 +1000, Paul Mackerras wrote: This creates a clockevent for the PowerPC decrementer and registers it with the generic clock/timer system, and implements the dynamic ticks (no idle HZ) option for

Re: [patch v2] Cell: Wrap master run control bit

2007-09-07 Thread Arnd Bergmann
On Friday 07 September 2007, Geoff Levand wrote: v2: o Added comments about unmapping PS pages when disabled. What about my comment about making the new functions return void? Arnd ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org