From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752004AbbHaFob (ORCPT ); Mon, 31 Aug 2015 01:44:31 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:36110 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751256AbbHaFo3 (ORCPT ); Mon, 31 Aug 2015 01:44:29 -0400 Message-ID: <55E3E9B1.8070908@ti.com> Date: Mon, 31 Aug 2015 11:14:17 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Tony Lindgren , Olof Johansson CC: Ulf Hansson , , "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 References: <1440666847-12594-1-git-send-email-kishon@ti.com> <1440666847-12594-3-git-send-email-kishon@ti.com> <20150828190354.GZ4215@atomide.com> In-Reply-To: <20150828190354.GZ4215@atomide.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Saturday 29 August 2015 12:33 AM, Tony Lindgren wrote: > * 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? I think this might be because my pbias fix [1] patch wasn't merged yet. I'll try to get that resolved asap. Thanks Kishon [1] -> http://lkml.iu.edu/hypermail/linux/kernel/1507.3/01594.html > > Regards, > > Tony >