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 6B51BC433DF for ; Fri, 16 Oct 2020 08:00:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0CE7120FC3 for ; Fri, 16 Oct 2020 08:00:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602835245; bh=z3R5rMG1CNfodWBk5r8gqQ3c0h1EiVS8upNvCaOYWWo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=TJ1ZlCSs9754ozQ1FFizOa61eN9HAu022n4OXVwbLhKzOEJv0eS3KwqxVNeeSALFL 7BDb45XEn1GJdijVUL9HCSl1ulOIvIK9od7R6zOYuUy4dG5B2Zw7h1gkTLl/pwNXvF i+Nv0NEkgCCmG7QMkdJLufy1Q/TnhZ0gdFfMQNmg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404942AbgJPIAo (ORCPT ); Fri, 16 Oct 2020 04:00:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:42108 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404837AbgJPIAo (ORCPT ); Fri, 16 Oct 2020 04:00:44 -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 0995D207F7; Fri, 16 Oct 2020 08:00:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602835243; bh=z3R5rMG1CNfodWBk5r8gqQ3c0h1EiVS8upNvCaOYWWo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C55FKWQngIgLPhuBYjbWeOMRWlw8UnQ2IkaYU+yjv/wyOG18fMWmtlu+2vLqaNlaB YefEBF+Y+VE1IohOEmDySu0BJpXjqJbJB3AS4bvXaSXGL5LyXgmJSuiNJE/Q3of30C Iz8Jt/fjV8hTRNDd1TEo9Rst6bCVdCB9gtS1LAgQ= Date: Fri, 16 Oct 2020 10:01:14 +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: <20201016080114.GA1355531@kroah.com> References: <20201015093221.720980174@rtp-net.org> <20201015100455.GA3938169@kroah.com> <87wnzr6bun.fsf@lechat.rtp-net.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wnzr6bun.fsf@lechat.rtp-net.org> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Oct 15, 2020 at 12:08:00PM +0200, Arnaud Patard wrote: > Greg KH writes: > > > 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? > > oops, forgot to put it in the mail subject. It's for 4.19.X, which is > used in Debian stable. Also works on 4.14.y, so I've put it there as well. thanks, greg k-h