summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-12PCI: aardvark: Update comment about link going down after link-upMarek Behún1-2/+6
2022-05-12PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy()Marek Behún1-1/+1
2022-05-12PCI: aardvark: Don't mask irq when mappingPali Rohár1-1/+0
2022-05-12PCI: aardvark: Remove irq_mask_ack() callback for INTx interruptsPali Rohár1-1/+0
2022-05-12PCI: aardvark: Use separate INTA interrupt for emulated root bridgePali Rohár1-2/+67
2022-05-12PCI: aardvark: Fix support for PME requester on emulated bridgePali Rohár1-41/+50
2022-05-12PCI: aardvark: Add support for PME interruptsPali Rohár1-0/+12
2022-05-12PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on ...Pali Rohár1-9/+11
2022-05-12PCI: aardvark: Add support for ERR interrupt on emulated bridgePali Rohár1-1/+34
2022-05-12PCI: aardvark: Enable MSI-X supportPali Rohár1-1/+1
2022-05-12PCI: aardvark: Fix setting MSI addressPali Rohár1-12/+9
2022-05-12PCI: aardvark: Add support for masking MSI interruptsPali Rohár1-5/+49
2022-05-12PCI: aardvark: Refactor unmasking summary MSI interruptPali Rohár1-4/+6
2022-05-12PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node)Marek Behún1-2/+1
2022-05-12PCI: aardvark: Make msi_domain_info structure a static driver structureMarek Behún1-8/+8
2022-05-12PCI: aardvark: Make MSI irq_chip structures static driver structuresMarek Behún1-14/+12
2022-05-12PCI: aardvark: Check return value of generic_handle_domain_irq() when process...Pali Rohár1-1/+3
2022-05-12PCI: aardvark: Rewrite IRQ code to chained IRQ handlerPali Rohár1-22/+26
2022-05-12PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_*Pali Rohár1-5/+1
2022-05-12PCI: aardvark: Disable common PHY when unbinding driverPali Rohár1-0/+3
2022-05-12PCI: aardvark: Disable link training when unbinding driverPali Rohár1-0/+5
2022-05-12PCI: aardvark: Assert PERST# when unbinding driverPali Rohár1-0/+4
2022-05-12PCI: aardvark: Fix memory leak in driver unbindPali Rohár1-0/+3
2022-05-12PCI: aardvark: Mask all interrupts when unbinding driverPali Rohár1-0/+21
2022-05-12PCI: aardvark: Disable bus mastering when unbinding driverPali Rohár1-0/+6
2022-05-12PCI: aardvark: Comment actions in driver remove methodPali Rohár1-0/+2
2022-05-12PCI: aardvark: Clear all MSIs at setupPali Rohár1-2/+4
2022-05-12PCI: aardvark: Add support for DEVCAP2, DEVCTL2, LNKCAP2 and LNKCTL2 register...Pali Rohár1-4/+11
2022-05-12PCI: pci-bridge-emul: Add definitions for missing capabilities registersPali Rohár1-0/+43
2022-05-12PCI: pci-bridge-emul: Add description for class_revision fieldPali Rohár1-1/+5
2022-05-12mmc: rtsx: add 74 Clocks in power on flowRicky WU1-10/+19
2022-05-12iommu/dart: Add missing module owner to ops structureHector Martin1-0/+1
2022-05-12net/mlx5e: Lag, Don't skip fib events on current dstVlad Buslov2-8/+14
2022-05-12net/mlx5e: Lag, Fix fib_info pointer assignmentVlad Buslov1-1/+1
2022-05-12net/mlx5e: Lag, Fix use-after-free in fib event handlerVlad Buslov2-11/+20
2022-05-12net/mlx5: Fix slab-out-of-bounds while reading resource dump menuAya Levin1-6/+25
2022-05-12fbdev: Make fb_release() return -ENODEV if fbdev was unregisteredJavier Martinez Canillas1-1/+4
2022-05-12gpio: mvebu: drop pwm base assignmentBaruch Siach1-7/+0
2022-05-12drm/amdgpu: Ensure HDA function is suspended before ASIC resetKai-Heng Feng1-6/+12
2022-05-12drm/amdgpu: don't set s3 and s0ix at the same timeMario Limonciello1-2/+4
2022-05-12drm/amdgpu: explicitly check for s0ix when evicting resourcesMario Limonciello1-2/+2
2022-05-12drm/amdgpu: unify BO evicting method in amdgpu_ttmNirmoy Das6-35/+58
2022-05-12smsc911x: allow using IRQ0Sergey Shtylyov1-1/+1
2022-05-12bnxt_en: Fix unnecessary dropping of RX packetsMichael Chan1-0/+4
2022-05-12bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur1-5/+4
2022-05-12hinic: fix bug of wq out of bound accessQiao Ma1-2/+5
2022-05-12drm/msm/dp: remove fail safe mode related codeKuogee Hsieh3-18/+0
2022-05-12net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham1-3/+12
2022-05-12net: cpsw: add missing of_node_put() in cpsw_probe_dt()Yang Yingliang1-1/+4
2022-05-12net: mdio: Fix ENOMEM return value in BCM6368 mux bus controllerNiels Dossche1-1/+1