Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp912741pxb; Sat, 18 Sep 2021 23:53:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJybBiBP5XbUnAnwpCcenw5p2G67N0eoHjrKfbZ3XHI9/HWeNvW8k+ldzHco/frAkS5hZ/7u X-Received: by 2002:a92:c8c3:: with SMTP id c3mr12497866ilq.43.1632034417688; Sat, 18 Sep 2021 23:53:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632034417; cv=none; d=google.com; s=arc-20160816; b=T80AqgA19Mk8+GkZRcszwEZthgwAiqVn8DMc4/4HkRjmfyMtIYAcbW5O9SmRXcar9y 5pl7OGeW3HwvAD30uL4VCnJjZLJYIc1Ap1YX+5e60f6OWnWIpOKQEBfmGUcoXk+XeTwt bmU4g9+CAIPxm2AVPP6dtqlioa9ncf9PPnwXXdtML5WXby4m2GpwuajSPy2GE6Ny+t+U mC1NuPrOzUg/V9NqdQZ/wDIxBUZWJS1B9m4DRn2SeHvi1nQfYC+aH4+XxB2MDeVWQH6g Z9t+qN4LD+mxBMOQnItK8sMtFzVMMlXdAbgZPnX1vSiiLc94CxbnTYmBPRm8/6lIh/Sv /miQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=ZhrOWORZoT33Td/z0htAtkVAFZ88yW138drEpeUEjQI=; b=LOWrDcXwhKz/7EpR+3LLBoXE7Ar5r9VCgpZJhmtZd2atZoXnBF8RoQhRlEt29dDhiA ihubOcJ0u60mdCn7bnlAYcovn6Azrlp9KfBzkexqBF6lDvRJJ8SloY+t+R3Hgoxsx4M0 m/G42M5gtSIfkXBAaBOmDxGYPOYBN1p25ye+vNcm2+ZLSRDtC79SqgZgibOagv8zXY4f rLGFy44vtw55Vg+uJXO1LmDko+GpjpzdE4JkQHSsy62j05HWYpOfaSLO8KSIJX6aZPp+ 3a0oe13vDdGxi2cCEiN/3J8Cm9edCk9xiMzdDpDAv/Bcplisy1NR+WL6NdjTmG6l7M11 b4EA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z10si9563969ioe.51.2021.09.18.23.53.27; Sat, 18 Sep 2021 23:53:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238295AbhIRRxT (ORCPT + 99 others); Sat, 18 Sep 2021 13:53:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:52872 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231576AbhIRRxS (ORCPT ); Sat, 18 Sep 2021 13:53:18 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (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 3D9996101B; Sat, 18 Sep 2021 17:51:50 +0000 (UTC) Date: Sat, 18 Sep 2021 18:55:30 +0100 From: Jonathan Cameron To: Joel Stanley Cc: Billy Tsai , Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Andrew Jeffery , Philipp Zabel , lgirdwood@gmail.com, Mark Brown , linux-iio@vger.kernel.org, devicetree , Linux ARM , linux-aspeed , Linux Kernel Mailing List , BMC-SW Subject: Re: [v5 04/15] iio: adc: aspeed: Keep model data to driver data. Message-ID: <20210918185530.4f667796@jic23-huawei> In-Reply-To: References: <20210831071458.2334-1-billy_tsai@aspeedtech.com> <20210831071458.2334-5-billy_tsai@aspeedtech.com> <20210905153339.751732cc@jic23-huawei> <20210905155029.3faa2c04@jic23-huawei> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Sep 2021 03:52:24 +0000 Joel Stanley wrote: > On Sun, 5 Sept 2021 at 14:47, Jonathan Cameron wrote: > > > > On Sun, 5 Sep 2021 15:33:39 +0100 > > Jonathan Cameron wrote: > > > > > On Tue, 31 Aug 2021 15:14:47 +0800 > > > Billy Tsai wrote: > > > > > > > Keep the model data pointer to driver data for reducing the usage of > > > > of_device_get_match_data(). > > > > > > > > Signed-off-by: Billy Tsai > > > This one starts to be impacted by the fix (as its in the context). > > > Rather than making a mess of things for linux-next etc I'll hold > > > off on these until that fix is upstream in a few weeks. > > > > > > If I seem to have lost it (it's been known to happen :( ) then > > > feel free to poke me! > > > > Having taken another look at the rest of the series (and Philipp's review) > > please do a v6 starting from this patch. > > I'd recommend against the practice of half applying a series. I have > just spent a good chunk of time looking at v6, and wondering why it > won't apply to any tags in Linus tree nor to next. Hi Joel, In this particular case it may been unwise, but in general it allows me to handle a higher volume of patches than would otherwise be possible. There are of course other approaches, but this one works well for me. I did express to what tree and branch these were being applied + exposed for build tests. > > (It was made worse by the branch you applied them to not being part of > linux-next.) It will be shortly. That was just unfortunate timing because of the end of the merge window and a some issues that 0-day found in other patches in the tree that needed to be fixed up before making a mess in next. Jonathan > > Cheers, > > Joel