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=-10.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 B5CD1C3A59E for ; Mon, 2 Sep 2019 13:13:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 93E9D20820 for ; Mon, 2 Sep 2019 13:13:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729758AbfIBNNG (ORCPT ); Mon, 2 Sep 2019 09:13:06 -0400 Received: from mga06.intel.com ([134.134.136.31]:31288 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729690AbfIBNNF (ORCPT ); Mon, 2 Sep 2019 09:13:05 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Sep 2019 06:13:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,459,1559545200"; d="scan'208";a="333562759" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga004.jf.intel.com with ESMTP; 02 Sep 2019 06:13:02 -0700 Received: from andy by smile with local (Exim 4.92.1) (envelope-from ) id 1i4m8j-0002KP-Bk; Mon, 02 Sep 2019 16:13:01 +0300 Date: Mon, 2 Sep 2019 16:13:01 +0300 From: Andy Shevchenko To: Jonathan Cameron Cc: Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , linux-iio@vger.kernel.org, Vincent Pelletier , Tomasz Duszynski Subject: Re: [PATCH v2] iio: adc: intel_mrfld_adc: Add Basin Cove ADC driver Message-ID: <20190902131301.GI2680@smile.fi.intel.com> References: <20190326145138.19717-1-andriy.shevchenko@linux.intel.com> <20190330153140.7bfecadf@archlinux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190330153140.7bfecadf@archlinux> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Sat, Mar 30, 2019 at 03:31:40PM +0000, Jonathan Cameron wrote: > On Tue, 26 Mar 2019 16:51:38 +0200 > Andy Shevchenko wrote: > > > From: Vincent Pelletier > > > > Exposes the ADC device present on, at least, Intel Merrifield platform. > > > > Based on work done by: > > Yang Bin > > Huiquan Zhong > > Sumeet Pawnikar > > Pavan Kumar S > > > > Though it has been heavily rewritten for upstream. > > > > Signed-off-by: Vincent Pelletier > > Signed-off-by: Andy Shevchenko > > Hmm. There is a very small ordering issue in probe vs remove, which > I'll probably just fix up. > > However I don't yet have the header in my upstream so will wait > until that is there before applying. If Lee or whoever is dealing > with that patch set puts out an immutable branch with it in then > let me know. > > Give me a poke if I seem to have forgotten it. Hi, Jonathan. Lee applied the main driver to his tree [1]. Should I do anything for this one or is it applicable clean? [1]: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git/commit/?id=b9a801dfa591 -- With Best Regards, Andy Shevchenko