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 C44A1C71155 for ; Fri, 18 Aug 2023 15:03:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377940AbjHRPCt (ORCPT ); Fri, 18 Aug 2023 11:02:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377967AbjHRPC1 (ORCPT ); Fri, 18 Aug 2023 11:02:27 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4B704208; Fri, 18 Aug 2023 08:02:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692370944; x=1723906944; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=4kg3YLMTq4NIJG6aPg8QwWavjOLHO3JetKCUu1y86QY=; b=VF3UnL7LjJD/FFb3ZaUeD4n9Dc7Z3sFjU9MIXDp5s5icW22hBhbx1OiH uR5Y45sT+6lEAWJvFV6232gKXXZ1QMFN3xEg8MpiCzRBpDb3MuU+A3Bli HmhpPE4jZfdGp1zwLzf/A5tSeDs6MHdbPhpHeIKu/k9KtNkazB4lYCj1h jIsElnJh555xH8HCVwHpHQN3j9xSMo1YhfuQPFoJuJ07758DHkUi6GrL7 f51dFIXqb1BpNch3jHOAQMCVl4D/GbBMA9OOZsjEzK4zVUjwVGM5OG6LA EoeBlHiH/P1NCU5ofSlLsrDiuqruPMvle11IIHGN+TODT7NPdzIID9pkY Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10806"; a="437028355" X-IronPort-AV: E=Sophos;i="6.01,183,1684825200"; d="scan'208";a="437028355" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2023 08:01:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10806"; a="908909465" X-IronPort-AV: E=Sophos;i="6.01,183,1684825200"; d="scan'208";a="908909465" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga005.jf.intel.com with ESMTP; 18 Aug 2023 08:01:48 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qX0yw-00CyBb-30; Fri, 18 Aug 2023 18:01:46 +0300 Date: Fri, 18 Aug 2023 18:01:46 +0300 From: Andy Shevchenko To: Biju Das Cc: Jonathan Cameron , Lars-Peter Clausen , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , "linux-iio@vger.kernel.org" , Geert Uytterhoeven , Prabhakar Mahadev Lad , "linux-renesas-soc@vger.kernel.org" Subject: Re: [PATCH v2 5/5] iio: magnetometer: ak8975: Sort OF table Message-ID: References: <20230818075600.24277-1-biju.das.jz@bp.renesas.com> <20230818075600.24277-6-biju.das.jz@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Fri, Aug 18, 2023 at 11:39:03AM +0000, Biju Das wrote: > > On Fri, Aug 18, 2023 at 08:56:00AM +0100, Biju Das wrote: > > > Sort OF table alphabetically by compatibles. > > > > > Suggested-by: Andy Shevchenko > > > > Wrong, I haven't suggested that. See comment to the previous patch. > > > > And this is definitely wrong as Geert explained already why. > > You need to fix the code that handles the ID table first. > > That rule applicable only for fallback. I checked bindings and there are no fallbacks. You can't check the _whole_ world, so you checked only bindings that are in tree. But it doesn't matter as a user somewhere may use something you have no access to. -- With Best Regards, Andy Shevchenko