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 1567CCDB47E for ; Fri, 13 Oct 2023 10:44:20 +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:Date:Message-Id:Subject: References:In-Reply-To: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=SCTXVYrNa1dj4SnuOLB2mie5AAV4+wpHiRSXP/DouMA=; b=WTvw6dhTyZvRJ4 D6HDW1Bo0rKSXV7RM7Hj5dfSPSZStvBF960qstCLpaYZnirDsKkqLEFH4bia/JbM+XNSR7BpEN0RF dzpUa2apJasvXXh6dg2ay+urxj9D1H2HoKh4ZykhuUivJJsW4lPXmk05or1DtP7ckDXQM/P/M+SH0 DuyincUOrJ+HAmnC0RHQUxw1B3ke5dS1LEEgjgt6ryxvNZBvE/mfrxgDxtMmsbC3EjHVWDk/8aALX NdsYRKT1l27bjwnurZyRlBGTwaxsVwiFE9H3ZiShKJsAyspmBwHZgy+k9TxC/dJ6NXqNZBanbtpzL xAjWuQZUiuy5i7+FbiYg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qrFe8-003EDA-2E; Fri, 13 Oct 2023 10:43:56 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qrFe4-003EAw-2W; Fri, 13 Oct 2023 10:43:54 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 6B516B82A92; Fri, 13 Oct 2023 10:43:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11518C433CA; Fri, 13 Oct 2023 10:43:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697193830; bh=45SmktxflpqPYwlKo6pzUpVsREOXFrpnKqeP0QuQW4s=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=VRlj8SmlTRJAmHtNaXkBhlduM8TwsgX9Qmbvb3B7+VF+1Tr0RUN6r68YCsLgE356t 1xpXkanwmHTBrFEDedeMhs4awOhMc/lqvrg6dFU1SUCu3D+0CrV1AgfZk5NFnoogP4 PpKCWN4FY0WgFwOkoFdx8VZQbo18g/X+wAuZn8C7ACVTmIeZQZjZtbh25YXsI+fsNP lvfvg4I3zJr5eX58jmYR31JnxormeL5+hx2jZHXYJMOUtkA8DtQHJMvM1FtuTdqB/E dYsRHAju/7HYxycvdCpRs6wk7ZqQNNgmz2CesWWJ6nHohOGh28/YeFPxiSydS8KBPj FFWF4x5mIm1hg== From: Vinod Koul To: Kishon Vijay Abraham I , Heiko Stuebner , Rob Herring Cc: linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org In-Reply-To: <20231009172923.2457844-15-robh@kernel.org> References: <20231009172923.2457844-15-robh@kernel.org> Subject: Re: [PATCH] phy: Use device_get_match_data() Message-Id: <169719382764.165658.18062385265662490289.b4-ty@kernel.org> Date: Fri, 13 Oct 2023 16:13:47 +0530 MIME-Version: 1.0 X-Mailer: b4 0.12.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231013_034352_965878_197ACAC2 X-CRM114-Status: UNSURE ( 5.39 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Mon, 09 Oct 2023 12:29:10 -0500, Rob Herring wrote: > Use preferred device_get_match_data() instead of of_match_device() to > get the driver match data. With this, adjust the includes to explicitly > include the correct headers. > > Applied, thanks! [1/1] phy: Use device_get_match_data() commit: 21bf6fc47a1e45031ba8a7084343b7cfd09ed1d3 Best regards, -- ~Vinod _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip