From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1149AECAAD8 for ; Fri, 23 Sep 2022 10:10:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230232AbiIWKKV (ORCPT ); Fri, 23 Sep 2022 06:10:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229826AbiIWKKT (ORCPT ); Fri, 23 Sep 2022 06:10:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 62602E5F81; Fri, 23 Sep 2022 03:10:19 -0700 (PDT) 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 E3D28612F3; Fri, 23 Sep 2022 10:10:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 3E955C433C1; Fri, 23 Sep 2022 10:10:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663927818; bh=aWyTyrzD9f+ZjxoPJJ7uCgUj/UaCAcPqHlu2o62AqU4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=frnZTK+1gkRUEzgP+1Gq7DRigaSoqF4c52MkufVHXziIFFMDVjqFVo2k6mIWMC/+5 GSgAXcUqzEQ4xxiNgonrHwNeQtS9sib6g6APk058bza1i+XCXo52CoKS3Av+UGiBEw E0E7AdCFvr+Es9k+ytiu488VDwoYf/mOrnDPWG+fz3VDTqzt2BMqC34mQUNQx28S57 Koj+gH+vv0zDSaMYFSDsc9WBCG6Bq9AbdT4b1TShHNea3j8DQbVKMKqeMpcdPbj8Na wSjaXp3IDj2td6KhXd+htRTmbriARp+7qsj/h9a8kjYWCOTLBzgEj3uiUGusaXdxkF yV6YxiUaV5P8Q== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 18F8FE4D03A; Fri, 23 Sep 2022 10:10:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v4 net-next 00/10] dt-bindings and mt7621 devicetree changes From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166392781809.11802.14314301597128820257.git-patchwork-notify@kernel.org> Date: Fri, 23 Sep 2022 10:10:18 +0000 References: <20220920172556.16557-1-arinc.unal@arinc9.com> In-Reply-To: <20220920172556.16557-1-arinc.unal@arinc9.com> To: =?utf-8?b?QXLEsW7DpyDDnE5BTCA8YXJpbmMudW5hbEBhcmluYzkuY29tPg==?=@ci.codeaurora.org Cc: krzysztof.kozlowski@linaro.org, robh+dt@kernel.org, matthias.bgg@gmail.com, andrew@lunn.ch, vivien.didelot@gmail.com, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, tsbogend@alpha.franken.de, gregkh@linuxfoundation.org, sean.wang@mediatek.com, Landen.Chao@mediatek.com, dqfext@gmail.com, sergio.paracuellos@gmail.com, erkin.bozoglu@xeront.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Hello: This series was applied to netdev/net-next.git (master) by David S. Miller : On Tue, 20 Sep 2022 20:25:46 +0300 you wrote: > Hello there! > > This patch series removes old MediaTek bindings, improves mediatek,mt7530 > and mt7621 memory controller bindings and improves mt7621 DTs. > > v4: > - Keep memory-controller node name. > - Change syscon to memory-controller on mt7621.dtsi. > > [...] Here is the summary with links: - [v4,net-next,01/10] dt-bindings: net: drop old mediatek bindings https://git.kernel.org/netdev/net-next/c/e8619b05870d - [v4,net-next,02/10] dt-bindings: net: dsa: mediatek,mt7530: change mt7530 switch address https://git.kernel.org/netdev/net-next/c/3737c6aaf22d - [v4,net-next,03/10] dt-bindings: net: dsa: mediatek,mt7530: expand gpio-controller description https://git.kernel.org/netdev/net-next/c/0fbca84eea37 - [v4,net-next,04/10] dt-bindings: memory: mt7621: add syscon as compatible string https://git.kernel.org/netdev/net-next/c/862b19b7d4a1 - [v4,net-next,05/10] mips: dts: ralink: mt7621: fix some dtc warnings https://git.kernel.org/netdev/net-next/c/5ae75a1ae5c9 - [v4,net-next,06/10] mips: dts: ralink: mt7621: remove interrupt-parent from switch node https://git.kernel.org/netdev/net-next/c/08b9eaf454ee - [v4,net-next,07/10] mips: dts: ralink: mt7621: change phy-mode of gmac1 to rgmii https://git.kernel.org/netdev/net-next/c/97721e84f546 - [v4,net-next,08/10] mips: dts: ralink: mt7621: change mt7530 switch address https://git.kernel.org/netdev/net-next/c/2b653a373b41 - [v4,net-next,09/10] mips: dts: ralink: mt7621: fix external phy on GB-PC2 https://git.kernel.org/netdev/net-next/c/247825f991b3 - [v4,net-next,10/10] mips: dts: ralink: mt7621: add GB-PC2 LEDs https://git.kernel.org/netdev/net-next/c/394c3032fe0e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html