linux/drivers/net/fjes
Taku Izumi 2fcbca6877 fjes: platform_driver's .probe and .remove routine
This patch implements platform_driver's .probe and .remove
routine, and also adds board specific private data structure.

This driver registers net_device at platform_driver's .probe
routine and unregisters net_device at its .remove routine.

Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-08-24 14:06:34 -07:00
..
fjes.h fjes: platform_driver's .probe and .remove routine 2015-08-24 14:06:34 -07:00
fjes_hw.c fjes: Hardware cleanup routine 2015-08-24 14:06:33 -07:00
fjes_hw.h fjes: Hardware cleanup routine 2015-08-24 14:06:33 -07:00
fjes_main.c fjes: platform_driver's .probe and .remove routine 2015-08-24 14:06:34 -07:00
fjes_regs.h
Makefile