summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: dw-rockchip: Fix weird indentationNiklas Cassel2024-07-101-4/+3
* PCI: dw-rockchip: Fix initial PERST# GPIO valueNiklas Cassel2024-07-101-1/+1
* PCI: dw-rockchip: Add error messages in .probe() error pathsUwe Kleine-König2024-07-101-8/+13
* PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpioManivannan Sadhasivam2024-07-101-1/+1
* PCI: rockchip-host: Wait 100ms after reset before starting configurationDamien Le Moal2024-07-102-0/+9
* PCI: rockchip-host: Fix rockchip_pcie_host_init_port() PERST# handlingDamien Le Moal2024-07-101-0/+1
* PCI: dwc: ep: Enforce DWC specific 64-bit BAR limitationNiklas Cassel2024-07-101-0/+7
* PCI: layerscape-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link ...Manivannan Sadhasivam2024-07-101-1/+1
* PCI: qcom-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link Down e...Manivannan Sadhasivam2024-07-101-1/+1
* PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapperManivannan Sadhasivam2024-07-1013-28/+11
* PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle Link Down eventManivannan Sadhasivam2024-07-102-35/+73
* PCI: dwc: Add generic MSG TLP support for sending PME_Turn_Off when system su...Frank Li2024-07-102-5/+93
* PCI: Add PCIE_MSG_CODE_PME_TURN_OFF message macroFrank Li2024-07-101-0/+3
* PCI: Add PCIE_MSG_CODE_ASSERT_INTx message macrosYoshihiro Shimoda2024-07-101-0/+18
* PCI: dwc: Add outbound MSG TLPs supportYoshihiro Shimoda2024-07-102-2/+11
* PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structureYoshihiro Shimoda2024-07-104-60/+77
* PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slotFrank Li2024-07-101-3/+10
* PCI: dwc: Use msleep() in dw_pcie_wait_for_link()Konrad Dybcio2024-07-102-3/+2
* misc: pci_endpoint_test: Remove unused pci_endpoint_test_bar_{readl,writel} f...Jiapeng Chong2024-07-101-12/+0
* misc: pci_endpoint_test: Document policy about adding pci_device_idYoshihiro Shimoda2024-07-101-0/+4
* misc: pci_endpoint_test: Refactor dma_set_mask_and_coherent() logicFrank Li2024-07-101-5/+1
* misc: pci_endpoint_test: Use memcpy_toio()/memcpy_fromio() for BAR testsNiklas Cassel2024-07-101-12/+42
* misc: pci_endpoint_test: Add support for Rockchip rk3588Niklas Cassel2024-07-101-0/+11
* PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup()Dan Carpenter2024-07-041-2/+5
* PCI: endpoint: Clean up error handling in vpci_scan_bus()Dan Carpenter2024-07-041-3/+9
* PCI: endpoint: Make pci_epc_class struct constantGreg Kroah-Hartman2024-07-041-12/+7
* PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF driversManivannan Sadhasivam2024-07-046-3/+61
* PCI: endpoint: pci-epf-test: Handle Link Down eventManivannan Sadhasivam2024-05-281-0/+10
* PCI: endpoint: pci-epf-{mhi/test}: Move DMA initialization to EPC init callbackManivannan Sadhasivam2024-05-282-14/+14
* PCI: endpoint: pci-epf-test: Refactor pci_epf_test_unbind() functionManivannan Sadhasivam2024-05-281-19/+39
* PCI: endpoint: Rename BME to Bus Master EnableManivannan Sadhasivam2024-05-283-15/+16
* PCI: endpoint: Rename core_init() callback in 'struct pci_epc_event_ops' to e...Manivannan Sadhasivam2024-05-283-12/+12
* PCI: endpoint: pci-epf-test: Use 'msix_capable' flag directly in pci_epf_test...Manivannan Sadhasivam2024-05-281-6/+2
* PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_tes...Manivannan Sadhasivam2024-05-281-11/+3
* PCI: endpoint: Remove unused field in struct pci_epf_groupChristophe JAILLET2024-05-281-1/+0
* Merge tag 'for-linus-6.10-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2024-05-2510-45/+35
|\
| * ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * ipmi: ipmi_ssif: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-3/+2
| * ipmi: ipmi_si_platform: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * ipmi: ipmi_powernv: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * ipmi: bt-bmc: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-3/+2
| * char: ipmi: handle HAS_IOPORT dependenciesNiklas Schnelle2024-04-173-8/+9
| * ipmi: Convert from tasklet to BH workqueueAllen Pais2024-04-171-15/+14
* | Merge tag 'rtc-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2024-05-259-19/+431
|\ \
| * | pcf8563: add wakeup-source supportAlexandre Belloni2024-05-071-2/+7
| * | rtc: rx8111: handle VLOW flagAlexandre Belloni2024-05-071-0/+12
| * | rtc: rx8111: demote warnings to debug levelAlexandre Belloni2024-05-071-5/+5
| * | rtc: rx6110: Constify struct regmap_configChristophe JAILLET2024-05-071-2/+2
| * | rtc: Add driver for Epson RX8111Waqar Hameed2024-04-173-0/+367