From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 17 Sep 2012 14:51:28 -0700 Subject: [PATCH 1/1] drivers: bus: Move the OMAP interconnect driver to drivers/bus/ In-Reply-To: <1347614434-15938-1-git-send-email-santosh.shilimkar@ti.com> References: <1347614434-15938-1-git-send-email-santosh.shilimkar@ti.com> Message-ID: <20120917215128.GF11762@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Santosh Shilimkar [120914 02:21]: > OMAP interconnect drivers are used for the interconnect error handling. > Since they are bus driver, lets move it to newly created drivers/bus. > > Cc: Arnd Bergmann > Cc: Tony Lindgren > Tested-by: Lokesh Vutla > Signed-off-by: Santosh Shilimkar > --- > Patch just moves OMAP interconnect drivers as is to the newly created > driver/bus/* directory. Patch is generated against "arm-soc/drivers/ocp2scp" > tree and test on all OMAP boards. Great, looks like this should not conflict with other omap patches queued, so Arnd should probably take this into the bus branch: Acked-by: Tony Lindgren