1. 29 Jan, 2013 1 commit
    • Olof Johansson's avatar
      Merge branch 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc · 0475e57f
      Olof Johansson authored
      From Simon Horman, a series of SoC updates for shmobile.
      
      * 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: r8a7779: scif .irqs used SCIx_IRQ_MUXED()
        ARM: mach-shmobile: sh73a0: Initialise MMCIF using DT
        ARM: mach-shmobile: sh73a0: Minimal setup using DT
        ARM: mach-shmobile: sh73a0: Allow initialisation of GIC by DT
        ARM: SH-Mobile: sh73a0: Add CPU Hotplug
        ARM: SH-Mobile: sh73a0: Secondary CPUs handle own SCU flags
        ARM: shmobile: r8a7740: Add CPU sleep suspend
        ARM: shmobile: sh73a0: Add CPU sleep suspend
        ARM: shmobile: add function declarations for sh7372 DT helper functions
        ARM: sh7372: fix cache clean / invalidate order
        ARM: sh7372: add clock lookup entries for DT-based devices
        ARM: mach-shmobile: sh73a0 external IRQ wake update
        ARM: shmobile: sh73a0: fixup div4_clks bitmap
        ARM: shmobile: r8a7740: add TMU timer support
        ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      
      Fix trivial conflict in board_bcm due to Simon resolving the same conflict
      with one less line of whitespace. Keeping end result common with what
      we already have in arm-soc.
      
      Conflicts:
      	arch/arm/mach-bcm/board_bcm.c
      0475e57f
  2. 28 Jan, 2013 3 commits
  3. 25 Jan, 2013 20 commits
  4. 24 Jan, 2013 1 commit
    • Simon Horman's avatar
      Merge remote-tracking branches 'arm-soc/irqchip/gic-vic-move' and 'arm-soc/timer/cleanup' into soc · 6265b0f3
      Simon Horman authored
      Conflicts:
      	arch/arm/mach-bcm/board_bcm.c
      	arch/arm/mach-cns3xxx/cns3420vb.c
      	arch/arm/mach-ep93xx/adssphere.c
      	arch/arm/mach-ep93xx/edb93xx.c
      	arch/arm/mach-ep93xx/gesbc9312.c
      	arch/arm/mach-ep93xx/micro9.c
      	arch/arm/mach-ep93xx/simone.c
      	arch/arm/mach-ep93xx/snappercl15.c
      	arch/arm/mach-ep93xx/ts72xx.c
      	arch/arm/mach-ep93xx/vision_ep9307.c
      	arch/arm/mach-highbank/highbank.c
      	arch/arm/mach-imx/mach-imx6q.c
      	arch/arm/mach-msm/board-dt-8960.c
      	arch/arm/mach-netx/nxdb500.c
      	arch/arm/mach-netx/nxdkn.c
      	arch/arm/mach-netx/nxeb500hmi.c
      	arch/arm/mach-nomadik/board-nhk8815.c
      	arch/arm/mach-picoxcell/common.c
      	arch/arm/mach-realview/realview_eb.c
      	arch/arm/mach-realview/realview_pb1176.c
      	arch/arm/mach-realview/realview_pb11mp.c
      	arch/arm/mach-realview/realview_pba8.c
      	arch/arm/mach-realview/realview_pbx.c
      	arch/arm/mach-socfpga/socfpga.c
      	arch/arm/mach-spear13xx/spear1310.c
      	arch/arm/mach-spear13xx/spear1340.c
      	arch/arm/mach-spear13xx/spear13xx.c
      	arch/arm/mach-spear3xx/spear300.c
      	arch/arm/mach-spear3xx/spear310.c
      	arch/arm/mach-spear3xx/spear320.c
      	arch/arm/mach-spear3xx/spear3xx.c
      	arch/arm/mach-spear6xx/spear6xx.c
      	arch/arm/mach-tegra/board-dt-tegra20.c
      	arch/arm/mach-tegra/board-dt-tegra30.c
      	arch/arm/mach-u300/core.c
      	arch/arm/mach-ux500/board-mop500.c
      	arch/arm/mach-ux500/cpu-db8500.c
      	arch/arm/mach-versatile/versatile_ab.c
      	arch/arm/mach-versatile/versatile_dt.c
      	arch/arm/mach-versatile/versatile_pb.c
      	arch/arm/mach-vexpress/v2m.c
      	include/asm-generic/vmlinux.lds.h
      6265b0f3
  5. 22 Jan, 2013 11 commits
  6. 15 Jan, 2013 1 commit
    • Olof Johansson's avatar
      Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into next/cleanup · f8060f54
      Olof Johansson authored
      From Rob Herring:
      
      Initial irqchip init infrastructure and GIC and VIC clean-ups
      
      This creates irqchip initialization infrastructure from Thomas
      Petazzoni. The VIC and GIC irqchip code is moved to drivers/irqchips
      and adapted to use the new infrastructure. All DT enabled platforms
      using GIC and VIC are converted over to use the new irqchip_init.
      
      * tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux:
        irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.h
        ARM: picoxcell: use common irqchip_init function
        ARM: spear: use common irqchip_init function
        irqchip: Move ARM VIC to drivers/irqchip
        ARM: samsung: remove unused tick.h
        ARM: remove unneeded vic.h includes
        ARM: remove mach .handle_irq for VIC users
        ARM: VIC: set handle_arch_irq in VIC initialization
        ARM: VIC: shrink down vic.h
        irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.h
        ARM: use common irqchip_init for GIC init
        irqchip: Move ARM GIC to drivers/irqchip
        ARM: remove mach .handle_irq for GIC users
        ARM: GIC: set handle_arch_irq in GIC initialization
        ARM: GIC: remove direct use of gic_raise_softirq
        ARM: GIC: remove assembly ifdefs from gic.h
        ARM: mach-ux500: use SGI0 to wake up the other core
        arm: add set_handle_irq() to register the parent IRQ controller handler function
        irqchip: add basic infrastructure
        irqchip: add to the directories part of the IRQ subsystem in MAINTAINERS
      
      Fixed up massive merge conflicts with the timer cleanup due to adjacent changes:
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      
      Conflicts:
      	arch/arm/mach-bcm/board_bcm.c
      	arch/arm/mach-cns3xxx/cns3420vb.c
      	arch/arm/mach-ep93xx/adssphere.c
      	arch/arm/mach-ep93xx/edb93xx.c
      	arch/arm/mach-ep93xx/gesbc9312.c
      	arch/arm/mach-ep93xx/micro9.c
      	arch/arm/mach-ep93xx/simone.c
      	arch/arm/mach-ep93xx/snappercl15.c
      	arch/arm/mach-ep93xx/ts72xx.c
      	arch/arm/mach-ep93xx/vision_ep9307.c
      	arch/arm/mach-highbank/highbank.c
      	arch/arm/mach-imx/mach-imx6q.c
      	arch/arm/mach-msm/board-dt-8960.c
      	arch/arm/mach-netx/nxdb500.c
      	arch/arm/mach-netx/nxdkn.c
      	arch/arm/mach-netx/nxeb500hmi.c
      	arch/arm/mach-nomadik/board-nhk8815.c
      	arch/arm/mach-picoxcell/common.c
      	arch/arm/mach-realview/realview_eb.c
      	arch/arm/mach-realview/realview_pb1176.c
      	arch/arm/mach-realview/realview_pb11mp.c
      	arch/arm/mach-realview/realview_pba8.c
      	arch/arm/mach-realview/realview_pbx.c
      	arch/arm/mach-socfpga/socfpga.c
      	arch/arm/mach-spear13xx/spear1310.c
      	arch/arm/mach-spear13xx/spear1340.c
      	arch/arm/mach-spear13xx/spear13xx.c
      	arch/arm/mach-spear3xx/spear300.c
      	arch/arm/mach-spear3xx/spear310.c
      	arch/arm/mach-spear3xx/spear320.c
      	arch/arm/mach-spear3xx/spear3xx.c
      	arch/arm/mach-spear6xx/spear6xx.c
      	arch/arm/mach-tegra/board-dt-tegra20.c
      	arch/arm/mach-tegra/board-dt-tegra30.c
      	arch/arm/mach-u300/core.c
      	arch/arm/mach-ux500/board-mop500.c
      	arch/arm/mach-ux500/cpu-db8500.c
      	arch/arm/mach-versatile/versatile_ab.c
      	arch/arm/mach-versatile/versatile_dt.c
      	arch/arm/mach-versatile/versatile_pb.c
      	arch/arm/mach-vexpress/v2m.c
      	include/asm-generic/vmlinux.lds.h
      f8060f54
  7. 14 Jan, 2013 3 commits