summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* pinctrl/u300/coh901: stop spawning pinctrl from GPIOLinus Walleij2012-11-211-1/+1
* Merge branch 'nomadik' into develLinus Walleij2012-11-1111-291/+17Star
|\
| * ARM: ux500: add PRCM register base for pinctrlJonas Aaberg2012-11-082-2/+8
| * pinctrl/nomadik: merge old pincfg headerLinus Walleij2012-10-285-177/+0Star
| * pinctrl/nomadik: move the platform data headerLinus Walleij2012-10-289-118/+9Star
| * ARM: plat-nomadik: move NMK_GPIO_PER_CHIP into gpio-nomadik.hPatrice Chotard2012-10-281-0/+3
| * ARM: plat-nomadik: Introduce new DB8540 GPIO registersMaxime Coquelin2012-10-281-0/+3
* | Merge branch 'at91' into develLinus Walleij2012-11-1134-446/+1110
|\ \
| * \ 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/+7Star
| | * | 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
* | | | ARM: SPEAr: Add plgpio node in device tree dtsi filesViresh Kumar2012-11-117-2/+108
* | | | pinctrl/coh901: use irqdomain, allocate irqdescsLinus Walleij2012-11-112-11/+0Star
* | | | ARM: U300: bump IRQs to offset 32Linus Walleij2012-11-112-59/+59
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-11-1034-84/+280
|\ \ \ \
| * | | | sparc64: Fix build with mix of modular vs. non-modular crypto drivers.David S. Miller2012-11-109-8/+24
| * | | | sparc: Support atomic64_dec_if_positive properly.David S. Miller2012-11-104-2/+20
| * | | | of/address: sparc: Declare of_address_to_resource() as an extern function for...Andreas Larsson2012-11-101-0/+5
| * | | | sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irqAndreas Larsson2012-11-101-2/+4
| * | | | sparc: Wire up sys_kcmp.David S. Miller2012-10-283-3/+5
| * | | | sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller2012-10-285-10/+55
| * | | | sparc64: Use pause instruction when available.David S. Miller2012-10-285-16/+62
| * | | | sparc64: Fix cpu strand yielding.David S. Miller2012-10-282-2/+8
| * | | | sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller2012-10-2713-61/+117
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2012-11-1010-41/+14Star
|\ \ \ \ \
| * | | | | arm64: mm: fix booting on systems with no memory below 4GBWill Deacon2012-11-082-1/+3
| * | | | | arm64: smp: add missing completion for secondary bootWill Deacon2012-11-081-2/+1Star
| * | | | | arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSIONWill Deacon2012-11-082-1/+1
| * | | | | arm64: elf: fix core dumping definitions for GP and FP registersWill Deacon2012-11-083-25/+3Star
| * | | | | arm64: perf: use architected event for CPU cycle counterWill Deacon2012-11-081-8/+2Star
| * | | | | Merge tag 'v3.7-rc4' into upstream-masterCatalin Marinas2012-11-05165-1244/+1652
| |\ \ \ \ \
| * | | | | | arm64: Move PCI_IOBASE closer to MODULES_VADDRCatalin Marinas2012-10-231-1/+1
| * | | | | | arm64: Use pgprot_t as the last argument when invoking __ioremap()Catalin Marinas2012-10-231-3/+3
* | | | | | | Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-11-102-14/+18
|\ \ \ \ \ \ \
| * | | | | | | xen/arm: Fix compile errors when drivers are compiled as modules (export more).Stefano Stabellini2012-11-091-0/+6
| * | | | | | | xen/arm: Fix compile errors when drivers are compiled as modules.Konrad Rzeszutek Wilk2012-11-071-0/+5
| * | | | | | | xen/hypercall: fix hypercall fallback code for very old hypervisorsJan Beulich2012-11-041-14/+7Star
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-11-095-16/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/sclp: fix addressing mode clobberHeiko Carstens2012-11-061-1/+7
| * | | | | | | | s390: Move css limits from drivers/s390/cio/ to include/asm/.Cornelia Huck2012-11-061-0/+2