11What: /sys/class/firmware/.../data
22Date: July 2022
33KernelVersion: 5.19
4- Contact: Russ Weight <russell.h. weight@intel.com >
4+ Contact: Russ Weight <russ. weight@linux.dev >
55Description: The data sysfs file is used for firmware-fallback and for
66 firmware uploads. Cat a firmware image to this sysfs file
77 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
1313What: /sys/class/firmware/.../cancel
1414Date: July 2022
1515KernelVersion: 5.19
16- Contact: Russ Weight <russell.h. weight@intel.com >
16+ Contact: Russ Weight <russ. weight@linux.dev >
1717Description: Write-only. For firmware uploads, write a "1" to this file to
1818 request that the transfer of firmware data to the lower-level
1919 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
2323What: /sys/class/firmware/.../error
2424Date: July 2022
2525KernelVersion: 5.19
26- Contact: Russ Weight <russell.h. weight@intel.com >
26+ Contact: Russ Weight <russ. weight@linux.dev >
2727Description: Read-only. Returns a string describing a failed firmware
2828 upload. This string will be in the form of <STATUS>:<ERROR>,
2929 where <STATUS> will be one of the status strings described
@@ -37,7 +37,7 @@ Description: Read-only. Returns a string describing a failed firmware
3737What: /sys/class/firmware/.../loading
3838Date: July 2022
3939KernelVersion: 5.19
40- Contact: Russ Weight <russell.h. weight@intel.com >
40+ Contact: Russ Weight <russ. weight@linux.dev >
4141Description: The loading sysfs file is used for both firmware-fallback and
4242 for firmware uploads. Echo 1 onto the loading file to indicate
4343 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
4949What: /sys/class/firmware/.../remaining_size
5050Date: July 2022
5151KernelVersion: 5.19
52- Contact: Russ Weight <russell.h. weight@intel.com >
52+ Contact: Russ Weight <russ. weight@linux.dev >
5353Description: Read-only. For firmware upload, this file contains the size
5454 of the firmware data that remains to be transferred to the
5555 lower-level device driver. The size value is initialized to
@@ -62,15 +62,15 @@ Description: Read-only. For firmware upload, this file contains the size
6262What: /sys/class/firmware/.../status
6363Date: July 2022
6464KernelVersion: 5.19
65- Contact: Russ Weight <russell.h. weight@intel.com >
65+ Contact: Russ Weight <russ. weight@linux.dev >
6666Description: Read-only. Returns a string describing the current status of
6767 a firmware upload. The string will be one of the following:
6868 idle, "receiving", "preparing", "transferring", "programming".
6969
7070What: /sys/class/firmware/.../timeout
7171Date: July 2022
7272KernelVersion: 5.19
73- Contact: Russ Weight <russell.h. weight@intel.com >
73+ Contact: Russ Weight <russ. weight@linux.dev >
7474Description: This file supports the timeout mechanism for firmware
7575 fallback. This file has no affect on firmware uploads. For
7676 more information on timeouts please see the documentation
0 commit comments