summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bus: arm-ccn: Fix spurious warning messagePawel Moll2014-10-081-1/+4
* leds: add device tree bindings for register bit LEDsLinus Walleij2014-09-261-0/+99
* soc: add driver for the ARM RealViewLinus Walleij2014-09-265-0/+157
* power: reset: driver for the Versatile syscon rebootLinus Walleij2014-09-263-0/+121
* leds: add a driver for syscon-based LEDsLinus Walleij2014-09-263-0/+177
* Merge tag 'intc-part2-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2014-09-2512-61/+101
|\
| * irqchip: omap-intc: remove unnecessary commentsFelipe Balbi2014-09-161-9/+0
| * irqchip: omap-intc: correct maximum number or MIR registersFelipe Balbi2014-09-161-1/+1
| * irqchip: omap-intc: enable TURBO idle modeFelipe Balbi2014-09-161-0/+5
| * irqchip: omap-intc: enable IP protectionFelipe Balbi2014-09-161-2/+20
| * irqchip: omap-intc: remove unnecesary of_address_to_resource() callFelipe Balbi2014-09-161-6/+0
| * irqchip: omap-intc: comment style cleanupFelipe Balbi2014-09-161-2/+4
| * irqchip: omap-intc: minor improvement to omap_irq_pending()Felipe Balbi2014-09-161-4/+3
| * arm: omap: irq: move irq.c to drivers/irqchip/Felipe Balbi2014-09-165-6/+13
| * irqchip: add irq-omap-intc.h headerFelipe Balbi2014-09-162-9/+33
| * arm: omap2: n8x0: move i2c devices to DTFelipe Balbi2014-09-165-23/+23
* | Merge tag 'sunxi-drivers-for-3.18' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2014-09-254-1/+473
|\ \
| * | rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtcChen-Yu Tsai2014-09-191-1/+1
| * | rtc: sun6i: Add sun6i RTC driverChen-Yu Tsai2014-09-194-0/+472
* | | drivers/soc: ti: fix build break with modulesOlof Johansson2014-09-241-1/+1
* | | Merge tag 'drivers-soc-ti-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2014-09-2414-0/+4265
|\ \ \
| * | | MAINTAINERS: Add Keystone Multicore Navigator drivers entrySantosh Shilimkar2014-09-241-0/+9
| * | | soc: ti: add Keystone Navigator DMA supportSantosh Shilimkar2014-09-244-0/+1001
| * | | Documentation: dt: soc: add Keystone Navigator DMA bindingsSantosh Shilimkar2014-09-241-0/+111
| * | | soc: ti: add Keystone Navigator QMSS driverSandeep Nair2014-09-249-0/+2912
| * | | Documentation: dt: soc: add Keystone Navigator QMSS bindingsSandeep Nair2014-09-241-0/+232
| |/ /
* | | Merge tag 'mailbox-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2014-09-232-24/+240
|\ \ \
| * | | mailbox/omap: add support for parsing dt devicesSuman Anna2014-09-111-24/+132
| * | | Documentation: dt: add omap mailbox bindingsSuman Anna2014-09-111-0/+108
* | | | Merge tag 'intc-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Olof Johansson2014-09-23386-2088/+3346
|\ \ \ \ | | |_|/ | |/| |
| * | | arm: omap: intc: switch over to linear irq domainFelipe Balbi2014-09-111-9/+79
| * | | arm: omap: irq: get rid of ifdef hackFelipe Balbi2014-09-111-15/+7
| * | | arm: omap: irq: introduce omap_nr_pendingFelipe Balbi2014-09-111-1/+8
| * | | arm: omap: irq: remove nr_irqs argumentFelipe Balbi2014-09-111-12/+13
| * | | arm: omap: irq: remove unnecessary headerFelipe Balbi2014-09-111-1/+0
| * | | arm: omap: irq: drop omap2_intc_handle_irq()Felipe Balbi2014-09-112-11/+6
| * | | arm: omap: irq: drop omap3_intc_handle_irq()Felipe Balbi2014-09-1116-22/+0
| * | | arm: omap: irq: call set_handle_irq() from .init_irqFelipe Balbi2014-09-111-0/+3
| * | | arm: omap: irq: move some more code aroundFelipe Balbi2014-09-111-15/+15
| * | | arm: boot: dts: omap2/3/am33xx: drop ti,intc-sizeFelipe Balbi2014-09-113-3/+0
| * | | arm: omap: irq: drop ti,intc-size supportFelipe Balbi2014-09-111-3/+0
| * | | arm: boot: dts: am33xx/omap3: fix intc compatible flagFelipe Balbi2014-09-112-2/+2
| * | | arm: omap: irq: use compatible flag to figure out number of IRQ linesFelipe Balbi2014-09-111-0/+3
| * | | arm: omap: irq: add specific compatibles for omap3 and am33xx devicesFelipe Balbi2014-09-111-1/+3
| * | | arm: omap: irq: drop .handle_irq and .init_irq fieldsFelipe Balbi2014-09-113-20/+0
| * | | arm: omap: irq: use IRQCHIP_DECLARE macroFelipe Balbi2014-09-111-5/+3
| * | | arm: omap: irq: call set_handle_irq() from intc_of_initFelipe Balbi2014-09-111-0/+2
| * | | arm: omap: irq: make intc_of_init staticFelipe Balbi2014-09-112-11/+1
| * | | arm: omap: irq: reorganize code a little bitFelipe Balbi2014-09-111-67/+66
| * | | arm: omap: irq: always define omap3 supportFelipe Balbi2014-09-111-2/+0
OpenPOWER on IntegriCloud