From patchwork Sun Aug 13 12:49:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 13352072 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 39FA1C001B0 for ; Sun, 13 Aug 2023 12:49:59 +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:Subject:Cc:To: From:Date: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=2tM4sicLOcPpnwmzaEFa9GqLSf+jQWt66Q2iNhiK/AQ=; b=dZbG/9DVr0BHdo /FfIk43h8AaYVF7zjxBS/a6m8FYza/e/qm4QvyGUe8/GEQ4FJq5ErSx0zKEqcDi3r6q5KDcqeWFb1 gtu2J+vceTLp4+4r+7iA0OTkTypdlware7nXrPeGIVCgINkiwsAi3m4yEoEHyCh42w1FpPwB9koaL xqTsIWQleMzPXjM0QGcw7XceIYK/C/4hS7a3GSaFtarHcDdG1sEwuedHQoq1rC/rDIIwhPYfA4olH qk8/4zMQ4Qqe64KjrebKIr778f1ONCrMA5g811FtF7zo/n2J5LEzaQ5fJIltynLPVse+KM4drghXc kZeEpux90DHoTCnwY/1A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qVAXI-00F6yD-1c; Sun, 13 Aug 2023 12:49:36 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qVAXG-00F6xi-0h for linux-arm-kernel@lists.infradead.org; Sun, 13 Aug 2023 12:49:35 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E491B622F3; Sun, 13 Aug 2023 12:49:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2B96DC433C8; Sun, 13 Aug 2023 12:49:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691930971; bh=BYexDixxqUqkU/OW4CfXRghNk+OuJSdJWWSfKlrybdU=; h=Date:From:List-Id:To:Cc:Subject:From; b=bLQ6q06nMkeeutsqchY0SxI7Ergt7rCQrKi3JIeY1thCkm/F0NnLvsoFqGjrnkPg6 IKpvRPEAdaOPjyLcfhi+fNMm/sOlxjfUaK9gwKeZGs7AHs1bb+APHF3DfvfmjjsB0x Ih5iAk7aKgroTIBYN7Jqun12nhNNGXo7JxY3JwtqxBWuDj/5sWM7Z0PIuUPkhQJ53Z Lhb6cd2+MwWVYTZ/NT9Cyr7qNFVdg81AzT3eU3F9D6/T0QPKHZVVxKGJTZgGuKQdkN j1s2AZFhbz2Y4MbUk7G1iwG/WNbWCCMD4CuSG+ziiUIhzuf6/Irgs595awP4bG7ENI oE0X4l5aMd8kQ== Received: by wens.tw (Postfix, from userid 1000) id 09F745F9B4; Sun, 13 Aug 2023 20:49:28 +0800 (CST) Date: Sun, 13 Aug 2023 20:49:27 +0800 From: Chen-Yu Tsai To: soc@kernel.org Cc: Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-sunxi@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] Allwinner device tree changes for 6.6 - part 2 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230813_054934_320271_82A3B470 X-CRM114-Status: GOOD ( 10.50 ) 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 Hi, Please pull an additional patch that we'd like included for the v6.6 cycle. This pull request stacks on top of the previous one sent by Jernej last week. FYI my GPG key expired and was only just renewed. You will have to fetch the updated key from either keys.openpgp.org or keyserver.ubuntu.com. Thanks ChenYu The following changes since commit 0801a3a9f35854c91f1f3ab8e879c3d14912d214: arm: dts: Enable device-tree overlay support for sun8i-h3 pi devices (2023-08-06 13:56:55 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-6.6-2 for you to fetch changes up to f05af44f691351bfd954f39ec376666dc5e1b869: riscv: dts: allwinner: d1: Add CAN controller nodes (2023-08-13 14:12:35 +0800) ---------------------------------------------------------------- - Add D1 CAN controller nodes ---------------------------------------------------------------- John Watts (1): riscv: dts: allwinner: d1: Add CAN controller nodes arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi | 34 +++++++++++++++++++++++ 1 file changed, 34 insertions(+)