summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-07-19Merge tag 'tags/deps-irqchip-gic-3.17' into irqchip/coreJason Cooper6-56/+847
2014-07-09irqchip: gic-v3: Initial support for GICv3Marc Zyngier3-0/+698
2014-07-09irqchip: gic: Move some bits of GICv2 to a library-type fileMarc Zyngier4-56/+149
2014-07-01Merge branch 'irqchip/crossbar' into irqchip/coreJason Cooper1-25/+143
2014-07-01irqchip: or1k-pic: Migrate from arch/openrisc/Stefan Kristiansson3-0/+187
2014-06-30irqchip: crossbar: Allow for quirky hardware with direct hardwiring of GICNishanth Menon1-2/+18
2014-06-30irqchip: crossbar: Introduce centralized check for crossbar writeNishanth Menon1-2/+12
2014-06-30irqchip: crossbar: Introduce ti, max-crossbar-sources to identify valid cross...Nishanth Menon1-2/+19
2014-06-30irqchip: crossbar: Add kerneldoc for crossbar_domain_unmap callbackSricharan R1-0/+11
2014-06-30irqchip: crossbar: Set cb pointer to null in case of errorSricharan R1-0/+2
2014-06-30irqchip: crossbar: Change the goto namingNishanth Menon1-12/+11
2014-06-30irqchip: crossbar: Return proper error valueNishanth Menon1-3/+11
2014-06-30irqchip: crossbar: Fix kerneldoc warningNishanth Menon1-1/+3
2014-06-30irqchip: crossbar: Fix sparse and checkpatch warningsNishanth Menon1-3/+4
2014-06-30irqchip: crossbar: Remove IS_ERR_VALUE checkNishanth Menon1-3/+3
2014-06-30irqchip: crossbar: Change allocation logic by reversing search for free irqsNishanth Menon1-2/+2
2014-06-30irqchip: crossbar: Initialise the crossbar with a safe valueNishanth Menon1-2/+17
2014-06-30irqchip: crossbar: Introduce ti, irqs-skip to skip irqs that bypass crossbarNishanth Menon1-0/+20
2014-06-30irqchip: crossbar: Check for premapped crossbar before allocatingNishanth Menon1-0/+16
2014-06-30irqchip: crossbar: Dont use '0' to mark reserved interruptsNishanth Menon1-2/+3
2014-06-24irqchip: spear_shirq: Simplify register access codeThomas Gleixner1-45/+16
2014-06-24irqchip: spear_shirq: Use proper irq chips for the different SoCsThomas Gleixner1-52/+45
2014-06-24irqchip: spear_shirq: Remove the parent irq "ack"/unmaskThomas Gleixner1-6/+0
2014-06-24irqchip: spear_shirq: Simplify chained handlerThomas Gleixner1-11/+8
2014-06-24irqchip: spear_shirq: Kill the clear_reg nonsenseThomas Gleixner1-34/+1
2014-06-24irqchip: spear_shirq: Precalculate status maskThomas Gleixner1-1/+12
2014-06-24irqchip: spear_shirq: Use the proper interfacesThomas Gleixner1-5/+5
2014-06-24irqchip: spear_shirq: Reorder the spear320 ras blocksThomas Gleixner1-13/+13
2014-06-24irqchip: spear_shirq: Namespace cleanupThomas Gleixner1-53/+53
2014-06-24irqchip: spear_shirq: No point in storing the parent irqThomas Gleixner1-9/+8
2014-06-24irqchip: spear_shirq: Move private structs to sourceThomas Gleixner1-7/+45
2014-06-24irqchip: spear_shirq: Kill pointless staticThomas Gleixner1-1/+1
2014-06-24Merge branch 'irqchip/urgent' into irqchip/coreJason Cooper3-4/+17
2014-06-22irqchip: spear_shirq: Fix interrupt offsetThomas Gleixner1-1/+1
2014-06-21irqchip: nvic: Use the generic noop functionDaniel Thompson1-9/+4
2014-06-21irqchip: brcmstb-l2: Level-2 interrupts are edge sensitiveFlorian Fainelli1-1/+1
2014-06-21irqchip: armada-370-xp: Mask all interrupts during initialization.Thomas Petazzoni1-2/+15
2014-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-13/+5
2014-06-16Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds16-225/+1531
2014-06-16Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-90/+149
2014-06-15vxlan: Checksum fixesTom Herbert1-9/+2
2014-06-15Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds24-369/+715
2014-06-15Merge tag 'hsi-for-3.16-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2014-06-15Merge tag 'gpio-v3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+1
2014-06-15Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-142/+335
2014-06-14vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang1-4/+3
2014-06-13NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran1-7/+6
2014-06-13NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox1-3/+2
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch1-10/+25
2014-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-45/+197