From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2993554AbbEEQGC (ORCPT ); Tue, 5 May 2015 12:06:02 -0400 Received: from muru.com ([72.249.23.125]:49208 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2993136AbbEEOQl (ORCPT ); Tue, 5 May 2015 10:16:41 -0400 Date: Tue, 5 May 2015 07:16:39 -0700 From: Tony Lindgren To: Lee Jones Cc: Samuel Ortiz , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] mfd: twl4030-power: Fix pmic for boards that need AC charger disabled Message-ID: <20150505141639.GD4810@atomide.com> References: <1427736974-1842-1-git-send-email-tony@atomide.com> <20150504143213.GF24469@atomide.com> <20150505081735.GR4047@x1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150505081735.GR4047@x1> 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 * Lee Jones [150505 01:18]: > On Mon, 04 May 2015, Tony Lindgren wrote: > > * Tony Lindgren [150330 10:41]: > > > I noticed the PMIC configuration on 37xx-evm won't actually shut down > > > the voltages during off-idle. Turns out 37xx-evm needs the AC charger > > > state transitions disabled like we are doing for SDP and LDP in the > > > legacy booting case. > > > > > > Let's fix this for device tree based booting by setting up the quirk > > > flag based on the compatible flag. And let's also use the existing > > > define for STARTON_CHG. > > > > > > Note that SDP and EVM do not have the PMIC clken wired to gate the > > > the oscillator while LDP has. > > > > Looks like this fix is still pending? > > Applied now, thanks. OK thanks! Tony