linux/drivers/base
Russell King 00d3dcdd96 [DRIVER MODEL] Add platform_driver
Introduce struct platform_driver.  This allows the platform device
driver methods to be passed a platform_device structure instead of
instead of a plain device structure, and therefore requiring casting
in every platform driver.

We introduce this in such a way that any existing platform drivers
registered directly via driver_register continue to work as before,
thereby allowing a gradual conversion to the new platform_driver
methods.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-11-09 17:23:39 +00:00
..
power [PATCH] fix remaining missing includes 2005-11-07 07:53:41 -08:00
attribute_container.c
base.h
bus.c
class.c [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
core.c
cpu.c [PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu. 2005-10-30 17:37:14 -08:00
dd.c
dmapool.c
driver.c
firmware.c
firmware_class.c [PATCH] firmware: fix all kernel-doc warnings 2005-10-30 17:37:25 -08:00
init.c
Kconfig
Makefile
map.c
memory.c
node.c
platform.c [DRIVER MODEL] Add platform_driver 2005-11-09 17:23:39 +00:00
sys.c [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
transport_class.c