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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 autolearn=no 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 52D96C4332F for ; Sun, 8 Sep 2019 12:19:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2172B218AC for ; Sun, 8 Sep 2019 12:19:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567945199; bh=fnkqAfVLUJ4qvZ5PJf1M7+UzktzaEfSD/LXhQephNIo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=f8ESTB4Gc5ZHdJJSc/lxaqKJ6pZGDHoe/hxlb0diTVdAd6y5UzyO8CMpGJLWciEqO lldMKFnilCdzcOC7b8UzX56fPsrxEocSiy8zVcdThtCWjNLKnGibC6+AVU8Z7jtPVu xAjjLyWVKQy1+aGoCdWEqLfKORzuVJfanA/E/Sx8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728976AbfIHMT6 (ORCPT ); Sun, 8 Sep 2019 08:19:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:46652 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728667AbfIHMT6 (ORCPT ); Sun, 8 Sep 2019 08:19:58 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 84751214D9; Sun, 8 Sep 2019 12:19:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567945198; bh=fnkqAfVLUJ4qvZ5PJf1M7+UzktzaEfSD/LXhQephNIo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YbIwTzpBZ2RGH4AGcmyQEX5Lf4QyoCa2z0MtzEZiAytP54z5eDIWjA9SxTPsB6Tba IcAgbBj6bVstSwnjw5xMR7cJxxTw/86hJe9YPTsm5nPxa2qfelJhX8vcRZGQM15viN 0obVfzM/qVnCsBM85Y6uzRy4Xre0WXb2Unwh7I8w= Date: Sun, 8 Sep 2019 13:19:53 +0100 From: Jonathan Cameron To: Linus Walleij Cc: Lee Jones , linux-iio@vger.kernel.org, Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Mboumba Cedric Madianga Subject: Re: [PATCH 6/8 v2] iio: adc: New driver for the AB8500 GPADC Message-ID: <20190908131953.50fdb416@archlinux> In-Reply-To: References: <20190822145233.18222-1-linus.walleij@linaro.org> <20190822145233.18222-7-linus.walleij@linaro.org> <20190826094643.6d4f5cfa@archlinux> X-Mailer: Claws Mail 3.17.4 (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-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Tue, 3 Sep 2019 16:55:52 +0200 Linus Walleij wrote: > On Mon, Aug 26, 2019 at 10:46 AM Jonathan Cameron wrote: > > Linus Walleij wrote: > > > Note we have standardized the specification of ADC channels since > > v1. See Documentation/devicetree/bindings/iio/adc/adc.txt > > It's fairly similar to what you have though so easy tweak > > to bindings. I don't think any change in here is needed. > > I've aligned it in both the patch to the bindings and my device > tree patch, thanks! > > > Some minor stuff inline otherwise. > > Fix those up and you can add > > Reviewed-by: Jonathan Cameron > > Thanks! > > > What is your merge plan for these? > > I was planning to rebase them for v5.4-rc1 and merge through Arm SoC, > but since most of it is ADC-related maybe it makes more sense to merge > the whole thing through IIO? (Except the DTS patch that I will take through > the ARM SoC tree anyway.) I'm happy either way. Just let me know. Jonathan > > Yours, > Linus Walleij