From patchwork Wed Oct 25 19:18:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 13436588 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 900A7C07545 for ; Wed, 25 Oct 2023 19:14:52 +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=JPwrLd59FwwJjg46Qga9KMytbNb5ZwQ0LkZPOwjtMys=; b=Prq0f9ZU884iwN Wv4x3bLdm3XqgL6KXLibyMxxXIbdsLmjk5ki9FusKHfu08sR/bSeQkMQ2X98xmLLmU0XRJmmyL9g3 EBR0by0OVLzbQ6trSAh/vi8Om/G0Cf6chbTIFY98cg18840BeWYr0206jWjZzattvDR2YuAOF13nE ajX2UJ8+N8eTkQq18ZEx0HJPNeqrEUvnAmpnIBUyweg4s/L1aHucywVqAASUVkA6a+YHn6NRKqbc4 upEHiMkUlsRmUqnU3UG735IqwsbCe4/PYizzzcRiyBZifvvPIq4FEetSRttvLfJq7/TTHP8NxTWT4 Yh1mDaEqTzNxQ2hKcN9g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qvjKm-00CwsB-0f; Wed, 25 Oct 2023 19:14:28 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qvjKi-00Cwrs-35 for linux-arm-kernel@lists.infradead.org; Wed, 25 Oct 2023 19:14:26 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 01633B8317F; Wed, 25 Oct 2023 19:14:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6F2EC433C9; Wed, 25 Oct 2023 19:14:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698261262; bh=ocuGPC9AMoqRRC9LLm/H1i3c7S91ACcCQErJf+YcrHs=; h=From:List-Id:To:Cc:Subject:Date:From; b=lgnJrcfTijfSrwJ1knGPvTdzfMYQsGU3cNRAUf9aOqcS53TRYs7DapyHrcmtL6zaN IEsIcyi5iOyHVVlzmhrk9or+R6zlX+7Fl13iziFXvcbGs4ehC4QFvB2JwlJQdanvgG UOBrJTlTot6hvEXsyKJapWc5ye0JF9CEsgpQtMhhQmo1rcdT9ijtizgo5TURPr3fnz EeitLE45QRO6mS3FUJxhTHepDoe6bCPijxRxv6uhbMAnnp7CFLKiUed3FAsmNN7J/C w9HODgQuFJCUPrSW1smdnFqexZ6jE3x3LWG2NdPWhHhMgsgmYBK1ngLatsa+S09KqE BFPAWXRH63I6Q== 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 , Dmitry Baryshkov Subject: [GIT PULL] Few more ARM64 defconfig updates for v6.7 Date: Wed, 25 Oct 2023 12:18:40 -0700 Message-ID: <20231025191841.1015192-1-andersson@kernel.org> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231025_121425_148162_0AA7F36C X-CRM114-Status: UNSURE ( 7.08 ) 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 b46d856cb9b3bd2fef54cc8caec8595a232a23b6: arm64: defconfig: Enable M31 USB phy driver (2023-09-19 20:01:52 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-defconfig-for-6.7-2 for you to fetch changes up to f93b8a5705c6886a4c5ec6d142730927d891b6f7: arm64: defconfig: enable DisplayPort altmode support (2023-10-18 07:58:03 -0700) ---------------------------------------------------------------- Few more ARM64 defconfig updates for v6.7 This enables the Qualcomm PMIC-based USB Type-C port manager, found in e.g. SM8250, and hence RB5, as well as the Type-C DisplayPort altmode support to get display working on the same. ---------------------------------------------------------------- Dmitry Baryshkov (2): arm64: defconfig: enable CONFIG_TYPEC_QCOM_PMIC arm64: defconfig: enable DisplayPort altmode support arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)