[GIT PULL] regarding PL330 driver for rmk or arm-soc, and slave-dma

Russell King - ARM Linux linux at arm.linux.org.uk
Fri Feb 10 06:08:00 EST 2012


On Fri, Feb 10, 2012 at 07:47:12PM +0900, Kukjin Kim wrote:
>  arch/arm/common/Kconfig                        |    3 -
>  arch/arm/common/Makefile                       |    1 -
>  arch/arm/common/pl330.c                        | 1959 ------------------------
>  arch/arm/include/asm/hardware/pl330.h          |  338 +++--

I think I've already said this, but I'm going to say it again.

Code in arch/arm/include/asm/hardware/pl330.h which is only used by
drivers/dma/pl330.c, needs to move to drivers/dma/pl330.h or into
drivers/dma/pl330.c itself.

Anything else left over which needs to be used by others can go into
include/linux/amba/pl330.h.

>  arch/arm/mach-exynos/Kconfig                   |    3 +
>  arch/arm/mach-exynos/clock.c                   |    9 +
>  arch/arm/mach-exynos/dma.c                     |  130 ++-
>  arch/arm/mach-exynos/include/mach/irqs.h       |    2 +
>  arch/arm/mach-exynos/include/mach/map.h        |    3 +-
>  arch/arm/plat-samsung/include/plat/dma-pl330.h |   16 +
>  drivers/dma/Kconfig                            |    1 -
>  drivers/dma/pl330.c                            | 1856 ++++++++++++++++++++++
>  12 files changed, 2197 insertions(+), 2124 deletions(-)
>  delete mode 100644 arch/arm/common/pl330.c



More information about the linux-arm-kernel mailing list