From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajendra Nayak Subject: RE: [PATCH 0/3] OMAP2+: voltage: first pass at cleanup/reorganization Date: Fri, 25 Feb 2011 11:02:46 +0530 Message-ID: <152f5892a6651cd0268573cb9b317efa@mail.gmail.com> References: <20110221020231.7598.14024.stgit@twilight.localdomain> <553cd99ec29ee91e4a4b324d0f4a0be7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:39319 "EHLO na3sys009aog110.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751080Ab1BYFcv (ORCPT ); Fri, 25 Feb 2011 00:32:51 -0500 Received: by mail-fx0-f42.google.com with SMTP id 20so1221214fxm.29 for ; Thu, 24 Feb 2011 21:32:50 -0800 (PST) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Paul Walmsley Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kevin Hilman , Nishanth Menon , Benoit Cousson , Mike Turquette Hi Paul, > -----Original Message----- > From: Paul Walmsley [mailto:paul@pwsan.com] > Sent: Friday, February 25, 2011 10:33 AM > To: Rajendra Nayak > Cc: linux-omap@vger.kernel.org; linux-arm-kernel@lists.infradead.org; Kevin Hilman; Nishanth Menon; Benoit Cousson; > Mike Turquette > Subject: RE: [PATCH 0/3] OMAP2+: voltage: first pass at cleanup/reorganization > > Hi Rajendra, > > On Thu, 24 Feb 2011, Rajendra Nayak wrote: > > > I found these abort on my 4430SDP. The below changes I found > > are needed for it to bootup.. > > I tested the 'integration-2.6.39' branch of > > git://git.pwsan.com/linux-integration and the patch is > > based on this branch. > > Thanks very much for the patch, this looks right. Do you mind if I fold > it into the "OMAP2+: voltage: reorganize, split code from data" patch and > credit you appropriately in the patch description? (That way, there won't > be any gaps between patches where OMAP4 won't work.) I agree it makes sense to fold these changes into the original patch. Please go ahead. Thanks, Rajendra > > > - Paul