summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/txc43128_phy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sfc: Move the Solarflare driversJeff Kirsher2011-08-111-560/+0
| | | | | | | | | 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>
* sfc: make function tables conststephen hemminger2011-04-151-1/+1
| | | | | | | | | | | | The phy, mac, and board information structures should be const. Since tables contain function pointer this improves security (at least theoretically). Compile tested only. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Acked-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* sfc: Update copyright datesBen Hutchings2011-03-011-1/+1
| | | | Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
* sfc: Do not read STAT1.FAULT in efx_mdio_check_mmd()Ben Hutchings2011-03-011-1/+1
| | | | | | | | | | This field does not exist in all MMDs we want to check, and all callers allow it to be set (fault_fatal = 0). Remove the loopback condition, as STAT2.DEVPRST should be valid regardless of any fault. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
* sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings2010-09-221-0/+560
This board never went into production, but some engineering samples are in use. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>