Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2448824pxu; Sat, 28 Nov 2020 14:34:48 -0800 (PST) X-Google-Smtp-Source: ABdhPJyZAqxFjjIuJGTKkvkkSpOBvDMVbvxDAwuMphj9/LDDA14IsdZ3PZHwPF0zdI1NZp9axCa6 X-Received: by 2002:a17:906:1481:: with SMTP id x1mr14667870ejc.186.1606602888273; Sat, 28 Nov 2020 14:34:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606602888; cv=none; d=google.com; s=arc-20160816; b=LjMWkz4xaS9SQYQk4nBhy8BuFrId+3hblUhIt6o3uEp7tYIm7QT2+4p0c52rva0kww XUGFMxeLF/Jy7jDRCheeM3oda1zo80vKI8K7I9vIy3ooLghh1KKMyS8khqfLhKiUs+2y vlpwSYnha4mHVWxDwkHalyebLIHtXKSNOqDWuJmJQpiqnwKrDYcwNtQrMV7txDsD3gfA /6A0idADLKCdHiMhI6E/3sHsorOEw5TYxZHRs2SVgSKADMq5tfXAsp5NgOST5xIEl5tr BuRZCXjnEcMwELeB95S5SF7bz5NhnAY2Unm7gUlLRPbXZQnjoqutdMw84x2LA7v+Xf04 DF5g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=oEJ8c8DDxFdmh12rOY2Lij82QytVhIZ2iMYzfpRNUcA=; b=KYZARh9qg8Am7aANa9fX77I6EDvS2UjgJO/rN1W9ysHAV9GnE10uSkCYaR6+K9f+/R 8tg7oLJDKfC4e4FuRdsjCWjuRGzk+wz1A2bnKoTeMAFz7ommdHfuOOEUfIUWrNLvC+bo fWorWGEgPcdJKvLLxLgCKfH8x555hd0N8oh27UObMsmEmNe8VWq/lNbHGXNiUsbAvHz2 UhKMCLWDccrNDtbxIQGbmcEylnLuVTHmfHPpzuYUC9aF/ZFo7fsfg823hhgRo4w0cTwC 4tqm0ZDh00PBah80kswcSqqnKsCnVSMSDHliQOGe4RF2Pw5ltS4J39aCRVAr/LUCcPQ2 OwAg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ga18si7510791ejc.519.2020.11.28.14.34.24; Sat, 28 Nov 2020 14:34:48 -0800 (PST) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388707AbgK1W3q (ORCPT + 99 others); Sat, 28 Nov 2020 17:29:46 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:42045 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388667AbgK1W3q (ORCPT ); Sat, 28 Nov 2020 17:29:46 -0500 X-Originating-IP: 86.194.74.19 Received: from localhost (lfbn-lyo-1-997-19.w86-194.abo.wanadoo.fr [86.194.74.19]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id F4074240002; Sat, 28 Nov 2020 22:28:59 +0000 (UTC) Date: Sat, 28 Nov 2020 23:28:59 +0100 From: Alexandre Belloni To: Jonathan Cameron Cc: Lars-Peter Clausen , Peter Meerwald-Stadler , Nicolas Ferre , Ludovic Desroches , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 01/11] iio: adc: at91_adc: remove platform data Message-ID: <20201128222859.GL1296649@piout.net> References: <20201117140656.1235055-1-alexandre.belloni@bootlin.com> <20201117140656.1235055-2-alexandre.belloni@bootlin.com> <20201128140427.61dbaceb@archlinux> <20201128142342.GJ1296649@piout.net> <20201128152645.0e0a7e4a@archlinux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201128152645.0e0a7e4a@archlinux> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/11/2020 15:26:45+0000, Jonathan Cameron wrote: > On Sat, 28 Nov 2020 15:23:42 +0100 > Alexandre Belloni wrote: > > > Hi, > > > > On 28/11/2020 14:04:27+0000, Jonathan Cameron wrote: > > > On Tue, 17 Nov 2020 15:06:46 +0100 > > > Alexandre Belloni wrote: > > > > > > > The at91 platforms have been DT only for a while, remove platform data. > > > > > > > > Signed-off-by: Alexandre Belloni > > > > Reviewed-by: Ludovic Desroches > > > > > > Hi Alexandre, > > > > > > I'd completely forgotten that we actually had a similar patch that > > > is already applied from Alexandru back in September. > > > > > > > I actually have seen that yesterday too. I even reviewed them... > > > > > Given vast majority matched, I've just changed your patch into one > > > that drops the id_table (which Alexandru didn't do). > > > > > > So with that tweak applied to the togreg branch of iio.git. > > > > > > > Ok, thanks, I guess you didn't push yet, I wanted to check and I didn't > > find the patches on kernel.org. > > I've actually just backed my try at this out. It gets a bit messy around > patch 6-7 so I'd rather you did a rebase. > > Please rebase on current togreg branch. Done! -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com