RE: [PATCH v4 0/2] ACPI: DBGP/DBG2 early console support for LPIA.

2012-09-27 Thread Zheng, Lv
Forgot to Cc x86 maintainers, will send again. Sorry for the noise. -Original Message- From: Zheng, Lv Sent: Friday, September 28, 2012 10:40 AM To: Brown, Len Cc: linux-kernel@vger.kernel.org; linux-a...@vger.kernel.org; Zheng, Lv Subject: [PATCH v4 0/2] ACPI: DBGP/DBG2 early

RE: [RESEND PATCH v4 0/2] ACPI: DBGP/DBG2 early console support for LPIA.

2012-10-07 Thread Zheng, Lv
go ahead and take the series in tip 3.8, Peter, thanks. I looked over this series a while back and my feedback was that it should be disabled by default and enabled by bootparam -- like other earlyprink -- else an issue here would render a system un-bootable. I see that LV has addressed

RE: [PATCH v5 1/2] ACPI: Add early console framework for DBGP/DBG2.

2012-10-09 Thread Zheng, Lv
Signed-off-by: Lv Zheng lv.zh...@intel.com Reviewed-by: Len Brown len.br...@intel.com Reviewed-by: Rui Zhang rui.zh...@intel.com Reviewed-by: Ying Huang ying.hu...@intel.com Reviewed-by: Konrad Rzeszutek Wilk kon...@kernel.org Please don't include that unless I (or other folks looking

RE: [PATCH v5 2/2] ACPI: Add Intel MID SPI early console support.

2012-10-09 Thread Zheng, Lv
earlyprintk=acpi .. or earlyprintk=mrst ? ACK. The two launchers are all workable for MID_SPI. I'll add more comments and resend this patch. Thanks -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

RE: [PATCH v5 1/2] ACPI: Add early console framework for DBGP/DBG2.

2012-10-09 Thread Zheng, Lv
+int __init acpi_early_console_keep(struct acpi_debug_port *info) Why not make it 'bool' like the other (acpi_early_console_enabled)? NAK. keep is int in setup_early_printk. Best regards/Lv Zheng -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

RE: [PATCH v5 2/2] ACPI: Add Intel MID SPI early console support.

2012-10-09 Thread Zheng, Lv
+#ifdef CONFIG_EARLY_PRINTK_INTEL_MID_SPI + if (info-port_type == ACPI_DBG2_SERIAL_PORT +info-port_subtype == ACPI_DBG2_INTEL_MID_SPI +info-register_count 0) { Is it ever going to be zero? NAK. No register base definition (buggy BIOS?) is meaningless for ACPI launched

RE: [PATCH v6 1/2] ACPI: Add early console framework for DBGP/DBG2.

2012-10-10 Thread Zheng, Lv
+static __initdata DECLARE_BITMAP(acpi_early_flags, +MAX_ACPI_DBG_PORTS*2); It's OK since the keep bit will be derived by the real earlycon drivers in the __acpi_early_console_start() which is an arch specific interface. You can find this usage in the [PATCH v6 2/2]. + set_bit(port,

RE: [PATCH] ACPI: remove config ACPI_DEBUG_FUNC_TRACE

2013-04-06 Thread Zheng, Lv
Kconfig symbol ACPI_DEBUG_FUNC_TRACE was only used (through its corresponding macro) in drivers/acpi/acpica/acmacros.h. That macro was removed from that header in v3.8, with commit 86ff0e508f88eda6e479a897476026055831d2d8 (ACPICA: Fix unmerged acmacros.h divergences.). That commit did

RE: [PATCH] ACPI: remove config ACPI_DEBUG_FUNC_TRACE

2013-04-07 Thread Zheng, Lv
Kconfig symbol ACPI_DEBUG_FUNC_TRACE was only used (through its corresponding macro) in drivers/acpi/acpica/acmacros.h. That macro was removed from that header in v3.8, with commit 86ff0e508f88eda6e479a897476026055831d2d8 (ACPICA: Fix unmerged acmacros.h divergences.). That commit

RE: [PATCH] ACPI: remove config ACPI_DEBUG_FUNC_TRACE

2013-04-07 Thread Zheng, Lv
Kconfig symbol ACPI_DEBUG_FUNC_TRACE was only used (through its corresponding macro) in drivers/acpi/acpica/acmacros.h. That macro was removed from that header in v3.8, with commit 86ff0e508f88eda6e479a897476026055831d2d8 (ACPICA: Fix unmerged acmacros.h divergences.). That

RE: [RESEND PATCH 3/6] acpi: Remove the leading spaces of finish_override label in acpi_tb_table_override().

2013-03-08 Thread Zheng, Lv
/generate/linux Thanks -Lv -Original Message- From: Tang Chen [mailto:tangc...@cn.fujitsu.com] Sent: Thursday, March 07, 2013 6:38 PM To: l...@kernel.org; r...@sisk.pl; Moore, Robert; Zheng, Lv; ming.m@intel.com; m...@selenic.com; herb...@gondor.apana.org.au; r...@landley.net Cc: linux

RE: [RESEND PATCH 3/6] acpi: Remove the leading spaces of finish_override label in acpi_tb_table_override().

2013-03-08 Thread Zheng, Lv
https://github.com/acpica/acpica/tree/master/generate/linux Hi Lv, Thanks for telling me this. :) One more thing, if I want to fix something in acpica, such as this patch set, who and which mail list should I send patches to ? Please post them to linux-a...@vger.kernel.org with

RE: linux-next: manual merge of the acpi tree with the pm tree

2013-02-16 Thread Zheng, Lv
Hi Len, On Mon, 11 Feb 2013 18:34:06 -0500 Len Brown l...@kernel.org wrote: BTW. Rafael's pm tree now carries the ACPI patch stream, so it is probably a mis-representation to call my tree the acpi tree. My tree is primarily focused on the idle part of pm these days. OK, I have

