All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] ABI: add additional sysfs docs and update some other ABI files
@ 2021-09-30  9:44 Mauro Carvalho Chehab
  2021-09-30  9:44 ` [PATCH v2 1/7] ABI: sysfs-class-thermal: create a file with thermal_zone ABI Mauro Carvalho Chehab
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Mauro Carvalho Chehab @ 2021-09-30  9:44 UTC (permalink / raw)
  To: Linux Doc Mailing List, Greg Kroah-Hartman
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet,
	H. Peter Anvin, Amit Kucheria, Anatoly Pugachev, Borislav Petkov,
	Carlos Bilbao, Catalin Marinas, Daniel Lezcano, Guenter Roeck,
	Ingo Molnar, Ionela Voinescu, Jean Delvare, Oded Gabbay,
	Peter Collingbourne, Thomas Gleixner, Tom Rix, Tony Luck,
	Will Deacon, Zhang Rui, linux-edac, linux-hwmon, linux-pm, x86

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



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-10-08 14:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30  9:44 [PATCH v2 0/7] ABI: add additional sysfs docs and update some other ABI files Mauro Carvalho Chehab
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

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.