Sebastian Andrzej Siewior fbd29a14af spi/pxa2xx: register driver properly
use platform_driver_register instead of platform_driver_probe. The
latter only checks available devices at the time of calling. So if a
device gets inserter at a later point in time then the driver will never
play with it.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Dirk Brandewie <dirk.brandewie@gmail.com>
2010-11-26 11:29:02 +01:00
..
2010-11-16 13:33:23 -08:00
2010-10-29 00:29:51 +02:00
2010-11-10 14:40:53 +01:00
2010-11-16 13:33:23 -08:00
2010-10-30 08:31:35 -07:00
2010-11-12 07:55:30 -08:00
2010-11-26 11:29:02 +01:00