From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 0/2] twl4030 power support for 3430SDP Date: Fri, 02 Oct 2009 07:13:43 -0700 Message-ID: <87zl89anoo.fsf@deeprootsystems.com> References: <1254423262-25380-1-git-send-email-khilman@deeprootsystems.com> <20091001192431.GW32041@smtp.gmail.com> <878wfubt2a.fsf@deeprootsystems.com> <20091002051742.GZ32041@smtp.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pz0-f177.google.com ([209.85.222.177]:56961 "EHLO mail-pz0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753501AbZJBONk (ORCPT ); Fri, 2 Oct 2009 10:13:40 -0400 Received: by pzk7 with SMTP id 7so1030298pzk.33 for ; Fri, 02 Oct 2009 07:13:45 -0700 (PDT) In-Reply-To: <20091002051742.GZ32041@smtp.gmail.com> (Amit Kucheria's message of "Fri\, 2 Oct 2009 08\:17\:42 +0300") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: linux-omap@vger.kernel.org Amit Kucheria writes: > On 09 Oct 01, Kevin Hilman wrote: >> Amit Kucheria writes: >> >> > On 09 Oct 01, Kevin Hilman wrote: >> >> I've been carrying these in the PM branch, but now that twl4030 power >> >> support is in mainline, these can be queued for 2.6.33. >> >> >> >> Kevin Hilman (1): >> >> OMAP3: PM: 3430SDP: add initial twl4030 power scripts >> >> >> >> Rajendra Nayak (1): >> >> OMAP3: PM: 3430SDP: Update twl4030 power scripts and device groups >> >> >> >> arch/arm/mach-omap2/board-3430sdp.c | 93 ++++++++++++++++++++++++++++++++++- >> >> 1 files changed, 91 insertions(+), 2 deletions(-) >> >> >> > >> > Hi Kevin, >> > >> > Do you want to wait until I push patches that modify the way the scripts are >> > loaded in memory? (they now allow overlapping scripts to work around space >> > constraints) >> > >> > Also we now have very simplified scripts that use broadcast messages. These >> > might still need to be tweaked for the various boards though. It works on the >> > RX51. >> >> Well, I don't *want* to wait because that means I would have to rework >> these patches. :) >> >> But it sounds waiting is the right thing. How close are you to having >> the new scripting stuff ready? Should we put it into the PM branch in >> the meantime so it can get some testing on other boards than RX51? > > I haven't started looking at it yet. It will have to wait until w42 though. > > I guess you can push your patches to the PM branch and revert them at a later > time when I have the changes ready? This series is already in the PM branch, and has been for a while. I've been waiting for the twl4030 power code to hit mainline before submitting them. If you think you'll get the new script stuff done in the next few weeks, I'll wait. Kevin