index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
2024-07-10
PCI: Move struct pci_devres.pinned bit to struct pci_dev
Philipp Stanner
2024-07-10
PCI: Remove struct pci_devres.enabled status bit
Philipp Stanner
2024-07-10
PCI: Document hybrid devres hazards
Philipp Stanner
2024-07-10
PCI: Add managed pcim_request_region()
Philipp Stanner
2024-07-10
PCI: Deprecate pcim_iomap_table(), pcim_iomap_regions_request_all()
Philipp Stanner
2024-07-10
PCI: Add managed partial-BAR request and map infrastructure
Philipp Stanner
2024-07-10
PCI: Add devres helpers for iomap table
Philipp Stanner
2024-07-10
PCI: Add and use devres helper for bit masks
Philipp Stanner
2024-07-09
PCI: dw-rockchip: Use pci_epc_init_notify() directly
Niklas Cassel
2024-07-09
PCI: dw-rockchip: Add endpoint mode support
Niklas Cassel
2024-07-09
PCI: dw-rockchip: Refactor the driver to prepare for EP mode
Niklas Cassel
2024-07-09
PCI: dw-rockchip: Add rockchip_pcie_get_ltssm() helper
Niklas Cassel
2024-07-09
PCI: dw-rockchip: Fix weird indentation
Niklas Cassel
2024-07-09
PCI: dw-rockchip: Fix initial PERST# GPIO value
Niklas Cassel
2024-07-09
PCI: dw-rockchip: Add error messages in .probe() error paths
Uwe Kleine-König
2024-07-09
PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio
Manivannan Sadhasivam
2024-07-09
PCI: rockchip-host: Wait 100ms after reset before starting configuration
Damien Le Moal
2024-07-09
PCI: rockchip-host: Fix rockchip_pcie_host_init_port() PERST# handling
Damien Le Moal
2024-07-09
PCI: dwc: ep: Enforce DWC specific 64-bit BAR limitation
Niklas Cassel
2024-07-09
PCI: layerscape-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link ...
Manivannan Sadhasivam
2024-07-09
PCI: qcom-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link Down e...
Manivannan Sadhasivam
2024-07-09
PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapper
Manivannan Sadhasivam
2024-07-09
PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle Link Down event
Manivannan Sadhasivam
2024-07-09
PCI: dwc: Add generic MSG TLP support for sending PME_Turn_Off when system su...
Frank Li
2024-07-09
PCI: Add PCIE_MSG_CODE_PME_TURN_OFF message macro
Frank Li
2024-07-09
PCI: Add PCIE_MSG_CODE_ASSERT_INTx message macros
Yoshihiro Shimoda
2024-07-09
PCI: dwc: Add outbound MSG TLPs support
Yoshihiro Shimoda
2024-07-09
PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structure
Yoshihiro Shimoda
2024-07-09
PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
Frank Li
2024-07-09
PCI: dwc: Use msleep() in dw_pcie_wait_for_link()
Konrad Dybcio
2024-07-09
PCI: kirin: Convert to use agnostic GPIO API
Andy Shevchenko
2024-07-09
PCI: kirin: Convert kirin_pcie_parse_port() to scoped iterator
Javier Carrasco
2024-07-09
PCI: qcom: Add OPP support to scale performance
Krishna chaitanya chundru
2024-07-09
PCI: Bring the PCIe speed to MBps logic to new pcie_dev_speed_mbps()
Krishna chaitanya chundru
2024-07-09
PCI: qcom: Add ICC bandwidth vote for CPU to PCIe path
Krishna chaitanya chundru
2024-07-09
PCI: qcom-ep: Disable resources unconditionally during PERST# assert
Manivannan Sadhasivam
2024-07-09
PCI: qcom-ep: Override NO_SNOOP attribute for SA8775P EP
Mrinmay Sarkar
2024-07-09
PCI: qcom: Override NO_SNOOP attribute for SA8775P RC
Mrinmay Sarkar
2024-07-08
PCI: of_property: Add interrupt-controller property in PCI device nodes
Herve Codina
2024-07-08
PCI/pwrctl: only call of_platform_populate() if CONFIG_OF is enabled
Bert Karwatzki
2024-07-08
PCI: controller: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-07-08
PCI: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-07-04
PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup()
Dan Carpenter
2024-07-04
PCI: endpoint: Clean up error handling in vpci_scan_bus()
Dan Carpenter
2024-07-04
PCI: endpoint: Make pci_epc_class struct constant
Greg Kroah-Hartman
2024-07-04
PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF drivers
Manivannan Sadhasivam
2024-07-04
pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
Krishna Kumar
2024-07-03
PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PIN
Wei Liu
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-07-01
PCI: rcar-gen4: Add support for R-Car V4H
Yoshihiro Shimoda
[prev]
[next]