aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_nvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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