From: Russ Weight <russ.weight@linux.dev>
To: dakr@kernel.org, mcgrof@kernel.org
Cc: driver-core@lists.linux.dev, Russ Weight <russ.weight@linux.dev>
Subject: [PATCH v1 1/3] firmware_loader: Change contact for sysfs nodes
Date: Tue, 18 Aug 2026 13:46:46 -0600 [thread overview]
Message-ID: <20260818194648.1014604-2-russ.weight@linux.dev> (raw)
In-Reply-To: <20260818194648.1014604-1-russ.weight@linux.dev>
Change the contact name for the firmware_loader sysfs nodes to Danilo
Krummrich <dakr@kernel.org>.
Signed-off-by: Russ Weight <russ.weight@linux.dev>
---
Documentation/ABI/testing/sysfs-class-firmware | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/Documentation/ABI/testing/sysfs-class-firmware b/Documentation/ABI/testing/sysfs-class-firmware
index fba87a55f3ca..8bc063950de0 100644
--- a/Documentation/ABI/testing/sysfs-class-firmware
+++ b/Documentation/ABI/testing/sysfs-class-firmware
@@ -1,7 +1,7 @@
What: /sys/class/firmware/.../data
Date: July 2022
KernelVersion: 5.19
-Contact: Russ Weight <russ.weight@linux.dev>
+Contact: Danilo Krummrich <dakr@kernel.org>
Description: The data sysfs file is used for firmware-fallback and for
firmware uploads. Cat a firmware image to this sysfs file
after you echo 1 to the loading sysfs file. When the firmware
@@ -13,7 +13,7 @@ Description: The data sysfs file is used for firmware-fallback and for
What: /sys/class/firmware/.../cancel
Date: July 2022
KernelVersion: 5.19
-Contact: Russ Weight <russ.weight@linux.dev>
+Contact: Danilo Krummrich <dakr@kernel.org>
Description: Write-only. For firmware uploads, write a "1" to this file to
request that the transfer of firmware data to the lower-level
device be canceled. This request will be rejected (EBUSY) if
@@ -23,7 +23,7 @@ Description: Write-only. For firmware uploads, write a "1" to this file to
What: /sys/class/firmware/.../error
Date: July 2022
KernelVersion: 5.19
-Contact: Russ Weight <russ.weight@linux.dev>
+Contact: Danilo Krummrich <dakr@kernel.org>
Description: Read-only. Returns a string describing a failed firmware
upload. This string will be in the form of <STATUS>:<ERROR>,
where <STATUS> will be one of the status strings described
@@ -37,7 +37,7 @@ Description: Read-only. Returns a string describing a failed firmware
What: /sys/class/firmware/.../loading
Date: July 2022
KernelVersion: 5.19
-Contact: Russ Weight <russ.weight@linux.dev>
+Contact: Danilo Krummrich <dakr@kernel.org>
Description: The loading sysfs file is used for both firmware-fallback and
for firmware uploads. Echo 1 onto the loading file to indicate
you are writing a firmware file to the data sysfs node. Echo
@@ -49,7 +49,7 @@ Description: The loading sysfs file is used for both firmware-fallback and
What: /sys/class/firmware/.../remaining_size
Date: July 2022
KernelVersion: 5.19
-Contact: Russ Weight <russ.weight@linux.dev>
+Contact: Danilo Krummrich <dakr@kernel.org>
Description: Read-only. For firmware upload, this file contains the size
of the firmware data that remains to be transferred to the
lower-level device driver. The size value is initialized to
@@ -62,7 +62,7 @@ Description: Read-only. For firmware upload, this file contains the size
What: /sys/class/firmware/.../status
Date: July 2022
KernelVersion: 5.19
-Contact: Russ Weight <russ.weight@linux.dev>
+Contact: Danilo Krummrich <dakr@kernel.org>
Description: Read-only. Returns a string describing the current status of
a firmware upload. The string will be one of the following:
idle, "receiving", "preparing", "transferring", "programming".
@@ -70,7 +70,7 @@ Description: Read-only. Returns a string describing the current status of
What: /sys/class/firmware/.../timeout
Date: July 2022
KernelVersion: 5.19
-Contact: Russ Weight <russ.weight@linux.dev>
+Contact: Danilo Krummrich <dakr@kernel.org>
Description: This file supports the timeout mechanism for firmware
fallback. This file has no affect on firmware uploads. For
more information on timeouts please see the documentation
--
2.43.0
next prev parent reply other threads:[~2026-08-18 19:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-18 19:46 [PATCH v1 0/3] Remove Russ Weight from kernel development files Russ Weight
2026-08-18 19:46 ` Russ Weight [this message]
2026-08-18 19:46 ` [PATCH v1 2/3] CREDITS: Add CREDITS entry for Firmware Upload Russ Weight
2026-08-18 19:46 ` [PATCH v1 3/3] MAINTAINERS: Remove Russ Weight from Firmware Loader Russ Weight
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=20260818194648.1014604-2-russ.weight@linux.dev \
--to=russ.weight@linux.dev \
--cc=dakr@kernel.org \
--cc=driver-core@lists.linux.dev \
--cc=mcgrof@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.