From patchwork Wed Feb 15 05:17:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 13141327 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 008D7C636D4 for ; Wed, 15 Feb 2023 05:16:56 +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=jdVMS0XrCaWfFTm+q2Ga6KJ/O07XfN8l1Am7FLfJd98=; b=Kbvi6qE0VShtrn Ch9pM+9VcVeTbIi23ZFeKQvpdck7P2XFLWpCPoDguXAdJHGA3S66D0cZ1W49Bqf7/YPokr9WTvP2i bmVDUT8iyyRgObaYqNaSSDd8CwWJD8pv1/XSVa5ZDWirkbBaArGCSdUTEosXoOYPW00mTPcNb5leP LheDjwp/wVOlsiBrZLeEeHdgVHFMOg0mZBkyRjdviW5wrhEf7m2H19lw24PIpl83hIF7/ZBK4J3xu X8Oh9qPeWva1/K1qBPNDg6ryUcxMSDayIyG+N6GGbC+/3vvuNZpWfnf0Au1CUvVfjg5MK2BqzC2o1 vfH5MZAW2PApgFFI8Bvg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pSA96-004lF0-JM; Wed, 15 Feb 2023 05:15:56 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pSA93-004lER-U5 for linux-arm-kernel@lists.infradead.org; Wed, 15 Feb 2023 05:15:55 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6E963619E8; Wed, 15 Feb 2023 05:15:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22386C433EF; Wed, 15 Feb 2023 05:15:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676438152; bh=1WLF0ceX+RK5Xz/Lzus/NB5BHp/oF/3HktBH2FjFsXM=; h=From:List-Id:To:Cc:Subject:Date:From; b=B/FwDae3b54Tz3vaR6GoV/dBWXFhiLNYe9evQLuyDd3Q/DolBwZXYN5M/m3ucZciB rNMZ+Whj38P2SbihDXhJxVzfvyxTJsV0/gc+3/rXCoyv5n1rWG9KN1drzRXe9SrS+E EaTGWaCoceWgOm4WeWduWPE0ulKaec0kf9Hal8uEYK/seVqDUtWwzPNkXdIlXO+ckB IZb7HiMoTklKq7mcpH0UZ5S/8ncsaf8eTFTZ1DU24oAkPLfpjwieUSWgeufHdFOv3N fOS4hsAaTYuRm+sk6sDCE55EmkeS9HGm95LT7MKGkyjhxznJdWvBF/oXwnFh4hWhB1 //h6Dah+ORudg== From: Bjorn Andersson To: arm@kernel.org, soc@kernel.org Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andy Gross , Arnd Bergmann , Olof Johansson , Kevin Hilman , Bartosz Golaszewski , Bjorn Andersson Subject: [GIT PULL] Few more Qualcomm ARM64 defconfig updates for v6.3 Date: Tue, 14 Feb 2023 21:17:57 -0800 Message-Id: <20230215051757.1166709-1-andersson@kernel.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230214_211554_022752_67D51A63 X-CRM114-Status: UNSURE ( 7.98 ) 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 480ba14b9a95641647a6561d5b246de661589514: arm64: defconfig: enable Qualcomm SDAM nvmem driver (2023-02-08 19:05:49 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-arm64-defconfig-for-6.3-3 for you to fetch changes up to 687bcd03a047e65fcf12ae2b693043ee44acad4c: arm64: defconfig: enable drivers required by the Qualcomm SA8775P platform (2023-02-13 14:20:27 -0800) ---------------------------------------------------------------- Few more Qualcomm ARM64 defconfig updates for v6.3 This enables the drivers needed to support USB Type-C based external display on the SC8280XP laptops. It also enables a couple of core drivers for the Qualcomm SA8775P platform. ---------------------------------------------------------------- Bartosz Golaszewski (1): arm64: defconfig: enable drivers required by the Qualcomm SA8775P platform Bjorn Andersson (1): arm64: defconfig: Enable DisplayPort on SC8280XP laptops arch/arm64/configs/defconfig | 4 ++++ 1 file changed, 4 insertions(+)