aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-11-25Merge branch 'pci/driver-remove'Bjorn Helgaas27-29/+29
2024-11-25Merge branch 'pci/devm'Bjorn Helgaas14-124/+92
2024-11-25Merge branch 'pci/doe'Bjorn Helgaas1-1/+13
2024-11-25Merge branch 'pci/bwctrl'Bjorn Helgaas13-48/+581
2024-11-25PCI: rockchip-ep: Handle PERST# signal in EP modeDamien Le Moal4-14/+141
2024-11-25PCI: rockchip-ep: Improve link trainingDamien Le Moal2-1/+92
2024-11-25PCI: rockship-ep: Implement the pci_epc_ops::stop_link() operationDamien Le Moal2-0/+14
2024-11-25PCI: rockchip-ep: Refactor endpoint link training enableDamien Le Moal2-9/+9
2024-11-25PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() MSI-X hidingDamien Le Moal1-24/+30
2024-11-25PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() memory allocationsDamien Le Moal1-46/+61
2024-11-25PCI: rockchip-ep: Rename rockchip_pcie_parse_ep_dt()Damien Le Moal1-3/+3
2024-11-25PCI: rockchip-ep: Fix MSI IRQ data mappingDamien Le Moal1-9/+13
2024-11-25PCI: rockchip-ep: Implement the pci_epc_ops::align_addr() operationDamien Le Moal2-0/+28
2024-11-25PCI: rockchip-ep: Improve rockchip_pcie_ep_map_addr()Damien Le Moal1-0/+3
2024-11-25PCI: rockchip-ep: Improve rockchip_pcie_ep_unmap_addr()Damien Le Moal1-6/+2
2024-11-25PCI: rockchip-ep: Use a macro to define EP controller .align featureDamien Le Moal2-1/+2
2024-11-25PCI: rockchip-ep: Fix address translation unit programmingDamien Le Moal2-3/+17
2024-11-25dma-buf: fix dma_fence_array_signaled v4Christian König1-1/+27
2024-11-25perf/arm-cmn: Ensure port and device id bits are set properlyNamhyung Kim1-2/+2
2024-11-25perf/arm-smmuv3: Fix lockdep assert in ->event_init()Chun-Tse Shao1-8/+11
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds139-1841/+1437
2024-11-25Revert "HID: bpf: allow write access to quirks field in struct hid_device"Linus Torvalds2-10/+2
2024-11-25vfio/pci: Properly hide first-in-list PCIe extended capabilityAvihai Horon1-2/+14
2024-11-25of: property: fw_devlink: Do not use interrupt-parent directlySamuel Holland1-2/+0
2024-11-25thermal: int3400: Remove unneeded data_vault attribute_groupThomas Weißschuh1-13/+3
2024-11-25thermal: int3400: Fix reading of current_uuid for active policySrinivas Pandruvada1-1/+1
2024-11-24Merge branch 'next' into for-linusDmitry Torokhov138-1839/+1433
2024-11-24net: microchip: vcap: Add typegroup table terminators in kunit testsGuenter Roeck1-7/+10
2024-11-24net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configurationOleksij Rempel1-3/+3
2024-11-24tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsetsPavan Chebbi1-0/+3
2024-11-24net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY deviceOleksij Rempel1-1/+4
2024-11-24net: usb: lan78xx: Fix double free issue with interrupt buffer allocationOleksij Rempel1-15/+14
2024-11-24mailbox: pcc: Check before sending MCTP PCC response ACKAdam Young1-8/+53
2024-11-24mailbox: Switch back to struct platform_driver::remove()Uwe Kleine-König11-13/+13
2024-11-24mailbox: imx: Modify the incorrect format specifierzhang jiao1-2/+2
2024-11-24mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()Dan Carpenter1-4/+4
2024-11-24mailbox: zynqmp: setup IPI for each valid child nodeTanmay Shah1-2/+2
2024-11-24mailbox: Introduce support for T-head TH1520 Mailbox driverMichal Wilczynski3-0/+609
2024-11-24mailbox: mtk-cmdq: fix wrong use of sizeof in cmdq_get_clocks()Yang Yingliang1-1/+1
2024-11-24mailbox: ti-msgmgr: Allow building under COMPILE_TESTAndrew Davis1-1/+1
2024-11-24mailbox: ti-msgmgr: Remove use of of_match_ptr() helperAndrew Davis1-1/+1
2024-11-24mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flagSibi Sankar1-1/+1
2024-11-24mailbox: mtk-cmdq-mailbox: Switch to __pm_runtime_put_autosuspend()Sakari Ailus1-5/+5
2024-11-24mailbox: mpfs: support new, syscon based, devicetree configurationConor Dooley2-14/+68
2024-11-24hwmon: (aquacomputer_d5next) Fix length of speed_input arrayAleksa Savic1-1/+1
2024-11-24i2c: designware: determine HS tHIGH and tLOW based on HW parametersMichael Wu3-2/+32
2024-11-24i2c: nomadik: support >=1MHz speed modesThéo Lebrun1-24/+16
2024-11-24i2c: nomadik: fix BRCR computationThéo Lebrun1-1/+5
2024-11-24i2c: nomadik: support Mobileye EyeQ6H I2C controllerThéo Lebrun1-2/+6
2024-11-24i2c: nomadik: switch from of_device_is_compatible() to of_match_device()Théo Lebrun1-8/+27