linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: linux-doc@vger.kernel.org
Cc: Bagas Sanjaya <bagasdotme@gmail.com>,
	Benson Leung <bleung@google.com>,
	Guenter Roeck <groeck@chromium.org>,
	Andy Shevchenko <andy.shevchenko@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"Rafael J . Wysocki" <rafael.j.wysocki@intel.com>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Enric Balletbo i Serra <enric.balletbo@collabora.com>,
	Muhammad Usama Anjum <usama.anjum@collabora.com>,
	Tzung-Bi Shih <tzungbi@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Next Mailing List <linux-next@vger.kernel.org>
Subject: [PATCH v2 0/2] Documentation update for Chrome OS ACPI
Date: Wed, 18 May 2022 15:35:22 +0700	[thread overview]
Message-ID: <20220518083524.37380-1-bagasdotme@gmail.com> (raw)

Two documentation patches touching Chrome OS ACPI sysfs.

  1. Patch [1/2] fixes htmldocs warning reported in linux-next and should
     be merged before upcoming merge window.
  2. Patch [2/2] rewrites symbol descriptions to use imperative mood. It
     can be merged when appropriate, independent of previous patch
     above.

Changes since v1 [1]:
  - Firmware typofix

Range-diff against v1 [1]:
1:  88fa56e47fd5ad ! 1:  10eface6e5ad4e platform/chrome: Use tables for values lists of ChromeOS ACPI sysfs ABI
    @@ Documentation/ABI/testing/sysfs-driver-chromeos-acpi: KernelVersion:	5.19
     -		  * 32  - Developer switch was enabled when firmware booted.
     -		  * 512 - Firmware write protection was disabled when firmware
     -			  booted.
    -+		hardware switches when the firmare is booted.
    ++		hardware switches when the firmware is booted.
     +
     +		==== ===========================================
     +		0    No changes.
2:  9b4751a2cefc7a ! 2:  17d581296f6dfb platform/chrome: Use imperative mood for ChromeOS ACPI sysfs ABI descriptions
    @@ Documentation/ABI/testing/sysfs-driver-chromeos-acpi: What:		/sys/bus/platform/d
      KernelVersion:	5.19
      Description:
     -		This file shows the switch position for the Chrome OS specific
    --		hardware switches when the firmare is booted.
    +-		hardware switches when the firmware is booted.
     +		Returns switch position for Chrome OS specific hardware
    -+		switches when the firmare is booted (integer).
    ++		switches when the firmware is booted (integer).
      
      		==== ===========================================
      		0    No changes.

[1]: https://lore.kernel.org/linux-doc/20220518031750.21923-1-bagasdotme@gmail.com/

Cc: Benson Leung <bleung@google.com>
Cc: Guenter Roeck <groeck@chromium.org>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Cc: Muhammad Usama Anjum <usama.anjum@collabora.com>
Cc: Tzung-Bi Shih <tzungbi@kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Linux Next Mailing List <linux-next@vger.kernel.org>

Bagas Sanjaya (2):
  platform/chrome: Use tables for values lists of ChromeOS ACPI sysfs
    ABI
  platform/chrome: Use imperative mood for ChromeOS ACPI sysfs ABI
    descriptions

 .../ABI/testing/sysfs-driver-chromeos-acpi    | 113 ++++++++++--------
 1 file changed, 62 insertions(+), 51 deletions(-)


base-commit: 0a4cad9c11ad46662ede48d94f08ecb7cd9f6916
-- 
An old man doll... just what I always wanted! - Clara


             reply	other threads:[~2022-05-18  8:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-18  8:35 Bagas Sanjaya [this message]
2022-05-18  8:35 ` [PATCH v2 1/2] platform/chrome: Use tables for values lists of ChromeOS ACPI sysfs ABI Bagas Sanjaya
2022-05-18 11:27   ` Muhammad Usama Anjum
2022-05-18  8:35 ` [PATCH v2 2/2] platform/chrome: Use imperative mood for ChromeOS ACPI sysfs ABI descriptions Bagas Sanjaya
2022-05-18 11:27   ` Muhammad Usama Anjum
2022-05-18 11:56 ` [PATCH v2 0/2] Documentation update for Chrome OS ACPI Tzung-Bi Shih

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=20220518083524.37380-1-bagasdotme@gmail.com \
    --to=bagasdotme@gmail.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=bleung@google.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=enric.balletbo@collabora.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=groeck@chromium.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=rafael.j.wysocki@intel.com \
    --cc=tzungbi@kernel.org \
    --cc=usama.anjum@collabora.com \
    /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).