[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1632994837.git.mchehab+huawei@kernel.org>
Date: Thu, 30 Sep 2021 11:44:47 +0200
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Linux Doc Mailing List <linux-doc@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
linux-kernel@...r.kernel.org, Jonathan Corbet <corbet@....net>,
"H. Peter Anvin" <hpa@...or.com>, Amit Kucheria <amitk@...nel.org>,
Anatoly Pugachev <matorola@...il.com>,
Borislav Petkov <bp@...en8.de>, Carlos Bilbao <bilbao@...edu>,
Catalin Marinas <catalin.marinas@....com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Guenter Roeck <linux@...ck-us.net>,
Ingo Molnar <mingo@...hat.com>,
Ionela Voinescu <ionela.voinescu@....com>,
Jean Delvare <jdelvare@...e.com>,
Oded Gabbay <oded.gabbay@...il.com>,
Peter Collingbourne <pcc@...gle.com>,
Thomas Gleixner <tglx@...utronix.de>,
Tom Rix <trix@...hat.com>, Tony Luck <tony.luck@...el.com>,
Will Deacon <will@...nel.org>, Zhang Rui <rui.zhang@...el.com>,
linux-edac@...r.kernel.org, linux-hwmon@...r.kernel.org,
linux-pm@...r.kernel.org, x86@...nel.org
Subject: [PATCH v2 0/7] ABI: add additional sysfs docs and update some other ABI files
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
Powered by blists - more mailing lists