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 7E041C38145 for ; Thu, 8 Sep 2022 13:38:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231504AbiIHNiI (ORCPT ); Thu, 8 Sep 2022 09:38:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52612 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231858AbiIHNiE (ORCPT ); Thu, 8 Sep 2022 09:38:04 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2E6BC2F80; Thu, 8 Sep 2022 06:38:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662644283; x=1694180283; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=b3oDheI9HlriGFBUl+RRrQ8972WbuLW62mIovZOq/O4=; b=AmoZm+W7TstuiHoN+lzO9Xwl3sOPu9V77HWp7FFB17i53WmsmrG43h5Q MtkdjavKgjaTAaANdhPa5j2JFwsSDPOcTQs+5hss7DHVy90Q7zb6D8o8u wy6dhPIGyiAfK0uWmNUVDnqRVfo5S4yaim4tGeGJ6va0r4snzfLkrfsHy tB7F8HfGKnstiNcD3/nwRs6R/murSU8yp92639+eXcFblgUuKSTc49nHD zj08SA19N788t8JF2CadK86Ee97M8bcXpcTof/5H/9fsHv89QCEGYE8G5 1GuLoOQfPl5avD+QZPHtt1sQHyPAnRB+JBkffpO6nuTKMCT0eEgTVZSg7 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10464"; a="298508517" X-IronPort-AV: E=Sophos;i="5.93,300,1654585200"; d="scan'208";a="298508517" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2022 06:38:02 -0700 X-IronPort-AV: E=Sophos;i="5.93,300,1654585200"; d="scan'208";a="683234779" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2022 06:37:56 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oWHj6-00A92n-2S; Thu, 08 Sep 2022 16:37:52 +0300 Date: Thu, 8 Sep 2022 16:37:52 +0300 From: Andy Shevchenko To: Hans de Goede , "Rafael J. Wysocki" , Ard Biesheuvel , Mark Brown , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, linux-i2c@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, devel@acpica.org Cc: "Rafael J. Wysocki" , Len Brown , Elie Morisse , Nehal Shah , Shyam Sundar S K , Khalil Blaiech , Andy Gross , Bjorn Andersson , Konrad Dybcio , Will Deacon , Mark Rutland , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Robert Moore , Wolfram Sang Subject: Re: [PATCH v2 0/8] ACPI: unify _UID handling as integer Message-ID: References: <20220908132910.62122-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220908132910.62122-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 08, 2022 at 04:29:02PM +0300, Andy Shevchenko wrote: > This series is about unification on how we handle ACPI _UID when > it's known to be an integer-in-the-string. > > The idea of merging either all via ACPI tree, or taking ACPI stuff > for the v6.1 while the rest may be picked up later on by respective > maintainers separately >(currently all depends on Wolfram, other > patches have got the tags from the maintainers). I stand corrected, the perf patch is not tagged yet. > Partially compile-tested (x86-64). Forgot to mention that there is a new user of this API is pending: https://lore.kernel.org/linux-gpio/20220908072621.3415957-1-jay.xu@rock-chips.com/ -- With Best Regards, Andy Shevchenko