Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-19 | ice: fix define for E822 backplane device | Bruce Allan | 1 | -2/+2 | |
This product's name has changed; update the macro identifier accordingly. Signed-off-by: Bruce Allan <[email protected]> Signed-off-by: Tony Nguyen <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> | |||||
2020-02-19 | ice: add support for E823 devices | Bruce Allan | 1 | -0/+20 | |
Add E823 device ids and convert conditional expressions to a more appropriate switch statement. Signed-off-by: Bruce Allan <[email protected]> Signed-off-by: Tony Nguyen <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> | |||||
2020-02-19 | ice: add additional E810 device id | Bruce Allan | 1 | -0/+2 | |
Add support for device id 0x159b. Signed-off-by: Bruce Allan <[email protected]> Signed-off-by: Tony Nguyen <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> | |||||
2020-01-03 | ice: Add device ids for E822 devices | Jacob Keller | 1 | -0/+18 | |
Add support for E822 devices Signed-off-by: Jacob Keller <[email protected]> Signed-off-by: Bruce Allan <[email protected]> Signed-off-by: Tony Nguyen <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> | |||||
2018-10-24 | ice: Change device ID define names to align with branding string | Anirudh Venkataramanan | 1 | -3/+3 | |
Basically remove references to C810 and use E810C (from the branding string) instead. Signed-off-by: Anirudh Venkataramanan <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> | |||||
2018-09-27 | ice: update branding strings and supported device ids | Bruce Allan | 1 | -7/+3 | |
Update branding strings and remove device ids 0x1594 and 0x1595. Signed-off-by: Bruce Allan <[email protected]> Signed-off-by: Anirudh Venkataramanan <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> | |||||
2018-03-26 | ice: Add basic driver framework for Intel(R) E800 Series | Anirudh Venkataramanan | 1 | -0/+19 | |
This patch adds a basic driver framework for the Intel(R) E800 Ethernet Series of network devices. There is no functionality right now other than the ability to load. Signed-off-by: Anirudh Venkataramanan <[email protected]> Tested-by: Tony Brelinski <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> |