]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit203c3853ef57b0875a322d4e24fe928f93ba9ec7
treecd9902a94a286aab6e337c31f8ec2768250e5b17
parenta5e7a9ccd40024c3d2472d3db64f3aa6d54393d5
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]