summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2014-11-19ARM: at91: remove at91sam9260/at91sam9g20 legacy board supportNicolas Ferre5-2024/+0
2014-11-19ARM: at91: remove at91sam9260/at91sam9g20 legacy boards filesNicolas Ferre13-3316/+0
2014-11-19ARM: at91: remove at91sam9263 legacy board supportNicolas Ferre6-2606/+0
2014-11-19ARM: at91/at91sam9g45: remove useless header fileNicolas Ferre1-1/+0
2014-11-13ARM: at91: move sdramc/ddrsdr header to include/soc/at91Alexandre Belloni5-276/+3
2014-11-13ARM: at91: remove CONFIG_MACH_SAMA5_DTAlexandre Belloni3-11/+2
2014-11-13ARM: at91: remove unused CONFIG_ARCH_AT91SAM9G45 optionNicolas Ferre2-10/+0
2014-11-10ARM: at91: remove useless init_time for DT-only SoCsBoris Brezillon2-14/+0
2014-11-10ARM: at91: fix build breakage due to legacy board removalsOlof Johansson2-0/+2
2014-11-03ARM: at91: remove at91sam9rl legacy board supportNicolas Ferre6-2079/+0
2014-11-03ARM: at91: remove at91sam9g45/9m10 legacy board supportNicolas Ferre6-3091/+0
2014-11-03ARM: at91: remove no-MMU at91x40 supportNicolas Ferre14-396/+4
2014-10-26Merge tag 'armsoc-for-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds15-40/+94
2014-10-26Merge tag 'imx-fixes-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson2-8/+7
2014-10-25ARM: dts: imx28-evk: Let i2c0 run at 100kHzFabio Estevam1-1/+0
2014-10-25ARM: i.MX6: Fix "emi" clock name typoSteve Longerbeam1-7/+7
2014-10-24Merge tag 'socfpga_fixes_for_3.18' of git://git.rocketboards.org/linux-socfpg...Olof Johansson9-23/+65
2014-10-24Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferr...Olof Johansson1-2/+3
2014-10-24Merge tag 'zynq-dt-fixes-for-3.18' of https://github.com/Xilinx/linux-xlnx in...Olof Johansson1-7/+17
2014-10-24ARM: multi_v7_defconfig: enable CONFIG_MMC_DW_ROCKCHIPOlof Johansson1-0/+1
2014-10-24ARM: sunxi_defconfig: enable CONFIG_REGULATOR_FIXED_VOLTAGEOlof Johansson1-0/+1
2014-10-23ARM: dts: socfpga: Add a 3.3V fixed regulator nodeDinh Nguyen4-1/+34
2014-10-23ARM: dts: socfpga: Fix SD card detectDinh Nguyen1-1/+5
2014-10-23ARM: dts: socfpga: rename gpio nodesDinh Nguyen1-6/+6
2014-10-22ARM: at91/dt: sam9263: fix PLLB frequenciesBoris Brezillon1-2/+3
2014-10-21arm: socfpga: fix fetching cpu1start_addr for SMPDinh Nguyen4-15/+20
2014-10-21Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/workin...Linus Torvalds1-1/+1
2014-10-20ARM: defconfig: update multi_v7_defconfigCarlo Caione1-0/+1
2014-10-20ARM: zynq: DT: trivial: Fix mc nodeMichal Simek1-1/+1
2014-10-20ARM: zynq: DT: Add cadence watchdog nodeMichal Simek1-0/+11
2014-10-20ARM: zynq: DT: Add missing reference for memory-controllerMichal Simek1-1/+1
2014-10-20ARM: zynq: DT: Add missing reference for ADCMichal Simek1-1/+1
2014-10-20ARM: zynq: DT: Add missing address for L2 pl310Michal Simek1-1/+1
2014-10-20ARM: zynq: DT: Remove 222 MHz OPPSoren Brinkmann1-1/+0
2014-10-20ARM: zynq: DT: Fix GEM register area sizeSoren Brinkmann1-2/+2
2014-10-20Merge tag 'arm-soc-fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-7/+165
2014-10-20Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-2/+2
2014-10-20Merge tag 'qcom-dt-for-3.18-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson5-1/+120
2014-10-20Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson4-2/+22
2014-10-19Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-45/+235
2014-10-18Merge tag 'for-linus-20141015' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+2
2014-10-17ARM: dts: Explicitly set dr_mode on exynos5420-arndale-octaSjoerd Simons1-0/+4
2014-10-17ARM: dts: Explicitly set dr_mode on exynos Peach boardsSjoerd Simons3-2/+18
2014-10-16arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall1-0/+7
2014-10-16ARM: dts: qcom: add CM-QS600 boardMike Rapoport2-0/+60
2014-10-16ARM: dts: qcom: Add initial DTS file for Sony Xperia Z1 phoneTim Bird2-1/+19
2014-10-16ARM: dts: qcom: Add SATA support on IPQ8064/AP148Kumar Gala2-0/+41
2014-10-15arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abortSteve Capper1-1/+1
2014-10-15Merge tag 'samsung-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson1-0/+10
2014-10-15Merge tag 'samsung-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kg...Olof Johansson5-4/+8