linux-stable-rt/arch/microblaze/kernel
Grant Likely 1ab1d63a85 of/platform: remove all of_bus_type and of_platform_bus_type references
Both of_bus_type and of_platform_bus_type are just #define aliases
for the platform bus.  This patch removes all references to them and
switches to the of_register_platform_driver()/of_unregister_platform_driver()
API for registering.

Subsequent patches will convert each user of of_register_platform_driver()
into plain platform_drivers without the of_platform_driver shim.  At which
point the of_register_platform_driver()/of_unregister_platform_driver()
functions can be removed.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: David S. Miller <davem@davemloft.net>
2010-07-24 09:57:52 -06:00
..
cpu
Makefile of: Merge of_device_alloc() and of_device_make_bus_id() 2010-07-05 16:14:29 -06:00
asm-offsets.c
dma.c
early_printk.c
entry-nommu.S
entry.S
exceptions.c
ftrace.c
head.S
heartbeat.c
hw_exception_handler.S
init_task.c
intc.c
irq.c of/irq: Move irq_of_parse_and_map() to common code 2010-06-28 12:41:33 -07:00
mcount.S
microblaze_ksyms.c
misc.S
module.c
of_platform.c of/platform: remove all of_bus_type and of_platform_bus_type references 2010-07-24 09:57:52 -06:00
process.c
prom.c lmb: rename to memblock 2010-07-14 17:14:00 +10:00
prom_parse.c of/address: Merge all of the bus translation code 2010-07-05 16:14:26 -06:00
ptrace.c
reset.c of/gpio: stop using device_node data pointer to find gpio_chip 2010-07-05 16:14:30 -06:00
selfmod.c
setup.c of: Merge of_platform_bus_type with platform_bus_type 2010-07-24 09:57:51 -06:00
signal.c
stacktrace.c
sys_microblaze.c
syscall_table.S
timer.c
traps.c
vmlinux.lds.S