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 901D6C7115A for ; Fri, 18 Aug 2023 15:03:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244236AbjHRPDV (ORCPT ); Fri, 18 Aug 2023 11:03:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378010AbjHRPDJ (ORCPT ); Fri, 18 Aug 2023 11:03:09 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C4E43421F; Fri, 18 Aug 2023 08:03:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692370983; x=1723906983; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=Ss2Z7zgfUBBvbH5A/gD0Pb240y4NZAR4L3A157sLIX0=; b=FtY32EtAbxGbCDuvspdP+6M2TcRccu71H8VOxifIXxmpWwmvU95y+X5U 49G524rGQl0G14h0wVrS2Pf2TNKn+FsIlPur8ApRw5jpOZ4R7eMj+Bz4Q P3RpzFdslnHsJSdAcVlHkwVIgmPx0YtnZIlBVQXJkGclmf8iMicrG3DKo URBwNykQZ3ienVhO870mWBMKjvETyhhuA0BSiMIg6LTaY2QolgH7DD0i9 NCBguDmUUoOklRKP4u1NCEZZIRRR2XeFcutul543TnJmjzL4w0Ly36oKx cwbc8ZO1Fbvx/lLoP4JiIrOPt6vjwYrTuRtMbMt3RWeIGkg1lgfi6YJnV w==; X-IronPort-AV: E=McAfee;i="6600,9927,10806"; a="404100524" X-IronPort-AV: E=Sophos;i="6.01,183,1684825200"; d="scan'208";a="404100524" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2023 08:02:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10806"; a="764584031" X-IronPort-AV: E=Sophos;i="6.01,183,1684825200"; d="scan'208";a="764584031" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga008.jf.intel.com with ESMTP; 18 Aug 2023 08:02:38 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qX0zk-00Czxc-1b; Fri, 18 Aug 2023 18:02:36 +0300 Date: Fri, 18 Aug 2023 18:02:36 +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 4/5] iio: magnetometer: ak8975: Drop deprecated enums from OF table Message-ID: References: <20230818075600.24277-1-biju.das.jz@bp.renesas.com> <20230818075600.24277-5-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:40:37AM +0000, Biju Das wrote: > Hi Andy Shevchenko, > > > Subject: Re: [PATCH v2 4/5] iio: magnetometer: ak8975: Drop deprecated > > enums from OF table > > > > On Fri, Aug 18, 2023 at 08:55:59AM +0100, Biju Das wrote: > > > Drop deprecated enums from OF table as corresponding entries are > > > removed from bindings and it also saves memory. > > > > You can't do this. > > > > Only sorting by "prefixed first" criteria is possible. > > The rule applies only for fallback compatible. I checked bindings and I don't > find any fallback compatibles. All compatibles are just enums. Am I missing > anything here?? Yes. As per above patch. The _whole_ world is not under your / our control. NAK to this change, sorry. -- With Best Regards, Andy Shevchenko