summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-031-1/+0
|\
| * Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman2014-05-22197-1379/+1986
| |\
| * | goldfish: Allow 64bit buildsAlan2014-05-151-1/+0
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2014-06-0315-63/+74
|\ \ \
| * | | m68knommu: Implement gpio support for m54xx.Steven King2014-05-262-7/+17
| * | | m68knommu: Make everything thats not exported, static.Steven King2014-05-261-8/+10
| * | | m68knommu: setting the gpio data direction register to output doesn't depende...Steven King2014-05-261-4/+1
| * | | m68knommu: add to_irq function so we can map gpios to external interrupts.Steven King2014-05-261-0/+13
| * | | m68knommu: qspi declutter.Steven King2014-05-266-36/+12
| * | | m68knommu: Fix the 5249/525x qspi base address.Steven King2014-05-261-1/+1
| * | | m68knommu: Add qspi clk for Coldfire SoCs without real clks.Steven King2014-05-266-0/+12
| * | | m68k: fix a compiler warning when building for DragonBallDaniel Palmer2014-05-261-7/+6
| * | | m68knommu: Fix mach_sched_init for EZ and VZ DragonBall chipsDaniel Palmer2014-05-262-1/+3
* | | | Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-0315-488/+228
|\ \ \ \
| * \ \ \ Merge tag 'samsung-drivers-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2014-05-3120-371/+286
| |\ \ \ \
| * \ \ \ \ Merge tag 'exynos-cpuidle' of http://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2014-05-2970-3631/+1367
| |\ \ \ \ \
| | * | | | | ARM: EXYNOS: Fix kernel panic when unplugging CPU1 on exynosDaniel Lezcano2014-05-253-3/+4
| | * | | | | ARM: EXYNOS: Move the driver to drivers/cpuidle directoryDaniel Lezcano2014-05-252-100/+0
| | * | | | | ARM: EXYNOS: Cleanup all unneeded headers from cpuidle.cDaniel Lezcano2014-05-251-10/+0
| | * | | | | ARM: EXYNOS: Pass the AFTR callback to the platform_dataDaniel Lezcano2014-05-252-3/+6
| | * | | | | ARM: EXYNOS: Move S5P_CHECK_SLEEP into pm.cDaniel Lezcano2014-05-252-3/+2
| | * | | | | ARM: EXYNOS: Move the power sequence call in the cpu_pm notifierDaniel Lezcano2014-05-252-27/+22
| | * | | | | ARM: EXYNOS: Move the AFTR state function into pm.cDaniel Lezcano2014-05-253-29/+30
| | * | | | | ARM: EXYNOS: Encapsulate the AFTR code into a functionDaniel Lezcano2014-05-251-1/+5
| | * | | | | ARM: EXYNOS: Disable cpuidle for exynos5440Daniel Lezcano2014-05-252-3/+3
| | * | | | | ARM: EXYNOS: Encapsulate boot vector code into a function for cpuidleDaniel Lezcano2014-05-251-4/+7
| | * | | | | ARM: EXYNOS: Pass wakeup mask parameter to function for cpuidleDaniel Lezcano2014-05-251-3/+3
| | * | | | | ARM: EXYNOS: Remove ifdef for scu_enable in pmDaniel Lezcano2014-05-251-3/+1
| | * | | | | ARM: EXYNOS: Move scu_enable in the cpu_pm notifierDaniel Lezcano2014-05-252-7/+6
| | * | | | | ARM: EXYNOS: Use the cpu_pm notifier for pmDaniel Lezcano2014-05-252-24/+27
| | * | | | | ARM: EXYNOS: Fix S5P_WAKEUP_STAT call for cpuidleDaniel Lezcano2014-05-251-3/+2
| | * | | | | ARM: EXYNOS: Move some code inside the idle_finisher for cpuidleDaniel Lezcano2014-05-251-8/+9
| | * | | | | ARM: EXYNOS: Encapsulate register access inside a function for pmDaniel Lezcano2014-05-251-24/+41
| | * | | | | ARM: EXYNOS: Change function name prefix for cpuidleDaniel Lezcano2014-05-251-11/+11
| | * | | | | ARM: EXYNOS: Use cpuidle_registerDaniel Lezcano2014-05-251-16/+2
| | * | | | | ARM: EXYNOS: Prevent forward declaration for cpuidleDaniel Lezcano2014-05-251-22/+18
| | * | | | | ARM: EXYNOS: Move arm core power down clock to exynos5250 common clockAmit Daniel Kachhap2014-05-251-54/+0
| | * | | | | Merge branch 'v3.16-next/clk-samsung' into v3.16-next/cpuidle-exynosKukjin Kim2014-05-2549-3233/+334
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge tag 'davinci-for-v3.16/edma' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2014-05-268-198/+96
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: davinci: Remove redundant/unused parameters for edmaPeter Ujfalusi2014-05-225-35/+0
| | * | | | | | | ARM: dts: am4372: Remove obsolete properties from edma nodePeter Ujfalusi2014-05-221-3/+0
| | * | | | | | | ARM: dts: am33xx: Remove obsolete properties from edma nodePeter Ujfalusi2014-05-221-3/+0
| | * | | | | | | ARM: edma: Get IP configuration from HW (number of channels, tc, etc)Peter Ujfalusi2014-05-221-42/+73
| | * | | | | | | ARM: edma: Save number of regions from pdata to struct edmaPeter Ujfalusi2014-05-221-1/+2
| | * | | | | | | ARM: edma: Remove num_cc member from struct edmaPeter Ujfalusi2014-05-221-4/+0
| | * | | | | | | ARM: davinci: Remove eDMA3 queue_tc_mapping data from edma_soc_infoPeter Ujfalusi2014-05-225-56/+0
| | * | | | | | | ARM: edma: Do not change TC -> Queue mapping, leave it to default.Peter Ujfalusi2014-05-221-27/+1
| | * | | | | | | ARM: edma: Take the number of tc from edma_soc_info (pdata)Peter Ujfalusi2014-05-221-3/+2
| | * | | | | | | ARM: edma: No need to clean the pdata in edma_of_parse_dt()Peter Ujfalusi2014-05-221-2/+0
| | * | | | | | | ARM: edma: Clean up and simplify the code around irq requestPeter Ujfalusi2014-05-221-14/+12