From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752647AbbH1TEA (ORCPT ); Fri, 28 Aug 2015 15:04:00 -0400 Received: from muru.com ([72.249.23.125]:47026 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752341AbbH1TD7 (ORCPT ); Fri, 28 Aug 2015 15:03:59 -0400 Date: Fri, 28 Aug 2015 12:03:54 -0700 From: Tony Lindgren To: Olof Johansson Cc: Kishon Vijay Abraham I , Ulf Hansson , afenkart@gmail.com, "linux-mmc@vger.kernel.org" , linux-omap , "linux-kernel@vger.kernel.org" , Sekhar Nori , Neil Brown Subject: Re: [PATCH v3 02/15] mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get Message-ID: <20150828190354.GZ4215@atomide.com> References: <1440666847-12594-1-git-send-email-kishon@ti.com> <1440666847-12594-3-git-send-email-kishon@ti.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 * Olof Johansson [150828 11:11]: > Hi, > > On Thu, Aug 27, 2015 at 2:13 AM, Kishon Vijay Abraham I wrote: > > Now return error only if the return value of > > devm_regulator_get_optional() is not the same as -ENODEV, since with > > -EPROBE_DEFER, the regulator can be obtained later and all other > > errors are fatal. > > > > Signed-off-by: Kishon Vijay Abraham I > > Tested-by: Tony Lindgren > > I bisected boot failures on Panda ES with multi_v7_defconfig down to > this commit on last night's -next build: > > http://arm-soc.lixom.net/bootlogs/next/next-20150828/pandaes-arm-multi_v7_defconfig.html MMC is working for me at least on Duovero. Interesting that you also have all kind of errors there, I guess this is some older revision of the board. Anyways, Kishon, care to look into what might be causing this? Regards, Tony