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 8D8E7ECAAA1 for ; Mon, 12 Sep 2022 10:00:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229660AbiILKAJ (ORCPT ); Mon, 12 Sep 2022 06:00:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229510AbiILKAG (ORCPT ); Mon, 12 Sep 2022 06:00:06 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A178512D3A for ; Mon, 12 Sep 2022 03:00:05 -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 ams.source.kernel.org (Postfix) with ESMTPS id 64BBFB80CB6 for ; Mon, 12 Sep 2022 10:00:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AEDF7C433D6; Mon, 12 Sep 2022 10:00:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662976803; bh=ugQagfvsp+qZUJ76KrnJT+JGU0a1DjAZxSAn1VpurfI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pYbHxPHDEFuoZ0rjph4+v4ElRkOskSydsBmKhiw+4R0UYvo0h48oqedJAfU97Unyk 43PyuzNwKgCLVntg4jbs6d/h76RAh4kskmg5GxnPUgpft1neNL0dKxR7W9k1eE9wDW xvzyIk/GxhGu923Mt2/uXjXi9Z1Ac18C9oT9wSz1E+luGBq5C2QItHjpYG3E4K8u5m hg64+oo6s98KwdCc9SJG+U4M97S/+evtNjEyiYV9qgh8bsp+x/+2PR6j2NwrYO9ssr 8VMnVig3sr7OycFBvMIn/UryZFgzdZ9IDLfLsxenY3rMyPyOmCcqRsMQlhR8ADsVOP wMboVR1ewImeA== Date: Mon, 12 Sep 2022 17:59:56 +0800 From: Shawn Guo To: "Peng Fan (OSS)" Cc: s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, l.stach@pengutronix.de, aford173@gmail.com, laurent.pinchart@ideasonboard.com, m.felsch@pengutronix.de, marex@denx.de, paul.elder@ideasonboard.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Peng Fan Subject: Re: [PATCH] soc: imx: imx8m-blk-ctrl: Use genpd_xlate_onecell Message-ID: <20220912095956.GX1728671@dragon> References: <20220906033943.2184844-1-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220906033943.2184844-1-peng.fan@oss.nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 06, 2022 at 11:39:43AM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > Simplify driver by using genpd_xlate_onecell instead of > driver specific xlate function. > > Signed-off-by: Peng Fan Applied, thanks!