| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: locomo: fix locomo irq handling | Russell King | 2016-09-12 | 1 | -3/+2 |
* | ARM: sa1111: fix missing clk_disable() | Russell King | 2016-09-12 | 1 | -1/+3 |
* | ARM: sa1111: fix pcmcia suspend/resume | Russell King | 2016-09-12 | 1 | -9/+13 |
* | ARM: sa1111: fix pcmcia interrupt mask polarity | Russell King | 2016-09-12 | 1 | -2/+2 |
* | ARM: sa1111: fix error code propagation in sa1111_probe() | Russell King | 2016-09-12 | 1 | -1/+1 |
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-03-20 | 1 | -1/+1 |
|\ |
|
| *---. | Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-next | Russell King | 2016-03-05 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | ARM: 8523/1: sa1111: ensure no negative value gets returned on positive match | Marek Szyprowski | 2016-02-16 | 1 | -1/+1 |
| | |/ / |
|
* | | | | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2016-03-18 | 1 | -5/+5 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | ARM: scoop: use gpiochip data pointer | Linus Walleij | 2016-02-19 | 1 | -5/+5 |
| |/ / |
|
* | | | ARM: 8519/1: ICST: try other dividends than 1 | Linus Walleij | 2016-02-11 | 1 | -0/+1 |
* | | | ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz() | Linus Walleij | 2016-02-08 | 1 | -2/+6 |
|/ / |
|
* | | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2016-01-21 | 1 | -1/+1 |
|\ \ |
|
| * | | ARM: use const and __initconst for smp_operations | Masahiro Yamada | 2015-12-01 | 1 | -1/+1 |
* | | | ARM: scoop: Be sure to clamp return value | Linus Walleij | 2015-12-22 | 1 | -1/+1 |
|/ / |
|
* | | Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2015-11-10 | 3 | -1880/+0 |
|\ \
| |/
|/| |
|
| * | ARM/dmaengine: edma: Merge the two drivers under drivers/dma/ | Peter Ujfalusi | 2015-10-14 | 3 | -1435/+0 |
| * | ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers | Peter Ujfalusi | 2015-10-14 | 1 | -17/+5 |
| * | ARM/dmaengine: edma: Public API to use private struct pointer | Peter Ujfalusi | 2015-10-14 | 1 | -156/+149 |
| * | ARM: common: edma: Internal API to use pointer to 'struct edma' | Peter Ujfalusi | 2015-10-14 | 1 | -203/+197 |
| * | ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver | Peter Ujfalusi | 2015-10-14 | 1 | -10/+0 |
| * | ARM: davinci/common: Convert edma driver to handle one eDMA instance per driver | Peter Ujfalusi | 2015-10-14 | 1 | -196/+160 |
| * | ARM: common: edma: Remove unused functions | Peter Ujfalusi | 2015-10-14 | 1 | -376/+0 |
| * | ARM: common: edma: Fix channel parameter for irq callbacks | Peter Ujfalusi | 2015-10-14 | 1 | -2/+4 |
* | | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 3 | -6/+4 |
|/ |
|
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-09-04 | 1 | -8/+4 |
|\ |
|
| * | ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggable | Stephen Boyd | 2015-07-31 | 1 | -8/+4 |
* | | Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git... | Olof Johansson | 2015-08-05 | 2 | -6/+8 |
|\ \ |
|
| * | | ARM/sa1111: Prepare sa1111_irq_handler for irq argument removal | Thomas Gleixner | 2015-07-13 | 1 | -1/+2 |
| * | | ARM/locomo: Prepare locomo_handler for irq argument removal | Thomas Gleixner | 2015-07-13 | 1 | -1/+3 |
| * | | ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 2015-07-13 | 2 | -2/+2 |
| * | | ARM/locomo: Consolidate chained IRQ handler install/remove | Thomas Gleixner | 2015-07-13 | 1 | -2/+1 |
| |/ |
|
* / | ARM: kill off set_irq_flags usage | Rob Herring | 2015-07-28 | 3 | -4/+4 |
|/ |
|
* | Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2015-06-27 | 1 | -0/+3 |
|\ |
|
| * | ARM: common: edma: clear completion interrupts on stop | John Ogness | 2015-05-06 | 1 | -0/+3 |
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-06-26 | 4 | -461/+127 |
|\ \ |
|
| * \ | Merge branch 'devel-stable' into for-next | Russell King | 2015-06-12 | 1 | -155/+126 |
| |\ \ |
|
| | * | | ARM: MCPM: remove residency argument from mcpm_cpu_suspend() | Nicolas Pitre | 2015-05-06 | 1 | -1/+1 |
| | * | | ARM: MCPM: add references to the available documentation in the code | Nicolas Pitre | 2015-05-06 | 1 | -0/+5 |
| | * | | ARM: MCPM: make internal helpers private to the core code | Nicolas Pitre | 2015-05-06 | 1 | -114/+115 |
| | * | | ARM: MCPM: remove backward compatibility code | Nicolas Pitre | 2015-05-06 | 1 | -40/+5 |
| | |/ |
|
| * | | Merge branch 'bsym' into for-next | Russell King | 2015-06-12 | 1 | -1/+1 |
| |\ \ |
|
| | * | | ARM: replace BSYM() with badr assembly macro | Russell King | 2015-05-08 | 1 | -1/+1 |
| | |/ |
|
| * | | ARM: 8366/1: move Dual-Timer SP804 driver to drivers/clocksource | Sudeep Holla | 2015-06-02 | 2 | -310/+0 |
| * | | ARM: 8365/1: introduce sp804_timer_disable and remove arm_timer.h inclusion | Sudeep Holla | 2015-06-02 | 1 | -0/+5 |
| |/ |
|
* / | ARM: sa1100: convert SA11x0 related code to use new chained handler helper | Russell King | 2015-06-18 | 1 | -4/+3 |
|/ |
|
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 2015-04-22 | 1 | -32/+170 |
|\ |
|
| * | ARM: MCPM: move the algorithmic complexity to the core code | Nicolas Pitre | 2015-04-03 | 1 | -32/+170 |
* | | arm/bL_switcher: Kill tick suspend hackery | Thomas Gleixner | 2015-04-01 | 1 | -14/+2 |