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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT 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 06A36C83018 for ; Tue, 24 Nov 2020 11:07:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C9E7B20708 for ; Tue, 24 Nov 2020 11:07:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732762AbgKXLHj (ORCPT ); Tue, 24 Nov 2020 06:07:39 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:49943 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732732AbgKXLHe (ORCPT ); Tue, 24 Nov 2020 06:07:34 -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 relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 3CF5D1BF20C; Tue, 24 Nov 2020 11:07:31 +0000 (UTC) From: Alexandre Belloni To: Alexandre Belloni , Dominik Brodowski , Ludovic Desroches , Nicolas Ferre Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] pcmcia: at91_cf: move definitions locally Date: Tue, 24 Nov 2020 12:07:30 +0100 Message-Id: <160621597363.1087931.2225027989675268841.b4-ty@bootlin.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200930184804.3127757-1-alexandre.belloni@bootlin.com> References: <20200930184804.3127757-1-alexandre.belloni@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Best regards, -- Alexandre Belloni