aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2020-03-15net: nfp: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-4/+4
2020-03-05nfp: Use pci_get_dsn()Jacob Keller1-15/+9
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-3/+3
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski1-32/+2
2018-08-28nfp: refactor the per-chip PCIe configJakub Kicinski1-13/+37
2018-08-28nfp: add support for NFP5000Jakub Kicinski1-1/+3
2018-06-30nfp: fail probe if serial or interface id is missingJakub Kicinski1-6/+10
2018-05-23nfp: core: allow 4-byte aligned accesses to Memory UnitsJakub Kicinski1-50/+44
2018-04-25nfp: print PCIe link bandwidth on probeJakub Kicinski1-0/+1
2017-05-30nfp: shorten CPP core probe logsJakub Kicinski1-8/+11
2017-05-30nfp: only try to get to PCIe ctrl memory if BARs are wide enoughJakub Kicinski1-2/+8
2017-05-30nfp: don't set aux pointers if ioremap failedJakub Kicinski1-8/+12
2017-03-22nfp: fix invalid area detectionJakub Kicinski1-14/+15
2017-02-17nfp: Use PCI_DEVICE_ID_NETRONOME_NFP* definesSimon Horman1-2/+2
2017-02-10nfp: add CPP access coreJakub Kicinski1-0/+1364