Skip to content
  1. Mar 26, 2012
  2. Mar 14, 2012
  3. Mar 12, 2012
  4. Mar 11, 2012
    • Olof Johansson's avatar
      Merge branch 'io-cleanup-for-3.4' of git://sources.calxeda.com/kernel/linux into devel/io-cleanup · 13d0dff8
      Olof Johansson authored
      * 'io-cleanup-for-3.4' of git://sources.calxeda.com/kernel/linux: (22 commits)
        ARM: kill off __mem_pci
        ARM: remove bunch of now unused mach/io.h files
        ARM: make mach/io.h include optional
        ARM: clps711x: remove unneeded include of mach/io.h
        ARM: dove: add explicit include of dove.h to addr-map.c
        ARM: at91: add explicit include of hardware.h to uncompressor
        ARM: ep93xx: clean-up mach/io.h
        ARM: tegra: clean-up mach/io.h
        ARM: orion5x: clean-up mach/io.h
        ARM: davinci: remove unneeded mach/io.h include
        [media] davinci: remove includes of mach/io.h
        ARM: OMAP: Remove remaining includes for mach/io.h
        ARM: msm: clean-up mach/io.h
        ARM: iop13xx: move io.h externs to pci.h
        ARM: remove compile time __arch_ioremap/__arch_iounmap
        ARM: ebsa110: use runtime ioremap hook
        ARM: ixp4xx: use runtime ioremap hook
        ARM: iop13xx: use runtime ioremap hook
        ARM: msm: use runtime ioremap hook
        ARM: imx: convert to common runtime ioremap hook
        ...
      13d0dff8
  5. Mar 07, 2012
  6. Mar 05, 2012
  7. Mar 01, 2012
    • Arnd Bergmann's avatar
      Merge branch 'cleanup' of... · ab15e0e8
      Arnd Bergmann authored
      Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into omap/cleanup
      
      * 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes
        ARM: OMAP2+: Limit omap_read/write usage to legacy USB drivers
        ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h
        ARM: OMAP2+: Move most of plat/io.h into local iomap.h
        ARM: OMAP1: Move most of plat/io.h into local iomap.h
        ARM: OMAP1: Move 16xx GPIO system clock to platform init code
        ARM: OMAP: Move omap_init_consistent_dma_size() to local common.h
        ARM: OMAP2+: Move SDRC related functions from io.h into local common.h
        ARM: OMAP2+: Drop DISPC L3 firewall code
        ARM: OMAP2xxx: PM: remove obsolete timer disable code in the suspend path
        ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_config
      ab15e0e8
  8. Feb 29, 2012
    • Arnd Bergmann's avatar
      Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at91... · 7eca30ae
      Arnd Bergmann authored
      Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at91 into at91/staging/base2+cleanup
      
      * 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at91
      
      : (20 commits)
        ARM: at91: properly sort dtb files in Makefile.boot
        ARM: at91: add at91sam9g25ek.dts in Makefile.boot
        ARM: at91/board-dt: drop default console
        Atmel: move console default platform_device to serial driver
        ARM: at91: merge SRAM Memory banks thanks to mirroring
        ARM: at91: finally drop at91_sys_read/write
        ARM: at91/rtc-at91sam9: pass the GPBR to use via resources
        ARM: at91:rtc/rtc-at91sam9: ioremap register bank
        ARM: at91/rtc-at91sam9: each SoC can select the RTT device to use
        ARM: at91/PMC: make register base soc independent
        ARM: at91/PMC: move assignment out of printf
        ARM: at91/pm_slowclock: add runtime detection of memory contoller
        ARM: at91: make sdram/ddr register base soc independent
        ARM: at91: move at91rm9200 sdramc defines to at91rm9200_sdramc.h
        ARM: at91/pm_slowclock: function slow_clock() accepts parameters
        ARM: at91/pm_slowclock: rename register to named define
        ARM: at91/ST: remove not needed casts
        ARM: at91: make ST (System Timer) soc independent
        ARM: at91: make matrix register base soc independent
        ARM: at91/at91x40: remove use of at91_sys_read/write
      
      Based on top of the at91/9x5, rmk/for-armsoc, at91/device-board,
      at91/pm_cleanup and at91/base.
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      7eca30ae
    • Tony Lindgren's avatar
      ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes · 1b35af54
      Tony Lindgren authored
      
      
      With the introduction of iomap changes platform init code
      fails for emu.c if CONFIG_OMAP3_EMU is selected:
      
      arch/arm/mach-omap2/emu.c:35:8: error:
      'L4_EMU_34XX_BASE' undeclared here (not in a function)
      
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      1b35af54
    • Tony Lindgren's avatar
      Merge branch 'iomap' into cleanup · a5bee307
      Tony Lindgren authored
      a5bee307
  9. Feb 27, 2012
  10. Feb 25, 2012