From patchwork Wed Oct 11 08:18:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 13416848 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF9F1CD98FD for ; Wed, 11 Oct 2023 08:18:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229846AbjJKIS2 (ORCPT ); Wed, 11 Oct 2023 04:18:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229957AbjJKIS1 (ORCPT ); Wed, 11 Oct 2023 04:18:27 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4892E9B for ; Wed, 11 Oct 2023 01:18:25 -0700 (PDT) X-IronPort-AV: E=Sophos;i="6.03,214,1694703600"; d="scan'208";a="182677690" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 11 Oct 2023 17:18:24 +0900 Received: from localhost.localdomain (unknown [10.166.15.32]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 85B6A400F79B; Wed, 11 Oct 2023 17:18:24 +0900 (JST) From: Yoshihiro Shimoda To: vkoul@kernel.org, kishon@kernel.org Cc: linux-phy@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH 0/2] phy: renesas: r8a779f0-ether-serdes: Add Re-initialize code Date: Wed, 11 Oct 2023 17:18:15 +0900 Message-Id: <20231011081817.257113-1-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org This patch series can re-initialize this PHY after called phy_exit() and phy_init() again. Such re-initializing the PHY will be needed for system suspend/resume. Yoshihiro Shimoda (2): phy: renesas: r8a779f0-ether-serdes: Reset in .init() phy: renesas: r8a779f0-ether-serdes: Add .exit() ops drivers/phy/renesas/r8a779f0-ether-serdes.c | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-)