From patchwork Mon Jan 22 14:27:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13525551 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 006E4C47DAF for ; Mon, 22 Jan 2024 14:28:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From: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=gXWLNRZoKq0wqYyfOkbHOa4/aeKiLGZpUU58lKbvODw=; b=mYSv4/zCORyOwH Wkr3vwZ0v1fRqTA06dqeL14hnt0pXUYtbCwl7Onzjac+diXlFHPUIwjq26crL5EM9JQBsLrDt/LFJ aHKJ7EiASQ6Pg3Tr9RndgMJ5e56oB3ukhXIcGIBdl9iyNzXVo+DW+qTnvX4SjNXomvkPUaaQBi4d6 1EiNBhpNf5tqS+oGZKIScB9aSqN5SXfKQlhuCxg/I1qOt7TOVXhFyAsYYZjofVM/U9lbYcQTt1szL +4SIDu4ltJmi3feQrP9/7FTgLSwCh798OypynAafvWGUj1RsnHV/YMC89ZXf/36IWyHrvzzkJd9j4 gLAZxsyZTjP83qRjzvdQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rRvH6-00COf5-0J; Mon, 22 Jan 2024 14:27:44 +0000 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rRvH2-00COdc-2Y for linux-arm-kernel@lists.infradead.org; Mon, 22 Jan 2024 14:27:42 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:955e:bba5:7ff4:cfb6]) by baptiste.telenet-ops.be with bizsmtp id dqTY2B0050ZxL6o01qTYoq; Mon, 22 Jan 2024 15:27:32 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rRvG6-00GGxK-Uc; Mon, 22 Jan 2024 15:27:32 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rRvGt-00CFG1-VG; Mon, 22 Jan 2024 15:27:31 +0100 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH] ARM: shmobile: defconfig: Disable staging Date: Mon, 22 Jan 2024 15:27:30 +0100 Message-Id: <7f1fa862cb508a5d29947380b72324be027ac76f.1705933596.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240122_062740_990884_1ADCA7B5 X-CRM114-Status: UNSURE ( 9.22 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org After the DT conversion of SH-Mobile and Armadillo-800-EVA display support, and the removal of the EMMA Mobile USB Gadget staging driver, there is no longer a need to enable support for board staging or any other staging drivers. Signed-off-by: Geert Uytterhoeven Reviewed-by: Niklas Söderlund Acked-by: Wolfram Sang --- To be queued in renesas-devel for v6.9. EMMA Mobile USB Gadget staging driver removal submitted in "[PATCH v2 0/4] staging: Remove EMMA Mobile USB Gadget and board staging support" https://lore.kernel.org/r/eec1bfb2878237888a8c3bc866d18dc53900739f.1705932585.git.geert+renesas@glider.be --- arch/arm/configs/shmobile_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index c47a638172a89bfd..091e1840933cf2c6 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -191,8 +191,6 @@ CONFIG_DW_DMAC=y CONFIG_RZN1_DMAMUX=y CONFIG_RCAR_DMAC=y CONFIG_RENESAS_USB_DMAC=y -CONFIG_STAGING=y -CONFIG_STAGING_BOARD=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_ARCH_EMEV2=y CONFIG_ARCH_R8A7794=y