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=-6.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,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 3090BECE588 for ; Tue, 15 Oct 2019 15:40:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E863D205F4 for ; Tue, 15 Oct 2019 15:40:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571154046; bh=SqbN9KokFUwGXQ2GpNjsAtzHcPWt2LzRb/StD2GExXg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=X5PHp1R9tgzKNmhQlG20wYNF7+OuQjyyL2gopZafl8r4yr7OjPpE9FNx5t9ow+TKb 0gZA/aQnX1N4apVIPxSpQyYIVHrm2GLiucTTt8BgAeDPEcSuY3gtPzIDlm/YRRTlvY Ilc9DebZoFDJ3fKdU2E4ciAlArySIga/CrRUy3QA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726422AbfJOPkp (ORCPT ); Tue, 15 Oct 2019 11:40:45 -0400 Received: from saturn.retrosnub.co.uk ([46.235.226.198]:38232 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726231AbfJOPkp (ORCPT ); Tue, 15 Oct 2019 11:40:45 -0400 Received: from roundcube.retrosnub.co.uk (hati.retrosnub.co.uk [IPv6:2a00:1098:86::4:1]) by saturn.retrosnub.co.uk (Postfix; Retrosnub mail submission) with ESMTPSA id 8CBAE9E79F2; Tue, 15 Oct 2019 16:40:43 +0100 (BST) Received: from [86.188.218.117] by roundcube.retrosnub.co.uk with HTTP (HTTP/1.1 POST); Tue, 15 Oct 2019 16:40:42 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 15 Oct 2019 16:40:42 +0100 From: jic23@kernel.org To: Andy Shevchenko Cc: Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , linux-iio@vger.kernel.org, Vincent Pelletier , Tomasz Duszynski , Lee Jones Subject: Re: [PATCH v2] iio: adc: intel_mrfld_adc: Add Basin Cove ADC driver In-Reply-To: <20191015151450.GL32742@smile.fi.intel.com> References: <20190326145138.19717-1-andriy.shevchenko@linux.intel.com> <20190330153140.7bfecadf@archlinux> <20190902131301.GI2680@smile.fi.intel.com> <20190903185119.2328cf86@archlinux> <20191001081933.GD32742@smile.fi.intel.com> <20191015151450.GL32742@smile.fi.intel.com> Message-ID: <08f114477eb3ec15219f58a3d7d1b3ae@kernel.org> X-Sender: jic23@kernel.org User-Agent: Roundcube Webmail/1.2.5 (Retrosnub) Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On 15.10.2019 16:14, Andy Shevchenko wrote: > On Tue, Oct 01, 2019 at 11:19:33AM +0300, Andy Shevchenko wrote: >> On Tue, Sep 03, 2019 at 06:51:19PM +0100, Jonathan Cameron wrote: >> > On Mon, 2 Sep 2019 16:13:01 +0300 >> > Andy Shevchenko wrote: >> > > 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: >> >> > > > Give me a poke if I seem to have forgotten it. >> >> > > 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 >> > > >> > Hmm. It's very late in the cycle and Lee doesn't have that in an immutable >> > branch (presumably because it's very late or it wasn't clear there was >> > a need to do so). In theory I've done my last pull request to Greg >> > (though I messed it up so that's not quite true). >> > >> > Will have to pick this up towards the start of the next cycle now I think. >> >> Now everything needed is in v5.4-rc1. Your move! > > Jonathan, anything I can do to make this accepted? Nearly there. Upstream from iio.git should now have the dependencies and I'm in a state to rebase (as of yesterday). If it's a quiet day I'll get it done this evening! Sorry for the delay - my fault for picking a random point at which to base my tree rather than waiting for rc1. Jonathan