From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751516AbbIJUpT (ORCPT ); Thu, 10 Sep 2015 16:45:19 -0400 Received: from muru.com ([72.249.23.125]:49807 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751131AbbIJUpQ (ORCPT ); Thu, 10 Sep 2015 16:45:16 -0400 Date: Thu, 10 Sep 2015 13:45:13 -0700 From: Tony Lindgren To: Kevin Hilman Cc: Grygorii Strashko , Kishon Vijay Abraham I , Olof Johansson , Ulf Hansson , afenkart@gmail.com, "linux-mmc@vger.kernel.org" , linux-omap , "linux-kernel@vger.kernel.org" , Sekhar Nori , Neil Brown , Tyler Baker Subject: Re: [PATCH v3 02/15] mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get Message-ID: <20150910204512.GJ4215@atomide.com> References: <20150828190354.GZ4215@atomide.com> <55E3E9B1.8070908@ti.com> <20150831205829.GB4215@atomide.com> <20150831211450.GC4215@atomide.com> <55E5B730.9020409@ti.com> <20150901145002.GE4215@atomide.com> <55E5BC11.8090002@ti.com> <20150901150336.GF4215@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kevin Hilman [150910 10:03]: > On Tue, Sep 1, 2015 at 8:03 AM, Tony Lindgren wrote: > > * Grygorii Strashko [150901 07:57]: > >> On 09/01/2015 05:50 PM, Tony Lindgren wrote: > >> >> > >> >>On -next, Above crash signature could be related to race > >> >>"ARM: OMAP2+: omap-device: fix race deferred probe of omap_hsmmc vs omap_device_late_init" > >> >>http://www.spinics.net/lists/linux-omap/msg121622.html > >> > > >> >Good point thanks, yes that's the case. MMC probing fails and then we hit this > >> >separate issue while MMC is trying to probe. Applying your fix makes the > >> >abort disappear, but naturally does not get MMC working again. > >> > >> you may need CONFIG_GPIO_PCF857X=y for dra7-evm > > > > This is a regression at least on omap4 as pointed out by Olof. > > FWIW, this problem still exists in mainline[1], and note that it fails > for omap2plus_defconfig which already has CONFIG_REGULATOR_PBIAS=y, so > that is not the fix for this issue. There are also the pbias regulator fixes pending.. And the .dts fixes pending.. So looks like it's going to be few more days. AFAIK, also the multi_v7_defconfig change is needed.. Regards, Tony > [1] http://kernelci.org/boot/omap4-panda-es/?mainline&omap2plus_defconfig&lab-khilman