From mboxrd@z Thu Jan 1 00:00:00 1970 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.subspace.kernel.org (Postfix) with ESMTPS id 8AC85361DA2 for ; Sun, 29 Mar 2026 15:11:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774797069; cv=none; b=PLHkSDwctwirIxATESXmPPF6YxuJUaMwRrUI42h1T2wngV4v59grYMgbK/nAggmOd6XneforCo2WqdPYL5AMDRCale3qp+B4AMOivIPByowrTVNAlROv4a/JxwCw6+aIJ8ri5jBHzYnEXtUlglXp+vzP9vAklto205S0y6QsFzE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774797069; c=relaxed/simple; bh=48O06jw41mdFWfzz7EZIRuUwiyu34of3gLO+Z+5DX9U=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: Content-Type:MIME-Version; b=GKbxongu//wXbo22dYsqIdX3MqQVPkss+yrpu9Wu9owm8NhHCUOVSEGHo1y8spdGTVGlG8xLuTqU3+q6K4qDsPjHEs65SfMlEgU9PxdXo/RyOS8xJWC1jen1B6XRm09ljbr2X5ncjQGkiNEiHOcHadslA0V0pGaA0kkeJhtuEfM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DAAt5zP9; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DAAt5zP9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14A32C116C6; Sun, 29 Mar 2026 15:11:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774797069; bh=48O06jw41mdFWfzz7EZIRuUwiyu34of3gLO+Z+5DX9U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DAAt5zP9x1B1zJc01c09CLZyU02+98UDTZrLobQfzigELVdHNbs/kS3BMZCLBU9Rw 5JVqbjlZJ5XCENTd8T0cgZUu5Qlf6x49StTWQq4gDgTMtjIFnM1uYJag6gTxnNNmdV QXD35rZf9DOL0pMU0ZlwXDXGCiH8YfeNGaTEtubvxlsY89PMnTvYmjQDUJAZGgR5An yBYBzNoUd3TCGTuXPTJ+sp8upKPoTzxY4jh6faRuKN5SWJDFqsyqgWYXzi5+8NAaLU yAUq63ZdNNXZu9Jg4O1Uip8GkZUxOoMWSWXCVPsh83qCP6FtnEp/0+Zl9mgizOIaG4 25KmnYrBjRpfQ== From: Thierry Reding To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 7/7] arm64: tegra: Default configuration changes for v7.1-rc1 Date: Sun, 29 Mar 2026 17:10:44 +0200 Message-ID: <20260329151045.1443133-7-thierry.reding@kernel.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260329151045.1443133-1-thierry.reding@kernel.org> References: <20260329151045.1443133-1-thierry.reding@kernel.org> Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-tegra@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Thierry Reding Hi ARM SoC maintainers, The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-7.1-arm64-defconfig for you to fetch changes up to c655a14958363aea8a1d0bbf3358fcee7f89a210: arm64: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC (2026-03-25 10:49:46 +0100) Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Default configuration changes for v7.1-rc1 Drop the various ARCH_TEGRA_*_SOC options from the default configurations since they are now enabled by default for ARCH_TEGRA. ---------------------------------------------------------------- Krzysztof Kozlowski (2): soc/tegra: Make ARCH_TEGRA_SOC_FOO defaults for NVIDIA Tegra arm64: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC Thierry Reding (1): Merge branch 'for-7.1/soc' into for-7.1/arm64/defconfig arch/arm64/configs/defconfig | 7 ------- drivers/soc/tegra/Kconfig | 11 +++++++++++ 2 files changed, 11 insertions(+), 7 deletions(-)