linux/drivers/net/ethernet/microchip
Jingoo Han 5743756161 net: ethernet: enc28j60: use spi_get_drvdata() and spi_set_drvdata()
Use the wrapper functions for getting and setting the driver data using
spi_device instead of using dev_{get|set}_drvdata with &spi->dev, so we
can directly pass a struct spi_device.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-04-07 16:48:19 -04:00
..
Kconfig drivers/net/ethernet/microchip: remove depends on CONFIG_EXPERIMENTAL 2013-01-22 12:01:34 -08:00
Makefile
enc28j60.c net: ethernet: enc28j60: use spi_get_drvdata() and spi_set_drvdata() 2013-04-07 16:48:19 -04:00
enc28j60_hw.h