aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irqchip-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-06-2319-84/+1006
|\
| * irqchip/gic-v3-its: Don't assume GICv3 hardware supports 16bit INTIDShanker Donthineni2017-06-231-14/+10
| * irqchip/gic-v3-its: Add ACPI NUMA node mappingGanapatrao Kulkarni2017-06-231-1/+75
| * irqchip/gic-v3-its-platform-msi: Make of_device_ids constArvind Yadav2017-06-231-1/+1
| * irqchip/gic-v3-its: Make of_device_ids constArvind Yadav2017-06-231-1/+1
| * irqchip/irq-mvebu-icu: Add new driver for Marvell ICUThomas Petazzoni2017-06-233-0/+293
| * irqchip/irq-mvebu-gicp: Add new driver for Marvell GICPThomas Petazzoni2017-06-234-0/+294
| * irqchip/qcom: Use builtin_platform_driver to simplify the codeWei Yongjun2017-06-221-6/+1
| * irqchip/aspeed-i2c-ic: Add I2C IRQ controller for AspeedBrendan Higgins2017-06-222-1/+116
| * irqchip/aspeed-vic: Add AST2500 compatible stringAndrew Jeffery2017-06-221-1/+2
| * irqchip/aspeed-vic: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * Revert "irqchip/armada-370-xp: Fix regression by clearing IRQ_NOAUTOEN"Thomas Petazzoni2017-06-221-1/+0
| * irqchip/armada-370-xp: Re-enable per-CPU interrupts at resume timeThomas Petazzoni2017-06-221-6/+40
| * irqchip/armada-370-xp: Document the overall driver logicThomas Petazzoni2017-06-221-0/+80
| * irqchip/armada-370-xp: Re-order register definitionsThomas Petazzoni2017-06-221-11/+10
| * irqchip/gicv3-its: Skip irq affinity setting when target cpu is the same as c...MaJun2017-06-221-3/+6
| * irqchip/gic-v3-its: Fix MSI alias accountingRobin Murphy2017-06-221-18/+17
| * irqchip/irq-renesas-h8s: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * irqchip/irq-renesas-h8300h: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * irqchip/irq-mips-gic: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * irqchip/irq-mbigen: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * irqchip/irq-imx-gpcv2: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * irqchip/i8259: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * irqchip/sunxi-nmi: Support sun6i-a31-r-intc compatibleChen-Yu Tsai2017-06-221-3/+26
| * irqchip/sunxi-nmi: Const-ify sunxi_sc_nmi_reg_offs structuresChen-Yu Tsai2017-06-221-4/+4
| * irqchip/sunxi-nmi: Reorder sunxi_sc_nmi_reg_offs' in ascending orderChen-Yu Tsai2017-06-221-6/+6
| * irqchip/sunxi-nmi: Document interrupt disabling and clearing at probe timeChen-Yu Tsai2017-06-221-0/+3
| * irqchip/sunxi-nmi: Convert magic numbers to definesChen-Yu Tsai2017-06-221-10/+24
* | irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier2017-06-228-8/+8
* | xen/events: Add support for effective affinity maskThomas Gleixner2017-06-221-1/+5
* | PCI/vmd: Create named irq domainThomas Gleixner2017-06-221-1/+7
* | iommu/amd: Use named irq domain interfaceThomas Gleixner2017-06-221-3/+10
* | iommu/vt-d: Use named irq domain interfaceThomas Gleixner2017-06-221-6/+16
* | iommu/vt-d: Add name to irq chipThomas Gleixner2017-06-221-4/+5
* | iommu/amd: Add name to irq chipThomas Gleixner2017-06-221-4/+5
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-06-191-0/+7
|\ \
| * | virtio_balloon: disable VIOMMU supportMichael S. Tsirkin2017-06-181-0/+7
* | | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-06-192-2/+2
|\ \ \
| * | | i2c: ismt: fix wrong device address when unmap the data bufferLiwei Song2017-06-151-1/+1
| * | | i2c: rcar: use correct length when unmapping DMAWolfram Sang2017-06-151-1/+1
| |/ /
* | | Merge tag 'led_fixes_for_4.12-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-06-182-33/+2
|\ \ \
| * | | Revert "leds: handle suspend/resume in heartbeat trigger"Zhang Bo2017-06-131-31/+0
| * | | leds: bcm6328: fix signal source assignment for leds 4 to 7Jonas Gorski2017-06-131-2/+2
* | | | Merge tag 'usb-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-06-186-28/+24
|\ \ \ \
| * | | | USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern2017-06-153-19/+8
| * | | | usb: xhci: ASMedia ASM1042A chipset need shorts TX quirkCorentin Labbe2017-06-121-0/+3
| * | | | usb: xhci: Fix USB 3.1 supported protocol parsingYD Tseng2017-06-121-2/+5
| * | | | Merge tag 'fixes-for-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-06-122-7/+8
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | USB: gadget: fix GPF in gadgetfsAlan Stern2017-06-091-1/+3
| | * | | usb: gadget: composite: make sure to reactivate function on unbindFelipe Balbi2017-06-061-6/+5