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.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 71225C3E8C5 for ; Fri, 27 Nov 2020 21:46:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C0BF20B80 for ; Fri, 27 Nov 2020 21:46:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732184AbgK0Vpf (ORCPT ); Fri, 27 Nov 2020 16:45:35 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:41357 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732206AbgK0Vlv (ORCPT ); Fri, 27 Nov 2020 16:41:51 -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 relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 762E8FF804; Fri, 27 Nov 2020 21:41:40 +0000 (UTC) Date: Fri, 27 Nov 2020 22:41:40 +0100 From: Alexandre Belloni List-Id: 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: [GIT PULL] ARM: at91: Drivers for 5.11 (bis) Message-ID: <20201127214140.GA1688544@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Also a very small patch adding SoC IDs for the sam9x60 SiPs. 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 264788c8f23703d0d3e967fb5aea83eb64d2cb2b: pcmcia: at91_cf: remove platform data support (2020-11-27 22:25:15 +0100) ---------------------------------------------------------------- AT91 drivers for 5.11: - add sam9x60 SiP IDs - at91_cf cleanups ---------------------------------------------------------------- Alexandre Belloni (2): pcmcia: at91_cf: move definitions locally pcmcia: at91_cf: remove platform data support Kai Stuhlemmer (1): ARM: at91: sam9x60 SiP types added to soc description drivers/pcmcia/Kconfig | 1 + drivers/pcmcia/at91_cf.c | 50 ++++++++++++++----------------------- drivers/soc/atmel/soc.c | 6 +++++ drivers/soc/atmel/soc.h | 3 +++ include/linux/platform_data/atmel.h | 12 --------- 5 files changed, 29 insertions(+), 43 deletions(-) -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com