From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755652AbbJ1SlP (ORCPT ); Wed, 28 Oct 2015 14:41:15 -0400 Received: from seldrel01.sonyericsson.com ([37.139.156.2]:7535 "EHLO seldrel01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751191AbbJ1SlO (ORCPT ); Wed, 28 Oct 2015 14:41:14 -0400 Date: Wed, 28 Oct 2015 11:41:04 -0700 From: Bjorn Andersson To: Lee Jones CC: Johan Hovold , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2 3/3] mfd: lm3533: Support initialization from Device Tree Message-ID: <20151028184104.GC24668@usrtlx11787.corpusers.net> References: <1445963373-27790-1-git-send-email-bjorn.andersson@sonymobile.com> <1445963373-27790-3-git-send-email-bjorn.andersson@sonymobile.com> <20151028114057.GT5828@x1> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20151028114057.GT5828@x1> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 28 Oct 04:40 PDT 2015, Lee Jones wrote: > On Tue, 27 Oct 2015, Bjorn Andersson wrote: > > > Implement Device Tree parsing functions to support initialization of the > > lm3533 drivers. > > > > Signed-off-by: Bjorn Andersson > > --- > > > > Changes since v1: > > - Added units to bost-freq and als resistance > > > > drivers/mfd/lm3533-core.c | 264 ++++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 264 insertions(+) > > I assume you plan on fixing the build robot's complains? > I do, unfortunately I didn't get those on v1 :/ Just trying to conclude if I should move the logic from patch 2 into this patch before resending. Regards, Bjorn