drivers: bus: Move the OMAP interconnect driver to drivers/bus/
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Fri, 14 Sep 2012 09:20:34 +0000 (14:50 +0530)
committerArnd Bergmann <arnd@arndb.de>
Wed, 19 Sep 2012 14:53:26 +0000 (16:53 +0200)
commit0ee7261c9212dbaf72d510e37f6c5b849d1847f0
treecd9902a94a286aab6e337c31f8ec2768250e5b17
parent46ca6811534e66e7b3967512efe8259021cd5488
drivers: bus: Move the OMAP interconnect driver to drivers/bus/

OMAP interconnect drivers are used for the interconnect error handling.
Since they are bus driver, lets move it to newly created drivers/bus.

Tested-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
12 files changed:
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/omap_l3_noc.c [deleted file]
arch/arm/mach-omap2/omap_l3_noc.h [deleted file]
arch/arm/mach-omap2/omap_l3_smx.c [deleted file]
arch/arm/mach-omap2/omap_l3_smx.h [deleted file]
drivers/bus/Kconfig
drivers/bus/Makefile
drivers/bus/omap_l3_noc.c [new file with mode: 0644]
drivers/bus/omap_l3_noc.h [new file with mode: 0644]
drivers/bus/omap_l3_smx.c [new file with mode: 0644]
drivers/bus/omap_l3_smx.h [new file with mode: 0644]
This page took 0.043175 seconds and 5 git commands to generate.