linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Tiezhu Yang <yangtiezhu@loongson.cn>
Cc: Jean Delvare <jdelvare@suse.com>,
	Guenter Roeck <linux@roeck-us.net>,
	Jonathan Corbet <corbet@lwn.net>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Len Brown <lenb@kernel.org>, Ning Sun <ning.sun@intel.com>,
	Thomas Renninger <trenn@suse.com>, Shuah Khan <shuah@kernel.org>,
	linux-hwmon@vger.kernel.org,
	"open list:DOCUMENTATION" <linux-doc@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	tboot-devel@lists.sourceforge.net,
	Linux PM <linux-pm@vger.kernel.org>,
	Xuefeng Li <lixuefeng@loongson.cn>
Subject: Re: [PATCH] ACPI: Use valid link of ACPI specification
Date: Mon, 27 Jul 2020 14:13:10 +0200	[thread overview]
Message-ID: <CAJZ5v0iJM_Q0D2Um7upMzkww0kL0FjH3udZPXaORY-dv5MDpLQ@mail.gmail.com> (raw)
In-Reply-To: <1595842178-20351-1-git-send-email-yangtiezhu@loongson.cn>

On Mon, Jul 27, 2020 at 11:30 AM Tiezhu Yang <yangtiezhu@loongson.cn> wrote:
>
> Currently, acpi.info is an invalid link to access ACPI specification,
> the new valid link is https://uefi.org/specifications.
>
> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
> ---
>  Documentation/hwmon/acpi_power_meter.rst      | 2 +-
>  drivers/acpi/Kconfig                          | 3 +--
>  include/linux/tboot.h                         | 2 +-
>  tools/power/cpupower/man/cpupower-idle-info.1 | 2 +-
>  4 files changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/hwmon/acpi_power_meter.rst b/Documentation/hwmon/acpi_power_meter.rst
> index 4a0941a..8628c11 100644
> --- a/Documentation/hwmon/acpi_power_meter.rst
> +++ b/Documentation/hwmon/acpi_power_meter.rst
> @@ -9,7 +9,7 @@ Supported systems:
>
>      Prefix: 'power_meter'
>
> -    Datasheet: http://acpi.info/, section 10.4.
> +    Datasheet: https://uefi.org/specifications, section 10.4.
>
>  Author: Darrick J. Wong
>
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index ce2730d..7428cd2 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -40,8 +40,7 @@ menuconfig ACPI
>           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>
> +         <https://uefi.org/specifications>
>
>  if ACPI
>
> diff --git a/include/linux/tboot.h b/include/linux/tboot.h
> index c7e4247..5146d25 100644
> --- a/include/linux/tboot.h
> +++ b/include/linux/tboot.h
> @@ -44,7 +44,7 @@ struct tboot_acpi_generic_address {
>
>  /*
>   * combines Sx info from FADT and FACS tables per ACPI 2.0+ spec
> - * (http://www.acpi.info/)
> + * (https://uefi.org/specifications)
>   */
>  struct tboot_acpi_sleep_info {
>         struct tboot_acpi_generic_address pm1a_cnt_blk;
> diff --git a/tools/power/cpupower/man/cpupower-idle-info.1 b/tools/power/cpupower/man/cpupower-idle-info.1
> index 80a1311..20b6345 100644
> --- a/tools/power/cpupower/man/cpupower-idle-info.1
> +++ b/tools/power/cpupower/man/cpupower-idle-info.1
> @@ -75,7 +75,7 @@ By default only values of core zero are displayed. How to display settings of
>  other cores is described in the cpupower(1) manpage in the \-\-cpu option
>  section.
>  .SH REFERENCES
> -http://www.acpi.info/spec.htm
> +https://uefi.org/specifications
>  .SH "FILES"
>  .nf
>  \fI/sys/devices/system/cpu/cpu*/cpuidle/state*\fP
> --

Applied as 5.9 material with a minor edit in the subject.

However, in the future please always CC ACPI-related patches to the
linux-acpi mailing list.

Thanks!

      reply	other threads:[~2020-07-27 12:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-27  9:29 [PATCH] ACPI: Use valid link of ACPI specification Tiezhu Yang
2020-07-27 12:13 ` Rafael J. Wysocki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJZ5v0iJM_Q0D2Um7upMzkww0kL0FjH3udZPXaORY-dv5MDpLQ@mail.gmail.com \
    --to=rafael@kernel.org \
    --cc=corbet@lwn.net \
    --cc=jdelvare@suse.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lixuefeng@loongson.cn \
    --cc=ning.sun@intel.com \
    --cc=rjw@rjwysocki.net \
    --cc=shuah@kernel.org \
    --cc=tboot-devel@lists.sourceforge.net \
    --cc=trenn@suse.com \
    --cc=yangtiezhu@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).