summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ARM: AM33XX: Add missing .clkdm_name to clkdiv32k_ick clockVaibhav Hiremath2013-05-171-3/+23
| | * | | | | ARM: OMAP2+: Add missing CONFIG_ARCH_MULTI_V6=y to omap2plus_defconfigPaul Walmsley2013-05-161-0/+1
| | * | | | | ARM: OMAP: fix error return code in omap1_system_dma_init()Wei Yongjun2013-05-161-0/+1
| | * | | | | ARM: OMAP: fix __init section mismatch for _enable_preprogramjean-philippe francois2013-05-161-1/+1
| | * | | | | ARM: dts: Fix musb interrupt for device tree bootingTony Lindgren2013-05-161-1/+1
| | | |/ / / | | |/| | |
| * | | | | ARM: vt8500: Add missing NULL terminator in dt_compatSrinivas Kandagatla2013-05-211-0/+1
| * | | | | Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson2013-05-214-14/+11Star
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | ARM: at91: rm9200 fix time supportJean-Christophe PLAGNIOL-VILLARD2013-05-151-2/+5
| | * | | | ARM: at91: dts: request only spi cs-gpios used on sama5d3x cpu moduleLudovic Desroches2013-05-142-10/+4Star
| | * | | | ARM: at91/trivial: typo in GEM compatible stringNicolas Ferre2013-05-141-1/+1
| | * | | | ARM: at91/trivial: fix model name for SAM9X25-EKJean-Christophe PLAGNIOL-VILLARD2013-05-141-1/+1
| | |/ / /
| * | | | Merge tag 'fixes-3.10-1' of git://git.infradead.org/users/jcooper/linux into ...Olof Johansson2013-05-215-3/+7
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | ARM: mvebu: Add a ranges entry to translate devbus childsEzequiel Garcia2013-05-131-0/+3
| | * | ARM: plat-orion: add missing ehci include to common.hSebastian Hesselbarth2013-05-131-0/+1
| | * | Kirkwood: Enable PCIe port 1 on QNAP TS-11x/TS-21xMartin Michlmayr2013-05-131-1/+1
| | * | ARM: mvebu: do not duplicate the mpic aliasThomas Petazzoni2013-05-132-2/+2
| | |/
* | | Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-05-232-2/+0Star
|\ \ \
| * | | USB: remove remaining instances of USB_SUSPENDAlan Stern2013-05-152-2/+0Star
| | |/ | |/|
* | | ARM: smp: Drop RCU_NONIDLE usage in cpu_die()Stephen Boyd2013-05-211-1/+1
| |/ |/|
* | Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-182-10/+0Star
|\ \
| * | arch/arm/plat-samsung: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0Star
| * | arch/arm/mach-tegra: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0Star
| |/
* | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-154-9/+7Star
|\ \
| * | ARM: 7720/1: ARM v6/v7 cmpxchg64 shouldn't clear upper 32 bits of the old/new...Jaccon Bastiaansen2013-05-141-4/+4
| * | ARM: 7715/1: MCPM: adapt to GIC changes after upstream mergeNicolas Pitre2013-05-101-3/+0Star
| * | ARM: 7712/1: Remove trailing whitespace in arch/arm/MakefileDaniel Tang2013-05-071-1/+1
| * | ARM: 7711/1: dove: fix Dove cpu type from V7 to PJ4Sebastian Hesselbarth2013-05-071-1/+1
| * | ARM: finally enable IRQ time accounting configRussell King2013-05-041-0/+1
* | | Merge tag 'fixes-for-3.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-05-141-19/+14Star
|\ \ \ | |_|/ |/| |
| * | xen/arm: rename xen_secondary_init and run it on every online cpuStefano Stabellini2013-05-131-11/+4Star
| * | xen/arm: do not handle VCPUOP_register_vcpu_info failuresStefano Stabellini2013-05-131-7/+3Star
| * | xen/arm: initialize pm functions laterStefano Stabellini2013-05-131-1/+7
* | | ARM: exynos: dts: Fixed vbus-gpiosDoug Anderson2013-05-092-2/+2
* | | ARM: EXYNOS5: Fix kernel dump in AFTR idle modeInderpal Singh2013-05-092-3/+3
* | | Merge tag 'omap-for-v3.10/dt-fixes-for-merge-window' of git://git.kernel.org/...Olof Johansson2013-05-099-9/+35
|\ \ \
| * | | ARM: dts: don't assume boards are using twl4030 for omap3Jason Cooper2013-05-094-1/+3
| * | | ARM: dts: Configure and fix the McSPI pins for 4430sdpTony Lindgren2013-05-091-0/+12
| * | | ARM: dts: AM33XX: Add GPMC nodePhilip Avinash2013-05-091-0/+12
| * | | ARM: dts: OMAP4460: Fix CPU OPP voltagesNishanth Menon2013-05-091-3/+3
| * | | ARM: dts: OMAP36xx: Fix CPU OPP voltagesNishanth Menon2013-05-091-3/+3
| * | | ARM: dts: OMAP4: Fix ethernet IRQ for OMAP4 boardsJon Hunter2013-05-092-2/+2
* | | | Merge tag 'omap-for-v3.10/fixes-for-merge-window-part2' of git://git.kernel.o...Olof Johansson2013-05-099-42/+39Star
|\ \ \ \
| * | | | ARM: OMAP2+: Remove bogus IS_ERR_OR_NULL checking from id.cTony Lindgren2013-05-091-3/+2Star
| * | | | ARM: OMAP4+: omap2plus_defconfig: Enable audio via TWL6040 as modulePeter Ujfalusi2013-05-091-0/+2
| * | | | ARM: OMAP2: AM33XX: id: Add support for new AM335x PG2.1 SiVaibhav Hiremath2013-05-092-2/+7
| * | | | omap: mux: add AM/DM37x gpiosChristoph Fritz2013-05-091-1/+5
| * | | | Merge branch 'omap-gpmc-fixes-for-v3.10' of git://github.com/jonhunter/linux ...Tony Lindgren2013-05-091-26/+12Star
| |\ \ \ \
| | * | | | ARM: OMAP2+: only WARN if a GPMC child probe function failJavier Martinez Canillas2013-04-301-3/+2Star
| | * | | | ARM: OMAP2+: only search for GPMC DT child nodes on probeJavier Martinez Canillas2013-04-301-23/+10Star
| * | | | | ARM: OMAP1: DMA: fix error handling in omap1_system_dma_init()Wei Yongjun2013-05-091-4/+4