summaryrefslogtreecommitdiffstats
path: root/arch/arm/common
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-281-6/+6
|\
| * ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli2017-02-281-6/+6
* | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* arch/arm: add option to skip sync on DMA map and unmapAlexander Duyck2016-12-141-6/+10
* arm/bL_switcher: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-14/+20
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-10-061-177/+257
|\
| * ARM: sa1111: provide to_sa1111_device() macroRussell King2016-09-211-9/+9
| * ARM: sa1111: add sa1111_get_irq()Russell King2016-09-201-0/+8
| * ARM: sa1111: clean up duplication in IRQ chip implementationRussell King2016-09-201-141/+48
| * ARM: sa1111: implement a gpio_chip for SA1111 GPIOsRussell King2016-09-201-0/+166
| * ARM: sa1111: move irq cleanup to separate functionRussell King2016-09-201-14/+19
| * ARM: sa1111: use devm_clk_get()Russell King2016-09-201-10/+4
| * ARM: sa1111: use devm_kzalloc()Russell King2016-09-201-3/+1
| * ARM: sa1111: ensure we only touch RAB bus type devices when removingRussell King2016-09-201-0/+2
* | Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-031-13/+1
|\ \ | |/ |/|
| * miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan2016-08-311-13/+1
* | ARM: locomo: fix locomo irq handlingRussell King2016-09-121-3/+2
* | ARM: sa1111: fix missing clk_disable()Russell King2016-09-121-1/+3
* | ARM: sa1111: fix pcmcia suspend/resumeRussell King2016-09-121-9/+13
* | ARM: sa1111: fix pcmcia interrupt mask polarityRussell King2016-09-121-2/+2
* | ARM: sa1111: fix error code propagation in sa1111_probe()Russell King2016-09-121-1/+1
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-2/+2
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-03-191-1/+1
|\
| *---. Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King2016-03-041-1/+1
| |\ \ \
| | * | | ARM: 8523/1: sa1111: ensure no negative value gets returned on positive matchMarek Szyprowski2016-02-161-1/+1
| | |/ /
* | | | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-171-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | ARM: scoop: use gpiochip data pointerLinus Walleij2016-02-191-5/+5
| |/ /
* | | ARM: 8519/1: ICST: try other dividends than 1Linus Walleij2016-02-111-0/+1
* | | ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz()Linus Walleij2016-02-081-2/+6
|/ /
* | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-01-201-1/+1
|\ \
| * | ARM: use const and __initconst for smp_operationsMasahiro Yamada2015-12-011-1/+1
* | | ARM: scoop: Be sure to clamp return valueLinus Walleij2015-12-221-1/+1
|/ /
* | 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