summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/pcie.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-20RDMA/hfi1: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-7/+2
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski1-1/+1
2023-03-19IB/hfi1: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-2/+0
2021-08-25RDMA/hfi1: Convert to SPDX identifierCai Huoqing1-43/+1
2021-08-23RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-9/+2
2021-01-28RDMA/hw/hfi1/pcie: Demote kernel-doc abusesLee Jones1-2/+2
2020-06-30IB/hfi1: Convert PCIBIOS_* errors to generic -E* errorsBolarinwa Olayemi Saheed1-7/+15
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-11-06IB/hfi1: Ensure full Gen3 speed in a Gen4 systemJames Erwin1-1/+3
2019-06-28IB/hfi1: Reduce excessive aspm inlinesMichael J. Ruhl1-5/+1
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-48/+26
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-09-11IB/hfi1,PCI: Allow bus reset while probingDennis Dalessandro1-7/+4
2018-09-01IB/hfi1: PCIe bus width retryKamenee Arumugam1-3/+8
2018-09-01IB/hfi1: Prepare for new HFI1 MSIx APIMichael J. Ruhl1-18/+0
2018-09-01IB/hfi1: Get the hfi1_devdata structure as early as possibleMichael J. Ruhl1-17/+10
2018-09-01IB/hfi1: tune_pcie_caps is arbitrarily placed, poorlyMichael J. Ruhl1-10/+8
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-3/+1
2018-07-19PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya1-1/+1
2018-07-19PCI: Unify try slot and bus reset APISinan Kaya1-1/+1
2018-07-19IB/hfi1: Use pci_try_reset_bus() for initiating PCI Secondary Bus ResetSinan Kaya1-3/+1
2018-06-22IB/hfi1: Remove INTx support and simplify MSIx usageMichael J. Ruhl1-7/+1
2018-06-22IB/hfi1: Remove caches of chip CSRsMike Marciniszyn1-5/+6
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+8
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+8
2018-05-09IB/Hfi1: Read CCE Revision register to verify the device is responsiveKamenee Arumugam1-0/+8
2018-05-03IB/hfi1: Fix NULL pointer dereference when invalid num_vls is usedSebastian Sanchez1-3/+0
2018-04-27IB/hfi1: Replace custom hfi1 macros with PCIe macrosFrederick Lawler1-16/+8
2018-02-01IB/hfi1: Do not override given pcie_pset valueBartlomiej Dudek1-11/+12
2017-12-22IB/hfi: Only read capability registers if the capability existsMichael J. Ruhl1-18/+12
2017-09-27IB/hfi1: Unsuccessful PCIe caps tuning should not fail driver loadHarish Chegondi1-29/+21
2017-07-31IB/hfi1: Move saving PCI values to a separate functionBartlomiej Dudek1-52/+58
2017-07-31IB/hfi1: Fix bar0 mapping to use write combiningMike Marciniszyn1-16/+42
2017-07-31IB/hfi1: Check return values from PCI config API callsBartlomiej Dudek1-42/+196
2017-06-27IB/hfi1: Replace deprecated pci functions with new APIMichael J. Ruhl1-64/+16
2017-06-01RDMA/hfi1: change PCI bar addr assignments to Linux API functionsSteven L. Roberts1-2/+2
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-30/+0
2017-04-28IB/hfi1: Convert %Lx to %llxDennis Dalessandro1-1/+1
2017-04-25IB/hfi1: Use pcie_flr() instead of duplicating itChristoph Hellwig1-30/+0
2017-02-19IB/hfi1: Use static CTLE with Preset 6 for integrated HFIsEaswar Hariharan1-2/+2
2017-01-12RDMA/hfi1: drop pci_link_reset()Cao jin1-10/+0
2016-11-15IB/hfi1: Clean up unused argumentEaswar Hariharan1-2/+1
2016-08-02IB/hfi1: Add static PCIe Gen3 CTLE tuningDean Luick1-4/+64
2016-05-26IB/hfi1: Move driver out of stagingDennis Dalessandro1-0/+1338