RE: [PATCH 2/2] platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdown

2012-11-26 Thread Zheng, Lv
Maling List; Zhang, Rui; Svahn, Kai; Mika Westerberg; Huang, Ying; Lan, Tianyu; Zheng, Lv; Lu, Aaron; Grant Likely Subject: [PATCH 2/2] platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdown From: Rafael J. Wysocki rafael.j.wyso...@intel.com Drivers usually expect

RE: [PATCH 1/6] ACPI / PM: Change the way power transitions to D3cold are carried out

2013-01-04 Thread Zheng, Lv
To: ACPI Devel Maling List Cc: LKML; Len Brown; Zheng, Lv; Huang, Ying Subject: [PATCH 1/6] ACPI / PM: Change the way power transitions to D3cold are carried out From: Rafael J. Wysocki rafael.j.wyso...@intel.com During power transitions into D3cold from any shallower power states we

RE: [PATCH v3 1/3] acpi: Call acpi_os_prepare_sleep hook in reduced hardware sleep path

2013-07-24 Thread Zheng, Lv
, Bob -Original Message- From: Ben Guthro [mailto:benjamin.gut...@citrix.com] Sent: Wednesday, July 24, 2013 6:23 AM To: Moore, Robert Cc: Zheng, Lv; Konrad Rzeszutek Wilk; Jan Beulich; Rafael J . Wysocki; linux-kernel@vger.kernel.org; linux-a...@vger.kernel.org; xen- de

RE: [PATCH v3 1/3] acpi: Call acpi_os_prepare_sleep hook in reduced hardware sleep path

2013-07-24 Thread Zheng, Lv
(). Hope the above example can make my concern clearer now. :-) Thanks -Lv -Original Message- From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Konrad Rzeszutek Wilk Sent: Thursday, July 25, 2013 12:32 AM To: Ben Guthro Cc: Moore, Robert; Zheng

RE: [PATCH v3 1/3] acpi: Call acpi_os_prepare_sleep hook in reduced hardware sleep path

2013-07-24 Thread Zheng, Lv
. On Wed, Jul 24, 2013 at 9:28 PM, Zheng, Lv lv.zh...@intel.com wrote: Let me just give an example to let you know the difficulties for ACPICA developers to merge Xen's acpi_os_prepare_sleep. The original logic in the acpi_hw_legacy_sleep is: 111         /* Get current value of PM1A control */ 112 113

RE: [PATCH 03/13] ACPI/IPMI: Fix race caused by the unprotected ACPI IPMI transfers

2013-07-24 Thread Zheng, Lv
-stable according to the previous conversation. From: Rafael J. Wysocki [mailto:r...@sisk.pl] Sent: Thursday, July 25, 2013 7:38 AM On Tuesday, July 23, 2013 04:09:15 PM Lv Zheng wrote: This patch fixes races caused by unprotected ACPI IPMI transfers. We can see the following crashes

RE: [PATCH 03/13] ACPI/IPMI: Fix race caused by the unprotected ACPI IPMI transfers

2013-07-25 Thread Zheng, Lv
From: Rafael J. Wysocki [mailto:r...@sisk.pl] Sent: Thursday, July 25, 2013 8:07 PM On Thursday, July 25, 2013 03:09:35 AM Zheng, Lv wrote: -stable according to the previous conversation. From: Rafael J. Wysocki [mailto:r...@sisk.pl] Sent: Thursday, July 25, 2013 7:38 AM

RE: [PATCH 03/13] ACPI/IPMI: Fix race caused by the unprotected ACPI IPMI transfers

2013-07-25 Thread Zheng, Lv
From: Corey Minyard [mailto:tcminy...@gmail.com] Sent: Friday, July 26, 2013 2:13 AM On 07/25/2013 07:06 AM, Rafael J. Wysocki wrote: On Thursday, July 25, 2013 03:09:35 AM Zheng, Lv wrote: -stable according to the previous conversation. From: Rafael J. Wysocki [mailto:r...@sisk.pl

RE: [PATCH 03/13] ACPI/IPMI: Fix race caused by the unprotected ACPI IPMI transfers

2013-07-25 Thread Zheng, Lv
:09:35 AM Zheng, Lv wrote: -stable according to the previous conversation. From: Rafael J. Wysocki [mailto:r...@sisk.pl] Sent: Thursday, July 25, 2013 7:38 AM On Tuesday, July 23, 2013 04:09:15 PM Lv Zheng wrote: This patch fixes races caused by unprotected ACPI IPMI transfers

RE: [PATCH 06/13] ACPI/IPMI: Add reference counting for ACPI operation region handlers

2013-07-25 Thread Zheng, Lv
From: Rafael J. Wysocki [mailto:r...@sisk.pl] Sent: Friday, July 26, 2013 4:27 AM On Tuesday, July 23, 2013 04:09:43 PM Lv Zheng wrote: This patch adds reference couting for ACPI operation region handlers to fix races caused by the ACPICA address space callback invocations. ACPICA

RE: [PATCH 04/13] ACPI/IPMI: Fix race caused by the unprotected ACPI IPMI user

2013-07-25 Thread Zheng, Lv
From: Rafael J. Wysocki [mailto:r...@sisk.pl] Sent: Friday, July 26, 2013 5:59 AM On Tuesday, July 23, 2013 04:09:26 PM Lv Zheng wrote: This patch uses reference counting to fix the race caused by the unprotected ACPI IPMI user. As the acpi_ipmi_device-user_interface check in

RE: [PATCH 07/13] ACPI/IPMI: Add reference counting for ACPI IPMI transfers

2013-07-25 Thread Zheng, Lv
From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Rafael J. Wysocki Sent: Friday, July 26, 2013 6:23 AM On Tuesday, July 23, 2013 04:09:54 PM Lv Zheng wrote: This patch adds reference counting for ACPI IPMI transfers to tune the locking

RE: [PATCH 08/13] ACPI/IPMI: Cleanup several acpi_ipmi_device members

2013-07-25 Thread Zheng, Lv
From: Rafael J. Wysocki [mailto:r...@sisk.pl] Sent: Friday, July 26, 2013 6:26 AM On Tuesday, July 23, 2013 04:10:06 PM Lv Zheng wrote: This is a trivial patch: 1. Deletes a member of the acpi_ipmi_device - smi_data which is not actually used. 2. Updates a member of the

RE: [PATCH 03/13] ACPI/IPMI: Fix race caused by the unprotected ACPI IPMI transfers

2013-07-25 Thread Zheng, Lv
From: Corey Minyard [mailto:tcminy...@gmail.com] Sent: Friday, July 26, 2013 8:48 AM On 07/25/2013 07:16 PM, Zheng, Lv wrote: If I understand this correctly, the problem would be if: rem_time = wait_for_completion_timeout(tx_msg-tx_complete

RE: [PATCH 06/13] ACPI/IPMI: Add reference counting for ACPI operation region handlers

2013-07-25 Thread Zheng, Lv
From: Rafael J. Wysocki [mailto:r...@sisk.pl] Sent: Friday, July 26, 2013 5:29 AM On Tuesday, July 23, 2013 04:09:43 PM Lv Zheng wrote: This patch adds reference couting for ACPI operation region handlers to fix races caused by the ACPICA address space callback invocations. ACPICA

RE: [PATCH v3 1/3] acpi: Call acpi_os_prepare_sleep hook in reduced hardware sleep path

2013-07-25 Thread Zheng, Lv
From: Konrad Rzeszutek Wilk [mailto:konrad.w...@oracle.com] Sent: Thursday, July 25, 2013 8:04 PM CC-ing some of the tboot maintainers. As what I've said, it's up to the others to determine if the patch is OK. I just need to make my concerns visible in the community. :-) If I

RE: [PATCH 06/13] ACPI/IPMI: Add reference counting for ACPI operation region handlers

2013-07-26 Thread Zheng, Lv
From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Zheng, Lv Sent: Friday, July 26, 2013 8:48 AM From: Rafael J. Wysocki [mailto:r...@sisk.pl] Sent: Friday, July 26, 2013 4:27 AM On Tuesday, July 23, 2013 04:09:43 PM Lv Zheng wrote

RE: [PATCH 06/13] ACPI/IPMI: Add reference counting for ACPI operation region handlers

2013-07-26 Thread Zheng, Lv
From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Zheng, Lv Sent: Friday, July 26, 2013 9:54 AM To: Rafael J. Wysocki Cc: Wysocki, Rafael J; Brown, Len; linux-kernel@vger.kernel.org; linux-a...@vger.kernel.org Subject: RE: [PATCH 06/13] ACPI/IPMI

RE: [PATCH 08/13] ACPI/IPMI: Cleanup several acpi_ipmi_device members

2013-07-28 Thread Zheng, Lv
From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Rafael J. Wysocki On Friday, July 26, 2013 01:25:12 AM Zheng, Lv wrote: From: Rafael J. Wysocki [mailto:r...@sisk.pl] Sent: Friday, July 26, 2013 6:26 AM On Tuesday, July 23, 2013 04:10

RE: [PATCH 06/13] ACPI/IPMI: Add reference counting for ACPI operation region handlers

2013-07-28 Thread Zheng, Lv
On Friday, July 26, 2013 10:01 PM Rafael J. Wysocki wrote: On Friday, July 26, 2013 12:47:44 AM Zheng, Lv wrote: On Friday, July 26, 2013 4:27 AM Rafael J. Wysocki wrote: On Tuesday, July 23, 2013 04:09:43 PM Lv Zheng wrote: This patch adds reference couting for ACPI operation

RE: [PATCH 06/13] ACPI/IPMI: Add reference counting for ACPI operation region handlers

2013-07-28 Thread Zheng, Lv
On Friday, July 26, 2013 10:49 PM Rafael J. Wysocki wrote: On Friday, July 26, 2013 01:54:00 AM Zheng, Lv wrote: On Friday, July 26, 2013 5:29 AM Rafael J. Wysocki wrote: On Tuesday, July 23, 2013 04:09:43 PM Lv Zheng wrote: This patch adds reference couting for ACPI operation region

RE: [PATCH v3 1/3] acpi: Call acpi_os_prepare_sleep hook in reduced hardware sleep path

2013-07-28 Thread Zheng, Lv
what we are talking about are the future, we can just live with the current approaches. We can find a way in the future when the conflicts do happen. Thanks and best regards -Lv On Saturday, July 27, 2013 2:04 AM konrad wilk On 7/25/2013 10:51 PM, Zheng, Lv wrote: From: Konrad Rzeszutek Wilk

RE: [PATCH 2/2] gpio / ACPI: add support for GPIO operation regions

2013-09-13 Thread Zheng, Lv
From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Mika Westerberg Sent: Friday, September 13, 2013 11:15 PM GPIO operation regions is a new feature introduced in ACPI 5.0 specification. In practise it means that now ASL code can toggle GPIOs with

RE: [PATCH 2/2] gpio / ACPI: add support for GPIO operation regions

2013-09-15 Thread Zheng, Lv
From: Mika Westerberg [mailto:mika.westerb...@linux.intel.com] Sent: Sunday, September 15, 2013 2:52 PM On Sat, Sep 14, 2013 at 12:10:37AM +, Zheng, Lv wrote: Is it possible to install the handler for ACPI_ROOT_OBJECT? Can it be achieved by implementing a setup callback? Yes

RE: [PATCH 2/2] gpio / ACPI: add support for GPIO operation regions

2013-09-15 Thread Zheng, Lv
From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Zheng, Lv Sent: Monday, September 16, 2013 8:47 AM From: Mika Westerberg [mailto:mika.westerb...@linux.intel.com] Sent: Sunday, September 15, 2013 2:52 PM On Sat, Sep 14, 2013 at 12:10:37AM

RE: [PATCH 2/2] gpio / ACPI: add support for GPIO operation regions

2013-09-16 Thread Zheng, Lv
From: Mika Westerberg [mailto:mika.westerb...@linux.intel.com] Sent: Monday, September 16, 2013 4:11 PM On Mon, Sep 16, 2013 at 01:21:53AM +, Zheng, Lv wrote: A pseudo device may be created to access the GPIO operation region fields provided by one GPIO device. The pseudo device

RE: [PATCH 0/4] ACPICA: Stable material of ACPI executer fixes for linux-3.8.

2013-11-24 Thread Zheng, Lv
From: Greg Kroah-Hartman [mailto:gre...@linuxfoundation.org] Sent: Sunday, November 24, 2013 11:22 AM On Fri, Nov 01, 2013 at 02:58:16AM +, Zheng, Lv wrote: From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Thursday, October 31, 2013 8:22 PM On Thursday, October 31

RE: [PATCH 2/4] ACPI: Cleanup acpi/acpi_bus.h and acpi/acpi_drivers.h inclusions.

2013-11-25 Thread Zheng, Lv
Hi, Rafael Thanks for commenting. From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Tuesday, November 26, 2013 8:06 AM On Saturday, November 23, 2013 07:29:08 AM Lv Zheng wrote: From: Lv Zheng lv.zh...@intel.com This patch enfoces linux/acpi.h inclusion instead of direct

RE: [UPDATE PATCH 4/4] ACPI: Add support to force header inclusion rules for linux/acpi.h.

2013-11-25 Thread Zheng, Lv
Hi, Rafael From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Tuesday, November 26, 2013 8:10 AM To: Lv Zheng Cc: Wysocki, Rafael J; Brown, Len; Zheng, Lv; linux-kernel@vger.kernel.org; linux-a...@vger.kernel.org Subject: Re: [UPDATE PATCH 4/4] ACPI: Add support to force header

RE: [PATCH v2] ACPI: Cleanup acpi/acpi.h, acpi/acpi_bus.h and acpi/acpi_drivers.h inclusions.

2013-11-27 Thread Zheng, Lv
From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Rafael J. Wysocki Sent: Wednesday, November 27, 2013 8:29 AM On Tuesday, November 26, 2013 03:29:05 PM Konrad Rzeszutek Wilk wrote: On Tue, Nov 26, 2013 at 09:29:33PM +0100, Rafael J. Wysocki

RE: [RFC part1 PATCH 5/7] ARM64 / ACPI: Introduce arm_core.c and its related head file

2013-12-03 Thread Zheng, Lv
From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Hanjun Guo Sent: Wednesday, December 04, 2013 12:37 AM introduce arm_core.c and its related head file, after this patch, we can get ACPI tables from BIOS on ARM64 now. Signed-off-by: Al Stone

RE: [PATCH] SFI: fix compilation warnings

2013-12-05 Thread Zheng, Lv
From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Friday, December 06, 2013 6:37 AM On Thursday, December 05, 2013 07:26:37 PM Andy Shevchenko wrote: When build kernel with make W=1 we get the following compiler error. In file included from drivers/sfi/sfi_acpi.c:66:0:

RE: [PATCH] SFI: fix compilation warnings

2013-12-05 Thread Zheng, Lv
From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Friday, December 06, 2013 9:26 AM On Friday, December 06, 2013 01:08:45 AM Zheng, Lv wrote: From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Friday, December 06, 2013 6:37 AM On Thursday, December 05, 2013 07:26:37

RE: [PATCH] SFI: fix compilation warnings

2013-12-05 Thread Zheng, Lv
From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Rafael J. Wysocki Sent: Friday, December 06, 2013 10:01 AM To: Zheng, Lv Cc: Andy Shevchenko; Wysocki, Rafael J; linux-a...@vger.kernel.org; LKML Subject: Re: [PATCH] SFI: fix compilation warnings

RE: ACPICA 20140214 auto-serialize weirds my machine...

2014-03-16 Thread Zheng, Lv
Hi, From: Valdis Kletnieks [mailto:valdis.kletni...@vt.edu] Sent: Saturday, March 15, 2014 12:05 AM Surprisingly enough, this hasn't seemed to have bitten many Linux people yet, Google only finds a BSD thread (where the same ACPICA code is in use):

RE: [RFC PATCH 2/2] ACPI: Default disable auto-serialization.

2014-03-17 Thread Zheng, Lv
Hi, Rafael From: Wysocki, Rafael J Sent: Monday, March 17, 2014 8:09 PM On 3/17/2014 5:14 AM, Lv Zheng wrote: This feature enabled by the following commit is still under development. Commit: cd52379678785b02d7a357988cfba214fdaf92f4 Subject: ACPICA: Add global option to disable

RE: [RFC PATCH 1/2] ACPICA: Dispatcher: Ignore SyncLevel for auto-serialization mechanism.

2014-03-17 Thread Zheng, Lv
Hi, Sabrina and Valdis Could you give this patch a try to see if this patch is working? Thanks and best regards -Lv From: Zheng, Lv Sent: Monday, March 17, 2014 12:15 PM From: Robert Moore robert.mo...@intel.com It is reported that the auto-serialization mechanism has broken some

RE: [RFC PATCH 2/2] ACPI: Default disable auto-serialization.

2014-03-17 Thread Zheng, Lv
Hi, From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Rafael J. Wysocki Sent: Tuesday, March 18, 2014 9:13 AM On Tuesday, March 18, 2014 12:31:54 AM Zheng, Lv wrote: Hi, Rafael From: Wysocki, Rafael J Sent: Monday, March 17, 2014 8:09

RE: [PATCH V2] Change ACPI IPMI support to default y

2014-02-23 Thread Zheng, Lv
Hi, From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Matthew Garrett Sent: Saturday, February 22, 2014 12:13 AM On Fri, 2014-02-21 at 02:17 +, Zheng, Lv wrote: In fact there is a workaround solution I've posted here: https

RE: [PATCH 2/4] ACPICA: Introduce new acpi_os_physical_table_add OS callback

2014-03-02 Thread Zheng, Lv
] Sent: Saturday, March 01, 2014 1:24 AM To: Moore, Robert; Zheng, Lv; Box, David E; Wysocki, Rafael J Cc: Thomas Renninger; h...@zytor.com; t...@linutronix.de; c...@conrad-kostecki.de; linux-kernel@vger.kernel.org; x...@kernel.org; mi...@redhat.com; r...@rjwysocki.net; de...@acpica.org Subject

RE: [PATCH 2/4] ACPICA: Introduce new acpi_os_physical_table_add OS callback

2014-03-03 Thread Zheng, Lv
Hi, Thomas From: Thomas Renninger [mailto:tr...@suse.de] Sent: Monday, March 03, 2014 8:42 PM Hi Lv, On Monday, March 03, 2014 01:20:31 AM Zheng, Lv wrote: Hi, Thomas I have a patch series that can cleanup the ACPICA table manager, and change the acpi_load_table

RE: [PATCH 2/4] ACPICA: Introduce new acpi_os_physical_table_add OS callback

2014-03-04 Thread Zheng, Lv
Hi, Thomas From: Thomas Renninger [mailto:tr...@suse.de] Sent: Tuesday, March 04, 2014 7:55 PM On Tuesday, March 04, 2014 12:31:57 AM Zheng, Lv wrote: Hi, Thomas From: Thomas Renninger [mailto:tr...@suse.de] Sent: Monday, March 03, 2014 8:42 PM Hi Lv, On Monday, March

RE: [PATCH 2/2] ACPICA: acpidump: Remove translation protection on integer types.

2014-02-17 Thread Zheng, Lv
Hi, Tony From: Luck, Tony Sent: Friday, February 14, 2014 7:35 AM All definitions are equal except ACPI_UINT64_MAX for CONFIG_IA64. It is changed from sizeof(unsigned long) to sizeof(unsigned long long). By investigation, 64bit Linux kernel build is LP64 compliant, i.e.,

RE: [PATCH V2] Change ACPI IPMI support to default y

2014-02-20 Thread Zheng, Lv
Hi, Sorry for interrupting you. I have some information that may be helpful for your discussion. Please find them in the inlined replies. Well, I don't want to join the fight, just for your informations. :-) From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On

RE: [Devel] [PATCH 1/4] ACPI: Provide support for ACPI table adding via OS

2014-02-20 Thread Zheng, Lv
Hi, Thomas From: Devel [mailto:devel-boun...@acpica.org] On Behalf Of Thomas Renninger Sent: Wednesday, February 19, 2014 7:23 PM On Tuesday, February 18, 2014 12:51:07 PM H. Peter Anvin wrote: On 02/18/2014 10:44 AM, Thomas Renninger wrote: On Tuesday, February 18, 2014 10:27:23 AM H.

RE: [Devel] [PATCH 1/4] ACPI: Provide support for ACPI table adding via OS

2014-02-20 Thread Zheng, Lv
Hi, Thomas From: Devel [mailto:devel-boun...@acpica.org] On Behalf Of Thomas Renninger Sent: Wednesday, February 19, 2014 2:44 AM On Tuesday, February 18, 2014 10:27:23 AM H. Peter Anvin wrote: Why can't you add SSDTs? It would be particularly useful. There are 2 ways how ACPI tables

RE: [PATCH 2/2] ACPICA: acpidump: Remove translation protection on integer types.

2014-02-12 Thread Zheng, Lv
Hi, Tony and Fenghua I need your opinions on this patch? Will it affect the functionality of IA64 kernel behavior? Can you help to confirm? Thanks in advance. Best regards -Lv -Original Message- From: Zheng, Lv Sent: Tuesday, February 11, 2014 10:52 AM To: Wysocki, Rafael J; Brown

RE: [PATCH 0/4] ACPICA: Stable material of ACPI executer fixes for linux-3.8.

2013-10-31 Thread Zheng, Lv
From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Thursday, October 31, 2013 8:22 PM On Thursday, October 31, 2013 05:08:50 AM Greg Kroah-Hartman wrote: On Thu, Oct 31, 2013 at 12:39:21PM +0100, Rafael J. Wysocki wrote: On Thursday, October 31, 2013 09:07:40 AM Lv Zheng wrote:

RE: [PATCH 2/2] gpio / ACPI: add support for GPIO operation regions

2013-09-23 Thread Zheng, Lv
From: Mika Westerberg [mailto:mika.westerb...@linux.intel.com] Sent: Tuesday, September 17, 2013 4:37 PM On Mon, Sep 16, 2013 at 11:35:56PM +, Zheng, Lv wrote: From: Mika Westerberg [mailto:mika.westerb...@linux.intel.com] Sent: Monday, September 16, 2013 4:11 PM On Mon, Sep

RE: [PATCH 01/13] ACPI/IPMI: Fix potential response buffer overflow

2013-07-23 Thread Zheng, Lv
From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Greg KH Sent: Tuesday, July 23, 2013 10:54 PM On Tue, Jul 23, 2013 at 04:08:59PM +0800, Lv Zheng wrote: This patch enhances sanity checks on message size to avoid potential buffer overflow.

RE: [PATCH 01/13] ACPI/IPMI: Fix potential response buffer overflow

2013-07-23 Thread Zheng, Lv
From: Zheng, Lv Sent: Wednesday, July 24, 2013 8:22 AM From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Greg KH Sent: Tuesday, July 23, 2013 10:54 PM On Tue, Jul 23, 2013 at 04:08:59PM +0800, Lv Zheng wrote: This patch enhances sanity

RE: [PATCH v3 1/3] acpi: Call acpi_os_prepare_sleep hook in reduced hardware sleep path

2013-07-24 Thread Zheng, Lv
Hi, Sorry for the delayed response. From: Ben Guthro [mailto:benjamin.gut...@citrix.com] Sent: Tuesday, July 02, 2013 7:43 PM On 07/02/2013 02:19 AM, Zheng, Lv wrote: Thanks for your efforts! I wonder if it is possible to remove the argument - u8 extended and convert

RE: [PATCH] ACPICA: Revert ACPICA: Add option to favor 32-bit FADT addresses.

2014-05-11 Thread Zheng, Lv
From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Monday, May 12, 2014 8:12 AM From: Rafael J. Wysocki rafael.j.wyso...@intel.com Revert commit 0249ed2444d6 (ACPICA: Add option to favor 32-bit FADT addresses.) that breaks resume from system suspend on the Intel DP45SG board.

RE: [PATCH v3 1/2] ACPI: Cleanup to convert acpi.no_static_ssdt into a compile-time configurable.

2014-05-19 Thread Zheng, Lv
Hi, Rafael From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Tuesday, May 20, 2014 6:52 AM Subject: Re: [PATCH v3 1/2] ACPI: Cleanup to convert acpi.no_static_ssdt into a compile-time configurable. On Tuesday, May 20, 2014 12:49:04 AM Rafael J. Wysocki wrote: On Monday, May 12,

RE: [PATCH] ACPICA: Revert ACPICA: Add option to favor 32-bit FADT addresses.

2014-05-12 Thread Zheng, Lv
? Thanks and best regards -Lv From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Zheng, Lv Sent: Monday, May 12, 2014 9:10 AM From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Monday, May 12, 2014 8:12 AM From: Rafael J. Wysocki

RE: [PATCH] ACPICA: Revert ACPICA: Add option to favor 32-bit FADT addresses.

2014-05-12 Thread Zheng, Lv
Hi, From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Tuesday, May 13, 2014 8:09 AM On Monday, May 12, 2014 08:51:36 AM Zheng, Lv wrote: Hi, Rafael I checked the bug. The dmesg of the kernel without the bisected commit: [0.00] ACPI BIOS Warning (bug): Incorrect

RE: [PATCH] ACPICA: Revert ACPICA: Add option to favor 32-bit FADT addresses.

2014-05-12 Thread Zheng, Lv
Hi, Rafael From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Tuesday, May 13, 2014 9:31 AM To: Zheng, Lv Cc: robertbmo...@compuserve.com; Thomas Renninger (tr...@suse.de); Oswald Buddenhagen; ACPI Devel Maling List; Linux Kernel Mailing List Subject: Re: [PATCH] ACPICA: Revert

RE: [PATCH] ACPI/Battery: Retry to get Battery information if failed during probing

2014-06-15 Thread Zheng, Lv
Hi, From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Lan Tianyu Sent: Monday, June 16, 2014 10:12 AM To: David Rientjes Cc: r...@rjwysocki.net; l...@kernel.org; nas...@ya.ru; linux-a...@vger.kernel.org; linux-kernel@vger.kernel.org Subject:

RE: [PATCH 1/7] ACPICA: Only include ACPI asm files if ACPI is enabled

2014-06-04 Thread Zheng, Lv
Hi, Lee From: Lee Jones [mailto:lee.jo...@linaro.org] Sent: Wednesday, June 04, 2014 8:10 PM Any drivers which support ACPI and Device Tree probing need to include both respective header files. Without this patch, if a driver is being used on a platform which does not support ACPI and

RE: [PATCH 1/7] ACPICA: Only include ACPI asm files if ACPI is enabled

2014-06-04 Thread Zheng, Lv
Hi, From: linux-i2c-ow...@vger.kernel.org [mailto:linux-i2c-ow...@vger.kernel.org] On Behalf Of Rafael J. Wysocki Sent: Thursday, June 05, 2014 5:30 AM On Wednesday, June 04, 2014 01:51:37 PM Lee Jones wrote: On Wed, 04 Jun 2014, Rafael J. Wysocki wrote: On Wednesday, June 04, 2014

RE: [PATCH 1/7] ACPICA: Only include ACPI asm files if ACPI is enabled

2014-06-04 Thread Zheng, Lv
Hi, Lee From: Lee Jones [mailto:lee.jo...@linaro.org] Sent: Wednesday, June 04, 2014 8:52 PM To: Rafael J. Wysocki On Wed, 04 Jun 2014, Rafael J. Wysocki wrote: On Wednesday, June 04, 2014 01:09:50 PM Lee Jones wrote: Any drivers which support ACPI and Device Tree probing need to

RE: [PATCH 1/7] ACPICA: Only include ACPI asm files if ACPI is enabled

2014-06-04 Thread Zheng, Lv
Hi, From: Hanjun Guo [mailto:hanjun@linaro.org] Sent: Thursday, June 05, 2014 12:11 PM To: Zheng, Lv; Lee Jones; Rafael J. Wysocki On 2014-6-5 9:14, Zheng, Lv wrote: Hi, Lee From: Lee Jones [mailto:lee.jo...@linaro.org] Sent: Wednesday, June 04, 2014 8:52 PM To: Rafael J

RE: [PATCH 05/11] drivers: acpi: Include appropriate header file in utstate.c

2013-12-17 Thread Zheng, Lv
at, but in the master git tree for ACPICA, the file accommon.h includes acutils.h. -Original Message- From: Rashika Kheria [mailto:rashika.khe...@gmail.com] Sent: Tuesday, December 17, 2013 1:22 AM To: linux-kernel@vger.kernel.org Cc: Moore, Robert; Zheng, Lv; Wysocki, Rafael J; Len Brown; linux

RE: [PATCH 06/11] drivers: acpi: Add appropriate ifdef conditions in exdump.c

2013-12-17 Thread Zheng, Lv
Hi, I think this patch is useless. It is possible to include dump code into Linux kernel for debugging purposes. Thus we should do cleanup in different way for them. Thanks -Lv From: Rashika Kheria [mailto:rashika.khe...@gmail.com] Sent: Tuesday, December 17, 2013 5:24 PM Enclose functions

RE: [PATCH v2] SFI: fix compilation warnings

2013-12-10 Thread Zheng, Lv
Hi, From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Andy Shevchenko Sent: Tuesday, December 10, 2013 8:08 PM On Tue, 2013-12-10 at 01:30 +, Zheng, Lv wrote: Hi, Andy IMO: 1. sfi_acpi.h should include both linux/acpi.h and linux

RE: [PATCH v3 5/6] ACPI/SFI: Fix wrong acpi/acpi.h inclusion in SFI/ACPI wrapper - acpi_disabled linkage.

2013-12-06 Thread Zheng, Lv
Hi, From: Zheng, Lv Sent: Friday, December 06, 2013 4:52 PM To: Wysocki, Rafael J; Brown, Len In Linux kernel, ACPICA is wrapped and safely exported by CONFIG_ACPI. So all external modules should depend on CONFIG_ACPI rather than using ACPICA header directly for stubbing. But if we

RE: [PATCH v3 6/6] ACPI/IBFT: Fix wrong acpi/acpi.h inclusion in iSCSI boot firmware module.

2013-12-06 Thread Zheng, Lv
From: Zheng, Lv Sent: Friday, December 06, 2013 4:52 PM In Linux kernel, ACPICA is wrapped and safely exported by CONFIG_ACPI. So all external modules should depend on CONFIG_ACPI rather than using ACPICA header directly for stubbing. But if we moves acpi/acpi.h inclusions into #ifdef

RE: [PATCH v2] SFI: fix compilation warnings

2013-12-09 Thread Zheng, Lv
/lists/linux-acpi/msg47510.html Thanks and best regards -Lv -Original Message- From: Andy Shevchenko [mailto:andriy.shevche...@linux.intel.com] Sent: Monday, December 09, 2013 5:09 PM To: Wysocki, Rafael J; linux-acpi @ vger . kernel . org; LKML; Zheng, Lv Cc: Andy Shevchenko Subject

RE: [PATCH v2 3/5] ACPICA: Add asm/acenv.h to remove mis-ordered inclusion of asm/acpi.h from acpi/platform/aclinux.h.

2014-04-27 Thread Zheng, Lv
Hi, Rafael From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Rafael J. Wysocki Sent: Monday, April 28, 2014 5:37 AM To: Zheng, Lv On Wednesday, April 23, 2014 02:54:06 PM Lv Zheng wrote: There is a mis-order inclusion for asm/acpi.h. As we

RE: [PATCH v2 5/5] ACPICA: Remove deprecated _LINUX definitions for ACPICA.

2014-04-27 Thread Zheng, Lv
Hi, Rafael From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Monday, April 28, 2014 5:39 AM On Wednesday, April 23, 2014 02:54:22 PM Lv Zheng wrote: There are _LINUX defined so that when Linux kernel is compiled using broken compilers that having not __linux__ defined can still

RE: [PATCH v2 1/5] ACPICA: OSL: Add direct inclusion of extra header.

2014-04-27 Thread Zheng, Lv
Hi, Rafael From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Monday, April 28, 2014 5:34 AM On Wednesday, April 23, 2014 02:53:52 PM Lv Zheng wrote: This is a linuxized result of an ACPICA commit to upgrade the extra header mechanism. This patch enhances the extra header

RE: [PATCH v2 3/5] ACPICA: Add asm/acenv.h to remove mis-ordered inclusion of asm/acpi.h from acpi/platform/aclinux.h.

2014-04-29 Thread Zheng, Lv
Hi, Rafael From: Wysocki, Rafael J Sent: Tuesday, April 29, 2014 4:30 AM On 4/28/2014 5:02 AM, Zheng, Lv wrote: Hi, Rafael From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Rafael J. Wysocki Sent: Monday, April 28, 2014 5:37 AM

RE: [PATCH v2 5/5] ACPICA: Remove deprecated _LINUX definitions for ACPICA.

2014-04-29 Thread Zheng, Lv
Hi, From: Wysocki, Rafael J Sent: Tuesday, April 29, 2014 4:27 AM On 4/28/2014 6:10 AM, Zheng, Lv wrote: Hi, Rafael From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Monday, April 28, 2014 5:39 AM On Wednesday, April 23, 2014 02:54:22 PM Lv Zheng wrote: There are _LINUX

RE: [patch] lib: check for strcpy() overflows to fixed length buffers

2014-05-04 Thread Zheng, Lv
Hi, From: Dan Carpenter [mailto:dan.carpen...@oracle.com] Sent: Thursday, May 01, 2014 4:15 AM On Wed, Apr 30, 2014 at 09:49:23PM +0200, Rafael J. Wysocki wrote: On Wednesday, April 30, 2014 06:08:44 PM Dan Carpenter wrote: There are sometimes where we know that we are doing an strcpy()

RE: [PATCH 20/27] ACPICA: Tables: Fix invalid pointer accesses in acpi_tb_parse_root_table().

2014-05-04 Thread Zheng, Lv
Hi, Rafael From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Rafael J. Wysocki Sent: Monday, May 05, 2014 8:43 AM On Saturday, May 03, 2014 08:59:14 AM Josh Boyer wrote: On Tue, Apr 29, 2014 at 10:05 PM, Lv Zheng lv.zh...@intel.com wrote:

RE: [PATCH 20/27] ACPICA: Tables: Fix invalid pointer accesses in acpi_tb_parse_root_table().

