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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 35BE3C433F5 for ; Tue, 29 Mar 2022 14:05:02 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E446B84025; Tue, 29 Mar 2022 16:04:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=puri.sm Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=puri.sm header.i=@puri.sm header.b="HvPa+ppZ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4C4EB8402B; Tue, 29 Mar 2022 16:04:58 +0200 (CEST) Received: from comms.puri.sm (comms.puri.sm [159.203.221.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 9692884023 for ; Tue, 29 Mar 2022 16:04:55 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=puri.sm Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=angus.ainslie@puri.sm Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id E0142DF891; Tue, 29 Mar 2022 07:04:23 -0700 (PDT) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lPeVv8BuZCOH; Tue, 29 Mar 2022 07:04:23 -0700 (PDT) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=puri.sm; s=comms; t=1648562663; bh=j1z0oKupz5xFg+N07IorgRImQmVP3DyobcA03guvDKI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=HvPa+ppZV2BzKPwB4fSCpeL8oPebmTdqywFCb31A49sTPOQzWE7REm3SxPvFFIdOe OcRdN3vca3LXqaKHj5o3kFmjTGbNixAHqm6b7RVlUc1Y3h8bl9ZW5kF79dTD/f4F3h 0ulr8qpt2hhBFdhy6pt+/L7KHmAILt2KF3aEhjuF9m0IeJ5v0tWaMka+btpwrrXRMR Wo9j8xfLKre96ZaZlH4eJDWOVSOP8+lu/aFnuhAkcv8HFK6VAP9ztpZ6/qdSIByxaT bq7kOxPlAtO602/Djm+JVMYu1qC1qS3c9NDpmZcfx0qW90XSXfKUjoJYSuGGKdFYb7 Gk84xP6+hNKjQ== Date: Tue, 29 Mar 2022 07:04:22 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v6 0/3] Add a clock driver for the imx8mq Content-Language: en-US To: Angus Ainslie , u-boot@lists.denx.de, marex@denx.de, seanga2@gmail.com Cc: lukma@denx.de, sbabic@denx.de, festevam@gmail.com, kernel@puri.sm, uboot-imx@nxp.com, peng.fan@nxp.com, heiko.thiery@gmail.com References: <20220329135224.295780-1-angus@akkea.ca> From: Angus Ainslie In-Reply-To: <20220329135224.295780-1-angus@akkea.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Please ignore. I introduced some unused variables. v7 sent. Angus On 2022-03-29 06:52, Angus Ainslie wrote: > This is a DM clock driver for the imx8mq based on the linux kernel > driver and the u-boot imx8mm clock driver. > > It also removes some code duplication in the imx8m[nmp] clock drivers. > > Changes since v5 > > Added UART clocks > Added video clocks > Added DRAM clocks > > Changes since v4 > > Rebased onto [1] so patch 4 of 4 was dropped. > Added CLK_COMPOSITE_CCF > Fixed const* clock definitions > > Changes since v3: > > Fixed driver spelling > Moved rate macros out of the header into the dot c > > Changes since v2: > > Added kernel commit IDs > Re-factored rate table code to remove duplication > Remove duplicate code by creating a common clk-imx8m > > Changes since v1: > > More verbose clock driver description > Added forgotten dt-bindings > Synced PLL frequencies with mainline kernel > > [1]https://patchwork.ozlabs.org/project/uboot/patch/20220320203446.740178-2-seanga2@gmail.com/