Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

firmware_loader: Update contact emails for ABI docs

Update the firmware_loader documentation and corresponding section
in the MAINTAINERs file with a new email address.

Signed-off-by: Russ Weight <russell.h.weight@intel.com>
Link: https://lore.kernel.org/r/20230929151326.311959-1-russell.h.weight@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Russ Weight and committed by
Greg Kroah-Hartman
53604854 39fef15b

+8 -8
+7 -7
Documentation/ABI/testing/sysfs-class-firmware
··· 1 1 What: /sys/class/firmware/.../data 2 2 Date: July 2022 3 3 KernelVersion: 5.19 4 - Contact: Russ Weight <russell.h.weight@intel.com> 4 + Contact: Russ Weight <russ.weight@linux.dev> 5 5 Description: The data sysfs file is used for firmware-fallback and for 6 6 firmware uploads. Cat a firmware image to this sysfs file 7 7 after you echo 1 to the loading sysfs file. When the firmware ··· 13 13 What: /sys/class/firmware/.../cancel 14 14 Date: July 2022 15 15 KernelVersion: 5.19 16 - Contact: Russ Weight <russell.h.weight@intel.com> 16 + Contact: Russ Weight <russ.weight@linux.dev> 17 17 Description: Write-only. For firmware uploads, write a "1" to this file to 18 18 request that the transfer of firmware data to the lower-level 19 19 device be canceled. This request will be rejected (EBUSY) if ··· 23 23 What: /sys/class/firmware/.../error 24 24 Date: July 2022 25 25 KernelVersion: 5.19 26 - Contact: Russ Weight <russell.h.weight@intel.com> 26 + Contact: Russ Weight <russ.weight@linux.dev> 27 27 Description: Read-only. Returns a string describing a failed firmware 28 28 upload. This string will be in the form of <STATUS>:<ERROR>, 29 29 where <STATUS> will be one of the status strings described ··· 37 37 What: /sys/class/firmware/.../loading 38 38 Date: July 2022 39 39 KernelVersion: 5.19 40 - Contact: Russ Weight <russell.h.weight@intel.com> 40 + Contact: Russ Weight <russ.weight@linux.dev> 41 41 Description: The loading sysfs file is used for both firmware-fallback and 42 42 for firmware uploads. Echo 1 onto the loading file to indicate 43 43 you are writing a firmware file to the data sysfs node. Echo ··· 49 49 What: /sys/class/firmware/.../remaining_size 50 50 Date: July 2022 51 51 KernelVersion: 5.19 52 - Contact: Russ Weight <russell.h.weight@intel.com> 52 + Contact: Russ Weight <russ.weight@linux.dev> 53 53 Description: Read-only. For firmware upload, this file contains the size 54 54 of the firmware data that remains to be transferred to the 55 55 lower-level device driver. The size value is initialized to ··· 62 62 What: /sys/class/firmware/.../status 63 63 Date: July 2022 64 64 KernelVersion: 5.19 65 - Contact: Russ Weight <russell.h.weight@intel.com> 65 + Contact: Russ Weight <russ.weight@linux.dev> 66 66 Description: Read-only. Returns a string describing the current status of 67 67 a firmware upload. The string will be one of the following: 68 68 idle, "receiving", "preparing", "transferring", "programming". ··· 70 70 What: /sys/class/firmware/.../timeout 71 71 Date: July 2022 72 72 KernelVersion: 5.19 73 - Contact: Russ Weight <russell.h.weight@intel.com> 73 + Contact: Russ Weight <russ.weight@linux.dev> 74 74 Description: This file supports the timeout mechanism for firmware 75 75 fallback. This file has no affect on firmware uploads. For 76 76 more information on timeouts please see the documentation
+1 -1
MAINTAINERS
··· 8093 8093 8094 8094 FIRMWARE LOADER (request_firmware) 8095 8095 M: Luis Chamberlain <mcgrof@kernel.org> 8096 - M: Russ Weight <russell.h.weight@intel.com> 8096 + M: Russ Weight <russ.weight@linux.dev> 8097 8097 L: linux-kernel@vger.kernel.org 8098 8098 S: Maintained 8099 8099 F: Documentation/firmware_class/