diff options
| author | David S. Miller <davem@davemloft.net> | 2019-08-15 12:54:45 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2019-08-15 12:54:45 -0700 |
| commit | 8ce2cfd42e29b90158757c5154fb8f88f2dd1630 (patch) | |
| tree | 223e01bc78d1927031728e7bac8c1e11a1ab2bad /include/linux | |
| parent | 8714652fcd327df170e241394d5c83c38a2f0e27 (diff) | |
| parent | 0dabbe1bb3a4cf47d0cf52828355293f18acdae9 (diff) | |
| download | cachepc-linux-8ce2cfd42e29b90158757c5154fb8f88f2dd1630.tar.gz cachepc-linux-8ce2cfd42e29b90158757c5154fb8f88f2dd1630.zip | |
Merge branch 'qed-NVM'
Sudarsana Reddy Kalluru says:
====================
qed*: Support for NVM config attributes.
The patch series adds support for managing the NVM config attributes.
Patch (1) adds functionality to update config attributes via MFW.
Patch (2) adds driver interface for updating the config attributes.
Changes from previous versions:
-------------------------------
v4: Added more details on the functionality and its usage.
v3: Removed unused variable.
v2: Removed unused API.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/qed/qed_if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/qed/qed_if.h b/include/linux/qed/qed_if.h index 23021366a4e5..e366399874f3 100644 --- a/include/linux/qed/qed_if.h +++ b/include/linux/qed/qed_if.h @@ -804,6 +804,7 @@ enum qed_nvm_flash_cmd { QED_NVM_FLASH_CMD_FILE_DATA = 0x2, QED_NVM_FLASH_CMD_FILE_START = 0x3, QED_NVM_FLASH_CMD_NVM_CHANGE = 0x4, + QED_NVM_FLASH_CMD_NVM_CFG_ID = 0x5, QED_NVM_FLASH_CMD_NVM_MAX, }; |
