summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-2/+2
* driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-241-3/+3
* firmware_loader: Fix memory leak in firmware uploadRuss Weight2022-09-011-4/+3
* firmware_loader: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-07-281-6/+4
* firmware_loader: Move definitions from sysfs_upload.h to sysfs.hRuss Weight2022-04-291-1/+0
* firmware_loader: Fix configs for sysfs splitRuss Weight2022-04-291-2/+0
* firmware_loader: Add sysfs nodes to monitor fw_uploadRuss Weight2022-04-261-0/+9
* firmware_loader: Add firmware-upload supportRuss Weight2022-04-261-2/+17
* firmware_loader: Split sysfs support from fallbackRuss Weight2022-04-261-0/+401