2014-05-05 Thread Zheng, Lv
Hi, From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Tuesday, May 06, 2014 8:44 AM On Monday, May 05, 2014 08:42:46 AM Josh Boyer wrote: On Mon, May 5, 2014 at 12:23 AM, Zheng, Lv lv.zh...@intel.com wrote: Hi, Rafael From: linux-acpi-ow...@vger.kernel.org

RE: [PATCH 02/27] ACPICA: Utilities: Deploy ACPI_DEBUGGER_EXEC for ACPI_DEBUGGER enabled code in utglobal.c.

2014-05-06 Thread Zheng, Lv
Hi, From: Pavel Machek [mailto:pa...@ucw.cz] Sent: Tuesday, May 06, 2014 3:54 PM On Wed 2014-04-30 10:03:39, Lv Zheng wrote: This patch deploys ACPI_DEBUGGER_EXEC usage to utglobal.c to reduce ifdef of ACPI_DEBUGGER. No functional changes. Lv Zheng. Signed-off-by: Lv Zheng

RE: [PATCH 02/27] ACPICA: Utilities: Deploy ACPI_DEBUGGER_EXEC for ACPI_DEBUGGER enabled code in utglobal.c.

2014-05-06 Thread Zheng, Lv
Hi, From: Pavel Machek [mailto:pa...@ucw.cz] Sent: Tuesday, May 06, 2014 7:08 PM Hi! From: Pavel Machek [mailto:pa...@ucw.cz] Sent: Tuesday, May 06, 2014 3:54 PM On Wed 2014-04-30 10:03:39, Lv Zheng wrote: This patch deploys ACPI_DEBUGGER_EXEC usage to utglobal.c to reduce

RE: [PATCH 1/4] ACPICA: Add acpi/platform/aclinuxxf.h to remove mis-ordered inclusion of acpi/actypes.h from acpi/platform/aclinux.h.

2014-04-21 Thread Zheng, Lv
Hi, skip +#define ACPI_NATIVE_INTERFACE_HEADER acpi/platform/aclinuxxf.h This is not good. We don't do things like this in the kernel, because they are confusing and hard to debug if necessary, so please find a different way to make this work. I use this extra header file to

RE: [PATCH 1/4] ACPICA: Add acpi/platform/aclinuxxf.h to remove mis-ordered inclusion of acpi/actypes.h from acpi/platform/aclinux.h.

2014-04-22 Thread Zheng, Lv
Hi, Rafael From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] Sent: Tuesday, April 22, 2014 7:16 PM On Tuesday, April 22, 2014 02:01:57 AM Zheng, Lv wrote: Hi, skip +#define ACPI_NATIVE_INTERFACE_HEADER acpi/platform/aclinuxxf.h This is not good. We don't do things

RE: [Resend Patch 9/9] I2C/ACPI: Add CONFIG_I2C_ACPI config

2014-04-23 Thread Zheng, Lv
Hi, Tianyu From: Lan, Tianyu Sent: Wednesday, April 23, 2014 1:40 PM On 2014年04月22日 19:45, Mika Westerberg wrote: On Tue, Apr 22, 2014 at 02:24:15PM +0800, Lan Tianyu wrote: This patch is to add CONFIG_I2C_ACPI. Current there is a race between removing I2C ACPI operation region and

RE: [PATCH] ACPICA: Tables: Skip NULL entries in RSDT and XSDT.

2014-04-17 Thread Zheng, Lv
regards -Lv From: Zheng, Lv Sent: Friday, April 18, 2014 9:53 AM Note that this patch is only used for stable kernels, upstream kernels will have this problem fixed in ACPICA 201303-04 release. So upstream kernels shouldn't merge this commit. It is reported that there are buggy BIOSes

RE: [PATCH] ACPICA: Tables: Skip NULL entries in RSDT and XSDT.

2014-04-17 Thread Zheng, Lv
Hi, Greg From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Friday, April 18, 2014 10:44 AM On Fri, Apr 18, 2014 at 09:53:19AM +0800, Lv Zheng wrote: Note that this patch is only used for stable kernels, upstream kernels will have this problem fixed in ACPICA 201303-04 release. So

RE: [PATCH] ACPICA: Tables: Skip NULL entries in RSDT and XSDT.

2014-04-17 Thread Zheng, Lv
Hi, From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Friday, April 18, 2014 10:44 AM On Fri, Apr 18, 2014 at 09:53:19AM +0800, Lv Zheng wrote: Note that this patch is only used for stable kernels, upstream kernels will have this problem fixed in ACPICA 201303-04 release. So

RE: [PATCH] ACPICA: Tables: Skip NULL entries in RSDT and XSDT.

2014-04-18 Thread Zheng, Lv
Hi, From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Friday, April 18, 2014 11:40 AM On Fri, Apr 18, 2014 at 03:00:21AM +, Zheng, Lv wrote: Hi, Greg From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Friday, April 18, 2014 10:44 AM On Fri, Apr 18, 2014 at 09

RE: [PATCH] include: replace asm headers to linux

2014-04-10 Thread Zheng, Lv
Hi, From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Paul McQuade Sent: Friday, April 11, 2014 7:28 AM Use #include linux/uaccess.h instead of asm/uaccess.h Use #include linux/types.h instead of asm/types.h Signed-off-by: Paul McQuade

RE: [PATCH v3 1/3] acpi: Call acpi_os_prepare_sleep hook in reduced hardware sleep path

2013-07-02 Thread Zheng, Lv
Thanks for your efforts! I wonder if it is possible to remove the argument - u8 extended and convert pm1a_control, pm1b_control into some u8 values that are equivalent to acpi_gbl_sleep_type_a, acpi_gbl_sleep_type_b in the legacy sleep path. It can also simplify Xen codes. As in ACPI

  1   2   3   4   5   6   7   8   9   10   >