* [PATCH 0/6] ARM: integrator: SoC bus & cleanup
@ 2012-11-12 0:52 Linus Walleij
2012-11-12 14:45 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2012-11-12 0:52 UTC (permalink / raw)
To: linux-arm-kernel
This series will:
- Switch the Integrator/AP and /CP to use the SoC bus
when booting from device tree.
- Group all devices on the SoC below this bus so as to
set a good example of how to do this. The bus was
invented by Lee Jones, let's show how it's to be used
on a DT:ed SoC.
- Fetch the special system controller offsets from two
special device tree nodes for each case and replace
the static mappings with these at boot.
- Move some static remaps to the ATAG-only code path
and delete some static maps that aren't used.
Linus Walleij (6):
ARM: integrator: hook the AP into the SoC bus
ARM: integrator: hook the CP into the SoC bus
ARM: integrator: remove static AP syscon mapping
ARM: integrator: remove static CP syscon mapping
ARM: integrator: delete SC mapping on the CP
ARM: integrator: delete static UART1 mapping
Documentation/devicetree/bindings/arm/arm-boards | 4 +
arch/arm/boot/dts/integratorap.dts | 5 +
arch/arm/boot/dts/integratorcp.dts | 5 +
arch/arm/mach-integrator/Kconfig | 2 +
arch/arm/mach-integrator/common.h | 1 +
arch/arm/mach-integrator/core.c | 91 ++++++++++++++++++
arch/arm/mach-integrator/integrator_ap.c | 114 ++++++++++++++++++-----
arch/arm/mach-integrator/integrator_cp.c | 111 ++++++++++++++++------
8 files changed, 283 insertions(+), 50 deletions(-)
--
1.7.11.7
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 0/6] ARM: integrator: SoC bus & cleanup
2012-11-12 0:52 [PATCH 0/6] ARM: integrator: SoC bus & cleanup Linus Walleij
@ 2012-11-12 14:45 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2012-11-12 14:45 UTC (permalink / raw)
To: linux-arm-kernel
On Monday 12 November 2012, Linus Walleij wrote:
> This series will:
>
> - Switch the Integrator/AP and /CP to use the SoC bus
> when booting from device tree.
> - Group all devices on the SoC below this bus so as to
> set a good example of how to do this. The bus was
> invented by Lee Jones, let's show how it's to be used
> on a DT:ed SoC.
> - Fetch the special system controller offsets from two
> special device tree nodes for each case and replace
> the static mappings with these at boot.
> - Move some static remaps to the ATAG-only code path
> and delete some static maps that aren't used.
Nice series,
Acked-by: Arnd Bergmann <arnd@arndb.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-12 14:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12 0:52 [PATCH 0/6] ARM: integrator: SoC bus & cleanup Linus Walleij
2012-11-12 14:45 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).