summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: AT91: Fix build failure on board-dtJoachim Eastwood2012-11-191-0/+1
* ARM: at91: add Ronetix pm9g45 board supportJean-Christophe PLAGNIOL-VILLARD2012-11-192-0/+145
* ARM: at91: dt: at91sam9260: split rts and cts pinctrl notJean-Christophe PLAGNIOL-VILLARD2012-11-198-57/+136
* ARM: at91: fix usart/uart namimg in pinctrlJean-Christophe PLAGNIOL-VILLARD2012-11-198-100/+100
* ARM: at91sam9: add macb pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-11-195-0/+153
* Merge branch 'j/pinctrl' of http://github.com/at91linux/linux-at91 into at91Linus Walleij2012-10-1534-446/+1110
|\
| * arm: at91: dt: at91sam9 add nand pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-10-135-0/+50
| * arm: at91: dt: sam9g20ek: use rts/cts/dtr/dsr/dcd/ri pinctrl group for uart0Jean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+6
| * arm: at91: dt: sam9263ek: use rts/cts pinctrl group for uart0Jean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+1
| * arm: at91: dt: sam9m10g45ek: use rts/cts pinctrl group for uart1Jean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+1
| * arm: at91: dt: at91sam9 add serial pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-10-1317-72/+703
| * arm: at91: dt: at91sam9 add pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-10-1312-21/+79
| * ARM: at91: add pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-10-133-162/+7
| * ARM: at91: add dummies pinctrl for non dt platformJean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+3
| * arm: at91: at91sam9x5: fix gpio number per bankJean-Christophe PLAGNIOL-VILLARD2012-10-132-11/+24
| * at91: regroup gpio and pinctrl under the same rangesJean-Christophe PLAGNIOL-VILLARD2012-10-135-191/+225
| * ARM: at91: gpio: implement requestJean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+12
| * arm: at91: use macro to declare soc boot dataJean-Christophe PLAGNIOL-VILLARD2012-10-139-17/+27
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-142-6/+4
|\ \
| * | Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-282-6/+4
* | | Merge branch 'late-for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-1363-1722/+1800
|\ \ \ | |_|/ |/| |
| * | Merge branch 'config' into late-for-linusRussell King2012-10-1339-795/+793
| |\ \
| | * | ARM: config: make sure that platforms are ordered by option stringRussell King2012-10-131-38/+38
| | * | ARM: config: sort select statements alphanumericallyRussell King2012-10-1339-767/+765
| * | | UAPI: (Scripted) Disintegrate arch/arm/include/asmDavid Howells2012-10-1224-926/+1006
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-134-29/+7
|\ \ \ | |/ / |/| |
| * | arm: switch to saner kernel_execve() semanticsAl Viro2012-10-124-29/+7
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-1213-69/+473
|\ \ \
| * \ \ Merge branch 'staging/for_v3.7' into v4l_for_linusMauro Carvalho Chehab2012-10-1113-69/+473
| |\ \ \
| | * \ \ Merge branch 'samsung_platform_data' into staging/for_v3.7Mauro Carvalho Chehab2012-10-05294-3853/+461
| | |\ \ \
| | * | | | [media] ARM: EXYNOS: Change MIPI-CSIS device regulator supply namesSylwester Nawrocki2012-10-053-6/+6
| | * | | | [media] ARM: samsung: Change __s5p_mipi_phy_control() function signatureSylwester Nawrocki2012-10-051-13/+7
| | * | | | [media] ARM: samsung: Remove unused fields from FIMC and CSIS platform dataSylwester Nawrocki2012-10-052-6/+0
| | * | | | [media] media: davinci: vpif: display: separate out subdev from outputLad, Prabhakar2012-10-052-11/+66
| | * | | | [media] davinci: move struct vpif_interface to chan_cfgHans Verkuil2012-10-052-24/+24
| | * | | | [media] vpif_capture: move routing info from subdev to inputHans Verkuil2012-10-052-8/+12
| | * | | | [media] vpif_capture: remove unnecessary can_route flagHans Verkuil2012-10-052-4/+0
| | * | | | [media] ARM: davinci: da850 evm: Add EVM specific code for VPIF to workManjunath Hadli2012-10-052-0/+163
| | * | | | [media] ARM: davinci: da850: Add SoC related definitions for VPIFManjunath Hadli2012-10-054-0/+206
| | * | | | [media] davinci: vpbe: replace V4L2_OUT_CAP_CUSTOM_TIMINGS with V4L2_OUT_CAP_...Lad, Prabhakar2012-10-051-1/+1
| | * | | | [media] dm644x: replace the obsolete preset API by the timings APIHans Verkuil2012-10-052-20/+12
* | | | | | Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-122-0/+8
|\ \ \ \ \ \
| * | | | | | pinctrl/nomadik: support other alternate-C functionsJean-Nicolas Graux2012-10-102-0/+8
* | | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-1240-22/+602
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'fixes' into for-linusRussell King2012-10-111557-63183/+36248
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: vfp: fix saving d16-d31 vfp registers on v6+ kernelsRussell King2012-10-091-2/+2
| * | | | | | | | ARM: 7549/1: HYP: fix boot on some ARM1136 coresMarc Zyngier2012-10-091-4/+5
| * | | | | | | | Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2012-09-3014-26/+652
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: virt: arch_timers: enable access to physical timersMarc Zyngier2012-09-191-0/+13
| | * | | | | | | | ARM: virt: Add CONFIG_ARM_VIRT_EXT optionDave Martin2012-09-191-0/+17
OpenPOWER on IntegriCloud