From patchwork Fri Jan 22 14:46:38 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 12039555 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=-22.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT 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 3D947C433E6 for ; Fri, 22 Jan 2021 14:50:49 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 10A1723A54; Fri, 22 Jan 2021 14:50:49 +0000 (UTC) Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) (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 5044523A79; Fri, 22 Jan 2021 14:50:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5044523A79 Authentication-Results: mail.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=microchip.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=Nicolas.Ferre@microchip.com DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1611327048; x=1642863048; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=KsXcy5y83xCRPNuARdSZENXQpQEChqeJyPUSi+46dLw=; b=p8MmXl4zvqG6fBffwIxlIWEgYab7N9ECOVSp3W5xq/xF6cqMsjLiMMxE 0iL9+tg6QdPY+yRIXTt+FoO4SoYPvori27VSHslewA8xH3Rdhr+yXKxmT s7kcXfrIHcw8jw4SL28nhG6unVo6Rfz+3xqwegamoVW659irBJhDHZzOf QDL9zOIWI0urlZHxTwt9NwXlaCRI2N9BEstOA+kh40nYf/p9cwVRso40Z C1kTAhiPs6a4LUDh1p5ImgEhTlMBekY2FJqqLnlLOAbMzU16umTePqrHn BfYig65muX59zzaFKX8WY0jtxu2bgSqDLihq0YZgbvH7tOrjxy67SCV3h g==; IronPort-SDR: 0rs1KO37lE8cqXN5iAaWUTWynG9+Z/wB1Lksgv6EfC/A2IXAfxJqbDC2WLW7qHenNWJQz3bFGe 43PjSCXEfbpudDSk6U9Xm2i/BiPO7wzThvVThzz/ssTs7RyG+Kpv5Z7tN1FAeTue7CKcLrAf05 PujrSBaQfgQz5vXww5pSVdaOxsEoG0sFg2+9ziiGDYl2mjrcVKoxS34/N4CjZR7S0qMttX7WOb 0t1SA6xLHHGlqt8he0l3QTwDO8VABweDpX9f8NpzQIy2nXxDzopcn3waEFpa52guam9NidNBxc HE8= X-IronPort-AV: E=Sophos;i="5.79,366,1602572400"; d="scan'208";a="106927510" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 22 Jan 2021 07:50:47 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1979.3; Fri, 22 Jan 2021 07:50:46 -0700 Received: from localhost.localdomain (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.1979.3 via Frontend Transport; Fri, 22 Jan 2021 07:50:45 -0700 From: List-Id: To: Arnd Bergmann , Olof Johansson , , CC: Nicolas Ferre , Linux Kernel list , linux-arm-kernel , Alexandre Belloni , Ludovic Desroches Subject: [GIT PULL] ARM: at91: defconfig for 5.12 Date: Fri, 22 Jan 2021 15:46:38 +0100 Message-ID: <20210122144638.170565-1-nicolas.ferre@microchip.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Organization: microchip From: Nicolas Ferre Arnd, Olof, Here are the defconfig changes for 5.12 which contains the removal of old wrapper code that we called tclib. No such config option to be used anymore in next kernel. Thanks, best regards, The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-defconfig-5.12 for you to fetch changes up to 00a1aa475f507454fab82f02c6230c8fb2312a12: ARM: configs: multi_{v5,v7}: remove ATMEL_TCLIB (2021-01-02 14:06:48 +0100) ---------------------------------------------------------------- AT91 defconfig for 5.12: - remove ATMEL_TCLIB as the driver was deleted ---------------------------------------------------------------- Alexandre Belloni (2): ARM: configs: at91: remove ATMEL_TCLIB ARM: configs: multi_{v5,v7}: remove ATMEL_TCLIB arch/arm/configs/at91_dt_defconfig | 1 - arch/arm/configs/multi_v5_defconfig | 1 - arch/arm/configs/multi_v7_defconfig | 1 - arch/arm/configs/sama5_defconfig | 1 - 4 files changed, 4 deletions(-)