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 B37FAE748ED for ; Sun, 1 Oct 2023 09:25:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234719AbjJAJZZ (ORCPT ); Sun, 1 Oct 2023 05:25:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234641AbjJAJZW (ORCPT ); Sun, 1 Oct 2023 05:25:22 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69518D3; Sun, 1 Oct 2023 02:25:20 -0700 (PDT) X-IronPort-AV: E=McAfee;i="6600,9927,10849"; a="468791739" X-IronPort-AV: E=Sophos;i="6.03,191,1694761200"; d="scan'208";a="468791739" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Oct 2023 02:25:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10849"; a="866197987" X-IronPort-AV: E=Sophos;i="6.03,191,1694761200"; d="scan'208";a="866197987" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Oct 2023 02:25:18 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97-RC0) (envelope-from ) id 1qmshP-00000001rb4-37oD; Sun, 01 Oct 2023 12:25:15 +0300 Date: Sun, 1 Oct 2023 12:25:15 +0300 From: Andy Shevchenko To: Mark Brown Cc: Linus Walleij , Bartosz Golaszewski , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] gpio: fx6408: Convert to use maple tree register cache Message-ID: References: <20230929-gpio-fx16408-v1-1-7fdd3218f7d6@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230929-gpio-fx16408-v1-1-7fdd3218f7d6@kernel.org> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 29, 2023 at 04:11:24PM +0200, Mark Brown wrote: > The maple tree register cache is based on a much more modern data structure > than the rbtree cache and makes optimisation choices which are probably > more appropriate for modern systems than those made by the rbtree cache. Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko