summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner2021-12-161-3/+0
* dmaengine: qcom_hidma: Cleanup MSI handlingThomas Gleixner2021-12-161-24/+18
* soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()Thomas Gleixner2021-12-164-23/+7
* bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner2021-12-168-28/+20
* mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handlingThomas Gleixner2021-12-161-5/+2
* iommu/arm-smmu-v3: Use msi_get_virq()Thomas Gleixner2021-12-161-16/+3
* perf/smmuv3: Use msi_get_virq()Thomas Gleixner2021-12-161-4/+1
* dmaengine: mv_xor_v2: Get rid of msi_desc abuseThomas Gleixner2021-12-161-11/+5
* PCI/MSI: Simplify pci_irq_get_affinity()Thomas Gleixner2021-12-161-16/+10
* PCI/MSI: Use msi_get_virq() in pci_get_vector()Thomas Gleixner2021-12-161-20/+5
* PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUSThomas Gleixner2021-12-161-2/+14
* PCI/MSI: Use msi_desc::msi_indexThomas Gleixner2021-12-163-14/+10
* soc: ti: ti_sci_inta_msi: Use msi_desc::msi_indexThomas Gleixner2021-12-162-4/+4
* bus: fsl-mc-msi: Use msi_desc::msi_indexThomas Gleixner2021-12-162-4/+4
* platform-msi: Use msi_desc::msi_indexThomas Gleixner2021-12-164-11/+11
* platform-msi: Store platform private data pointer in msi_device_dataThomas Gleixner2021-12-161-47/+32
* platform-msi: Rename functions and clarify commentsThomas Gleixner2021-12-163-20/+26
* platform-msi: Let the core code handle sysfs groupsThomas Gleixner2021-12-161-10/+1
* PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner2021-12-163-25/+6
* soc: ti: ti_sci_inta_msi: Allocate MSI device data on first useThomas Gleixner2021-12-161-0/+4
* bus: fsl-mc-msi: Allocate MSI device data on first useThomas Gleixner2021-12-161-6/+8
* platform-msi: Allocate MSI device data on first useThomas Gleixner2021-12-161-1/+7
* PCI/MSI: Allocate MSI device data on first useThomas Gleixner2021-12-161-2/+15
* PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner2021-12-162-5/+33
* device: Move MSI related data into a structThomas Gleixner2021-12-166-15/+15
* PCI/MSI: Set pci_dev::msi[x]_enabled earlyThomas Gleixner2021-12-161-6/+17
* Merge branch 'irq/urgent' into irq/msiThomas Gleixner2021-12-14204-626/+1216
|\
| * PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on errorThomas Gleixner2021-12-141-1/+1
| * PCI/MSI: Mask MSI-X vectors only on successStefan Roese2021-12-141-3/+10
| * Merge tag 'usb-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-12-128-33/+61
| |\
| | * usb: core: config: using bit mask instead of individual bitsPavel Hofman2021-12-121-2/+2
| | * usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman2021-12-121-1/+1
| | * USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman2021-12-122-2/+2
| | * USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman2021-12-123-1/+40
| | * xhci: avoid race between disable slot command and host runtime suspendMathias Nyman2021-12-103-8/+16
| | * xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng2021-12-101-4/+0
| | * Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"Douglas Anderson2021-12-091-15/+0
| * | Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-12-1231-101/+113
| |\ \
| | * | bus: mhi: core: Add support for forced PM resumeLoic Poulain2021-12-092-4/+23
| | * | Merge tag 'iio-fixes-for-5.16b' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-12-0815-44/+36
| | |\ \
| | | * | iio: trigger: stm32-timer: fix MODULE_ALIASAlyssa Ross2021-12-041-1/+1
| | | * | iio: adc: stm32: fix null pointer on defer_probe errorOlivier Moysan2021-11-271-1/+1
| | | * | iio: at91-sama5d2: Fix incorrect sign extensionGwendal Grignou2021-11-211-1/+2
| | | * | iio: adc: axp20x_adc: fix charging current reporting on AXP22xEvgeny Boger2021-11-211-15/+3
| | | * | iio: gyro: adxrs290: fix data signednessKister Genesis Jimenez2021-11-211-2/+3
| | | * | iio: ad7768-1: Call iio_trigger_notify_done() on errorLars-Peter Clausen2021-11-171-1/+1
| | | * | iio: itg3200: Call iio_trigger_notify_done() on errorLars-Peter Clausen2021-11-171-1/+1
| | | * | iio: imx8qxp-adc: fix dependency to the intended ARCH_MXC configLukas Bulwahn2021-11-171-1/+1
| | | * | iio: dln2: Check return value of devm_iio_trigger_register()Lars-Peter Clausen2021-11-171-1/+5
| | | * | iio: trigger: Fix reference countingLars-Peter Clausen2021-11-171-1/+0