summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-12-01Merge tag 'omap-for-v3.8/cleanup-headers-iommu-signed' of git://git.kernel.or...Olof Johansson10-893/+4
2012-11-21Merge tag 'at91-header' of git://github.com/at91linux/linux-at91 into next/he...Olof Johansson2-4/+0
2012-11-20ARM: OMAP2+: Move iommu/iovmm headers to platform_dataTony Lindgren5-53/+4
2012-11-20ARM: OMAP2+: Move iommu2 to drivers/iommu/omap-iommu2.cTony Lindgren3-622/+14
2012-11-20ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.hTony Lindgren3-97/+3
2012-11-20ARM: OMAP2+: Move iopgtable header to drivers/iommu/Ido Yariv1-120/+0
2012-11-20ARM: OMAP: Merge iommu2.h into iommu.hIdo Yariv2-101/+83
2012-11-19atmel: move ATMEL_MAX_UART to platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2-4/+0
2012-11-13Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at9...Arnd Bergmann207-2334/+1601
2012-11-13Merge tag 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3-signed' of ...Arnd Bergmann81-991/+956
2012-11-07ARM: OMAP: Remove omap_init_consistent_dma_size()Tomi Valkeinen5-41/+1
2012-11-06arm: at91: move at91rm9200 rtc header in drivers/rtcJean-Christophe PLAGNIOL-VILLARD1-75/+0
2012-11-06arm: at91: move reset controller header to arm/arm/mach-at91Jean-Christophe PLAGNIOL-VILLARD8-8/+7
2012-11-06arm: at91: move pit define to the driverJean-Christophe PLAGNIOL-VILLARD2-34/+12
2012-11-06arm: at91: move at91_shdwc.h to arch/arm/mach-at91Jean-Christophe PLAGNIOL-VILLARD10-9/+9
2012-11-06arm: at91: move board header to arch/arm/mach-at91Jean-Christophe PLAGNIOL-VILLARD4-3/+3
2012-11-06arn: at91: move at91_tc.h to arch/arm/mach-at91Jean-Christophe PLAGNIOL-VILLARD2-1/+2
2012-11-06arm: at91 move at91_aic.h to arch/arm/mach-at91Jean-Christophe PLAGNIOL-VILLARD46-48/+47
2012-11-06arm: at91 move board.h to arch/arm/mach-at91Jean-Christophe PLAGNIOL-VILLARD46-45/+46
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2-62/+0
2012-11-06arm: at91: drop machine defconfigJean-Christophe PLAGNIOL-VILLARD8-1006/+0
2012-11-02ARM: OMAP: Remove NEED_MACH_GPIO_HTony Lindgren6-7/+6
2012-11-02ARM: OMAP: Remove unnecessary mach and plat includesTony Lindgren7-11/+1
2012-11-01ARM: OMAP2+: Fix relative includes for serial.hTony Lindgren4-114/+106
2012-11-01ARM: OMAP: Fix relative includes for fpga.hTony Lindgren6-30/+23
2012-11-01ARM: OMAP1: Remove relative includesTony Lindgren8-235/+239
2012-11-01ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.cTony Lindgren4-60/+73
2012-11-01ARM: OMAP: Fix relative includes for debug-devices.hTony Lindgren3-9/+2
2012-11-01ARM: OMAP: Remove plat-omap/common.hTony Lindgren13-51/+6
2012-11-01ARM: OMAP: Move omap-pm-noop.c local to mach-omap2Tony Lindgren6-10/+17
2012-11-01ARM: OMAP: Fix relative includes for shared i2c.h fileTony Lindgren5-5/+5
2012-11-01ARM: OMAP: Make plat-omap/i2c.c port checks localTony Lindgren3-23/+22
2012-10-31ARM: OMAP: Move omap2+ specific parts of sram.c to mach-omap2Tony Lindgren4-289/+307
2012-10-31ARM: OMAP: Move omap1 specific code to local sram.cTony Lindgren3-47/+81
2012-10-31ARM: OMAP: Introduce common omap_map_sram() and omap_sram_reset()Tony Lindgren2-22/+46
2012-10-31ARM: OMAP: Split sram.h to local headers and minimal shared headerTony Lindgren18-55/+39
2012-10-28Merge tag 'fixes-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds54-86/+217
2012-10-27Revert "ARM i.MX25: Fix PWM per clock lookups"Arnd Bergmann1-4/+4
2012-10-27ARM: versatile: fix versatile_defconfigArnd Bergmann1-0/+1
2012-10-27ARM: mvebu: update defconfig with 3.7 changesThomas Petazzoni1-3/+7
2012-10-27ARM: at91: fix at91x40 buildArnd Bergmann1-1/+1
2012-10-27ARM: OMAP1: usb: fix sparse warningsPaul Walmsley1-3/+3
2012-10-27Merge branch 'omap-for-v3.8/cleanup-headers' into omap-for-v3.8/cleanup-prcmTony Lindgren5-51/+5
2012-10-26ARM: OMAP1: fix sparse warning added by commit 4c98dc6b8ef2f73bdbfa78186db9a7...Paul Walmsley1-0/+1
2012-10-26ARM: OMAP1: fix build breakage introduced by commit 25c7d49ed48b4843da7dea56a...Paul Walmsley1-0/+2
2012-10-26Merge tag 'tty-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2012-10-26Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds1-1/+0
2012-10-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-58/+100
2012-10-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-47/+228
2012-10-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Arnd Bergmann1-1/+1