index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
firmware_loader
/
sysfs.c
Age
Commit message (
Expand
)
Author
2025-10-22
firmware_loader: Replace simple_strtol() with kstrtoint()
Kaushlendra Kumar
2025-06-17
sysfs: treewide: switch back to attribute_group::bin_attrs
Thomas Weißschuh
2025-06-17
sysfs: treewide: switch back to bin_attribute::read()/write()
Thomas Weißschuh
2025-01-10
firmware_loader: Constify 'struct bin_attribute'
Thomas Weißschuh
2023-03-29
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
2022-09-01
firmware_loader: Fix memory leak in firmware upload
Russ Weight
2022-07-28
firmware_loader: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
2022-04-29
firmware_loader: Move definitions from sysfs_upload.h to sysfs.h
Russ Weight
2022-04-29
firmware_loader: Fix configs for sysfs split
Russ Weight
2022-04-26
firmware_loader: Add sysfs nodes to monitor fw_upload
Russ Weight
2022-04-26
firmware_loader: Add firmware-upload support
Russ Weight
2022-04-26
firmware_loader: Split sysfs support from fallback
Russ Weight