aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-10-181-9/+13
|\
| * ARM: sa1111: fix pcmcia suspend/resumeRussell King2016-10-071-9/+13
* | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-02-291-2/+7
|\|
| * ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz()Linus Walleij2016-02-251-2/+6
| * ARM: 8519/1: ICST: try other dividends than 1Linus Walleij2016-02-251-0/+1
* | fiq_debugger: move into drivers/staging/android/fiq_debugger/Colin Cross2016-02-164-1517/+0
* | ARM: fiq_glue: Add custom fiq return handler api.Arve Hjønnevåg2016-02-162-12/+66
* | ARM: fiq_debugger: Update tty code for 3.9Arve Hjønnevåg2016-02-161-29/+34
* | ARM: fiq_debugger: Use kmsg_dumper to dump kernel logsArve Hjønnevåg2016-02-161-30/+10
* | ARM: fiq_debugger: Fix to compile on 3.7Arve Hjønnevåg2016-02-161-3/+4
* | ARM: fiq_debugger: fix uninitialised spin_lock.Mars2016-02-161-0/+1
* | ARM: fiq_debugger: lock between tty and console writesColin Cross2016-02-161-3/+11
* | ARM: fiq_debugger: add process context reboot commandColin Cross2016-02-161-5/+62
* | ARM: fiq_debugger: fix multiple consoles and make it a preferred consoleColin Cross2016-02-161-28/+83
* | ARM: fiq_debugger: add support for kgdbColin Cross2016-02-161-1/+72
* | ARM: fiq_debugger: add debug_putcColin Cross2016-02-161-11/+16
* | ARM: fiq_debugger: add support for reboot commandsColin Cross2016-02-161-2/+11
* | ARM: fiq_debugger: fix compiling for v3.3Colin Cross2016-02-161-14/+2
* | ARM: Add generic fiq serial debuggerIliyan Malchev2016-02-164-0/+1337
* | ARM: Add fiq_glueArve Hjønnevåg2016-02-164-0/+216
|/
* Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-11-103-1880/+0
|\
| * ARM/dmaengine: edma: Merge the two drivers under drivers/dma/Peter Ujfalusi2015-10-143-1435/+0
| * ARM/dmaengine: edma: Remove limitation on the number of eDMA controllersPeter Ujfalusi2015-10-141-17/+5
| * ARM/dmaengine: edma: Public API to use private struct pointerPeter Ujfalusi2015-10-141-156/+149
| * ARM: common: edma: Internal API to use pointer to 'struct edma'Peter Ujfalusi2015-10-141-203/+197
| * ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driverPeter Ujfalusi2015-10-141-10/+0
| * ARM: davinci/common: Convert edma driver to handle one eDMA instance per driverPeter Ujfalusi2015-10-141-196/+160
| * ARM: common: edma: Remove unused functionsPeter Ujfalusi2015-10-141-376/+0
| * ARM: common: edma: Fix channel parameter for irq callbacksPeter Ujfalusi2015-10-141-2/+4
* | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-163-6/+4
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-031-8/+4
|\
| * ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggableStephen Boyd2015-07-311-8/+4
* | Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2015-08-052-6/+8
|\ \
| * | ARM/sa1111: Prepare sa1111_irq_handler for irq argument removalThomas Gleixner2015-07-131-1/+2
| * | ARM/locomo: Prepare locomo_handler for irq argument removalThomas Gleixner2015-07-131-1/+3
| * | ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-132-2/+2
| * | ARM/locomo: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-131-2/+1
| |/
* / ARM: kill off set_irq_flags usageRob Herring2015-07-283-4/+4
|/
* Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-261-0/+3
|\
| * ARM: common: edma: clear completion interrupts on stopJohn Ogness2015-05-061-0/+3
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-264-461/+127
|\ \
| * \ Merge branch 'devel-stable' into for-nextRussell King2015-06-121-155/+126
| |\ \
| | * | ARM: MCPM: remove residency argument from mcpm_cpu_suspend()Nicolas Pitre2015-05-061-1/+1
| | * | ARM: MCPM: add references to the available documentation in the codeNicolas Pitre2015-05-061-0/+5
| | * | ARM: MCPM: make internal helpers private to the core codeNicolas Pitre2015-05-061-114/+115
| | * | ARM: MCPM: remove backward compatibility codeNicolas Pitre2015-05-061-40/+5
| | |/
| * | Merge branch 'bsym' into for-nextRussell King2015-06-121-1/+1
| |\ \
| | * | ARM: replace BSYM() with badr assembly macroRussell King2015-05-081-1/+1
| | |/
| * | ARM: 8366/1: move Dual-Timer SP804 driver to drivers/clocksourceSudeep Holla2015-06-022-310/+0
| * | ARM: 8365/1: introduce sp804_timer_disable and remove arm_timer.h inclusionSudeep Holla2015-06-021-0/+5
| |/