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.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 863D2C43381 for ; Tue, 19 Feb 2019 06:18:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 510C721903 for ; Tue, 19 Feb 2019 06:18:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550557122; bh=fS1BExtlvmR4+jH2bxdPwjQorc7bIWMD4Tz5QAjDTOM=; h=From:To:Cc:Subject:Date:List-ID:From; b=Zc62GAuE61F2+oyD8fICypFqNs4LNN2/U+Va2FqY/LOjVQqesk/D5xnk6bPMc/Uzv 1jcYnRUxcokXKJF6jnZ4LP+vHJUdARelzmnCg2e1ovDcGSe8HuHT5PSujVFwHZ9Yd+ LfHtYBfM6czpxJHLjosXCuoujQl1gy9lrh8Vj62E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726121AbfBSGSl (ORCPT ); Tue, 19 Feb 2019 01:18:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:49948 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725730AbfBSGSl (ORCPT ); Tue, 19 Feb 2019 01:18:41 -0500 Received: from localhost.localdomain (unknown [106.200.226.2]) (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 31110217D7; Tue, 19 Feb 2019 06:18:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550557120; bh=fS1BExtlvmR4+jH2bxdPwjQorc7bIWMD4Tz5QAjDTOM=; h=From:To:Cc:Subject:Date:From; b=TCA+WQ8n4gbhQ8tfli+80jodR/aDF3wCjXlsjjFEteBjdlbgE9VbC2jXmvvQCso5/ yJb6Rv12uetmyNUVVMrBAzHql5jYoOczF//VjTh4KXNFbqhFswVIyjMDzZIXu7CX9U YWUrbQqvrkdtNLyH9FQ/DJ0sMJEayT5RD7OtjS2c= From: Vinod Koul To: David S Miller Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , netdev@vger.kernel.org, Niklas Cassel , Andrew Lunn , Florian Fainelli , "Nori, Sekhar" , Peter Ujfalusi , Marc Gonzalez Subject: [PATCH net-next v3 0/2] net: phy: at803x: Update delays for RGMII modes Date: Tue, 19 Feb 2019 11:47:58 +0530 Message-Id: <20190219061800.31025-1-vkoul@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Peter[1] reported that patch cd28d1d6e52e: ("net: phy: at803x: Disable phy delay for RGMII mode") caused regression on am335x-evmsk board. This board expects the Phy delay to be enabled but specified RGMII mode which refers to delays being disabled. So fix this by disabling delay only for RGMII mode and enable for RGMII_ID and RGMII_TXID/RXID modes. While at it, as pointed by Dave, don't inline the helpers. [1]: https://www.spinics.net/lists/netdev/msg550749.html Vinod Koul (2): net: phy: at803x: don't inline helpers net: phy: at803x: disable delay only for RGMII mode drivers/net/phy/at803x.c | 51 ++++++++++++++++++++++++++++++---------- 1 file changed, 38 insertions(+), 13 deletions(-) -- 2.20.1