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 X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63858C433DB for ; Mon, 21 Dec 2020 14:33:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2D8A022B43 for ; Mon, 21 Dec 2020 14:33:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727163AbgLUOdD (ORCPT ); Mon, 21 Dec 2020 09:33:03 -0500 Received: from esa.microchip.iphmx.com ([68.232.154.123]:54437 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726841AbgLUOdD (ORCPT ); Mon, 21 Dec 2020 09:33:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1608561182; x=1640097182; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=npsp6D6KpZSySB/81WkWRdNBxbaJJ+zM3AnwuQB/ZWo=; b=KPbRcpvvD385ZlfjLAL98KzNmiUJRhvf+9nPjG3GObC2Klg9mHbaE/Ji bEp85yrlPVYWtxCBucr8SJGIwD7ekjISbJ//oHOiFj5fC0tzNtzuLkR5O 3OBioIFxCuyll+JKtM7r28JmzOoQvMmSkvNZYXcKwTw67mN2k6nbng9+i V1R0CRxDsGkk0PCCaR0PZNcc38FJypVcjOMTRfGeyElCRBgQUnKQHNCXj Cz7hhIytpm+pbIHIDjDbqYYpURGOruVZw3LfBzoii6q1RFC3DL5LahXGd DzdlTWWgI7wpyvHsXjoBehanp73J3JcDimVyJ8WE0Y69Ch5ZGOhARAGeh w==; IronPort-SDR: V+DIF/vwyUcNooaG7XOAGSSXcXTCJUd5ZRPuzbMPG/UgJRVGbiKDXXVZM8S3FyLXxvxgVNd3I8 o0ekHQ1lm23rh0xTXTqhUu6Wi7QgU+HnawQAavujJelZPklbdQ9bqOWXYlfpBkC3NFWqlbbccO fZdLYNvB7YgTuz1KHxw59PNlnIm3xmZALwTwSY1Gfx8WCrlRTDfE4LniJjSbMFrNFpvrXYf5nP k/9tHKrF1ADgqEK6+HwH8Pvc+CO409e8iVGNI9y+yZJug9ryaPIubC4jqwX323ucZ3Kt+8w94Z Tr0= X-IronPort-AV: E=Sophos;i="5.78,436,1599548400"; d="scan'208";a="100587126" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 21 Dec 2020 07:31:46 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1979.3; Mon, 21 Dec 2020 07:31:46 -0700 Received: from tyr.hegelund-hansen.dk (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.1979.3 via Frontend Transport; Mon, 21 Dec 2020 07:31:42 -0700 Message-ID: <1ffe38e1f38766ca38fbc6ee32481067892e3b91.camel@microchip.com> Subject: Re: [RFC PATCH v2 0/8] Adding the Sparx5 Switch Driver From: Steen Hegelund To: Florian Fainelli CC: Andrew Lunn , Russell King , "Lars Povlsen" , "David S. Miller" , Jakub Kicinski , Bjarni Jonasson , Microchip Linux Driver Support , Alexandre Belloni , Madalin Bucur , Nicolas Ferre , Mark Einon , Masahiro Yamada , "Arnd Bergmann" , , , Date: Mon, 21 Dec 2020 15:31:42 +0100 In-Reply-To: <6645f038-7101-67e4-0843-35125f74597a@gmail.com> References: <20201217075134.919699-1-steen.hegelund@microchip.com> <6645f038-7101-67e4-0843-35125f74597a@gmail.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Florian, On Sun, 2020-12-20 at 16:58 -0800, Florian Fainelli wrote: > > > > The Sparx5 Switch chip register model can be browsed here: > > Link: > > https://microchip-ung.github.io/sparx-5_reginfo/reginfo_sparx-5.html > > Out of curiosity, what tool was used to generate the register > information page? It looks really neat and well organized. It is an in-house tool that is used in our so-called VML-flow (Versatile Markup Language), so it is not out in the open yet. The same model file is used internally in many ways - but exposing it to the public is something we have not tried before, and having this view is so much nicer that the usual datasheet, I find... And thanks for the kind words - I passed them on to the author. BR Steen > -- > Florian 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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6A565C433E0 for ; Mon, 21 Dec 2020 14:33:14 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3021D22B43 for ; Mon, 21 Dec 2020 14:33:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3021D22B43 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=microchip.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Date:To:From: Subject:Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=7m/fTYK7dI0L0SFOFhYIGMiCBbliiz6jc7nCmwyFlw0=; b=lfY+vvhFgbS8+gWWQrsdCLLFf mepLaK2EzFsHQezsfNjfsbs+ti3XDAYm2QGcyCo81g1gyOru0zPep2cE1SwlN2BJiRm73MSoaMxD6 E+040uAAU2jXe5kmXnbSpnHm346LSb5xDwaUmFV+c0LStGa/07nXM5kfvGOyeMAGl99LCMXTHOeom 4L6Op/UYWSBDFovCFXbpt+6yE4HI7MU8Jsk+Zp1gzKkooHbwpzc2XXQRGK9uDQyoYJFAvbKMmF6p6 RVm8arWSucAuHn0mIR3D6GfvC4ozolZpJy54NmYrVVIpm7DioENarf05ajMALP2wp9Gpd6E3ZZpbg ZZhNRMgmQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1krME4-0004uQ-09; Mon, 21 Dec 2020 14:31:52 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1krME1-0004tx-8D for linux-arm-kernel@lists.infradead.org; Mon, 21 Dec 2020 14:31:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1608561109; x=1640097109; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=npsp6D6KpZSySB/81WkWRdNBxbaJJ+zM3AnwuQB/ZWo=; b=toENOSlXCxjLAPLO3WiIYiB8osD71ifbrufizSJmYhb8mavX0/UrGGnK W60Kq5uEJ3FWFlk1j0wuI7QUDHK6LmTPnk7jxHdczmjj+XEWiqx7WWxzR LpgmttLHeOV2AAeD0iDkulFrq/7f6G3QJT12xp2/6DmyDm55NPATxNEJM neQMytCK6lyHy5ThmSM+x08AdX7hetP7gDG+arrKJdcnJLQoS86HIQlPQ TIgFCfdCap0BwvVd/L4kAn+Q2ibop5B/fAyM8/OR1aqPDQxerE3Br3P6C HFzeVS6L9fYlyLYgLjn0igZzRjeGrI1Bc5RDTFdBNcE5f2iTi18OuzfwW A==; IronPort-SDR: V+DIF/vwyUcNooaG7XOAGSSXcXTCJUd5ZRPuzbMPG/UgJRVGbiKDXXVZM8S3FyLXxvxgVNd3I8 o0ekHQ1lm23rh0xTXTqhUu6Wi7QgU+HnawQAavujJelZPklbdQ9bqOWXYlfpBkC3NFWqlbbccO fZdLYNvB7YgTuz1KHxw59PNlnIm3xmZALwTwSY1Gfx8WCrlRTDfE4LniJjSbMFrNFpvrXYf5nP k/9tHKrF1ADgqEK6+HwH8Pvc+CO409e8iVGNI9y+yZJug9ryaPIubC4jqwX323ucZ3Kt+8w94Z Tr0= X-IronPort-AV: E=Sophos;i="5.78,436,1599548400"; d="scan'208";a="100587126" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 21 Dec 2020 07:31:46 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1979.3; Mon, 21 Dec 2020 07:31:46 -0700 Received: from tyr.hegelund-hansen.dk (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.1979.3 via Frontend Transport; Mon, 21 Dec 2020 07:31:42 -0700 Message-ID: <1ffe38e1f38766ca38fbc6ee32481067892e3b91.camel@microchip.com> Subject: Re: [RFC PATCH v2 0/8] Adding the Sparx5 Switch Driver From: Steen Hegelund To: Florian Fainelli Date: Mon, 21 Dec 2020 15:31:42 +0100 In-Reply-To: <6645f038-7101-67e4-0843-35125f74597a@gmail.com> References: <20201217075134.919699-1-steen.hegelund@microchip.com> <6645f038-7101-67e4-0843-35125f74597a@gmail.com> User-Agent: Evolution 3.38.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201221_093149_494982_C74FD539 X-CRM114-Status: GOOD ( 14.26 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Alexandre Belloni , linux-kernel@vger.kernel.org, Arnd Bergmann , Bjarni Jonasson , Madalin Bucur , netdev@vger.kernel.org, Masahiro Yamada , Russell King , Microchip Linux Driver Support , linux-arm-kernel@lists.infradead.org, Mark Einon , Jakub Kicinski , "David S. Miller" , Lars Povlsen Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Florian, On Sun, 2020-12-20 at 16:58 -0800, Florian Fainelli wrote: > > > > The Sparx5 Switch chip register model can be browsed here: > > Link: > > https://microchip-ung.github.io/sparx-5_reginfo/reginfo_sparx-5.html > > Out of curiosity, what tool was used to generate the register > information page? It looks really neat and well organized. It is an in-house tool that is used in our so-called VML-flow (Versatile Markup Language), so it is not out in the open yet. The same model file is used internally in many ways - but exposing it to the public is something we have not tried before, and having this view is so much nicer that the usual datasheet, I find... And thanks for the kind words - I passed them on to the author. BR Steen > -- > Florian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel