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=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,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 5C835C433DF for ; Thu, 15 Oct 2020 10:04:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EFF7822263 for ; Thu, 15 Oct 2020 10:04:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602756264; bh=xojIR6spLGo+9FPgT5OQtMEpsj4OOd03/r+xLmlJR1M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=TFhiRr8fA8vBn4IHqUmxoNVE8n9U2/TU3p9jdPrheZlrHVK3UWI4LfFha0zniejTD YKrvN21+AVN+Bk4Va1N0BKJNkpBCtE9gf2Gy5KT5q+xjnJzYjXlPw7RXFu0l7rrCij s6qaOF3+bYpzUO4wx3Q7gvcBCZohcW82rSdC09WI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730956AbgJOKEX (ORCPT ); Thu, 15 Oct 2020 06:04:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:56438 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725919AbgJOKEW (ORCPT ); Thu, 15 Oct 2020 06:04:22 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BB8A620776; Thu, 15 Oct 2020 10:04:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602756262; bh=xojIR6spLGo+9FPgT5OQtMEpsj4OOd03/r+xLmlJR1M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bMk7EQ/57cp4QfFeML5YfX78bWt+CPoFGvyLgIuqk0wbznhkjVU0v1Lu3ILywgMEt XygMXajaU6ND0L0lilWa07zUDKSOWd9B299A/9hLrmEjUBqst4pKaZp0pZliqInA1T Pjxobs6fsPZ8E8oi/JyzKdhy2ra2R6lyW6ARc14M= Date: Thu, 15 Oct 2020 12:04:55 +0200 From: Greg KH To: Arnaud Patard Cc: stable@vger.kernel.org, netdev@vger.kernel.org, Andrew Lunn , "David S. Miller" Subject: Re: [patch 1/1] drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case Message-ID: <20201015100455.GA3938169@kroah.com> References: <20201015093221.720980174@rtp-net.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201015093221.720980174@rtp-net.org> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Oct 15, 2020 at 11:32:15AM +0200, Arnaud Patard wrote: > commit d934423ac26ed373dfe089734d505dca5ff679b6 upstream. > > Orion5.x systems are still using machine files and not device-tree. > Commit 96cb4342382290c9 ("net: mvmdio: allow up to three clocks to be > specified for orion-mdio") has replaced devm_clk_get() with of_clk_get(), > leading to a oops at boot and not working network, as reported in > https://lists.debian.org/debian-arm/2019/07/msg00088.html and possibly in > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908712. > > Link: https://lists.debian.org/debian-arm/2019/07/msg00088.html > Fixes: 96cb4342382290c9 ("net: mvmdio: allow up to three clocks to be specified for orion-mdio") > Signed-off-by: Arnaud Patard > Reviewed-by: Andrew Lunn > Signed-off-by: David S. Miller > What stable tree(s) are you asking for this to be backported to? thanks, greg k-h