Message ID | 20240304161335.1734134-1-cezary.rojewski@intel.com (mailing list archive) |
---|---|
Headers | show
Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3EE7F3CF40 for <linux-acpi@vger.kernel.org>; Mon, 4 Mar 2024 16:12:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.11 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709568723; cv=none; b=MQOO8srIAu0GiGpN8ac6o78J3OinKYNS/+vtVcwlNH9LgFk70IVEK2rOk5A2wT9RHHMKaPv8GmND/SPrdSx3piFbwMW4obW1mCLEL/phbpnBUTA8GowEJ98yqi1PZJVGv7Ih5VrUEiljZzHfWaBWPpUcVD2WT1jgB1DUw0nCAyA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709568723; c=relaxed/simple; bh=AbzY7pJqyxsYDqgk52E+SSdLLdLjQERVDbPxkT/nbNI=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=P8cIN13opEEqafwWisttGFm6YxnnmIhXBLEtw46snC9BwDalwIX5z5pENbPbXXuzL+xi5fe9RhbBEFX8NOlIZgWcL4cUu+ko0LwlIig5ExD0DSq+/Ga1+qSloeIhwqU9XWInYgtUMvjS5A+rNaltIHHBJdOnYwb3yLVtf+uDEKY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=RxHHN5ym; arc=none smtp.client-ip=198.175.65.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="RxHHN5ym" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1709568722; x=1741104722; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=AbzY7pJqyxsYDqgk52E+SSdLLdLjQERVDbPxkT/nbNI=; b=RxHHN5yman1PnwdD5Q+vuoRV4B1h8R/jNbvZDKzx711MfwWeXm4V7Myk aGrj77x2Yc2gsuh0FUe4HNhaNZHSVgglHUxVc4A3vlHYcm//AULj9iLd1 /JwwdWK9ZnaFwIfTGH2B3yAnZaJqURca3fCX5P4+r/dymY3o3vRI7TzTZ yzqiH9ihuxknvvbH+QaMeNmsj+5R8brQdD1QMpwpl/Wjdw5vlSN/f+2aZ vIafTTMxP2h9YcbxhJbyxuCA4n9xf14CP0ge+pRgdce8mj+Gq+0DS0bMe R/22jKZ5yeqHGrJ9jKCzsBMKh7nhiFmE+2cftkSLaofDOWcUYNceNw3VF Q==; X-IronPort-AV: E=McAfee;i="6600,9927,11003"; a="14646503" X-IronPort-AV: E=Sophos;i="6.06,203,1705392000"; d="scan'208";a="14646503" Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2024 08:11:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,203,1705392000"; d="scan'208";a="8967307" Received: from crojewsk-ctrl.igk.intel.com ([10.102.9.28]) by fmviesa009.fm.intel.com with ESMTP; 04 Mar 2024 08:11:56 -0800 From: Cezary Rojewski <cezary.rojewski@intel.com> To: rafael@kernel.org Cc: linux-acpi@vger.kernel.org, robert.moore@intel.com, amadeuszx.slawinski@linux.intel.com, andriy.shevchenko@linux.intel.com, pierre-louis.bossart@linux.intel.com, Cezary Rojewski <cezary.rojewski@intel.com> Subject: [PATCH v5 0/4] ACPI: NHLT: Access and query helpers Date: Mon, 4 Mar 2024 17:13:31 +0100 Message-Id: <20240304161335.1734134-1-cezary.rojewski@intel.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: <linux-acpi.vger.kernel.org> List-Subscribe: <mailto:linux-acpi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-acpi+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
ACPI: NHLT: Access and query helpers
|
expand
|