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 45C83C433EF for ; Wed, 11 May 2022 09:07:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241891AbiEKJHj (ORCPT ); Wed, 11 May 2022 05:07:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239304AbiEKJHL (ORCPT ); Wed, 11 May 2022 05:07:11 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [176.9.125.105]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74FAD25594; Wed, 11 May 2022 02:07:08 -0700 (PDT) Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 8042F22246; Wed, 11 May 2022 11:07:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1652260027; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SFLazLqodw88O+Oa2pGpE5oHQ9oeAxdq4SGRj/usDso=; b=EST04xsRjCrr5enoExqUbt/IzHag4Pa5FTLvHeE06M82WUupQntxibwz+Xd5OnqMGYO97m 2A8zWmDafXdH8xirdjwB7nxHUY/eO+fbuW1Vkg3rfyzYKsl19N8LOKzO6hR9SfW6pTkvDQ LT4goOFPdNz+5PuvH4jl8CE7mntG4h0= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 11 May 2022 11:07:06 +0200 From: Michael Walle To: Kavyasree Kotagiri , Nicolas Ferre Cc: Arnd Bergmann , Olof Johansson , soc@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Alexandre Belloni , Claudiu Beznea , Tudor.Ambarus@microchip.com, Horatiu Vultur Subject: Re: [PATCH v4 00/13] ARM: dts: lan966x: dtsi improvements and KSwitch D10 support In-Reply-To: <20220502224127.2604333-1-michael@walle.cc> References: <20220502224127.2604333-1-michael@walle.cc> User-Agent: Roundcube Webmail/1.4.13 Message-ID: <722a2b75211695b63699457f653a3f1c@walle.cc> X-Sender: michael@walle.cc Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 2022-05-03 00:41, schrieb Michael Walle: > Add missing nodes for the flexcom blocks and a node for the SGPIO > block. Then add basic support for the Kontron KSwitch D10. > > The first submission of this patchset was a long time ago. Since > then networking matured and is now working. Thus this now also > contains patches for all the networking related nodes and enables > them on the Kontron D10 switch. Thanks Claudiu for reviewing and Horatiu for testing. Nicolas, could you pick this one up for the next merge window? Most of the patches are now pending for 4+ weeks. It would be great to have the support for our board in mainline to finally get it into KernelCI. -michael