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 -P: Sylvain Munaut -M: 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 the

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 to look

[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 [EMAIL PROTECTED] --- Hi

[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 ada5b42..22c3b4f

[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 |3

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

2007-09-16 Thread Sylvain Munaut
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 100644 --- a/include/asm-ppc

[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/Makefile|2

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

2008-05-06 Thread Sylvain Munaut
Patch, obviously correct, sent to me personally instead of the list. Sylvain ---BeginMessage--- 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