summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-11-1228-404/+197
|\
| * Merge tag 'v3.12-rc6' into develLinus Walleij2013-10-1960-179/+378
| |\
| * \ Merge tag 'v3.12-rc4' into develLinus Walleij2013-10-16214-1124/+1866
| |\ \
| * | | ARM: gemini: delete <mach/gpio.h>Linus Walleij2013-10-013-22/+1
| * | | ARM: w90x900: delete <mach/gpio.h>Linus Walleij2013-10-011-30/+0
| * | | Merge branch 'ixp4-cleanup' into develLinus Walleij2013-09-276-104/+123
| |\ \ \
| | * | | ARM: ixp4xx: stop broadcasting the custom GPIO APILinus Walleij2013-09-272-39/+38
| | * | | ARM: ixp4: delete irq_to_gpioLinus Walleij2013-09-271-11/+0
| | * | | ARM: ixp4xx: convert remaining users to use gpiolibLinus Walleij2013-09-274-54/+85
| * | | | Merge branch 'pxa-cleanup' into develLinus Walleij2013-09-273-42/+0
| |\ \ \ \
| | * | | | ARM: pxa: delete the custom GPIO headerLinus Walleij2013-09-272-33/+0
| | * | | | ARM: mmp: delete the custom GPIO headerLinus Walleij2013-09-272-9/+0
| | |/ / /
| * | | | ARM: plat-iop: pass physical base for GPIOLinus Walleij2013-09-203-3/+3
| * | | | ARM: plat-iop: instantiate GPIO from platform deviceLinus Walleij2013-09-2015-57/+34
| * | | | ARM: plat-iop: remove custom complex GPIO implementationLinus Walleij2013-09-202-46/+0
| * | | | ARM: iop32x: read N2100 power key using gpiolibLinus Walleij2013-09-201-6/+15
| * | | | ARM: iop32x: request and issue reset using gpioLinus Walleij2013-09-201-2/+22
| * | | | ARM: plat-iop: move the GPIO driver to drivers/gpioLinus Walleij2013-09-203-95/+2
| |/ / /
* | | | Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-128-144/+104
|\ \ \ \
| * \ \ \ Merge tag 'v3.12-rc4' into develLinus Walleij2013-10-08214-1124/+1866
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | pinctrl: sirf: add USB1/UART1 pinmux usb/uart shareRong Wang2013-10-082-0/+24
| * | | | pinctrl: sirf: add lost USP-based UART pin groups for prima2Qipan Li2013-10-081-0/+24
| * | | | pinctrl: sirf: add lost uart0-no-stream-control pingroup for prima2Qipan Li2013-10-081-0/+6
| * | | | blackfin: pinctrl-adi2: Enable PINCTRL framework for BF54x and BF60x.Sonic Zhang2013-09-234-6/+21
| * | | | blackfin: gpio: Remove none gpio lib code.Sonic Zhang2013-09-193-138/+29
| | |/ / | |/| |
* | | | Merge tag 'regulator-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-121-12/+0
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'regulator/topic/alias' into regulator-nextMark Brown2013-10-241-12/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | mfd: arizona: Specify supply mappings for Arizona CODECsCharles Keepax2013-10-231-12/+0
| | |/ /
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-12156-2106/+4014
|\ \ \ \
| * | | | powerpc: Fix fatal SLB miss when restoring PPRBenjamin Herrenschmidt2013-11-062-8/+9
| * | | | powerpc/powernv: Reserve the correct PE numberGavin Shan2013-11-063-16/+17
| * | | | powerpc/powernv: Add PE to its own PELTVGavin Shan2013-11-061-1/+11
| * | | | powerpc/powernv: Add support for indirect XSCOM via debugfsBenjamin Herrenschmidt2013-11-061-0/+23
| * | | | powerpc/scom: Improve debugfs interfaceBenjamin Herrenschmidt2013-11-061-55/+81
| * | | | powerpc/scom: Enable 64-bit addressesBenjamin Herrenschmidt2013-11-063-9/+9
| * | | | powerpc/boot: Properly handle the base "of" boot wrapperBenjamin Herrenschmidt2013-11-051-0/+4
| * | | | Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2013-11-044-18/+10
| |\ \ \ \
| | * | | | powerpc/mpc512x: remove unnecessary #ifBrian Norris2013-10-302-17/+7
| | * | | | powerpc/52xx: fix build breakage for MPC5200 LPBFIFO moduleAnatolij Gustschin2013-10-301-1/+1
| | * | | | Kind of revert "powerpc: 52xx: provide a default in mpc52xx_irqhost_map()"Wolfram Sang2013-10-301-3/+2
| | * | | | powerpc/mpc512x: silence build warning upon disabled DIUGerhard Sittig2013-10-301-0/+3
| * | | | | powerpc/bpf: Support MOD operationVladimir Murzin2013-10-312-0/+21
| * | | | | powerpc/bpf: Fix DIVWU instruction opcodeVladimir Murzin2013-10-311-1/+1
| * | | | | of: Move definition of of_find_next_cache_node into common code.Sudeep KarkadaNagesha2013-10-312-34/+0
| * | | | | powerpc: Remove big endianness assumption in of_find_next_cache_nodeSudeep KarkadaNagesha2013-10-311-1/+1
| * | | | | powerpc/tm: Remove interrupt disable in __switch_to()Michael Neuling2013-10-311-5/+2
| * | | | | powerpc: word-at-a-time optimization for 64-bit Little EndianPhilippe Bergheaud2013-10-311-25/+32
| * | | | | powerpc/bpf: BPF JIT compiler for 64-bit Little EndianPhilippe Bergheaud2013-10-314-16/+21
| * | | | | powerpc: Only save/restore SDR1 if in hypervisor modeDan Streetman2013-10-311-0/+4
| * | | | | powerpc/nvram: Fix endian issue when using the partition lengthCedric Le Goater2013-10-311-2/+8