From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752578Ab2EDGcN (ORCPT ); Fri, 4 May 2012 02:32:13 -0400 Received: from na3sys009aog121.obsmtp.com ([74.125.149.145]:38919 "EHLO na3sys009aog121.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808Ab2EDGcL (ORCPT ); Fri, 4 May 2012 02:32:11 -0400 Message-ID: <4FA377E1.9060008@ti.com> Date: Fri, 04 May 2012 12:02:01 +0530 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Greg KH CC: Paul Gortmaker , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 0/7] Add TI EMIF SDRAM controller driver References: <1335529449-28046-1-git-send-email-santosh.shilimkar@ti.com> <20120504000312.GB32225@kroah.com> In-Reply-To: <20120504000312.GB32225@kroah.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 04 May 2012 05:33 AM, Greg KH wrote: > On Thu, May 03, 2012 at 06:38:23PM -0400, Paul Gortmaker wrote: >> On Fri, Apr 27, 2012 at 8:24 AM, Santosh Shilimkar >> wrote: >>> Add a driver for the EMIF SDRAM controller used in Texas Instrument SoCs >> >> Hi Santosh, >> >> Can you send Greg a patch that adds proper dependencies to the Kconfig? >> I was going to simply add an ARM dependency, but perhaps you want to >> restrict it further to a subset of OMAP platforms? >> Thanks Paul for reporting the issue. >> At the moment it is causing build failures in other architectures. >> >> http://kisskb.ellerman.id.au/kisskb/buildresult/6243036/ > > I think there's a config option for readl/writel, but yes, ARM would > probably be fine as well. > Just send a patch [1] to Greg. EMIF driver build is restricted to ARCH_OMAP2PLUS for now and can be extended later if any other non OMAP architecture start using it. Regards Santosh [1] https://lkml.org/lkml/2012/5/4/22