summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-1523-287/+2137
|\
| * irqchip/irq-alpine-msi: Release the correct domain on errorDan Carpenter2016-03-111-1/+1
| * irqchip/mxs: Fix error check of of_io_request_and_map()Vladimir Zapolskiy2016-03-101-1/+1
| * irqchip/sunxi-nmi: Fix error check of of_io_request_and_map()Vladimir Zapolskiy2016-03-101-2/+2
| * irqchip/gic/realview: Support more RealView DCC variantsLinus Walleij2016-03-091-6/+38
| * irqchip: Add the Alpine MSIX interrupt controllerAntoine Tenart2016-03-093-0/+300
| * irqchip/gic-v3: Always return IRQ_SET_MASK_OK_DONE in gic_set_affinityAntoine Tenart2016-03-091-1/+1
| * irqchip/gic-v3-its: Mark its_init() and its children as __initTomasz Nowicki2016-03-091-3/+4
| * irqchip/gic-v3: Remove gic_root_node variable from the ITS codeHanjun Guo2016-03-091-3/+0
| * irqchip/gic-v3: ACPI: Add redistributor support via GICC structuresTomasz Nowicki2016-03-091-13/+101
| * irqchip/gic-v3: Add ACPI support for GICv3/4 initializationTomasz Nowicki2016-03-091-0/+137
| * irqchip/gic-v3: Refactor gic_of_init() for GICv3 driverTomasz Nowicki2016-03-091-52/+78
| * Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar2016-03-08465-4111/+6055
| |\
| * | irqchip/mips-gic: Add new DT property to reserve IPIsQais Yousef2016-02-251-2/+10
| * | MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef2016-02-252-81/+6
| * | irqchip/mips-gic: Clear percpu_masks correctly when mappingQais Yousef2016-02-251-0/+3
| * | irqchip/mips-gic: Use gic_vpes instead of NR_CPUSQais Yousef2016-02-251-3/+3
| * | irqchip/mips-gic: Add device hierarchy domainQais Yousef2016-02-251-20/+83
| * | irqchip/mips-gic: Add a IPI hierarchy domainQais Yousef2016-02-252-5/+180
| * | Merge tag 'irqchip-core-4.6-2' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2016-02-218-14/+769
| |\ \
| | * \ Merge branch 'irqchip/mvebu' into irqchip/coreJason Cooper2016-02-215-14/+243
| | |\ \
| | | * | irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity methodMarc Zyngier2016-02-193-27/+3
| | | * | irqchip/mvebu-odmi: Add new driver for platform MSI on Marvell 7K/8KThomas Petazzoni2016-02-193-0/+253
| | * | | Merge branch 'irqchip/mips' into irqchip/coreJason Cooper2016-02-213-0/+288
| | |\ \ \
| | | * | | irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/Alban Bedel2016-02-172-0/+98
| | | * | | irqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/Alban Bedel2016-02-172-0/+190
| | * | | | Merge branch 'irqchip/tango' into irqchip/coreJason Cooper2016-02-213-0/+238
| | |\ \ \ \
| | | * | | | irqchip/tango: Add support for Sigma Designs SMP86xx/SMP87xx interrupt contro...Mans Rullgard2016-02-183-0/+238
| | | |/ / /
| * | | | | Merge tag 'irqchip-core-4.6' of git://git.infradead.org/users/jcooper/linux i...Thomas Gleixner2016-02-215-93/+74
| |\| | | |
| | * | | | irqchip/ts4800: Make ts4800_ic_ops static constAxel Lin2016-02-181-1/+1
| | * | | | irqchip/bcm2836: Drop extra memory barrier in SMP boot.Eric Anholt2016-02-181-1/+0
| | * | | | irqchip/ts4800: Add hardware dependencyJean Delvare2016-02-181-0/+1
| | | |/ / | | |/| |
| | * | | irqchip/armada-370-xp: Do not enable it by default when ARCH_MVEBU is selectedGregory CLEMENT2016-02-161-1/+0
| | * | | irqchip/armada-370-xp: Allow allocation of multiple MSIsThomas Petazzoni2016-02-161-11/+14
| | * | | irqchip/armada-370-xp: Use shorter names for irq_chipThomas Petazzoni2016-02-161-3/+3
| | * | | irqchip/armada-370-xp: Use PCI_MSI_DOORBELL_START where appropriateThomas Petazzoni2016-02-161-2/+2
| | * | | irqchip/armada-370-xp: Use the generic MSI infrastructureThomas Petazzoni2016-02-162-88/+62
| | * | | irqchip/armada-370-xp: Add Kconfig option for the driverThomas Petazzoni2016-02-162-1/+6
| * | | | irqchips/bmips: Add bcm6345-l1 interrupt controllerSimon Arlott2016-02-083-0/+370
| * | | | irqchip/atmel-aic: Remove duplicate bit operationMilo Kim2016-02-081-1/+1
| * | | | irqchip/atmel-aic: Change return type of aic_common_set_priority()Milo Kim2016-02-084-14/+6
| * | | | irqchip/atmel-aic: Handle aic_common_irq_fixup in aic_common_of_initMilo Kim2016-02-084-11/+8
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-1511-27/+251
|\ \ \ \ \
| * | | | | e1000e: Adds hardware supported cross timestamp on e1000e nicChristopher S. Hall2016-03-034-0/+103
| * | | | | ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestampingChristopher S. Hall2016-03-031-0/+27
| * | | | | clockevents/drivers/exynos_mct: Implement ->set_state_oneshot_stopped()Viresh Kumar2016-02-251-0/+2
| * | | | | clockevents/drivers/arm_global_timer: Implement ->set_state_oneshot_stopped()Viresh Kumar2016-02-251-0/+1
| * | | | | clockevents/drivers/arm_arch_timer: Implement ->set_state_oneshot_stopped()Viresh Kumar2016-02-251-0/+4
| * | | | | clocksource/drivers/arm_global_timer: Register delay timerRabin Vincent2016-02-251-0/+17
| * | | | | clocksource/drivers/lpc32xx: Support timer-based ARM delayEzequiel Garcia2016-02-252-0/+13