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=-18.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,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 2E2C4C3E8C5 for ; Fri, 27 Nov 2020 21:10:16 +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 C8AB52223D for ; Fri, 27 Nov 2020 21:10:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ja2Sqp1V" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C8AB52223D 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:MIME-Version: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:In-Reply-To:References:List-Owner; bh=EzZN7YOAbd6kcyPDSf4f5NLqJUrd8KuiQHXgHG/e7hI=; b=ja2Sqp1Vuwg+m4yvGHrO4HtrEd tBNmdarQXuIkFZKxBjHpsAVXAZ736lJy9HSAYCScgB+UCKEsgOtTGoWoAkO0sH3RtdQ86XqRiFDHe yL1RB6W9n9jYB08VBSig2zTwWKiKM8s5n4wnGp8F7T7GM6KzN+uN8VRtC3ehMy4j9H4t2Ydzsf0g0 spdmjjFlqlbLPMYNKRLwYPeHtMqcjipM2/XLdJQESp95keLLu1mToZvhnWx6YOkrYf94nOdm3s+mq I+EXDkASdSu1SsSO7ragXBilh6yB0LDEZjEXrRBCg+RsDpXGd+jma5KADIyc4Ipb55DDxTKEI4jzy ZvLQzskg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kikzB-0006om-4F; Fri, 27 Nov 2020 21:08:57 +0000 Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kikz7-0006Zm-E0 for linux-arm-kernel@lists.infradead.org; Fri, 27 Nov 2020 21:08:54 +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 relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 4614160002; Fri, 27 Nov 2020 21:08:45 +0000 (UTC) Date: Fri, 27 Nov 2020 22:08:44 +0100 From: Alexandre Belloni List-Id: To: Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org Subject: [GIT PULL] ARM: at91: Drivers for 5.11 Message-ID: <20201127210844.GA1683573@piout.net> MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201127_160853_667560_ED74D553 X-CRM114-Status: GOOD ( 10.49 ) 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: Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.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 Message-ID: <20201127210844.nKgofHu16lRrl9eu8E93KwkeOO1lwQ-v9xGeiw4RWQg@z> 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel