From patchwork Fri May 10 17:25:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Schmauss, Erik" X-Patchwork-Id: 10939305 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4B41076 for ; Fri, 10 May 2019 17:37:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3437B28A96 for ; Fri, 10 May 2019 17:37:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 28B4228CA7; Fri, 10 May 2019 17:37:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B705828A96 for ; Fri, 10 May 2019 17:37:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727617AbfEJRhi (ORCPT ); Fri, 10 May 2019 13:37:38 -0400 Received: from mga12.intel.com ([192.55.52.136]:17666 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727144AbfEJRhi (ORCPT ); Fri, 10 May 2019 13:37:38 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 May 2019 10:37:38 -0700 X-ExtLoop1: 1 Received: from bartok.jf.intel.com ([10.54.75.137]) by fmsmga007.fm.intel.com with ESMTP; 10 May 2019 10:37:38 -0700 From: Erik Schmauss To: rjw@rjwysocki.net, linux-acpi@vger.kernel.org Cc: Erik Schmauss Subject: [PATCH 0/2] ACPICA release 20190509 Date: Fri, 10 May 2019 10:25:41 -0700 Message-Id: <20190510172543.9831-1-erik.schmauss@intel.com> X-Mailer: git-send-email 2.17.2 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This is the linuxized version of the ACPICA 20190509 release. This release contained almost entirely iASL compiler features and bug fixes. For linux, this release contains a simple adjustment to move ACPI_DEBUG_DEFAULT symbol out of an ifdef. This patch set is also available at the following link: https://github.com/SchmErik/linux/tree/acpica201905 Bob Moore (1): ACPICA: Update version to 20190509 Erik Schmauss (1): ACPICA: Linux: move ACPI_DEBUG_DEFAULT flag out of ifndef include/acpi/acpixf.h | 2 +- include/acpi/platform/aclinux.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-)