summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-315-39/+60
|\
| * clocksource/drivers/fttmr010: Pass around less pointersLinus Walleij2021-08-141-16/+16
| * clocksource/drivers/mediatek: Optimize systimer irq clear flow on shutdownFengquan Chen2021-08-141-2/+6
| * clocksource/drivers/ingenic: Use bitfield macro helpers周琰杰 (Zhou Yanjie)2021-08-141-6/+7
| * clocksource/drivers/sh_cmt: Fix wrong setting if don't request IRQ for clock ...Phong Hoang2021-08-131-12/+18
| * clocksource/drivers/exynos_mct: Mark MCT device as CLOCK_EVT_FEAT_PERCPUWill Deacon2021-08-131-1/+2
| * clocksource/drivers/exynos_mct: Prioritise Arm arch timer on arm64Will Deacon2021-08-131-2/+11
* | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-3099-1471/+1488
|\ \
| * \ Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-08-2997-1261/+1374
| |\ \
| | * \ Merge branch irq/qcom-pdc-nowake-cleanup into irq/irqchip-nextMarc Zyngier2021-08-231-57/+11
| | |\ \
| | | * | irqchip/qcom-pdc: Trim unused levels of the interrupt hierarchyMarc Zyngier2021-08-231-57/+11
| | * | | Merge branch irq/misc-5.15 into irq/irqchip-nextMarc Zyngier2021-08-202-2/+23
| | |\ \ \
| | | * | | irqchip/gic-v3: Fix priority comparison when non-secure priorities are usedChen-Yu Tsai2021-08-201-1/+22
| | | * | | irqchip/apple-aic: Fix irq_disable from within irq handlersSven Peter2021-08-201-1/+1
| | * | | | Merge branch irq/generic_handle_domain_irq into irq/irqchip-nextMarc Zyngier2021-08-185-886/+1085
| | |\ \ \ \
| | | * \ \ \ Merge remote-tracking branch 'linusw/ib-rockchip' into irq/generic_handle_dom...Marc Zyngier2021-08-185-886/+1085
| | | |\ \ \ \
| | | | * | | | pinctrl/rockchip: drop the gpio related codesJianqun Xu2021-08-171-628/+17
| | | | * | | | gpio/rockchip: drop irq_gc_lock/irq_gc_unlock for irq set typeJianqun Xu2021-08-171-2/+0
| | | | * | | | gpio/rockchip: support next version gpio controllerJianqun Xu2021-08-172-72/+213
| | | | * | | | gpio/rockchip: use struct rockchip_gpio_regs for gpio controllerJianqun Xu2021-08-172-39/+85
| | | | * | | | gpio/rockchip: add driver for rockchip gpioJianqun Xu2021-08-173-0/+635
| | | | * | | | pinctrl/rockchip: add pinctrl device to gpio bank structJianqun Xu2021-08-171-0/+2
| | | | * | | | pinctrl/rockchip: separate struct rockchip_pin_bank to a head fileJianqun Xu2021-08-172-225/+246
| | | | * | | | pinctrl/rockchip: always enable clock for gpio controllerJianqun Xu2021-08-171-39/+1
| | * | | | | | Merge branch irq/misc-5.15 into irq/irqchip-nextMarc Zyngier2021-08-122-1/+19
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | * | | | | irqchip/mtk-sysirq: Skip setting irq-wakeMarkus Schneider-Pargmann2021-08-121-0/+1
| | | * | | | | irqchip/loongson-pch-pic: Improve edge triggered interrupt supportHuacai Chen2021-08-121-1/+18
| | | | |_|/ / | | | |/| | |
| | * | | | | Merge branch irq/generic_handle_domain_irq into irq/irqchip-nextMarc Zyngier2021-08-1280-284/+177
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | EDAC/altera: Convert to generic_handle_domain_irq()Marc Zyngier2021-08-121-5/+2
| | | * | | | gpu: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-124-21/+10
| | | * | | | mfd: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-124-16/+10
| | | * | | | pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-1228-100/+64
| | | * | | | gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-1243-142/+91
| | | |/ / /
| | * | | | Merge branch irq/gicv3-eppi-partition into irq/irqchip-nextMarc Zyngier2021-08-121-11/+50
| | |\ \ \ \
| | | * | | | irqchip/gic-v3: Fix selection of partition domain for EPPIsJames Morse2021-08-121-7/+41
| | | * | | | irqchip/gic-v3: Add __gic_get_ppi_index() to find the PPI number from hwirqJames Morse2021-08-121-4/+9
| | | |/ / /
| | * | | | irqchip/mvebu-odmi: Switch to bitmap_zalloc()Andy Shevchenko2021-07-261-3/+2
| | * | | | irqchip/mvebu-gicp: Switch to devm_bitmap_zalloc()Andy Shevchenko2021-07-261-3/+1
| | * | | | irqchip/ls-scfg-msi: Switch to devm_bitmap_zalloc()Andy Shevchenko2021-07-261-4/+1
| | * | | | irqchip/gic-v3: Switch to bitmap_zalloc()Andy Shevchenko2021-07-262-6/+5
| | * | | | irqchip/gic-v2m: Switch to bitmap_zalloc()Andy Shevchenko2021-07-261-3/+2
| | * | | | irqchip/alpine-msi: Switch to bitmap_zalloc()Andy Shevchenko2021-07-261-4/+2
| | * | | | irqchip/partitions: Switch to bitmap_zalloc()Andy Shevchenko2021-07-261-2/+1
| | |/ / /
| * | | | platform-msi: Add ABI to show msi_irqs of platform devicesBarry Song2021-08-241-5/+15
| * | | | genirq/msi: Move MSI sysfs handling from PCI to MSI coreBarry Song2021-08-241-115/+10
| * | | | PCI/MSI: Use new mask/unmask functionsThomas Gleixner2021-08-101-81/+21
| * | | | PCI/MSI: Provide a new set of mask and unmask functionsThomas Gleixner2021-08-101-0/+72
| * | | | PCI/MSI: Cleanup msi_mask()Thomas Gleixner2021-08-101-14/+11
| * | | | PCI/MSI: Deobfuscate virtual MSI-XThomas Gleixner2021-08-101-17/+8
| * | | | PCI/MSI: Consolidate error handling in msi_capability_init()Thomas Gleixner2021-08-101-15/+11