aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_nvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-24ice: Add additional flags to ice_nvm_write_activateJacob Keller1-4/+9
2022-04-14ice: Fix memory leak in ice_get_orom_civd_data()Jianglei Nie1-0/+1
2022-01-04net: fixup build after bpf header changesJakub Kicinski1-0/+2
2021-12-15ice: support immediate firmware activation via devlink reloadJacob Keller1-3/+16
2021-12-15ice: reduce time to read Option ROM CIVD dataJacob Keller1-12/+36
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-24/+17
2021-12-14ice: Remove enum ice_statusTony Nguyen1-19/+19
2021-12-14ice: Use int for ice_statusTony Nguyen1-49/+49
2021-04-14ice: suppress false cppcheck issuesBruce Allan1-0/+1
2021-02-05ice: display stored UNDI firmware version via devlink infoJacob Keller1-37/+78
2021-02-05ice: display stored netlist versions via devlink infoJacob Keller1-64/+96
2021-02-05ice: display some stored NVM versions via devlink infoJacob Keller1-0/+14
2021-02-05ice: introduce function for reading from flash modulesJacob Keller1-5/+157
2021-02-05ice: cache NVM module bank informationJacob Keller1-0/+151
2021-02-05ice: create flash_info structure and separate NVM versionJacob Keller1-34/+58
2020-12-09ice: join format strings to same line as ice_debugJacob Keller1-18/+9
2020-12-09ice: silence static analysis warningBruce Allan1-1/+1
2020-12-09ice: cleanup misleading commentBruce Allan1-3/+3
2020-12-09ice: Remove gate to OROM initJeb Cramer1-26/+0
2020-07-28ice: Add AdminQ commands for FW updateCudzilo, Szymon T1-0/+186
2020-07-23ice: add link lenient and default override supportPaul Greenwalt1-1/+1
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin1-2/+1
2020-05-28ice: Declare functions staticTony Nguyen1-2/+3
2020-05-21ice: report netlist version in .info_getJacob Keller1-0/+86
2020-03-21ice: add board identifier info to devlink .info_getJacob Keller1-0/+125
2020-03-21ice: implement full NVM read from ETHTOOL_GEEPROMJesse Brandeburg1-148/+2
2020-03-21ice: discover and store size of available flashJacob Keller1-2/+60
2020-03-21ice: store NVM version info in extracted formatJacob Keller1-32/+62
2020-03-21ice: create function to read a section of the NVM and Shadow RAMJacob Keller1-7/+80
2020-03-20ice: use __le16 types for explicitly Little Endian valuesJacob Keller1-5/+7
2020-02-19ice: fix define for E822 backplane deviceBruce Allan1-1/+1
2020-02-19ice: add support for E823 devicesBruce Allan1-9/+23
2020-01-03ice: Add device ids for E822 devicesJacob Keller1-0/+12
2019-11-06ice: Update Boot Configuration Section read of NVMMd Fahad Iqbal Polash1-9/+42
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan1-0/+31
2019-05-23ice: Silence semantic parser warningsBruce Allan1-2/+2
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan1-3/+3
2019-02-25ice: fix numeric overflow warningBruce Allan1-3/+4
2019-01-15ice: Implement support for normal get_eeprom[_len] ethtool opsBruce Allan1-0/+81
2018-08-28ice: Update request resource command to latest specificationDan Nowlin1-1/+1
2018-08-23ice: Trivial formatting fixesAnirudh Venkataramanan1-3/+2
2018-05-17ice: Update NVM AQ command functionsAnirudh Venkataramanan1-3/+4
2018-03-26ice: Start hardware initializationAnirudh Venkataramanan1-0/+236