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 8D60DC001DB for ; Sun, 13 Aug 2023 19:05:32 +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:In-Reply-To:MIME-Version:References: 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: List-Owner; bh=4aH1hJlGpZDy2kP/0gwbRWixDRldJVLSzWR5sI7f13w=; b=RVS0/khT3+tV1B 6XeWyDwvahPnHNcApU9gjL3JW6Ok4ncig8V6lD1uAvK/q1FeJ6cyAeEDFbj41Nio7ExjmlJLhiCqK MmTfiJtCNySZiR2Q1UscNsKkyEMicwLhELmtETaVc7XxL2Z/OPFqh9CtlA8+Pz2lf8KquJif0rm/q TrlObDVzL1UKo964M6+LfjEV6IkWxbR1hekdnrsJLUFmiT/nlRg/9McBGMKPw5ouXXwlX3uqSG2UG u6Uyi3QrfM/uzjb1VQP6tpRPcfrQeuw+KRZl1dVgM1zlJTWiUpdpkJxKAppBPOgkffzHWCwsvr82h vbRgem+bVFL7Qf4sAERA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qVGOh-00Fb0L-0L; Sun, 13 Aug 2023 19:05:07 +0000 Received: from pidgin.makrotopia.org ([185.142.180.65]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qVGOd-00Faym-2b; Sun, 13 Aug 2023 19:05:05 +0000 Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96) (envelope-from ) id 1qVGOJ-0000QV-0X; Sun, 13 Aug 2023 19:04:43 +0000 Date: Sun, 13 Aug 2023 20:04:29 +0100 From: Daniel Golle To: Andrew Lunn Cc: Qingfang Deng , SkyLake Huang , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH net-next v2] net: phy: mediatek-ge-soc: support PHY LEDs Message-ID: References: <32e534441225c62e3bf9384b797d9beda7475053.1691943605.git.daniel@makrotopia.org> <8f20d427-91cc-4fbc-b263-dfc76df855f9@lunn.ch> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <8f20d427-91cc-4fbc-b263-dfc76df855f9@lunn.ch> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230813_120503_847563_5D193B4F X-CRM114-Status: GOOD ( 11.69 ) 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-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 On Sun, Aug 13, 2023 at 08:57:01PM +0200, Andrew Lunn wrote: > On Sun, Aug 13, 2023 at 05:24:55PM +0100, Daniel Golle wrote: > > Implement netdev trigger and primitive bliking offloading as well as > > simple set_brigthness function for both PHY LEDs of the in-SoC PHYs > > found in MT7981 and MT7988. > > > > For MT7988, read boottrap register and apply LED polarities accordingly > > Should this be bootstrap? With an S? boottrap appears quite often in > the code, so maybe the datasheet does say boottrap? Yes, datasheet and vendor code refer to boottrap register which reflects the state of the pins used for bootStrapping the SoC... > > Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel