From patchwork Thu Oct 8 02:54:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Erik Kaneda X-Patchwork-Id: 11822091 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 536A213B2 for ; Thu, 8 Oct 2020 03:22:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3E6802145D for ; Thu, 8 Oct 2020 03:22:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728216AbgJHDWG (ORCPT ); Wed, 7 Oct 2020 23:22:06 -0400 Received: from mga04.intel.com ([192.55.52.120]:29857 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728231AbgJHDWE (ORCPT ); Wed, 7 Oct 2020 23:22:04 -0400 IronPort-SDR: 9npoGQhAByjs0g7keEsrn2lVO2nMen5To5mF1O8jhrHGdSaW4Isl8M4KtLQ0lKsn7skhx7A3Om TRPJnoMs3D4g== X-IronPort-AV: E=McAfee;i="6000,8403,9767"; a="162613659" X-IronPort-AV: E=Sophos;i="5.77,349,1596524400"; d="scan'208";a="162613659" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2020 20:22:04 -0700 IronPort-SDR: RXwbvcZyny9OWwLYuRNzKUo8liTk848ZHZ8Ey0K59sGBWd1wXRJrT+WsfbS8FAin1ZudGkGe34 AhNCnigvQ6CQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,349,1596524400"; d="scan'208";a="355229361" Received: from sibelius.jf.intel.com ([10.54.75.172]) by orsmga007.jf.intel.com with ESMTP; 07 Oct 2020 20:22:04 -0700 From: Erik Kaneda To: "Rafael J . Wysocki" , ACPI Devel Maling List Cc: Bob Moore , Erik Kaneda Subject: [PATCH 9/9] ACPICA: Update version to 20200925 Version 20200925. Date: Wed, 7 Oct 2020 19:54:03 -0700 Message-Id: <20201008025403.2401736-10-erik.kaneda@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201008025403.2401736-1-erik.kaneda@intel.com> References: <20201008025403.2401736-1-erik.kaneda@intel.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org From: Bob Moore ACPICA commit 70add34a9a4729b5496d0695ad14d6a1dc435879 Link: https://github.com/acpica/acpica/commit/70add34a Signed-off-by: Bob Moore Signed-off-by: Erik Kaneda --- include/acpi/acpixf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 9dc816641286..be7de305a622 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h @@ -12,7 +12,7 @@ /* Current ACPICA subsystem version in YYYYMMDD format */ -#define ACPI_CA_VERSION 0x20200717 +#define ACPI_CA_VERSION 0x20200925 #include #include