linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] ACPI: Update the ownership and developers for ACPI in Kconfig
@ 2014-04-08 11:24 Hanjun Guo
  2014-04-08 12:01 ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Hanjun Guo @ 2014-04-08 11:24 UTC (permalink / raw)
  To: linux-arm-kernel

The UEFI Forum included the ACPI spec in its portfolio in October 2013
and will host future spec iterations, following the ACPI v5.0a release.

A UEFI Forum working group named ACPI Specification Working Group (ASWG)
has been established to handle future ACPI developments, any UEFI member
can join the group and contribute to ACPI specification.

So update the ownership and developers for ACPI in Kconfig accordingly,
and add another website link to ACPI specification too.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
---
 drivers/acpi/Kconfig |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index c205653..6bbf36e 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -32,9 +32,11 @@ menuconfig ACPI
 	  <http://acpica.org/>
 
 	  ACPI is an open industry specification co-developed by
-	  Hewlett-Packard, Intel, Microsoft, Phoenix, and Toshiba.
+	  ACPI Specification Working Group (ASWG) under UEFI Forum, any
+	  UEFI member can join ASWG and contribute to ACPI specification.
 	  The specification is available at:
 	  <http://www.acpi.info>
+	  <http://www.uefi.org/acpi/specs>
 
 if ACPI
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH V2] ACPI: Update the ownership and developers for ACPI in Kconfig
  2014-04-08 11:24 [PATCH V2] ACPI: Update the ownership and developers for ACPI in Kconfig Hanjun Guo
@ 2014-04-08 12:01 ` Rafael J. Wysocki
  2014-04-08 12:21   ` Hanjun Guo
  0 siblings, 1 reply; 3+ messages in thread
From: Rafael J. Wysocki @ 2014-04-08 12:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday, April 08, 2014 07:24:01 PM Hanjun Guo wrote:
> The UEFI Forum included the ACPI spec in its portfolio in October 2013
> and will host future spec iterations, following the ACPI v5.0a release.
> 
> A UEFI Forum working group named ACPI Specification Working Group (ASWG)
> has been established to handle future ACPI developments, any UEFI member
> can join the group and contribute to ACPI specification.
> 
> So update the ownership and developers for ACPI in Kconfig accordingly,
> and add another website link to ACPI specification too.
> 
> Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
> ---
>  drivers/acpi/Kconfig |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index c205653..6bbf36e 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -32,9 +32,11 @@ menuconfig ACPI
>  	  <http://acpica.org/>
>  
>  	  ACPI is an open industry specification co-developed by
> -	  Hewlett-Packard, Intel, Microsoft, Phoenix, and Toshiba.
> +	  ACPI Specification Working Group (ASWG) under UEFI Forum, any
> +	  UEFI member can join ASWG and contribute to ACPI specification.

Thinking a bit more about that, I'd prefer this wording:

	ACPI is an open industry specification originally co-developed by
	Hewlett-Packard, Intel, Microsoft, Phoenix, and Toshiba.  Currently,
	it is developed by the ACPI Specification Working Group (ASWG) under
	the UEFI Forum and any UEFI member can join the ASWG and contribute
	to the ACPI specification.

>  	  The specification is available at:
>  	  <http://www.acpi.info>
> +	  <http://www.uefi.org/acpi/specs>
>  
>  if ACPI

Thanks!

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH V2] ACPI: Update the ownership and developers for ACPI in Kconfig
  2014-04-08 12:01 ` Rafael J. Wysocki
@ 2014-04-08 12:21   ` Hanjun Guo
  0 siblings, 0 replies; 3+ messages in thread
From: Hanjun Guo @ 2014-04-08 12:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Rafael,

On 2014-4-8 20:01, Rafael J. Wysocki wrote:
> On Tuesday, April 08, 2014 07:24:01 PM Hanjun Guo wrote:
>> The UEFI Forum included the ACPI spec in its portfolio in October 2013
>> and will host future spec iterations, following the ACPI v5.0a release.
>>
>> A UEFI Forum working group named ACPI Specification Working Group (ASWG)
>> has been established to handle future ACPI developments, any UEFI member
>> can join the group and contribute to ACPI specification.
>>
>> So update the ownership and developers for ACPI in Kconfig accordingly,
>> and add another website link to ACPI specification too.
>>
>> Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
>> ---
>>  drivers/acpi/Kconfig |    4 +++-
>>  1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
>> index c205653..6bbf36e 100644
>> --- a/drivers/acpi/Kconfig
>> +++ b/drivers/acpi/Kconfig
>> @@ -32,9 +32,11 @@ menuconfig ACPI
>>  	  <http://acpica.org/>
>>  
>>  	  ACPI is an open industry specification co-developed by
>> -	  Hewlett-Packard, Intel, Microsoft, Phoenix, and Toshiba.
>> +	  ACPI Specification Working Group (ASWG) under UEFI Forum, any
>> +	  UEFI member can join ASWG and contribute to ACPI specification.
> 
> Thinking a bit more about that, I'd prefer this wording:
> 
> 	ACPI is an open industry specification originally co-developed by
> 	Hewlett-Packard, Intel, Microsoft, Phoenix, and Toshiba.  Currently,
> 	it is developed by the ACPI Specification Working Group (ASWG) under
> 	the UEFI Forum and any UEFI member can join the ASWG and contribute
> 	to the ACPI specification.

Great, I like your wording very much, will sent another version shortly :)

Thanks
Hanjun

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-08 12:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08 11:24 [PATCH V2] ACPI: Update the ownership and developers for ACPI in Kconfig Hanjun Guo
2014-04-08 12:01 ` Rafael J. Wysocki
2014-04-08 12:21   ` Hanjun Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).