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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05C65C7618F for ; Fri, 26 Jul 2019 21:37:16 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id C570021842 for ; Fri, 26 Jul 2019 21:37:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="o2ru8KIa"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="yhsjAxMS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C570021842 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:From:To:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=phoqYUzCZNBHDiVnorAy1yQAKOWz/F+MQP1Ckx2eMk8=; b=o2ru8KIapD+P+f EEwx5/SBQ8FO+H2xlWR80m70kFQGADYh5Zc7gztPO/nILvWoZUkGaZ0ILiqhPAZL/mBihhbNB/ugv /exNscc7bLolr2h023SrEZQvMlHNUSwA3d6DiZqv72Ny21iF5Ia+i/ks3dnQrbu3rzQa2j2RiFCND 7xq6d6ouqdfjCIJ7W85hyJRWr9IZGliivD4D0+E6YDK5mp/IxvzHoxGZyt9nTmFG7SEdzQPZhUpER FkcmCcA0jQ4QyUHiHkmHHyW6te5YOoqNEU59Xjmh0/fvB+Q77dnLEIG2BrDuXZii1WT2DwIi36bfE vBVIgKBRlU+kUn67uHAQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hr7tm-0008Ob-U2; Fri, 26 Jul 2019 21:37:11 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hr7tj-0008OE-7Y for linux-arm-kernel@lists.infradead.org; Fri, 26 Jul 2019 21:37:08 +0000 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3A24D21842; Fri, 26 Jul 2019 21:37:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564177026; bh=CYH+0u4ay4mcNfJRo5I8rigGJXkfv7dQBLwaCsxvPEk=; h=In-Reply-To:References:Subject:To:Cc:From:Date:From; b=yhsjAxMSDMSRcd819Q/CZPFuMxoGEF/4tt19x3SKqBOiwxa/t67cdVvAWMkQXVXIB ubtHL9gbJ+e6DgNUOq2ge2eWivA0wPL/kB1G0Td8dXYvu0HOIZ+rqON2x4NNcvoqps 18b4Fgh+NLv73D7P6wxTnlfIGUqVViC8I4MPvK7g= MIME-Version: 1.0 In-Reply-To: <20190723060905.GA15632@dragon> References: <1562682003-20951-1-git-send-email-abel.vesa@nxp.com> <20190723060905.GA15632@dragon> Subject: Re: [PATCH v2] clk: imx8mm: Switch to platform driver To: Abel Vesa , Shawn Guo From: Stephen Boyd User-Agent: alot/0.8.1 Date: Fri, 26 Jul 2019 14:37:05 -0700 Message-Id: <20190726213706.3A24D21842@mail.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190726_143707_289874_0027FC12 X-CRM114-Status: GOOD ( 12.36 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jacky Bai , Anson Huang , Mike Turquette , Linux Kernel Mailing List , NXP Linux Team , Sascha Hauer , Fabio Estevam , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Shawn Guo (2019-07-22 23:09:06) > On Tue, Jul 09, 2019 at 05:20:03PM +0300, Abel Vesa wrote: > > There is no strong reason for this to use CLK_OF_DECLARE instead > > of being a platform driver. Plus, this will now be aligned with the > > other i.MX8M clock drivers which are platform drivers. > > > > In order to make the clock provider a platform driver > > all the data and code needs to be outside of .init section. > > > > Signed-off-by: Abel Vesa > > --- > > > > Changes since v1: > > * Switched to platform driver memory mapping API > > * Removed extra newline > > * Added an explanation of why this change is done > > in the commit message > > Hi Stephen, > > Are you fine with this version? > Sure. Acked-by: Stephen Boyd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel