Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | sfc: Add AER and EEH support for Siena | Alexandre Rames | 2013-03-07 |
| | | | | | | | | | | | | | | | The Linux side of EEH is triggered by MMIO reads, but this driver's data path does not issue any MMIO reads (except in legacy interrupt mode). Therefore add a monitor function to poll EEH periodically. When preparing to reset the device based on our own error detection, also poll EEH and defer to its recovery mechanism if appropriate. [bwh: Use a separate condition for the initial link poll; fix some style errors] Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> | ||
* | sfc: Correct some comments on enum reset_type | Ben Hutchings | 2012-07-17 |
| | | | | Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> | ||
* | sfc: Move the Solarflare drivers | Jeff Kirsher | 2011-08-11 |
Moves the Solarflare drivers into drivers/net/ethernet/sfc/ and make the necessary Kconfig and Makefile changes. CC: Steve Hodgson <shodgson@solarflare.com> CC: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> |