Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1712529pxu; Fri, 27 Nov 2020 13:27:36 -0800 (PST) X-Google-Smtp-Source: ABdhPJxC29+nZCTYd+8Gi/lrEPt+1/769TXstsihO4eZUsYyRxznrFahsyb/swgl74khG3D74GHe X-Received: by 2002:a05:6402:845:: with SMTP id b5mr4610643edz.38.1606512456387; Fri, 27 Nov 2020 13:27:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606512456; cv=none; d=google.com; s=arc-20160816; b=YVEe/DyUHkfM+K+VYLqi3Xn1SUXOH16gmuaWQauA631q/U6bYlh8ryO/6NpDLnRR8Z yqWoAVYDNenprI6CCdwpingFHlrMmWtUxLsHjjYdlktiwBxcr7Av+EEyl7r6Nd6KwK+h 7Tk1Eg9YmKcxiU946zeXUoUlQq8KtFgz1IfH7LkwzpAIHkLLIlY8yQNYmCTATa2VC1bg uttSrNhRdqSj+8Yul8fMY/KIpyscZKQHgQ4uAGoI7U5l/rU0oQB1E1q3/J491PFOXVk1 GHcU6SO0dHP5W1lopjBKOtS2PX9WymqNKbReSIsO9eGSyOxzOB/5rnJjvVRGvt7MQYoi jCvA== 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=ZbiqINEZW+ElsQs9IBQkTTX9YEXNtAivwQNxxpOm84M=; b=mTgn4gC1Dc+MFg0nWoFXGVELgSpWLhRzQQypnAxQhweJIswtrWt4hPt6sYzzin60Fq G42OANqildu7x4J4b63SlnHsFav0E16ickZaWXLlsx4Sl/cq8B32Vxw8ssnwRmcUIqHs tzBMyKLSaPRHo91LCjNITd9sS+A+RFtEepy5PsFnuTnvw9dFRKSeluHBGmDDAMIgCYwy Vh12iZWl8vaQMdlmTTBzpwSUffmhae98VOMnPTu6zK/yTp6x0dgoaFN5SO+3lMgq3JmN olWhv6G0yWkCaixYnLgg2L3Z4YqBtRlnsq0K3a0NLXgLuI1DStyu4IvlCbFxp2NSFQi7 0RlA== 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 k22si8448259edj.571.2020.11.27.13.27.13; Fri, 27 Nov 2020 13:27:36 -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 S1731510AbgK0VYQ (ORCPT + 99 others); Fri, 27 Nov 2020 16:24:16 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:50523 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731500AbgK0VXd (ORCPT ); Fri, 27 Nov 2020 16:23:33 -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 1BA0A1BF203; Fri, 27 Nov 2020 21:23:24 +0000 (UTC) Date: Fri, 27 Nov 2020 22:23:24 +0100 From: Alexandre Belloni To: Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org Cc: Nicolas Ferre , Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] ARM: at91: Drivers for 5.11 Message-ID: <20201127212324.GG1296649@piout.net> References: <20201127210844.GA1683573@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201127210844.GA1683573@piout.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please ignore that one, I'm going to merge my current at91-drivers and at91-soc branches and send you only one PR as this is what makes more sense. On 27/11/2020 22:08:46+0100, Alexandre Belloni wrote: > Arnd, Olof, > > As discussed with Arnd, here are two cleanup patches for at91_cf. My end > goal is to get rid of include/linux/platform_data/atmel.h. > > The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: > > Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-drivers-5.11 > > for you to fetch changes up to 91be3e89f450aa738204f6629f06d8b0e3d8d77b: > > pcmcia: at91_cf: remove platform data support (2020-11-24 12:05:24 +0100) > > ---------------------------------------------------------------- > AT91 drivers for 5.11: > > - at91_cf cleanups > > ---------------------------------------------------------------- > Alexandre Belloni (2): > pcmcia: at91_cf: move definitions locally > pcmcia: at91_cf: remove platform data support > > drivers/pcmcia/Kconfig | 1 + > drivers/pcmcia/at91_cf.c | 49 ++++++++++++++----------------------- > include/linux/platform_data/atmel.h | 12 --------- > 3 files changed, 20 insertions(+), 42 deletions(-) > > -- > Alexandre Belloni, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com