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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,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 C79A3C63777 for ; Sat, 28 Nov 2020 22:31:42 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7097E20578 for ; Sat, 28 Nov 2020 22:31:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="zOcejTFk" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7097E20578 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=KLByKZvYEzPL6c6G4nytiGTpy8eeB1E3+sGN+xVPN10=; b=zOcejTFkfHf13/A+qw13bjyxl 6mNvNCos3lS20GTvXje2COvh5fn657rRuBJnu0zQMi8UiJqX8esyhyovy35UiNn5lWbhefe83KuWG 6h5t3A4N+4KG6prIlnpFTe7znTVgWnjxr6B3nhL2pcb0IcfJARsM3YZnS7hyqT3+DOhyMSx4LkZ20 I0Elzah39bXzTCH52fMfVFtjd4dmxo+EoJqj7Syfj+dsqfqT6uEVLcRp6DMMmPh2tW4ZR0G6/NECi OlmGWVoipStT0g7wR1lrtYI6OW+T9nAo55Ov+MUbrWD+LHaRilFGfJa1374gMfZMHJbYRVg4JN/jb KMqHxGLWQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kj8jb-0000C8-4V; Sat, 28 Nov 2020 22:30:27 +0000 Received: from relay1-d.mail.gandi.net ([217.70.183.193]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kj8iH-000896-95 for linux-arm-kernel@lists.infradead.org; Sat, 28 Nov 2020 22:29:06 +0000 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 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-Disposition: inline In-Reply-To: <20201128152645.0e0a7e4a@archlinux> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201128_172905_597209_D29417BB X-CRM114-Status: GOOD ( 21.03 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Lars-Peter Clausen , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Ludovic Desroches , Peter Meerwald-Stadler , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel