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=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 A4EA3C2B9F4 for ; Mon, 28 Jun 2021 10:44:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 89E5961C6C for ; Mon, 28 Jun 2021 10:44:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231935AbhF1KrG (ORCPT ); Mon, 28 Jun 2021 06:47:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232762AbhF1KrF (ORCPT ); Mon, 28 Jun 2021 06:47:05 -0400 Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB116C061767 for ; Mon, 28 Jun 2021 03:44:39 -0700 (PDT) Received: from [IPv6:::1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id A59B982DB6; Mon, 28 Jun 2021 12:44:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1624877078; bh=0p+ciJ3zZIm3RfWSsuWqScKsXBw8wD1FfIDDMY6qp9c=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=eeqNb6K6aKIQXF2CNYgemrJgBrNZ4uQqIFoRpsJUDWL4nXPTCaDnM7PISUELhZ5LX QhFKBy8J7SBSnWOumYfHWevQ8WkN0DO0f1zX/VcknMwD1uCQ4WOQuUBrIDlb6owWg7 6/H/j2I3DQIKewY1pc2/e6yu36JFDC0QcsBbYqlWMsG1lTwCfEFVPkObzxw7TBVjYv prlVPrmaSqWFdGc40mivYPCkYyMcfhvVzlmzcV99LM8hV8BPjFaJnvuJ/NynKAA5v2 Xi9V/BZ5X5lfXMe9DqeatYLmXGrCC9JKudbnENzh+dZ170Q6L/YTTC4PiidAMNzYM7 vtje0R8rRpaYQ== Subject: Re: [PATCH] ARM: dts: stm32: Rework LAN8710Ai PHY reset on DHCOM SoM To: linux-arm-kernel@lists.infradead.org, linux-stable Cc: Alexandre Torgue , Patrice Chotard , Patrick Delaunay , linux-stm32@st-md-mailman.stormreply.com, Sasha Levin References: <20210408230001.310215-1-marex@denx.de> From: Marek Vasut Message-ID: <47597d13-e6ec-ccd2-c34b-eb65896cdd70@denx.de> Date: Mon, 28 Jun 2021 12:44:37 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210408230001.310215-1-marex@denx.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On 4/9/21 1:00 AM, Marek Vasut wrote: > The Microchip LAN8710Ai PHY requires XTAL1/CLKIN external clock to be > enabled when the nRST is toggled according to datasheet Microchip > LAN8710A/LAN8710Ai DS00002164B page 35 section 3.8.5.1 Hardware Reset: [...] > Fixes: 34e0c7847dcf ("ARM: dts: stm32: Add DH Electronics DHCOM STM32MP1 SoM and PDK2 board") Adding stable to CC. Patch is now part of Linux 5.13 as commit 1cebcf9932ab ("ARM: dts: stm32: Rework LAN8710Ai PHY reset on DHCOM SoM") It would be nice to pick it into stable, since it fixes ethernet stability issues on the device. 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=-5.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 4EC0CC2B9F4 for ; Mon, 28 Jun 2021 10:46:57 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 17F2761A2B for ; Mon, 28 Jun 2021 10:46:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 17F2761A2B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de 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=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=zWZP5vnnstYNWRuiPrqUhkomA5tEcnvKx5iQMVrK6CM=; b=ghu37ISsYMvVqZDZmODKN+xKSn +WLnB0540upGSy3KuVdX36j+7058AYp3Ob0GMGcz+uJiHuFNMFIjHjXjqcaxcWM2uv2lH1gtfcrq6 rUsyZU+U0GTxtvF8202zPE7w8cK0G3RymyFhCn47YrmDwIrXsOrG+sWeAM8EF6rU05Cytw8W1r1i6 zAFl/b0YDFmkNsNcQB/NfNn1A/CzbQ/DZtp4CUZ9PaoXhq1Bwl2riju/UP06ud4YjEQD8C6wwmvFn /yqazqIfR999KLNDCFj5fBUpnbQyNiK/YAoyNZBBjNceWlw5puUkYoD39RFvWBLmUw5Y9XAsjaRmP c6jLcE5A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lxoku-007fy1-C8; Mon, 28 Jun 2021 10:44:44 +0000 Received: from phobos.denx.de ([2a01:238:438b:c500:173d:9f52:ddab:ee01]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lxokr-007fwj-41 for linux-arm-kernel@lists.infradead.org; Mon, 28 Jun 2021 10:44:42 +0000 Received: from [IPv6:::1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id A59B982DB6; Mon, 28 Jun 2021 12:44:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1624877078; bh=0p+ciJ3zZIm3RfWSsuWqScKsXBw8wD1FfIDDMY6qp9c=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=eeqNb6K6aKIQXF2CNYgemrJgBrNZ4uQqIFoRpsJUDWL4nXPTCaDnM7PISUELhZ5LX QhFKBy8J7SBSnWOumYfHWevQ8WkN0DO0f1zX/VcknMwD1uCQ4WOQuUBrIDlb6owWg7 6/H/j2I3DQIKewY1pc2/e6yu36JFDC0QcsBbYqlWMsG1lTwCfEFVPkObzxw7TBVjYv prlVPrmaSqWFdGc40mivYPCkYyMcfhvVzlmzcV99LM8hV8BPjFaJnvuJ/NynKAA5v2 Xi9V/BZ5X5lfXMe9DqeatYLmXGrCC9JKudbnENzh+dZ170Q6L/YTTC4PiidAMNzYM7 vtje0R8rRpaYQ== Subject: Re: [PATCH] ARM: dts: stm32: Rework LAN8710Ai PHY reset on DHCOM SoM To: linux-arm-kernel@lists.infradead.org, linux-stable Cc: Alexandre Torgue , Patrice Chotard , Patrick Delaunay , linux-stm32@st-md-mailman.stormreply.com, Sasha Levin References: <20210408230001.310215-1-marex@denx.de> From: Marek Vasut Message-ID: <47597d13-e6ec-ccd2-c34b-eb65896cdd70@denx.de> Date: Mon, 28 Jun 2021 12:44:37 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210408230001.310215-1-marex@denx.de> Content-Language: en-US X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210628_034441_419595_A5D17B23 X-CRM114-Status: GOOD ( 11.31 ) 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 On 4/9/21 1:00 AM, Marek Vasut wrote: > The Microchip LAN8710Ai PHY requires XTAL1/CLKIN external clock to be > enabled when the nRST is toggled according to datasheet Microchip > LAN8710A/LAN8710Ai DS00002164B page 35 section 3.8.5.1 Hardware Reset: [...] > Fixes: 34e0c7847dcf ("ARM: dts: stm32: Add DH Electronics DHCOM STM32MP1 SoM and PDK2 board") Adding stable to CC. Patch is now part of Linux 5.13 as commit 1cebcf9932ab ("ARM: dts: stm32: Rework LAN8710Ai PHY reset on DHCOM SoM") It would be nice to pick it into stable, since it fixes ethernet stability issues on the device. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel