linux/drivers/net/arm
Uwe Kleine-König 78a9c9c974 register at91_ether using platform_driver_probe
at91ether_probe lives in .init.text, so using platform_driver_register
to register it is wrong because binding a device after the init memory
is discarded (e.g. via sysfs) results in an oops.

As requested by David Brownell platform_driver_probe is used instead of
moving the probe function to .devinit.text as proposed initially.
This saves some memory, but devices registered after the driver is
probed are not bound (probably there are none) and binding via sysfs
isn't possible.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-07-22 11:24:28 -07:00
..
Kconfig Add mac driver for w90p910 2009-07-20 07:45:05 -07:00
Makefile Add mac driver for w90p910 2009-07-20 07:45:05 -07:00
am79c961a.c
am79c961a.h
at91_ether.c register at91_ether using platform_driver_probe 2009-07-22 11:24:28 -07:00
at91_ether.h
ep93xx_eth.c net: replace dma_sync_single with dma_sync_single_for_cpu 2009-05-29 01:51:22 -07:00
ether1.c
ether1.h
ether3.c net: use symbolic values for ndo_start_xmit() return codes 2009-06-13 01:18:50 -07:00
ether3.h
etherh.c
ixp4xx_eth.c netdev: restore MTU change operation 2009-07-12 14:20:04 -07:00
ks8695net.c
ks8695net.h
w90p910_ether.c Add mac driver for w90p910 2009-07-20 07:45:05 -07:00