From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752560Ab3GBN4S (ORCPT ); Tue, 2 Jul 2013 09:56:18 -0400 Received: from mga01.intel.com ([192.55.52.88]:23072 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750869Ab3GBN4Q (ORCPT ); Tue, 2 Jul 2013 09:56:16 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,980,1363158000"; d="scan'208";a="359347897" Message-ID: <51D2DC1D.60101@intel.com> Date: Tue, 02 Jul 2013 21:56:45 +0800 From: Aaron Lu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Matthew Garrett , "Rafael J. Wysocki" CC: "linux-kernel@vger.kernel.org" , "linux-acpi@vger.kernel.org" , "seth.forshee@canonical.com" , "joeyli.kernel@gmail.com" , "daniel.vetter@ffwll.ch" , "lenb@kernel.org" , Bob Moore Subject: [PATCH 0/2] Expose OSI version References: <1370818899-8595-1-git-send-email-matthew.garrett@nebula.com> <1371508629.523.3.camel@x230> <10189900.qsvQBSpnvI@vostro.rjw.lan> <2211483.MscZsfrrDc@vostro.rjw.lan> In-Reply-To: <2211483.MscZsfrrDc@vostro.rjw.lan> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a re-spin of patch 2/3: ACPICA: Add interface for getting latest OS version requested via _OSI to address the comments suggested by Bob and Rafael. To be exact, the patchset does: 1 Expose acpi_gbl_osi_data through include/acpi/acpixf.h and move all OSI definitions to include/acpi/actypes.h in patch 1; 2 Add a wrapper function acpi_osi_version in osl.c to return acpi_gbl_osi_data in patch 2. Matthew, I suppose you might be busy so I've done the re-spin for you, please let me know if you think something wrong, thanks. Aaron Lu (2): ACPICA: expose OSI version ACPI / OSL: add a wrapper function to return OSI version drivers/acpi/acpica/aclocal.h | 13 ------------- drivers/acpi/osl.c | 6 ++++++ include/acpi/acpixf.h | 1 + include/acpi/actypes.h | 15 +++++++++++++++ include/linux/acpi.h | 6 ++++++ 5 files changed, 28 insertions(+), 13 deletions(-) -- 1.8.3.2.10.g43d11f4