From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BD73BC3279B for ; Sat, 30 Jun 2018 18:00:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 76E60243B6 for ; Sat, 30 Jun 2018 18:00:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 76E60243B6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jic23.retrosnub.co.uk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751576AbeF3SAt (ORCPT ); Sat, 30 Jun 2018 14:00:49 -0400 Received: from saturn.retrosnub.co.uk ([46.235.226.198]:53228 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751409AbeF3SAr (ORCPT ); Sat, 30 Jun 2018 14:00:47 -0400 Received: from archlinux (cpc91196-cmbg18-2-0-cust659.5-4.cable.virginm.net [81.96.234.148]) by saturn.retrosnub.co.uk (Postfix; Retrosnub mail submission) with ESMTPSA id BE2C39E7B9E; Sat, 30 Jun 2018 19:00:43 +0100 (BST) Date: Sat, 30 Jun 2018 19:00:42 +0100 From: Jonathan Cameron To: Baolin Wang Cc: Jonathan Cameron , Rob Herring , Mark Rutland , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , freeman.liu@spreadtrum.com, Mark Brown , DTML , linux-iio@vger.kernel.org, LKML Subject: Re: [PATCH v3 2/2] iio: adc: Add Spreadtrum SC27XX PMICs ADC support Message-ID: <20180630190042.4962bff3@archlinux> In-Reply-To: References: <900586c7a4ce55818ab330c738f306c7452191ef.1529550463.git.baolin.wang@linaro.org> <95836d610301133ffdac1efa86d7daf4cecb97b7.1529550463.git.baolin.wang@linaro.org> <20180622151338.00003622@huawei.com> <20180624143009.48cf14f8@archlinux> <20180624144734.62f28908@archlinux> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Jun 2018 09:47:54 +0800 Baolin Wang wrote: > Hi Jonathan, > > On 24 June 2018 at 21:47, Jonathan Cameron wrote: > > On Sun, 24 Jun 2018 14:30:09 +0100 > > Jonathan Cameron wrote: > > > >> On Sun, 24 Jun 2018 17:13:00 +0800 > >> Baolin Wang wrote: > >> > >> > Hi Jonathan, > >> > > >> > On 22 June 2018 at 22:13, Jonathan Cameron wrote: > >> > > On Thu, 21 Jun 2018 11:14:05 +0800 > >> > > Baolin Wang wrote: > >> > > > >> > >> From: Freeman Liu > >> > >> > >> > >> The Spreadtrum SC27XX PMICs ADC controller contains 32 channels, > >> > >> which is used to sample voltages with 12 bits conversion. > >> > >> > >> > >> [Baolin Wang did lots of improvements] > >> > >> > >> > >> Signed-off-by: Freeman Liu > >> > >> Signed-off-by: Baolin Wang > >> > > > >> > > One trivial missed bit of cleanup inline. I'll sort that > >> > > when applying if no one else points anything out before I get back to my > >> > > development machine. > >> > > >> > Thanks. > >> > >> Applied to the togreg branch of iio.git and pushed out as testing > >> for the autobuilders to play with it. > > Sorry, backed out for now. My togreg tree is non rebasing and > > this is dependant on some stuff that only went in during the merge > > window. > > > > I'll send a pull request to GregKH fairly soon and after that do > > the merge back into my tree to pick that hwspin lock stuff up. > > > > So this will be a week or two before I can apply it without issues. > > > > Give me a poke if I seem to have forgotten about it. > > OK. Many thanks for your help. > Applied now with dependencies in place. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan