From patchwork Mon Aug 26 14:57:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 13778031 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 1F386C5321D for ; Mon, 26 Aug 2024 15:18:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=LA026Q/YkngyhslguvxxO0spcg7fSRkjVeTsAczUD70=; b=vtYEMcK8wgI0nQVI4T/fqescRY 5YC8eMKliCRMaZ//NWIETRIcs4pCs2esdSdSznoFmiKXBFvmPwZajm4ab8TmCISq1B5zDs9vCKAXl sXhB0jFofXT0R028cpJqq/ePrsE4pTA8hhu3sJzpIrhM1K7MOkxrw+nGq3uC92bYVQl7qbDmKYoQs 5ZU3l/hP+Ss8CPvET8txCuvCLFIMqKcLD/nnBk7YclDQ9RVAB0LQowdTWSP8MSZ1Cp6tCP54ncpaz Xj0mF168e9IzhK2w7RE/IXIqsO6h+D0TvZKtcQPB0ijqFy/ARIHQ3ah/qoVxSE0CtYc7JfCN4jCPG nXetyeig==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sibU8-00000007mqB-2zMK; Mon, 26 Aug 2024 15:18:24 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sibTJ-00000007mf2-3M1w for linux-arm-kernel@lists.infradead.org; Mon, 26 Aug 2024 15:17:35 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 2882FCE0F1C; Mon, 26 Aug 2024 15:17:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98C58C4FDF9; Mon, 26 Aug 2024 14:57:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724684258; bh=mxzbLBLfrCKHNcUODkdKoQOSZxSuYGygrrQtLf1yX7g=; h=From:List-Id:To:Cc:Subject:Date:From; b=hce+FPtI5D8F46KyKXYB69y4UHK6veMV4CdNyINiTZuBAAl9FU9l7+mOTkCmsJywD ZVg/cCxZXnK7G1bmMPR7gLUTSxrcMwA7FxjcLIFZFquHxBRecK/Ql4Xpp2Is0vPby3 0fg0Db28Cb54U6Ksdbf6JzZ6JdqHN5U7jebaXz1CcrC69I84v5ivIGMtadqb+8oZJk C+z7DrwZ1Du86oiLW+KbhH6XIuHq4slhPyBSm6Ib/ykph+6lP3FE7E6oiX6fRkSypG f6B0v639TR2XxJ9BZDXf6k4WBtw+LJ77vwAUnRd8sDlOFv4W2WPv666CfRcG7sr2Xh SbPUgN9c73wpg== From: Bjorn Andersson To: arm@kernel.org, soc@kernel.org Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Olof Johansson , Kevin Hilman , Stephan Gerhold Subject: [GIT PULL] Qualcomm Arm64 defconfig fix for 6.11 Date: Mon, 26 Aug 2024 09:57:35 -0500 Message-ID: <20240826145736.1646729-1-andersson@kernel.org> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240826_081734_027746_B6E7EA70 X-CRM114-Status: UNSURE ( 5.71 ) 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 The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-defconfig-fixes-for-6.11 for you to fetch changes up to 10f98bb9d98137b544b00abb4f9df45e9be7878d: arm64: defconfig: Add CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20 (2024-07-28 21:46:07 -0500) ---------------------------------------------------------------- Qualcomm Arm64 defconfig fix for 6.11 Enable the Samsung ATNA33XC20 display panel driver, as we switched from the generic EDP panel for some of the X1E devices in v6.11. ---------------------------------------------------------------- Stephan Gerhold (1): arm64: defconfig: Add CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20 arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)