From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 9 Feb 2012 08:51:52 -0800 Subject: [PATCH 01/16] ARM: omap: fix oops in arch/arm/mach-omap2/vp.c when pmic is not found In-Reply-To: <20120209164419.GA19159@n2100.arm.linux.org.uk> References: <20120208163546.GA15849@n2100.arm.linux.org.uk> <20120208183333.GA29796@atomide.com> <20120208234654.GC16877@atomide.com> <20120209164419.GA19159@n2100.arm.linux.org.uk> Message-ID: <20120209165151.GG16877@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Russell King - ARM Linux [120209 08:13]: > On Wed, Feb 08, 2012 at 03:46:54PM -0800, Tony Lindgren wrote: > > * Tony Lindgren [120208 10:02]: > > > * Russell King - ARM Linux [120208 08:05]: > > > > > > This is better than Kevin's earlier patch because of the descriptive > > > error: > > > > > > Acked-by: Tony Lindgren > > > > Hmm looks like the patch from Ahilash that Kevin queued has the > > also a test for missing uv_to_vsel: > > > > if (!voltdm->pmic || !voltdm->pmic->uv_to_vsel) > > > > So there seems to be more to it than what Russell's patch is > > doing. > > So, through the discussion in patch 5, do you want me to add the > second check to my patch 1? Yes, please do. Regards, Tony