Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1043636pxu; Sat, 5 Dec 2020 02:15:13 -0800 (PST) X-Google-Smtp-Source: ABdhPJwObueobV23BdpfEZqSMJQtReCE7GC0euFO50br2UhSaFXNktvave5EDmvd8u5d5AiQis+m X-Received: by 2002:a50:875b:: with SMTP id 27mr11686837edv.24.1607163313240; Sat, 05 Dec 2020 02:15:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607163313; cv=none; d=google.com; s=arc-20160816; b=yHLE1hMNBSeKRYKDYIFqWo8Am17zSsPBE7jnFZ0xZwFt2jJdsdr17dxdhdGaNx9OCU uMJWQslKDSxpKj0Rlscq6nkj6me25Eq2Fbxj3DbKCtBIGi88IFTURFzvr5VgQS54sw6X khim79EtYk43Dbbx1eBoazEDJGZU4ygmrbyNTKJ940GUXze0KsEonm+U6nNSwPdgpsZx 2GiGQKOFyoL75J1PAr7lpHDSgITILquSsFKgrl38buruwl5W7jqKXuKuWWg4tdrDGzH1 F1X8t4bVRBSkkbwOACwXdVRq09mvHBPS4q07ZZvSD72T9/kmAeNMeeen1S4JnZhEUmn4 Mjgw== 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=TEpwogSdY4tigLfLES/lEQs8hsdYTUyxVJqOWAr+k90=; b=zImfYSUhkOwQoDXZ4HNQbxR3YELX6dyiGhBdpvV5LzQxotVcBgYweJQKEt0ht9Rte7 txmtydN/mBnsry51477OP8H5/b0VkyJl0TPzfkDYA2REtKk43+vvyIRAy277ARpRC1Fm PzyxYCRrKrT4caWd9EztzV9y4eb07QsfM3O87h6ICbEjL31MPlP2Z2Bxc7XwODOy+kNf hbRJ/afVFIxXzSDTpcCwXywbizB7iOSJMsehUFrkKPmXg1S7u+rPPlbzEYLggYCodtGx 9XoyDndflpsGivpD714a4K3LvH5BuL+O9mwYMhGckr7bNxnwWsvW7ifS3ljYbySi8qYz cheg== 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 g2si4660696edn.508.2020.12.05.02.14.37; Sat, 05 Dec 2020 02:15:13 -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 S1726629AbgLEKI2 (ORCPT + 99 others); Sat, 5 Dec 2020 05:08:28 -0500 Received: from isilmar-4.linta.de ([136.243.71.142]:47410 "EHLO isilmar-4.linta.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726923AbgLEKBf (ORCPT ); Sat, 5 Dec 2020 05:01:35 -0500 X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES Received: from light.dominikbrodowski.net (brodo.linta [10.2.0.102]) by isilmar-4.linta.de (Postfix) with ESMTPSA id 00F60201107; Sat, 5 Dec 2020 09:05:29 +0000 (UTC) Received: by light.dominikbrodowski.net (Postfix, from userid 1000) id A059220EC6; Sat, 5 Dec 2020 09:55:46 +0100 (CET) Date: Sat, 5 Dec 2020 09:55:46 +0100 From: Dominik Brodowski To: Alexandre Belloni Cc: Ludovic Desroches , Nicolas Ferre , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] pcmcia: at91_cf: move definitions locally Message-ID: References: <20200930184804.3127757-1-alexandre.belloni@bootlin.com> <160621597363.1087931.2225027989675268841.b4-ty@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <160621597363.1087931.2225027989675268841.b4-ty@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Tue, Nov 24, 2020 at 12:07:30PM +0100 schrieb Alexandre Belloni: > On Wed, 30 Sep 2020 20:48:02 +0200, Alexandre Belloni wrote: > > struct at91_cf_data is only used in the driver since all the platforms moved > > to device tree, move its definition locally. > > I've now applied those patches on the at91-drivers branch, please shout if you > want them to go through your branch. > > [1/2] pcmcia: at91_cf: move definitions locally > commit: 496e9b64d7297d3e6c209c51218cee2939694b25 > [2/2] pcmcia: at91_cf: remove platform data support > commit: 91be3e89f450aa738204f6629f06d8b0e3d8d77b Thanks, I'm fine with that. Dominik