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
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
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
> 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
: 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 +
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
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
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
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
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
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
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
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 <[
13 matches
Mail list logo