summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-06151-16351/+614
|\
| * ARM: OMAP2+: Add back the define for AM33XX_RST_GLOBAL_WARM_SW_MASKTony Lindgren2013-08-291-0/+1
| * Merge tag 'samsung-defconfig-v2' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2013-08-291-68/+0
| |\
| | * ARM: exynos4_defconfig: remove obsolete exynos4_defconfigBartlomiej Zolnierkiewicz2013-07-241-68/+0
| * | gpio: (gpio-pca953x) move header to linux/platform_data/Vivien Didelot2013-08-2916-16/+16
| * | Merge tag 'samsung-cleanup-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kevin Hilman2013-08-227-92/+11
| |\ \
| | * | ARM: SAMSUNG: Remove unnecessary exynos4_default_sdhci*()Jingoo Han2013-08-191-38/+0
| | * | ARM: dts: Remove '0x's from Exynos5440 DTS fileLee Jones2013-08-061-1/+1
| | * | ARM: dts: Remove '0x's from Exynos5420 DTS fileLee Jones2013-08-061-1/+1
| | * | ARM: dts: Remove '0x's from Exynos5250 DTS fileLee Jones2013-08-061-7/+7
| | * | ARM: dts: Remove '0x's from Exynos4x12 DTSI fileLee Jones2013-08-061-1/+1
| | * | ARM: dts: Remove '0x's from Exynos4210 DTSI fileLee Jones2013-08-061-1/+1
| | * | ARM: EXYNOS: Cleanup common.h fileSachin Kamat2013-07-241-43/+0
| | |/
| * | Merge tag 'zynq-cleanup-for-3.12' of git://git.xilinx.com/linux-xlnx into nex...Kevin Hilman2013-08-202-78/+22
| |\ \
| | * | arm: zynq: hotplug: Remove unreachable codeSoren Brinkmann2013-08-201-50/+5
| | * | arm: zynq: slcr: Use read-modify-write for register writesSoren Brinkmann2013-07-261-8/+8
| | * | arm: zynq: slcr: Clean up #definesSoren Brinkmann2013-07-261-13/+12
| | * | arm: zynq: slcr: Remove redundant header #includesSoren Brinkmann2013-07-261-10/+0
| * | | Merge tag 'omap-for-v3.12/usb-signed' of git://git.kernel.org/pub/scm/linux/k...Kevin Hilman2013-08-194-10/+10
| |\ \ \
| * \ \ \ Merge tag 'soc-3.12' of git://git.infradead.org/linux-mvebu into next/cleanupOlof Johansson2013-08-151-18/+1
| |\ \ \ \
| | * | | | ARM: mach-mvebu: remove redundant DT parsing and validationSudeep KarkadaNagesha2013-08-091-18/+1
| | | |_|/ | | |/| |
| * | | | Merge tag 'v3.12-pwm-cleanup-for-olof' of git://github.com/tom3q/linux into n...Olof Johansson2013-08-13218-3105/+2165
| |\ \ \ \
| | * | | | ARM: SAMSUNG: Remove plat/regs-timer.h headerTomasz Figa2013-08-121-124/+0
| | * | | | ARM: SAMSUNG: Remove remaining uses of plat/regs-timer.h headerTomasz Figa2013-08-124-16/+0
| | * | | | ARM: SAMSUNG: Remove pwm-clock infrastructureTomasz Figa2013-08-1213-575/+0
| | * | | | ARM: SAMSUNG: Remove old PWM timer platform devicesTomasz Figa2013-08-121-18/+0
| | * | | | ARM: SAMSUNG: Modify board files to use new PWM platform deviceTomasz Figa2013-08-1211-31/+25
| | * | | | ARM: SAMSUNG: Rework private data handling in dev-backlightTomasz Figa2013-08-121-22/+29
| | * | | | ARM: SAMSUNG: Remove unused PWM timer IRQ chip codeTomasz Figa2013-08-0611-161/+6
| | * | | | ARM: SAMSUNG: Remove old samsung-time driverTomasz Figa2013-08-064-426/+0
| | * | | | ARM: SAMSUNG: Move all platforms to new clocksource driverTomasz Figa2013-08-0612-24/+89
| | * | | | ARM: SAMSUNG: Set PWM platform dataTomasz Figa2013-08-065-0/+54
| | * | | | ARM: SAMSUNG: Add new PWM platform deviceTomasz Figa2013-08-063-0/+40
| | * | | | ARM: SAMSUNG: Unify base address definitions of timer blockTomasz Figa2013-08-065-0/+6
| * | | | | Merge branch 'msm/cleanup' into next/cleanupKevin Hilman2013-08-1326-3199/+89
| |\ \ \ \ \
| | * | | | | ARM: msm: Only compile io.c on platforms that use itStephen Boyd2013-08-061-4/+4
| | * | | | | iommu/msm: Move mach includes to iommu directoryStephen Boyd2013-08-062-1985/+0
| | * | | | | ARM: msm: Remove devices-iommu.cStephen Boyd2013-08-062-913/+0
| | * | | | | ARM: msm: Move mach/board.h contents to common.hStephen Boyd2013-08-0613-50/+21
| | * | | | | ARM: msm: Migrate msm_timer to CLOCKSOURCE_OF_DECLAREStephen Boyd2013-08-065-17/+4
| | * | | | | ARM: msm: Remove TMR and TMR0 static mappingsStephen Boyd2013-08-067-120/+2
| | * | | | | ARM: msm: Move debug-macro.S to include/debugStephen Boyd2013-08-067-108/+58
| | * | | | | ARM: msm: Don't compile __msm_ioremap_caller() unless usedStephen Boyd2013-07-291-0/+2
| | * | | | | ARM: msm: Remove unused and unmapped MSM_TLMM_BASE for 8x60Rohit Vaswani2013-07-291-4/+0
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'omap-for-v3.12/cleanup-unused-defines' of git://git.kernel.org/pub...Olof Johansson2013-08-1112-10853/+0
| |\ \ \ \ \
| | * | | | | ARM: OMAP5: PRM/CM: Cleanup unused headerRajendra Nayak2013-07-214-4336/+0
| | * | | | | ARM: OMAP4: PRM/CM: Cleanup unused headerRajendra Nayak2013-07-212-3784/+0
| | * | | | | ARM: OMAP3: PRM/CM: Cleanup unused headerRajendra Nayak2013-07-214-2168/+0
| | * | | | | ARM: OMAP2: PRM/CM: Cleanup unused headerRajendra Nayak2013-07-212-565/+0
| | |/ / / /
| * | | | | Merge tag 'renesas-cleanup-for-v3.12' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-08-0417-415/+106
| |\ \ \ \ \
OpenPOWER on IntegriCloud