| Submitter | Linus Walleij |
|---|---|
| Date | Nov. 26, 2012, 7:16 p.m. |
| Message ID | <CACRpkdZsd88699+z9XTJpAmfu9CJhknQB-55=sR_VAU4HG7Xjw@mail.gmail.com> |
| Download | mbox |
| Permalink | /patch/202016/ |
| State | New |
| Headers | show |
Pull-request
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.gitComments
On Monday 26 November 2012, Linus Walleij wrote: > these are the accumulated Integrator patches for v3.8, > description in the tag. I know it's not split across multiple > topics, but the IM-PD1 clocks and irq driver stuff is already > on separate topics. This is the socbus and "the rest". I've put this into next/cleanup, which isn't the entire truth, but I guess it's close enough. Thanks! Arnd
Hi ARM SoC guys, these are the accumulated Integrator patches for v3.8, description in the tag. I know it's not split across multiple topics, but the IM-PD1 clocks and irq driver stuff is already on separate topics. This is the socbus and "the rest". Pleas pull them in! Yours, Linus Walleij The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556: Linux 3.7-rc2 (2012-10-20 12:11:32 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git tags/integrator-for-arm-soc for you to fetch changes up to f7a9b36517d38cfa2213a346b154d2d7046ff223: ARM: integrator: use BUG_ON where possible (2012-11-17 19:44:39 +0100) ---------------------------------------------------------------- --------------------------------------------------------------- This series will do the following: - 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. - Push dependencies on system controller remaps down to the Integrator/AP board file and the PCIv3 driver respectively and use only dynamic remappings. - Fix up conditional BUG() usage in the PCIv3 driver to be simpler and more to the point. ---------------------------------------------------------------- Linus Walleij (7): 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 ARM: integrator: push down SC dependencies Sasha Levin (1): ARM: integrator: use BUG_ON where possible 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 | 8 +- arch/arm/mach-integrator/core.c | 141 +++++++++++++------- arch/arm/mach-integrator/include/mach/platform.h | 1 - arch/arm/mach-integrator/integrator_ap.c | 158 +++++++++++++++++++---- arch/arm/mach-integrator/integrator_cp.c | 115 +++++++++++++---- arch/arm/mach-integrator/pci_v3.c | 32 ++--- 10 files changed, 354 insertions(+), 117 deletions(-)