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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS 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 EC315C3F68F for ; Tue, 7 Jan 2020 14:10:50 +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 BB2D2208C4 for ; Tue, 7 Jan 2020 14:10:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="joVtl3gF" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BB2D2208C4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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.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: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=A2oqHMrv1MCaAjM/EvCVgY3lAt09L98c1j9+H34KDsQ=; b=joVtl3gFen8BW5 mAUrxvDvROfNIY7NvFl50PHujwbmge//kK9gd6HOGeUNmmlK/KgZgruu7YEFnNQEKyCCcOHvVdMUX onY7zSWNnSp8nsd0oCexv0kCIEu4/OUtfil32mLcVYQpQ+CmENEvTrPXk3zwnmZuLwKH3Q4eWeuMW ov+QOI6Do7BM7O9FLnAxhOdK7QFGZbXsTTPsmc0w28QyxjWIK/KWnKlUUM41HshACk0Eb21l4JgMZ Fi0W0D5N0CFIiYXoXMMCNSWqhKARGaJmjyMeyFvm5KSBDgJ3HeyIHHeptcZKN4Mbpcx4M12Mb89FJ Ux0RCqADAx/WwOG+9aNw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iopZJ-0001yG-J0; Tue, 07 Jan 2020 14:10:49 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iopZG-0001xQ-Ln for linux-arm-kernel@lists.infradead.org; Tue, 07 Jan 2020 14:10:48 +0000 Received: from ip5f5a5f74.dynamic.kabel-deutschland.de ([95.90.95.116] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iopZ3-0002o4-In; Tue, 07 Jan 2020 15:10:33 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Jose Abreu Subject: Re: [PATCH net] net: stmmac: Fixed link does not need MDIO Bus Date: Tue, 07 Jan 2020 15:10:32 +0100 Message-ID: <10785975.EuRkUOQc5v@diego> In-Reply-To: <5764e60da6d3af7e76c30f63b07f1a12b4787918.1578400471.git.Jose.Abreu@synopsys.com> References: <5764e60da6d3af7e76c30f63b07f1a12b4787918.1578400471.git.Jose.Abreu@synopsys.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200107_061046_868644_D9D297B5 X-CRM114-Status: UNSURE ( 8.30 ) X-CRM114-Notice: Please train this message. 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: Joao Pinto , Alexandre Torgue , "kernelci . org bot" , netdev@vger.kernel.org, Sriram Dash , linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, Florian Fainelli , Maxime Coquelin , Giuseppe Cavallaro , "David S. Miller" , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Dienstag, 7. Januar 2020, 13:35:42 CET schrieb Jose Abreu: > When using fixed link we don't need the MDIO bus support. > > Reported-by: Heiko Stuebner > Reported-by: kernelci.org bot > Fixes: d3e014ec7d5e ("net: stmmac: platform: Fix MDIO init for platforms without PHY") > Signed-off-by: Jose Abreu On px30 Tested-by: Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel