[PATCH] [POWERPC] Fix interrupt routing and setup of ULI M1575 on FSL boards

Olof Johansson olof at lixom.net
Wed Sep 12 03:20:00 EST 2007


On Fri, Aug 17, 2007 at 12:03:48AM -0500, Kumar Gala wrote:
> 
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
>  arch/powerpc/boot/dts/mpc8544ds.dts        |   88 ++++------
>  arch/powerpc/boot/dts/mpc8641_hpcn.dts     |  114 +++----------
>  arch/powerpc/platforms/85xx/Kconfig        |    1 +
>  arch/powerpc/platforms/85xx/mpc8544_ds.c   |  214 ++----------------------
>  arch/powerpc/platforms/86xx/Kconfig        |    1 +
>  arch/powerpc/platforms/86xx/mpc86xx_hpcn.c |  224 ++-----------------------
>  arch/powerpc/platforms/Kconfig             |    8 +
>  arch/powerpc/platforms/Makefile            |    3 +
>  arch/powerpc/platforms/fsl_uli1575.c       |  255 ++++++++++++++++++++++++++++
>  9 files changed, 363 insertions(+), 545 deletions(-)
>  create mode 100644 arch/powerpc/platforms/fsl_uli1575.c
> 

Since when do we add code directly under powerpc/platforms? Isn't that
what we have sysdev for?

I know this is already picked up, but I just noticed it when looking at
Kumar's 8572 patch. :-(


-Olof



More information about the Linuxppc-dev mailing list