Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Pull driver core updates from Greg KH: "Here is the "big" set of driver core and kernfs changes for 6.9-rc1. Nothing all that crazy here, just some good updates that include: - automatic attribute group hiding from Dan Williams (he fixed up my horrible attempt at doing this.) - kobject lock contention fixes from Eric Dumazet - driver core cleanups from Andy - kernfs rcu work from Tejun - fw_devlink changes to resolve some reported issues - other minor changes, all details in the shortlog All of these have been in linux-next for a long time with no reported issues" * tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (28 commits) device: core: Log warning for devices pending deferred probe on timeout driver: core: Use dev_* instead of pr_* so device metadata is added driver: core: Log probe failure as error and with device metadata of: property: fw_devlink: Add support for "post-init-providers" property driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode link driver core: Adds flags param to fwnode_link_add() debugfs: fix wait/cancellation handling during remove device property: Don't use "proxy" headers device property: Move enum dev_dma_attr to fwnode.h driver core: Move fw_devlink stuff to where it belongs driver core: Drop unneeded 'extern' keyword in fwnode.h firmware_loader: Suppress warning on FW_OPT_NO_WARN flag sysfs:Addresses documentation in sysfs_merge_group and sysfs_unmerge_group. firmware_loader: introduce __free() cleanup hanler platform-msi: Remove usage of the deprecated ida_simple_xx() API sysfs: Introduce DEFINE_SIMPLE_SYSFS_GROUP_VISIBLE() sysfs: Document new "group visible" helpers sysfs: Fix crash on empty group attributes array sysfs: Introduce a mechanism to hide static attribute_groups sysfs: Introduce a mechanism to hide static attribute_groups ...
No related branches found
No related tags found
Showing
- drivers/base/component.c 2 additions, 2 deletionsdrivers/base/component.c
- drivers/base/core.c 69 additions, 3 deletionsdrivers/base/core.c
- drivers/base/cpu.c 1 addition, 1 deletiondrivers/base/cpu.c
- drivers/base/dd.c 15 additions, 17 deletionsdrivers/base/dd.c
- drivers/base/firmware_loader/main.c 10 additions, 6 deletionsdrivers/base/firmware_loader/main.c
- drivers/base/platform-msi.c 3 additions, 3 deletionsdrivers/base/platform-msi.c
- drivers/base/property.c 6 additions, 61 deletionsdrivers/base/property.c
- drivers/base/swnode.c 12 additions, 1 deletiondrivers/base/swnode.c
- drivers/firmware/efi/sysfb_efi.c 1 addition, 1 deletiondrivers/firmware/efi/sysfb_efi.c
- drivers/of/property.c 12 additions, 3 deletionsdrivers/of/property.c
- fs/debugfs/inode.c 20 additions, 5 deletionsfs/debugfs/inode.c
- fs/kernfs/dir.c 20 additions, 11 deletionsfs/kernfs/dir.c
- fs/kernfs/file.c 5 additions, 3 deletionsfs/kernfs/file.c
- fs/kernfs/kernfs-internal.h 2 additions, 0 deletionsfs/kernfs/kernfs-internal.h
- fs/sysfs/group.c 41 additions, 14 deletionsfs/sysfs/group.c
- include/linux/cpu.h 1 addition, 1 deletioninclude/linux/cpu.h
- include/linux/firmware.h 3 additions, 0 deletionsinclude/linux/firmware.h
- include/linux/fwnode.h 13 additions, 5 deletionsinclude/linux/fwnode.h
- include/linux/kernfs.h 6 additions, 4 deletionsinclude/linux/kernfs.h
- include/linux/kobject.h 1 addition, 1 deletioninclude/linux/kobject.h
Loading
Please register or sign in to comment