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 13ADDCD68EC for ; Tue, 10 Oct 2023 03:32:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1442042AbjJJDcM (ORCPT ); Mon, 9 Oct 2023 23:32:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1442026AbjJJDcL (ORCPT ); Mon, 9 Oct 2023 23:32:11 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ADAB8A7; Mon, 9 Oct 2023 20:32:09 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 47378C433C8; Tue, 10 Oct 2023 03:32:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696908729; bh=B68ZS+iZCQ2ic0jSsOKYvXhYAqB/F+u9BsETN2n0sX8=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=h1+aKPjAV7G3J5eiPgE7b3bj1RVkNT3nz1aPEqhMgNdPCrXZ52ZQTMR64SlgIA/eF ebPLu/BtaIo2KzUdQTJsUpCWikLuuiNprf0YaW5dfFLJgdNEetOhCTBKNMcPAFNdOM VjrnltBktkPHkut+3GwgqgqzWweqmcnL6BR6wmpWKS6tRZ6lWvrIMaD6i31hTBjC52 t7y7d1qrfN6W3ZHWqkvai3E0dJ1DY8KZd9YcDUIMxbv59Zojn/MQVfn/ZvKAk7XjW8 tlPw0QwTYdkp0cFlMFGeq7LL+HP1jZREUsGFDut6pbMYw0Y+0bz6RvIZc7Muj/llrY ubp2n68WB41VA== Message-ID: <97b9af079df94e61755452fe15c160d8.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230929-clk-maple-versaclk-v1-3-24dd5b3d8689@kernel.org> References: <20230929-clk-maple-versaclk-v1-0-24dd5b3d8689@kernel.org> <20230929-clk-maple-versaclk-v1-3-24dd5b3d8689@kernel.org> Subject: Re: [PATCH 3/4] clk: versaclock5: Convert to use maple tree register cache From: Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Brown To: Alex Helms , Luca Ceresoli , Mark Brown , Michael Turquette Date: Mon, 09 Oct 2023 20:32:07 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Mark Brown (2023-09-29 07:26:07) > The maple tree register cache is based on a much more modern data structu= re > than the rbtree cache and makes optimisation choices which are probably > more appropriate for modern systems than those made by the rbtree cache. >=20 > Signed-off-by: Mark Brown > --- Applied to clk-next