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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02985C7EE37 for ; Fri, 9 Jun 2023 00:08:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237522AbjFIAIq (ORCPT ); Thu, 8 Jun 2023 20:08:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38186 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229665AbjFIAIp (ORCPT ); Thu, 8 Jun 2023 20:08:45 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C42B2D68; Thu, 8 Jun 2023 17:08:44 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3A6E8619EB; Fri, 9 Jun 2023 00:08:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8AE7EC433D2; Fri, 9 Jun 2023 00:08:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686269323; bh=0g/cOg2pYmnLF+VPl6ht+xKwWBRF8A6H5Y8bNL1wgV4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=nI+V67dolberNCc1tYfxCW0M+92U4McJwFFwioaSg/dmXz6yN/n3BHlnwnWuXD7Tw 1N3dCvBWzCSLlFw8JEnmxRq208U71kzk2Qt/+rGJwR7T0fjWfavj495xSymkDdiX3v icMYet2GrhGTLbN2Ql4bjvK6pw2wEIuotpYYrWLIokrcWiTd1+NG9j4Wn4/rAHRFt/ kvDZjEJjy9hiT/97MFnB8kVKnIigcn5Z9FYfzoRhof4wDnHfUoAor8QDDo0puLuF41 B5EZBRB42BQLJ9Lv81xl5CKiFO0cwNpvqCLHxTwG4+KMP6nMNlsXCu4rBMqqYMV+iX SN257bEAOdCXw== Message-ID: <7ff04fa5ccf8240be128eb1006631119.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230514191959.706269-1-marek.vasut+renesas@mailbox.org> References: <20230514191959.706269-1-marek.vasut+renesas@mailbox.org> Subject: Re: [PATCH v2 1/2] clk: vc5: Use device_get_match_data() instead of of_device_get_match_data() From: Stephen Boyd Cc: Marek Vasut , Luca Ceresoli , Alex Helms , Geert Uytterhoeven , Magnus Damm , Michael Turquette , Nathan Chancellor , Nick Desaulniers , Tom Rix , linux-renesas-soc@vger.kernel.org To: Marek Vasut , linux-clk@vger.kernel.org Date: Thu, 08 Jun 2023 17:08:41 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Quoting Marek Vasut (2023-05-14 12:19:58) > Use device_get_match_data() which, unlike of_device_get_match_data(), > is compatible with other firmware interfaces than just OF. >=20 > Reviewed-by: Luca Ceresoli > Signed-off-by: Marek Vasut > --- Applied to clk-next