From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932454AbbDHXeH (ORCPT ); Wed, 8 Apr 2015 19:34:07 -0400 Received: from gloria.sntech.de ([95.129.55.99]:50721 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754840AbbDHXeD convert rfc822-to-8bit (ORCPT ); Wed, 8 Apr 2015 19:34:03 -0400 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Mark Brown Cc: Liam Girdwood , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] regulator: add a summary tree in debugfs Date: Thu, 09 Apr 2015 01:33:59 +0200 Message-ID: <2605479.kHV4CVBNQA@diego> User-Agent: KMail/4.14.1 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; ) In-Reply-To: <20150408173825.GF6023@sirena.org.uk> References: <2348758.yHH02IHytj@diego> <2395165.N5t8WS5Vxm@diego> <20150408173825.GF6023@sirena.org.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 8. April 2015, 18:38:25 schrieb Mark Brown: > On Tue, Apr 07, 2015 at 04:16:39PM +0200, Heiko Stübner wrote: > > - output current-limit for current regulators > > What I meant here was that we should try to output the current limit for > all regulators, not just for current regulators. I've applied this as > is though since it's basically OK, can you send a followup please? ah I didn't know regulator_get_current_limit() was valid for non REGULATOR_CURRENT devices too. Followup follows tomorrow - or today as I've just looked at the clock :-) Heiko