summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-242-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-24386-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
| * | | arm: omap: irq: rename omap3_intc_regsFelipe Balbi2014-09-111-2/+2
| * | | arm: omap: irq: remove unnecessary base_addr argumentFelipe Balbi2014-09-111-7/+3
| * | | arm: omap: irq: switch over to intc_readl on omap_intc_handle_irqFelipe Balbi2014-09-111-6/+8
| * | | arm: omap: irq: remove unused macroFelipe Balbi2014-09-111-2/+0
| * | | arm: omap: irq: remove rest of irq_banks usageFelipe Balbi2014-09-111-81/+47
| * | | arm: omap: irq: add a global omap_nr_irqs variableFelipe Balbi2014-09-111-0/+3
| * | | arm: omap: irq: start to remove irq_banks arrayFelipe Balbi2014-09-111-37/+27
| * | | arm: omap: irq: define INTC_ILR0 registerFelipe Balbi2014-09-111-0/+1
| * | | arm: omap: irq: make omap_irq_base globalFelipe Balbi2014-09-111-1/+1
| * | | Merge branch 'omap-for-v3.18/fixes-not-urgent' into omap-for-v3.18/intc-v2Tony Lindgren2014-09-117-21/+21
| |\ \ \
| | * | | ARM: OMAP2+: make of_device_ids constUwe Kleine-König2014-09-117-9/+9
| | * | | ARM: omap2: make arrays containing machine compatible strings constUwe Kleine-König2014-09-111-12/+12
| * | | | ARM: dts: OMAP3+: Add PRM interruptNishanth Menon2014-09-094-0/+4
| * | | | ARM: omap: Remove stray ARCH_HAS_OPP referencesMark Brown2014-09-091-5/+0
| * | | | ARM: DRA7: Add hook in SoC initcalls to enable pm initializationRajendra Nayak2014-09-092-1/+4
| * | | | Merge branch 'pull/v3.18/for-omap-soc' of https://github.com/nmenon/linux-2.6...Tony Lindgren2014-09-0913-64/+275
| |\ \ \ \ | | |/ / / | |/| | |