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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 16655C433FE for ; Sat, 5 Dec 2020 10:10:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D308322DFA for ; Sat, 5 Dec 2020 10:10:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727988AbgLEKJR (ORCPT ); Sat, 5 Dec 2020 05:09:17 -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