summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'intc-part2-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2014-09-259-427/+26
|\
| * arm: omap: irq: move irq.c to drivers/irqchip/Felipe Balbi2014-09-163-395/+2
| * irqchip: add irq-omap-intc.h headerFelipe Balbi2014-09-161-9/+1
| * arm: omap2: n8x0: move i2c devices to DTFelipe Balbi2014-09-165-23/+23
* | Merge tag 'intc-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Olof Johansson2014-09-23143-1113/+1411
|\|
| * 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-084-0/+4
| * | ARM: omap: Remove stray ARCH_HAS_OPP referencesMark Brown2014-09-081-5/+0
| * | ARM: DRA7: Add hook in SoC initcalls to enable pm initializationRajendra Nayak2014-09-082-1/+4
| * | Merge branch 'pull/v3.18/for-omap-soc' of https://github.com/nmenon/linux-2.6...Tony Lindgren2014-09-0813-64/+275
| |\ \ | | |/ | |/|
| | * ARM: OMAP5: Add hook in SoC initcalls to enable pm initializationSantosh Shilimkar2014-09-082-1/+4
| | * ARM: OMAP5 / DRA7: Enable CPU RET on suspendRajendra Nayak2014-09-084-3/+17
| | * ARM: OMAP5 / DRA7: PM: Provide a dummy startup function for CPU hotplugSantosh Shilimkar2014-09-081-6/+8
| | * ARM: OMAP5 / DRA7: PM: Avoid all SAR savesRajendra Nayak2014-09-081-21/+34
| | * ARM: OMAP5 / DRA7: PM: Enable Mercury retention mode on CPUx powerdomainsSantosh Shilimkar2014-09-081-0/+16
| | * ARM: OMAP5 / DRA7: PM / wakeupgen: Enables ES2 PM mode by defaultSantosh Shilimkar2014-09-083-0/+19
| | * ARM: OMAP5 / DRA7: PM: Set MPUSS-EMIF clock-domain static dependencySantosh Shilimkar2014-09-081-3/+33
| | * ARM: OMAP5 / DRA7: PM: Update CPU context register offsetSantosh Shilimkar2014-09-081-4/+9
| | * ARM: AM437x: use pdata quirks for pinctrl informationKeerthy2014-09-081-0/+3