aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-27nfp: Simplify array allocationRobin Murphy1-1/+1
2020-12-04nfp: Replace zero-length array with flexible-array memberSimon Horman1-1/+1
2019-09-10nfp: nsp: add support for hwinfo set operationDirk van der Merwe1-0/+15
2019-09-10nfp: nsp: add support for optional hwinfo lookupDirk van der Merwe1-4/+48
2019-09-10nfp: nsp: add support for fw_loaded commandDirk van der Merwe1-0/+10
2019-06-14nfp: update the old flash error messageJakub Kicinski1-1/+6
2019-04-01nfp: nsp: implement read SFF module EEPROMDirk van der Merwe1-0/+62
2019-03-01nfp: nsp: set higher timeout for flash bundleDirk van der Merwe1-4/+1
2019-03-01nfp: nsp: allow the use of DMA bufferJakub Kicinski1-5/+191
2019-03-01nfp: nsp: move default buffer handling into its own functionJakub Kicinski1-42/+51
2019-03-01nfp: nsp: use fractional size of the bufferJakub Kicinski1-6/+7
2019-02-01nfp: nsp: add support for versions commandJakub Kicinski1-0/+61
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski1-32/+2
2018-08-28nfp: add support for indirect HWinfo lookupJakub Kicinski1-0/+38
2018-08-28nfp: interpret extended FW load result codesJakub Kicinski1-3/+82
2018-08-28nfp: attempt FW load from flashJakub Kicinski1-0/+6
2018-08-28nfp: encapsulate NSP command arguments into structsJakub Kicinski1-69/+136
2018-04-12nfp: ignore signals when communicating with management FWJakub Kicinski1-2/+1
2018-04-04nfp: use full 40 bits of the NSP buffer addressDirk van der Merwe1-4/+5
2017-12-15nfp: implement firmware flashingDirk van der Merwe1-0/+12
2017-12-15nfp: extend NSP infrastructure for configurable timeoutsDirk van der Merwe1-17/+43
2017-11-05nfp: make use of MAC reinitJakub Kicinski1-0/+5
2017-06-09nfp: remove automatic caching of RTsym tableJakub Kicinski1-7/+1
2017-05-30nfp: add hwmon supportDavid Brunecz1-0/+8
2017-05-30nfp: support variable NSP response lengthsJakub Kicinski1-0/+8
2017-04-30nfp: don't completely refuse to work with old flashesJakub Kicinski1-3/+1
2017-04-24nfp: add NSP routine to get static informationDavid Brunecz1-0/+7
2017-04-05nfp: NSP backend for link configuration operationsJakub Kicinski1-1/+5
2017-04-05nfp: add extended error messagesJakub Kicinski1-8/+29
2017-04-05nfp: allow multi-stage NSP configurationJakub Kicinski1-0/+43
2017-04-05nfp: separate high level and low level NSP headersJakub Kicinski1-0/+1
2017-03-22nfp: correct return codes when msleep gets interruptedJakub Kicinski1-6/+6
2017-02-20nfp: report NSP ABI version in ethtool FW versionJakub Kicinski1-0/+10
2017-02-20nfp: store NSP ABI version in state structureJakub Kicinski1-14/+13
2017-02-10nfp: add support for service processor accessJakub Kicinski1-0/+417