mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-09-13 11:07:46 +10:00
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>
This commit is contained in:
parent
39fef15b5f
commit
53604854c6
@ -1,7 +1,7 @@
|
|||||||
What: /sys/class/firmware/.../data
|
What: /sys/class/firmware/.../data
|
||||||
Date: July 2022
|
Date: July 2022
|
||||||
KernelVersion: 5.19
|
KernelVersion: 5.19
|
||||||
Contact: Russ Weight <russell.h.weight@intel.com>
|
Contact: Russ Weight <russ.weight@linux.dev>
|
||||||
Description: The data sysfs file is used for firmware-fallback and for
|
Description: The data sysfs file is used for firmware-fallback and for
|
||||||
firmware uploads. Cat a firmware image to this sysfs file
|
firmware uploads. Cat a firmware image to this sysfs file
|
||||||
after you echo 1 to the loading sysfs file. When the firmware
|
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
|
What: /sys/class/firmware/.../cancel
|
||||||
Date: July 2022
|
Date: July 2022
|
||||||
KernelVersion: 5.19
|
KernelVersion: 5.19
|
||||||
Contact: Russ Weight <russell.h.weight@intel.com>
|
Contact: Russ Weight <russ.weight@linux.dev>
|
||||||
Description: Write-only. For firmware uploads, write a "1" to this file to
|
Description: Write-only. For firmware uploads, write a "1" to this file to
|
||||||
request that the transfer of firmware data to the lower-level
|
request that the transfer of firmware data to the lower-level
|
||||||
device be canceled. This request will be rejected (EBUSY) if
|
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
|
What: /sys/class/firmware/.../error
|
||||||
Date: July 2022
|
Date: July 2022
|
||||||
KernelVersion: 5.19
|
KernelVersion: 5.19
|
||||||
Contact: Russ Weight <russell.h.weight@intel.com>
|
Contact: Russ Weight <russ.weight@linux.dev>
|
||||||
Description: Read-only. Returns a string describing a failed firmware
|
Description: Read-only. Returns a string describing a failed firmware
|
||||||
upload. This string will be in the form of <STATUS>:<ERROR>,
|
upload. This string will be in the form of <STATUS>:<ERROR>,
|
||||||
where <STATUS> will be one of the status strings described
|
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
|
What: /sys/class/firmware/.../loading
|
||||||
Date: July 2022
|
Date: July 2022
|
||||||
KernelVersion: 5.19
|
KernelVersion: 5.19
|
||||||
Contact: Russ Weight <russell.h.weight@intel.com>
|
Contact: Russ Weight <russ.weight@linux.dev>
|
||||||
Description: The loading sysfs file is used for both firmware-fallback and
|
Description: The loading sysfs file is used for both firmware-fallback and
|
||||||
for firmware uploads. Echo 1 onto the loading file to indicate
|
for firmware uploads. Echo 1 onto the loading file to indicate
|
||||||
you are writing a firmware file to the data sysfs node. Echo
|
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
|
What: /sys/class/firmware/.../remaining_size
|
||||||
Date: July 2022
|
Date: July 2022
|
||||||
KernelVersion: 5.19
|
KernelVersion: 5.19
|
||||||
Contact: Russ Weight <russell.h.weight@intel.com>
|
Contact: Russ Weight <russ.weight@linux.dev>
|
||||||
Description: Read-only. For firmware upload, this file contains the size
|
Description: Read-only. For firmware upload, this file contains the size
|
||||||
of the firmware data that remains to be transferred to the
|
of the firmware data that remains to be transferred to the
|
||||||
lower-level device driver. The size value is initialized to
|
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
|
What: /sys/class/firmware/.../status
|
||||||
Date: July 2022
|
Date: July 2022
|
||||||
KernelVersion: 5.19
|
KernelVersion: 5.19
|
||||||
Contact: Russ Weight <russell.h.weight@intel.com>
|
Contact: Russ Weight <russ.weight@linux.dev>
|
||||||
Description: Read-only. Returns a string describing the current status of
|
Description: Read-only. Returns a string describing the current status of
|
||||||
a firmware upload. The string will be one of the following:
|
a firmware upload. The string will be one of the following:
|
||||||
idle, "receiving", "preparing", "transferring", "programming".
|
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
|
What: /sys/class/firmware/.../timeout
|
||||||
Date: July 2022
|
Date: July 2022
|
||||||
KernelVersion: 5.19
|
KernelVersion: 5.19
|
||||||
Contact: Russ Weight <russell.h.weight@intel.com>
|
Contact: Russ Weight <russ.weight@linux.dev>
|
||||||
Description: This file supports the timeout mechanism for firmware
|
Description: This file supports the timeout mechanism for firmware
|
||||||
fallback. This file has no affect on firmware uploads. For
|
fallback. This file has no affect on firmware uploads. For
|
||||||
more information on timeouts please see the documentation
|
more information on timeouts please see the documentation
|
||||||
|
@ -8093,7 +8093,7 @@ F: include/linux/arm_ffa.h
|
|||||||
|
|
||||||
FIRMWARE LOADER (request_firmware)
|
FIRMWARE LOADER (request_firmware)
|
||||||
M: Luis Chamberlain <mcgrof@kernel.org>
|
M: Luis Chamberlain <mcgrof@kernel.org>
|
||||||
M: Russ Weight <russell.h.weight@intel.com>
|
M: Russ Weight <russ.weight@linux.dev>
|
||||||
L: linux-kernel@vger.kernel.org
|
L: linux-kernel@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: Documentation/firmware_class/
|
F: Documentation/firmware_class/
|
||||||
|
Loading…
Reference in New Issue
Block a user