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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 2DA5EC4361B for ; Sun, 13 Dec 2020 05:43:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F16F522DFB for ; Sun, 13 Dec 2020 05:43:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730266AbgLMFnF (ORCPT ); Sun, 13 Dec 2020 00:43:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:44786 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727865AbgLMFnF (ORCPT ); Sun, 13 Dec 2020 00:43:05 -0500 Content-Type: text/plain; charset="utf-8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1607838144; bh=vdos0gKRikK/H6Ze9NX2GP+UqbFvtdzEqMCIy5YESFs=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=bAqYPR/M5CxBiEcjQ0XTh3HXMP2FyGX8o6ewDv2JcLF+hHaz4zUh2Brr1f5Crdx2E txPWOgN8QLf6POSDriHi/ntklkP3D986aPyw4zcVkE1KHHfgdvDFai+7Rm/rCIQr+5 XpcxqUCuYsxNqNYxpgJoD7I8kfnE2uw+PlXUWZd5kt7tthpQF+c5hkoENs7Ju+5NdZ cVLw04OVwOq40kaZT9lMy03W249AHaBXA9wyMI5NpXvRssrC2TlQFJp/mcp0rAwE9m A4FdBJcY772nyxvzRuNmLHIuHvH9GHQIw0gAl98Df50rngCUIWSkZyUtYV1F0wGzZW /cmBJvVVYzV2Q== MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20201116075532.4019252-3-m.tretter@pengutronix.de> References: <20201116075532.4019252-1-m.tretter@pengutronix.de> <20201116075532.4019252-3-m.tretter@pengutronix.de> Subject: Re: [PATCH 02/12] clk: divider: fix initialization with parent_hw From: Stephen Boyd Cc: rajanv@xilinx.com, tejasp@xilinx.com, dshah@xilinx.com, rvisaval@xilinx.com, michals@xilinx.com, kernel@pengutronix.de, robh+dt@kernel.org, mturquette@baylibre.com, Michael Tretter To: Michael Tretter , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Date: Sat, 12 Dec 2020 21:42:23 -0800 Message-ID: <160783814346.1580929.10685702721358767806@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Michael Tretter (2020-11-15 23:55:22) > If a driver registers a divider clock with a parent_hw instead of the > parent_name, the parent_hw is ignored and the clock does not have a > parent. >=20 > Fix this by initializing the parents the same way they are initialized > for clock gates. >=20 > Signed-off-by: Michael Tretter Any fixes tag? with the proper fixes tag Reviewed-by: Stephen Boyd 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=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham 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 D7580C433FE for ; Sun, 13 Dec 2020 05:43:53 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 909B922D71 for ; Sun, 13 Dec 2020 05:43:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 909B922D71 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+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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:Date:To:From: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=7V17fyd8fciBSTv7QVAMrpukM0hPkOCkh5ioi62EZlw=; b=YlBgyjZvCfudM4wWRoTyqMmab 8wgIbMnvoJpkIpPCHtrnlK6Mq4segMKx8KIHjUuLFtKW/8cvAyROglV0HQsiHTrMWzLRDvcE03k2E K3DcVDk6sH9fsAFH3F2pCg2CUVFp5pSH3ziyR6uqF8LpqRFnvIT1c0Bv5g3Q64QjPu/nDMNZ36tgP ymT50gIpfeBopLtwjE+omYKPqwuqCI/uDjYX7/O2vaq5Uj6jwg0Gjm+2T12qkXwRef4P7hoRVBYjz zHsYgiMF8gwLCJ+yyzlbcMUG8g/0hHvtSCGIifKHiax5i3U/dStP9fGg4dTr9xanPOH/69M9S5BZ4 GhdMzIXtw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1koK9N-00051l-1a; Sun, 13 Dec 2020 05:42:29 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1koK9K-00051I-4r for linux-arm-kernel@lists.infradead.org; Sun, 13 Dec 2020 05:42:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1607838144; bh=vdos0gKRikK/H6Ze9NX2GP+UqbFvtdzEqMCIy5YESFs=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=bAqYPR/M5CxBiEcjQ0XTh3HXMP2FyGX8o6ewDv2JcLF+hHaz4zUh2Brr1f5Crdx2E txPWOgN8QLf6POSDriHi/ntklkP3D986aPyw4zcVkE1KHHfgdvDFai+7Rm/rCIQr+5 XpcxqUCuYsxNqNYxpgJoD7I8kfnE2uw+PlXUWZd5kt7tthpQF+c5hkoENs7Ju+5NdZ cVLw04OVwOq40kaZT9lMy03W249AHaBXA9wyMI5NpXvRssrC2TlQFJp/mcp0rAwE9m A4FdBJcY772nyxvzRuNmLHIuHvH9GHQIw0gAl98Df50rngCUIWSkZyUtYV1F0wGzZW /cmBJvVVYzV2Q== MIME-Version: 1.0 In-Reply-To: <20201116075532.4019252-3-m.tretter@pengutronix.de> References: <20201116075532.4019252-1-m.tretter@pengutronix.de> <20201116075532.4019252-3-m.tretter@pengutronix.de> Subject: Re: [PATCH 02/12] clk: divider: fix initialization with parent_hw From: Stephen Boyd To: Michael Tretter , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Date: Sat, 12 Dec 2020 21:42:23 -0800 Message-ID: <160783814346.1580929.10685702721358767806@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201213_004226_322848_042D5F68 X-CRM114-Status: UNSURE ( 7.42 ) X-CRM114-Notice: Please train this message. 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: dshah@xilinx.com, tejasp@xilinx.com, mturquette@baylibre.com, Michael Tretter , rajanv@xilinx.com, robh+dt@kernel.org, michals@xilinx.com, kernel@pengutronix.de, rvisaval@xilinx.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Michael Tretter (2020-11-15 23:55:22) > If a driver registers a divider clock with a parent_hw instead of the > parent_name, the parent_hw is ignored and the clock does not have a > parent. > > Fix this by initializing the parents the same way they are initialized > for clock gates. > > Signed-off-by: Michael Tretter Any fixes tag? with the proper fixes tag Reviewed-by: Stephen Boyd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel