From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 1/1] drivers: bus: Move the OMAP interconnect driver to drivers/bus/ Date: Wed, 19 Sep 2012 14:58:00 +0000 Message-ID: <201209191458.00531.arnd@arndb.de> References: <1347614434-15938-1-git-send-email-santosh.shilimkar@ti.com> <20120917215128.GF11762@atomide.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.17.9]:63976 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753100Ab2ISO6J (ORCPT ); Wed, 19 Sep 2012 10:58:09 -0400 In-Reply-To: <20120917215128.GF11762@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: Santosh Shilimkar , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Olof Johansson On Monday 17 September 2012, Tony Lindgren wrote: > * 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 Ok, added to the branch. In the future please Cc both Olof and me when submitting patches for inclusion. Olof: I figured it would be easier if I just add this one than relaying it to you. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 19 Sep 2012 14:58:00 +0000 Subject: [PATCH 1/1] drivers: bus: Move the OMAP interconnect driver to drivers/bus/ In-Reply-To: <20120917215128.GF11762@atomide.com> References: <1347614434-15938-1-git-send-email-santosh.shilimkar@ti.com> <20120917215128.GF11762@atomide.com> Message-ID: <201209191458.00531.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 17 September 2012, Tony Lindgren wrote: > * 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 Ok, added to the branch. In the future please Cc both Olof and me when submitting patches for inclusion. Olof: I figured it would be easier if I just add this one than relaying it to you. Arnd