All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	linux-kernel@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Amit Kucheria <amitk@kernel.org>,
	Anatoly Pugachev <matorola@gmail.com>,
	Borislav Petkov <bp@alien8.de>, Carlos Bilbao <bilbao@vt.edu>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Guenter Roeck <linux@roeck-us.net>,
	Ingo Molnar <mingo@redhat.com>,
	Ionela Voinescu <ionela.voinescu@arm.com>,
	Jean Delvare <jdelvare@suse.com>,
	Oded Gabbay <oded.gabbay@gmail.com>,
	Peter Collingbourne <pcc@google.com>,
	Thomas Gleixner <tglx@linutronix.de>, Tom Rix <trix@redhat.com>,
	Tony Luck <tony.luck@intel.com>, Will Deacon <will@kernel.org>,
	Zhang Rui <rui.zhang@intel.com>,
	linux-edac@vger.kernel.org, linux-hwmon@vger.kernel.org,
	linux-pm@vger.kernel.org, x86@kernel.org
Subject: [PATCH v2 0/7] ABI: add additional sysfs docs and update some other ABI files
Date: Thu, 30 Sep 2021 11:44:47 +0200	[thread overview]
Message-ID: <cover.1632994837.git.mchehab+huawei@kernel.org> (raw)

Hi Greg,

This series contain:

patch 1: Convert sys/class/thermal to Documentation/ABI;
patch 2: Convert sys/class/hwmon to Documentation/ABI;
patch 3: add a new sysfs element on hwmon that weren't documented yet;
patch 4: Convert MCE sysfs documentation into Documentation/ABI;
patch 5: Add 3 missing elements to MCE sysfs documentation;
patches 6 and 7: fix wildcards at sysfs-class-extcon and sysfs-devices-system-cpu.

Those help to reduce the gap of undocumented ABI detected by:

	./scripts/get_abi.pl undefined

On an ARM and on an AMD x86_64 server.

Mauro Carvalho Chehab (7):
  ABI: sysfs-class-thermal: create a file with thermal_zone ABI
  ABI: sysfs-class-hwmon: add ABI documentation for it
  ABI: sysfs-class-hwmon: add a description for tempY_crit_alarm
  ABI: sysfs-mce: add a new ABI file
  ABI: sysfs-mce: add 3 missing files
  ABI: sysfs-class-extcon: use uppercase X for wildcards
  ABI: u: use cpuX instead of cpu#

 Documentation/ABI/testing/sysfs-class-extcon  |  12 +-
 Documentation/ABI/testing/sysfs-class-hwmon   | 932 ++++++++++++++++++
 Documentation/ABI/testing/sysfs-class-thermal | 259 +++++
 .../ABI/testing/sysfs-devices-system-cpu      |  52 +-
 Documentation/ABI/testing/sysfs-mce           | 129 +++
 .../driver-api/thermal/sysfs-api.rst          | 225 +----
 Documentation/hwmon/sysfs-interface.rst       | 596 +----------
 Documentation/x86/x86_64/machinecheck.rst     |  56 +-
 MAINTAINERS                                   |   5 +
 9 files changed, 1404 insertions(+), 862 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-hwmon
 create mode 100644 Documentation/ABI/testing/sysfs-class-thermal
 create mode 100644 Documentation/ABI/testing/sysfs-mce

-- 
2.31.1



             reply	other threads:[~2021-09-30  9:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-30  9:44 Mauro Carvalho Chehab [this message]
2021-09-30  9:44 ` [PATCH v2 1/7] ABI: sysfs-class-thermal: create a file with thermal_zone ABI Mauro Carvalho Chehab
2021-10-01 16:57   ` Rafael J. Wysocki
2021-09-30  9:44 ` [PATCH v2 2/7] ABI: sysfs-class-hwmon: add ABI documentation for it Mauro Carvalho Chehab
2021-10-08 14:53   ` Guenter Roeck
2021-09-30  9:44 ` [PATCH v2 3/7] ABI: sysfs-class-hwmon: add a description for tempY_crit_alarm Mauro Carvalho Chehab
2021-10-08 14:53   ` Guenter Roeck
2021-09-30  9:44 ` [PATCH v2 4/7] ABI: sysfs-mce: add a new ABI file Mauro Carvalho Chehab
2021-10-04 23:19   ` Andi Kleen
2021-09-30  9:44 ` [PATCH v2 5/7] ABI: sysfs-mce: add 3 missing files Mauro Carvalho Chehab
2021-09-30  9:44 ` [PATCH v2 6/7] ABI: sysfs-class-extcon: use uppercase X for wildcards Mauro Carvalho Chehab
2021-09-30  9:44 ` [PATCH v2 7/7] ABI: sysfs-devices-system-cpu: use cpuX instead of cpu# Mauro Carvalho Chehab

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=cover.1632994837.git.mchehab+huawei@kernel.org \
    --to=mchehab+huawei@kernel.org \
    --cc=amitk@kernel.org \
    --cc=bilbao@vt.edu \
    --cc=bp@alien8.de \
    --cc=catalin.marinas@arm.com \
    --cc=corbet@lwn.net \
    --cc=daniel.lezcano@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hpa@zytor.com \
    --cc=ionela.voinescu@arm.com \
    --cc=jdelvare@suse.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-edac@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=matorola@gmail.com \
    --cc=mingo@redhat.com \
    --cc=oded.gabbay@gmail.com \
    --cc=pcc@google.com \
    --cc=rui.zhang@intel.com \
    --cc=tglx@linutronix.de \
    --cc=tony.luck@intel.com \
    --cc=trix@redhat.com \
    --cc=will@kernel.org \
    --cc=x86@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.