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 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 275F1C433EF for ; Wed, 11 May 2022 09:08:29 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:Cc:To:From :Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=0G42A3sKh9plhn0qe5StnKq49OM8rWe/MqmpEKAiEbY=; b=hLvc9dtLxDtdghxyqnicixfULx RB74N984EWivpcwxakZovgp2gYUdSg7HonpiwGvPEzLLiW12onkx0ow7+t5eKGcEkq1IWOy5kUGrH STP691NricnwzZnfeXaGuMKCCLm6mk2HKB3lHnyN5AR5ShQqMWofR78hg4JRC/4FTOwk95apg0S5I 1ZjGM32CWx1QKCqWdtL3E57yFCpzt1AiTH/CXJ7BbefwXhgybmYkUU6XzVv5Rei/9cT9G2AHmrqrR 9ijoHuCfvYldxyUOavoCyuKjsPyzmoGTVLdr6xMyvIiJF2Vg5YXR5oWBbgknCk//V1uLVJKHUenUG IR5alipA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1noiJU-0064g2-B6; Wed, 11 May 2022 09:07:20 +0000 Received: from ssl.serverraum.org ([176.9.125.105]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1noiJN-0064br-Nw for linux-arm-kernel@lists.infradead.org; Wed, 11 May 2022 09:07:15 +0000 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 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220511_020713_978423_DAD046A8 X-CRM114-Status: GOOD ( 13.06 ) 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: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel