From patchwork Fri Nov 25 14:27:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Beznea X-Patchwork-Id: 13055990 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9FE1AC4332F for ; Fri, 25 Nov 2022 14:22:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 663F3C433C1; Fri, 25 Nov 2022 14:22:56 +0000 (UTC) Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 497EEC433B5; Fri, 25 Nov 2022 14:22:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 497EEC433B5 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=microchip.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=microchip.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1669386174; x=1700922174; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=/bLbmoT5zocOJZj4WgiM4UJL8thSie3ZWLV7k5ThtFM=; b=CkxsM0k+VNqvs/TsER3EfJ/joG66Kq4axTsjdTJPVpK8jVSwlYARxPf2 mhZGujR5EmxAXn/z/J208ZPiqyb1JArNBTxND1WZU+ZoJI9/qlQeW6A6j ObeAtz3r/44qBspBre5RQfb/qVD9EselnZQXZltQxNgNre3HGR54UV8Yq 1+bWSYhoaEIPprwNMUltkWtTo4cmIZanJEnSTH2AHiAfLHxJmsPz01NA4 Qr+1yYABZ+hfZQmAqHJCwfXkLNKL8vWpRRpmMO5ncTYwYmvWzwHtw2Zob eL/QjDRdJJkiT6b9JJHpdBLNgbDdj3NQCMUtia16sTvxJFrZusgF278wQ Q==; X-IronPort-AV: E=Sophos;i="5.96,193,1665471600"; d="scan'208";a="125114731" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 25 Nov 2022 07:22:52 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Fri, 25 Nov 2022 07:22:48 -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.2507.12 via Frontend Transport; Fri, 25 Nov 2022 07:22:46 -0700 From: Claudiu Beznea List-Id: To: , , , CC: , , Subject: [GIT PULL v2] AT91 defconfig updates for 6.2 #2 Date: Fri, 25 Nov 2022 16:27:36 +0200 Message-ID: <20221125142736.385654-1-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Hi, Arnd, This contains also a patch for multi_v7_defconfig. Thank you, Claudiu Beznea Changes in v2: - kept the initial patches from Eugen w/o intervene myself as they were based on media tree and prepared with make savedefconfig. The following changes since commit d2c064d66e91de391c0b1208c9ac8a54ec3b065f: ARM: configs: at91: sama7: add config for thermal management (2022-11-01 12:29:30 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-defconfig-6.2-2 for you to fetch changes up to 5f10311e42c069ae43591ff16bb79a7f5a42dea1: ARM: configs: multi_v7: switch to new MICROCHIP_ISC driver (2022-11-25 16:03:51 +0200) ---------------------------------------------------------------- AT91 defconfig for 6.2 #2 It contains: - updates for defconfigs to use the new CONFIG_VIDEO_MICROCHIP_ISC, CONFIG_VIDEO_MICROCHIP_XISC config flags that replaced the CONFIG_VIDEO_ATMEL_ISC, CONFIG_VIDEO_ATMEL_XISC. Drivers under CONFIG_VIDEO_ATMEL_* were moved to staging and considered deprecated. ---------------------------------------------------------------- Eugen Hristev (2): ARM: configs: sama5/7: switch to new MICROCHIP_ISC driver ARM: configs: multi_v7: switch to new MICROCHIP_ISC driver arch/arm/configs/multi_v7_defconfig | 6 +++--- arch/arm/configs/sama5_defconfig | 2 +- arch/arm/configs/sama7_defconfig | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)