From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 8/8] ARM: OMAP2+: Limit omap_read/write usage to legacy USB drivers Date: Wed, 22 Feb 2012 10:57:28 -0800 Message-ID: <20120222185728.GJ18185@atomide.com> References: <20120221233619.18709.87982.stgit@kaulin.local> <20120221234051.18709.3571.stgit@kaulin.local> <1329898441.2070.10.camel@deskari> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:46020 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755026Ab2BVS5d (ORCPT ); Wed, 22 Feb 2012 13:57:33 -0500 Content-Disposition: inline In-Reply-To: <1329898441.2070.10.camel@deskari> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tomi Valkeinen Cc: linux-arm-kernel@lists.infradead.org, linux-fbdev@vger.kernel.org, linux-omap@vger.kernel.org * Tomi Valkeinen [120221 23:42]: > On Tue, 2012-02-21 at 15:40 -0800, Tony Lindgren wrote: > > Drivers should no longer use omap_read/write functions > > but instead use ioremap + read/write functions. > > > > As some USB legacy code is still shared between omap1 and > > omap2420, let's limit the omap_read/write to plat/usb.h. > > > > Also, let's make drivers/video/omap/lcdc.c depend on > > ARCH_OMAP1 as it is not needed for omap2+. > > I'm ok with the lcdc.c change, but I also have a patch series that makes > the same change, plus removes the omap2 code from drivers/video/omap/. OK, I'll drop the lcdc.c change from my series as that should only affect randconfig builds. > Can you check the series, and give ack if the arch/arm side looks fine? > It's this one: [PATCH 00/16] OMAPDSS: old OMAPFB cleanup Yeah great, I've acked those. Let's do a test merge when I have these in cleanup branch, looks like the conflicts should be trivial. Tony