Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755585Ab2JPRn0 (ORCPT ); Tue, 16 Oct 2012 13:43:26 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:33727 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755404Ab2JPRnY (ORCPT ); Tue, 16 Oct 2012 13:43:24 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 98.234.237.12 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/3+N7wl8gXjwR0aTl8DreA Date: Tue, 16 Oct 2012 10:43:19 -0700 From: Tony Lindgren To: Matt Porter Cc: "Hiremath, Vaibhav" , "linux-omap@vger.kernel.org" , "Mohammed, Afzal" , "devicetree-discuss@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH] ARM: OMAP2+: gpmc: Fix kernel BUG for DT boot mode Message-ID: <20121016174319.GU15569@atomide.com> References: <1349773040-8204-1-git-send-email-hvaibhav@ti.com> <20121010140027.GB13724@beef> <79CD15C6BA57404B839C016229A409A83EB3B573@DBDE01.ent.ti.com> <20121010143501.GC13724@beef> <20121010143742.GE13724@beef> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121010143742.GE13724@beef> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2403 Lines: 54 * Matt Porter [121010 07:38]: > On Wed, Oct 10, 2012 at 10:35:01AM -0400, Matt Porter wrote: > > On Wed, Oct 10, 2012 at 02:19:40PM +0000, Vaibhav Hiremath wrote: > > > On Wed, Oct 10, 2012 at 19:30:27, Porter, Matt wrote: > > > > On Tue, Oct 09, 2012 at 02:27:20PM +0530, Vaibhav Hiremath wrote: > > > > > With recent changes in omap gpmc driver code, in case of DT > > > > > boot mode, where bootloader does not configure gpmc cs space > > > > > will result into kernel BUG() inside gpmc_mem_init() function, > > > > > as gpmc cs0 gpmc_config7[0].csvalid bit is set to '1' and > > > > > gpmc_config7[0].baseaddress is set to '0' on reset. > > > > > > > > > > This use-case is applicable for any board/EVM which doesn't have > > > > > any peripheral connected to gpmc cs0, for example BeagleXM and > > > > > BeagleBone, so DT boot mode fails. > > > > > > > > > > This patch adds of_have_populated_dt() check before creating > > > > > device, so that for DT boot mode, gpmc probe will not be called > > > > > which is expected behavior, as gpmc is not supported yet from DT. > > > > > > > > > > Signed-off-by: Vaibhav Hiremath > > > > > Cc: Afzal Mohammed > > > > > Cc: Tony Lindgren > > > > > Cc Paul Walmsley > > > > > --- > > > > > This should go in for rc1, as this breaks AM33xx boot. > > > > > > > > Fixes BeagleBone on mainline. > > > > > > > > Tested-by: Matt Porter > > > > > > > > > > Thanks Matt and Afzal, > > > > > > Tony can this be picked up for rc1?? I know you have already sent pull > > > request for rc1, but by any chance you are planning to send another request? > > > > I also found a separate problem with the mcasp clock data that's needed > > for rc1. I just posted a patch for that as I need both this patch and the > > clock data fix to boot from current mainline. > > Disregard now that you got me pointed to the pull request with this :) Thanks applying $Subject patch into omap-for-v3.7-rc1/fixes-part2 and ignoring the comments about the mcasp clock as it sounds like the mcasp is already fixed. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/