summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-06ARM: orion5x: clean-up mach/io.hRob Herring4-12/+11
2012-03-06ARM: davinci: remove unneeded mach/io.h includeRob Herring1-1/+0
2012-03-06[media] davinci: remove includes of mach/io.hRob Herring2-2/+0
2012-03-06ARM: OMAP: Remove remaining includes for mach/io.hTony Lindgren5-6/+0
2012-03-06ARM: msm: clean-up mach/io.hRob Herring5-7/+16
2012-03-06ARM: iop13xx: move io.h externs to pci.hRob Herring3-4/+8
2012-03-06ARM: remove compile time __arch_ioremap/__arch_iounmapRob Herring1-10/+5
2012-03-06ARM: ebsa110: use runtime ioremap hookRob Herring2-9/+15
2012-03-06ARM: ixp4xx: use runtime ioremap hookRob Herring16-18/+54
2012-03-06ARM: iop13xx: use runtime ioremap hookRob Herring4-15/+12
2012-03-06ARM: msm: use runtime ioremap hookRob Herring5-10/+21
2012-03-06ARM: imx: convert to common runtime ioremap hookRob Herring3-22/+8
2012-03-06ARM: provide runtime hook for ioremap/iounmapRob Herring2-4/+20
2012-03-04usb: ohci-pxa27x: add explicit include of hardware.hRob Herring1-0/+1
2012-03-04Merge remote-tracking branch 'arm-soc/at91/base2+cleanup' into cleanup-baseRob Herring88-3348/+2025
2012-02-29Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlin...Arnd Bergmann99-280/+446
2012-02-29Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at9...Arnd Bergmann217-5606/+2873
2012-02-28ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changesTony Lindgren1-0/+2
2012-02-28Merge branch 'iomap' into cleanupTony Lindgren93-270/+444
2012-02-24ARM: OMAP2+: Limit omap_read/write usage to legacy USB driversTony Lindgren4-50/+43
2012-02-24ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren32-109/+184
2012-02-24ARM: OMAP2+: Move most of plat/io.h into local iomap.hTony Lindgren32-215/+264
2012-02-24ARM: OMAP1: Move most of plat/io.h into local iomap.hTony Lindgren36-72/+152
2012-02-24ARM: OMAP1: Move 16xx GPIO system clock to platform init codeTony Lindgren2-7/+7
2012-02-24ARM: OMAP: Move omap_init_consistent_dma_size() to local common.hTony Lindgren3-2/+3
2012-02-24ARM: OMAP2+: Move SDRC related functions from io.h into local common.hTony Lindgren2-4/+5
2012-02-24ARM: OMAP2+: Drop DISPC L3 firewall codeTony Lindgren1-5/+0
2012-02-24ARM: OMAP2xxx: PM: remove obsolete timer disable code in the suspend pathPaul Walmsley1-21/+1
2012-02-24ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_configJarkko Nikula6-10/+0
2012-02-23ARM: at91: properly sort dtb files in Makefile.bootJean-Christophe PLAGNIOL-VILLARD1-1/+6
2012-02-23ARM: at91: add at91sam9g25ek.dts in Makefile.bootNicolas Ferre1-0/+1
2012-02-23ARM: at91/board-dt: drop default consoleJean-Christophe PLAGNIOL-VILLARD2-9/+0
2012-02-23Atmel: move console default platform_device to serial driverJean-Christophe PLAGNIOL-VILLARD9-9/+2
2012-02-23ARM: at91: merge SRAM Memory banks thanks to mirroringJean-Christophe PLAGNIOL-VILLARD2-8/+9
2012-02-23ARM: at91: finally drop at91_sys_read/writeJean-Christophe PLAGNIOL-VILLARD1-18/+0
2012-02-23ARM: at91/rtc-at91sam9: pass the GPBR to use via resourcesJean-Christophe PLAGNIOL-VILLARD11-32/+114
2012-02-23ARM: at91:rtc/rtc-at91sam9: ioremap register bankJean-Christophe PLAGNIOL-VILLARD1-3/+10
2012-02-23ARM: at91/rtc-at91sam9: each SoC can select the RTT device to useJean-Christophe PLAGNIOL-VILLARD6-52/+75
2012-02-23ARM: at91/PMC: make register base soc independentJean-Christophe PLAGNIOL-VILLARD14-95/+104
2012-02-23ARM: at91/PMC: move assignment out of printfNicolas Ferre1-5/+10
2012-02-23ARM: at91/pm_slowclock: add runtime detection of memory contollerJean-Christophe PLAGNIOL-VILLARD3-22/+68
2012-02-23ARM: at91: make sdram/ddr register base soc independentJean-Christophe PLAGNIOL-VILLARD34-89/+114
2012-02-23ARM: at91: move at91rm9200 sdramc defines to at91rm9200_sdramc.hJean-Christophe PLAGNIOL-VILLARD5-49/+70
2012-02-23ARM: at91/pm_slowclock: function slow_clock() accepts parametersJean-Christophe PLAGNIOL-VILLARD2-35/+26
2012-02-23ARM: at91/pm_slowclock: rename register to named defineJean-Christophe PLAGNIOL-VILLARD1-86/+91
2012-02-23ARM: at91/ST: remove not needed castsNicolas Ferre1-3/+3
2012-02-23ARM: at91: make ST (System Timer) soc independentJean-Christophe PLAGNIOL-VILLARD6-31/+54
2012-02-23ARM: at91: make matrix register base soc independentJean-Christophe PLAGNIOL-VILLARD26-154/+199
2012-02-22Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King313-2867/+2002
2012-02-21ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring58-591/+0