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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id F1AE8FF6E6E for ; Tue, 17 Mar 2026 20:30:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Jg5YaDuE/JT4hI5C894GT6oU8DMNWBy5gURad/Pt9OE=; b=nmu/GAqzoaaRTW TvAERvlTwSHjP0vLKlENiRCiWwjZ7FZgo8o8qiMDLssutV1BS8TrDDtJeavrov+ZLELwyuDGUbFR+ 73dBSgjehK44HpkUVSe811wp1cGPnHHG49E19b3xFwpu4u/sM+PXN4+82tU/9Z+nertP8vC65Cseo VeoKN5TnocV3HGFOIzLw8Dwo9NUHp9FyZWQHwGD/9jgQIWCdvGMnPk+rss8GmXbjeGCNjFdp4dd6L 4DY9UHckUggZFaSUR6IbJdkRKQHlfrnFyFBhX/slXW7YTJ5a8fAF8o9RQiy9eX493vN5UN9XISrH3 +gQLrLAOsSDn4AdPMg9Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1w2b3f-00000007CgQ-36JU; Tue, 17 Mar 2026 20:30:31 +0000 Received: from mgamail.intel.com ([192.198.163.13]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1w2b3c-00000007CdD-3vKm for linux-phy@lists.infradead.org; Tue, 17 Mar 2026 20:30:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1773779429; x=1805315429; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Voj+ack1teh1dnW09zwdJQRrs2brV0kRS+OfUhtRLCM=; b=jpk3K6OSzn3oIYQGxwhK/qHSvy8sRKy8XG0xVHpDw9nBqaYn1YI5I6i7 kmNev+Jq0wcdtJObTlJZu9rzM27a0QAXEJwCDFAG8khObn9M9+vp3juGX yrLGYbSoCC/wkUn4JoKsDgD1AyLRhZRR6ImT8oEmgYawXFS6wwqzic05i ky4xCwTC5//dDgfBXP70FhzGOGFuJEnOvtF5q0K2OLizxY0nTqei5EI3k rw56QFt5UDe9YSydn3PW4urx8epFvMUqp+JNV9KrJNqF9xnmcwTLY9VR/ YtglKIQtiBYOC+v0GYWZlxu6sPRCz6V7rYuTolPvlonYcK+X1Ky8vQtIt g==; X-CSE-ConnectionGUID: wg+dTvrgQayyeDuqq1ulyA== X-CSE-MsgGUID: WNk3bftZSUGxtFotVNCzpw== X-IronPort-AV: E=McAfee;i="6800,10657,11732"; a="77433969" X-IronPort-AV: E=Sophos;i="6.23,126,1770624000"; d="scan'208";a="77433969" Received: from orviesa008.jf.intel.com ([10.64.159.148]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2026 13:30:24 -0700 X-CSE-ConnectionGUID: GicUGuPSQIqCZGcWtM+mUQ== X-CSE-MsgGUID: SGxzjw47Qp+H9jmqmA2fKw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,126,1770624000"; d="scan'208";a="222434440" Received: from black.igk.intel.com ([10.91.253.5]) by orviesa008.jf.intel.com with ESMTP; 17 Mar 2026 13:30:22 -0700 Received: by black.igk.intel.com (Postfix, from userid 1003) id 0552298; Tue, 17 Mar 2026 21:30:20 +0100 (CET) From: Andy Shevchenko To: linux-can@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Marc Kleine-Budde , Vincent Mailhol , Vinod Koul , Neil Armstrong , Josua Mayer , Ulf Hansson , Andy Shevchenko Subject: [PATCH v2 1/4] phy: phy-can-transceiver: Convert to use device property API Date: Tue, 17 Mar 2026 21:27:27 +0100 Message-ID: <20260317203001.2108568-2-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20260317203001.2108568-1-andriy.shevchenko@linux.intel.com> References: <20260317203001.2108568-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260317_133028_993612_A9792C7C X-CRM114-Status: GOOD ( 12.97 ) X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org It seems the driver is half-moved to use device property APIs. Finish that by converting everything to use that. While at it, drop unneeded argument to devm_phy_create() which extracts device node from the given device by default. Signed-off-by: Andy Shevchenko --- drivers/phy/phy-can-transceiver.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/phy/phy-can-transceiver.c b/drivers/phy/phy-can-transceiver.c index 2b52e47f247a..80eece74f77d 100644 --- a/drivers/phy/phy-can-transceiver.c +++ b/drivers/phy/phy-can-transceiver.c @@ -5,9 +5,9 @@ * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com * */ -#include #include #include +#include #include #include #include @@ -152,7 +152,6 @@ static int can_transceiver_phy_probe(struct platform_device *pdev) struct can_transceiver_phy *can_transceiver_phy; struct can_transceiver_priv *priv; const struct can_transceiver_data *drvdata; - const struct of_device_id *match; struct phy *phy; struct gpio_desc *silent_gpio; struct gpio_desc *standby_gpio; @@ -161,8 +160,7 @@ static int can_transceiver_phy_probe(struct platform_device *pdev) u32 max_bitrate = 0; int err, i, num_ch = 1; - match = of_match_node(can_transceiver_phy_ids, pdev->dev.of_node); - drvdata = match->data; + drvdata = device_get_match_data(dev); if (drvdata->flags & CAN_TRANSCEIVER_DUAL_CH) num_ch = 2; @@ -187,7 +185,7 @@ static int can_transceiver_phy_probe(struct platform_device *pdev) can_transceiver_phy = &priv->can_transceiver_phy[i]; can_transceiver_phy->priv = priv; - phy = devm_phy_create(dev, dev->of_node, &can_transceiver_phy_ops); + phy = devm_phy_create(dev, NULL, &can_transceiver_phy_ops); if (IS_ERR(phy)) { dev_err(dev, "failed to create can transceiver phy\n"); return PTR_ERR(phy); -- 2.50.1 -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy