[PATCH 3/5] [orion] Move address map setup out of the drivers and into platform.
Michael Walle
michael at walle.cc
Sun Nov 13 15:53:32 EST 2011
Am Samstag 12 November 2011, 21:00:05 schrieb Andrew Lunn:
> --- a/arch/arm/plat-orion/include/plat/addr-map.h
> +++ b/arch/arm/plat-orion/include/plat/addr-map.h
> @@ -50,4 +50,12 @@ void __init orion_setup_cpu_win(const struct
> orion_addr_map_cfg *cfg,
>
> void __init orion_setup_cpu_mbus_target(const struct orion_addr_map_cfg
> *cfg, const u32 ddr_window_cpu_base);
> +
> +void mv_xor_conf_mbus_windows(void __iomem *base);
> +void ehci_orion_conf_mbus_windows(void __iomem *base);
> +void mv_sata_conf_mbus_windows(void __iomem *base);
> +u32 mv643xx_eth_conf_mbus_windows(void __iomem *base);
> +void mv_sd_conf_mbus_windows(void __iomem *base);
this should be mvsd_conf_mbus_windows.
> +void kirkwood_dma_conf_mbus_windows(void __iomem *base, int win,
> + unsigned long dma);
> #endif
--
Michael
More information about the linux-arm-kernel
mailing list