|
|
Subscribe / Log in / New account

ABI: add additional sysfs docs and update some other ABI files

From:  Mauro Carvalho Chehab <mchehab+huawei-AT-kernel.org>
To:  Linux Doc Mailing List <linux-doc-AT-vger.kernel.org>, Greg Kroah-Hartman <gregkh-AT-linuxfoundation.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
Message-ID:  <cover.1632994837.git.mchehab+huawei@kernel.org>
Cc:  Mauro Carvalho Chehab <mchehab+huawei-AT-kernel.org>, linux-kernel-AT-vger.kernel.org, Jonathan Corbet <corbet-AT-lwn.net>, "H. Peter Anvin" <hpa-AT-zytor.com>, Amit Kucheria <amitk-AT-kernel.org>, Anatoly Pugachev <matorola-AT-gmail.com>, Borislav Petkov <bp-AT-alien8.de>, Carlos Bilbao <bilbao-AT-vt.edu>, Catalin Marinas <catalin.marinas-AT-arm.com>, Daniel Lezcano <daniel.lezcano-AT-linaro.org>, Guenter Roeck <linux-AT-roeck-us.net>, Ingo Molnar <mingo-AT-redhat.com>, Ionela Voinescu <ionela.voinescu-AT-arm.com>, Jean Delvare <jdelvare-AT-suse.com>, Oded Gabbay <oded.gabbay-AT-gmail.com>, Peter Collingbourne <pcc-AT-google.com>, Thomas Gleixner <tglx-AT-linutronix.de>, Tom Rix <trix-AT-redhat.com>, Tony Luck <tony.luck-AT-intel.com>, Will Deacon <will-AT-kernel.org>, Zhang Rui <rui.zhang-AT-intel.com>, linux-edac-AT-vger.kernel.org, linux-hwmon-AT-vger.kernel.org, linux-pm-AT-vger.kernel.org, x86-AT-kernel.org
Archive-link:  Article

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




Copyright © 2021, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds