Re: [PATCH] powerpc: Update MPC5xxx and Xilinx Virtex maintainer entries

2009-04-29 Thread Sylvain Munaut
changed, 2 insertions(+), 2 deletions(-) > > > diff --git a/MAINTAINERS b/MAINTAINERS > index ef03abe..4a8d367 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3434,11 +3434,10 @@ L:linuxppc-dev@ozlabs.org > S: Maintained > > LINUX FOR POWERPC EMBEDDED MPC5XXX

[Fwd: fix for drivers/serial/mpc52xx_uart.c]

2008-05-05 Thread Sylvain Munaut
Patch, obviously correct, sent to me personally instead of the list. Sylvain --- Begin Message --- Here is a fix for the unterminated mpc52xx_uart_of_match array when CONFIG_PPC_MPC512x is not defined. Should be quite self explonary, but if not feel free to bug me about it. Patch applies a

Re: BestComm/FEC Linux system crash

2008-04-15 Thread Sylvain Munaut
Hi > I hereby take the liberty to contact you regarding an issue we > experience with the > MPC5200 BestComm/FEC in our system. I found that you are the writer of > the drivers > for these, so apparently with a lot of experience with these devices. > I hope you can find > the time and inspiration t

Re: State of the MPC5200 PSC AC97 driver

2008-04-11 Thread Sylvain Munaut
> Last year you have posted a MPC5200 PSC AC97 driver patch > "[PATCH 9/9] sound: Add support for Freescale MPC5200 AC97 interface." > with the following comment: > > >> Not quite a clean driver, but it get things done (well, mostly). >> Only included to be able to test functionalityi/usage of

[PATCH 7/7] powerpc: BestComm GenBD task support

2007-09-16 Thread Sylvain Munaut
: Sylvain Munaut <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/bestcomm/Kconfig |7 + arch/powerpc/sysdev/bestcomm/Makefile |2 + arch/powerpc/sysdev/bestcomm/bcom_gen_bd_rx_task.c | 63 + arch/powerpc/sysdev/bestcomm/bcom_gen_bd_tx_task.c | 69 +

[PATCH 6/7] powerpc: BestComm FEC task support

2007-09-16 Thread Sylvain Munaut
This is the microcode for the FEC task and the associated support code. The microcode itself comes directly from the offical API (v2.2) Signed-off-by: Sylvain Munaut <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/bestcomm/Kconfig|7 + arch/powerpc/sysdev/bestcomm/Ma

[PATCH 4/7] powerpc: BestComm core support for Freescale MPC5200

2007-09-16 Thread Sylvain Munaut
specifics details of each tasks and their microcode are split-out in separate patches. This is not the official API, but a much cleaner one. (hopefully) Signed-off-by: Sylvain Munaut <[EMAIL PROTECTED]> --- arch/powerpc/platforms/Kconfig |2 + arch/powerpc/sysdev/Ma

[PATCH 5/7] powerpc: BestComm ATA task support

2007-09-16 Thread Sylvain Munaut
This is the microcode for the ATA task and the associated support code. The microcode itself comes directly from the offical API (v2.2) Signed-off-by: Sylvain Munaut <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/bestcomm/Kconfig |7 + arch/powerpc/sysdev/bestcomm/Ma

[PATCH 3/7] powerpc/ppc32: Update mpc52xx_psc structure with B revision changes

2007-09-16 Thread Sylvain Munaut
e driver should not use those. Signed-off-by: Sylvain Munaut <[EMAIL PROTECTED]> --- include/asm-ppc/mpc52xx_psc.h | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/asm-ppc/mpc52xx_psc.h b/include/asm-ppc/mpc52xx_psc.h index 9d850b2..c82b8d4 100

[PATCH 2/7] powerpc: Changes the config mechanism for rheap

2007-09-16 Thread Sylvain Munaut
Instead of having in the makefile all the option that requires rheap, we define a configuration symbol and when needed we make sure it's selected. Signed-off-by: Sylvain Munaut <[EMAIL PROTECTED]> --- arch/powerpc/Kconfig |2 ++ arch/powerpc/lib/Kconfig

[PATCH 1/7] powerpc: exports rheap symbol to modules

2007-09-16 Thread Sylvain Munaut
Theses can be useful in modules too. So we export them. Signed-off-by: Sylvain Munaut <[EMAIL PROTECTED]> --- arch/powerpc/lib/rheap.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/lib/rheap.c b/arch/powerpc/lib/rheap.c index a

[PATCH 0/7] MPC52xx Bestcomm submission for 2.6.24

2007-09-16 Thread Sylvain Munaut
Hello Paul, Hi everyone, This series of patch is mainly the bestcomm support for the mpc5200. It was posted a while ago and received some comments. Theses are all addressed here (afaik). The first few patch are more a preparation for what follows. (rheap module support & extended fields in psc st

[PATCH] powerpc: mpc5200 low power mode

2007-07-17 Thread Sylvain Munaut
From: Domen Puncer <[EMAIL PROTECTED]> Low-power mode implementation for Lite5200b. Some I/O registers are also saved here. A recent U-Boot that supports this (lite5200b_PM_config) is needed. Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Sylvain Munaut <[