aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-07-10PCI: Move struct pci_devres.pinned bit to struct pci_devPhilipp Stanner2-11/+4
2024-07-10PCI: Remove struct pci_devres.enabled status bitPhilipp Stanner3-14/+4
2024-07-10PCI: Document hybrid devres hazardsPhilipp Stanner2-1/+62
2024-07-10PCI: Add managed pcim_request_region()Philipp Stanner3-65/+47
2024-07-10PCI: Deprecate pcim_iomap_table(), pcim_iomap_regions_request_all()Philipp Stanner1-1/+11
2024-07-10PCI: Add managed partial-BAR request and map infrastructurePhilipp Stanner3-65/+569
2024-07-10PCI: Add devres helpers for iomap tablePhilipp Stanner1-19/+58
2024-07-10PCI: Add and use devres helper for bit masksPhilipp Stanner1-4/+8
2024-07-10net: phy: aquantia: add support for aqr115cBartosz Golaszewski1-0/+26
2024-07-10net: phy: aquantia: wait for the GLOBAL_CFG to start returning real valuesBartosz Golaszewski1-1/+7
2024-07-10net: phy: aquantia: wait for FW reset before checking the vendor IDBartosz Golaszewski1-0/+4
2024-07-10net: phy: aquantia: rename and export aqr107_wait_reset_complete()Bartosz Golaszewski2-3/+5
2024-07-09net: ethernet: lantiq_etop: fix double free in detachAleksander Jan Bajkowski1-2/+2
2024-07-09netxen_nic: Use {low,upp}er_32_bits() helpersGeert Uytterhoeven1-5/+2
2024-07-09net/mlx5e: CT: Initialize err to 0 to avoid warningCosmin Ratiu1-1/+1
2024-07-09net/mlx5e: SHAMPO, Add missing aggregate counterDragos Tatulea1-0/+2
2024-07-09net/mlx5: DR, Remove definer functions from SW Steering APIYevgeny Kliteynik2-5/+5
2024-07-09mlxsw: pci: Lock configuration space of upstream bridge during resetIdo Schimmel1-0/+6
2024-07-09mlxsw: core_thermal: Report valid current state during cooling device registr...Ido Schimmel1-26/+25
2024-07-09mlxsw: Warn about invalid accesses to array fieldsPetr Machata1-0/+4
2024-07-09i40e: Fix XDP program unloading while removing the driverMichal Kubiak1-5/+4
2024-07-09PCI: dw-rockchip: Use pci_epc_init_notify() directlyNiklas Cassel1-1/+1
2024-07-09PCI: dw-rockchip: Add endpoint mode supportNiklas Cassel3-5/+228
2024-07-09PCI: dw-rockchip: Refactor the driver to prepare for EP modeNiklas Cassel1-24/+60
2024-07-09PCI: dw-rockchip: Add rockchip_pcie_get_ltssm() helperNiklas Cassel1-1/+6
2024-07-09PCI: dw-rockchip: Fix weird indentationNiklas Cassel1-4/+3
2024-07-09PCI: dw-rockchip: Fix initial PERST# GPIO valueNiklas Cassel1-1/+1
2024-07-09PCI: dw-rockchip: Add error messages in .probe() error pathsUwe Kleine-König1-8/+13
2024-07-09PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpioManivannan Sadhasivam1-1/+1
2024-07-09PCI: rockchip-host: Wait 100ms after reset before starting configurationDamien Le Moal2-0/+9
2024-07-09PCI: rockchip-host: Fix rockchip_pcie_host_init_port() PERST# handlingDamien Le Moal1-0/+1
2024-07-09PCI: dwc: ep: Enforce DWC specific 64-bit BAR limitationNiklas Cassel1-0/+7
2024-07-09PCI: layerscape-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link ...Manivannan Sadhasivam1-1/+1
2024-07-09PCI: qcom-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link Down e...Manivannan Sadhasivam1-1/+1
2024-07-09PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapperManivannan Sadhasivam13-28/+11
2024-07-09PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle Link Down eventManivannan Sadhasivam2-35/+73
2024-07-09PCI: dwc: Add generic MSG TLP support for sending PME_Turn_Off when system su...Frank Li2-5/+93
2024-07-09PCI: Add PCIE_MSG_CODE_PME_TURN_OFF message macroFrank Li1-0/+3
2024-07-09PCI: Add PCIE_MSG_CODE_ASSERT_INTx message macrosYoshihiro Shimoda1-0/+18
2024-07-09PCI: dwc: Add outbound MSG TLPs supportYoshihiro Shimoda2-2/+11
2024-07-09PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structureYoshihiro Shimoda4-60/+77
2024-07-09PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slotFrank Li1-3/+10
2024-07-09PCI: dwc: Use msleep() in dw_pcie_wait_for_link()Konrad Dybcio2-3/+2
2024-07-09misc: pci_endpoint_test: Remove unused pci_endpoint_test_bar_{readl,writel} f...Jiapeng Chong1-12/+0
2024-07-09misc: pci_endpoint_test: Document policy about adding pci_device_idYoshihiro Shimoda1-0/+4
2024-07-09misc: pci_endpoint_test: Refactor dma_set_mask_and_coherent() logicFrank Li1-5/+1
2024-07-09misc: pci_endpoint_test: Use memcpy_toio()/memcpy_fromio() for BAR testsNiklas Cassel1-12/+42
2024-07-09misc: pci_endpoint_test: Add support for Rockchip rk3588Niklas Cassel1-0/+11
2024-07-09PCI: kirin: Convert to use agnostic GPIO APIAndy Shevchenko1-70/+35
2024-07-09hwmon: (g762) Initialize fans after configuring clockGuenter Roeck1-4/+6