Files
kernel_xiaomi_mt6781/include
Kimberly Brown 865fd36486 kobject: Add support for default attribute groups to kobj_type
kobj_type currently uses a list of individual attributes to store
default attributes. Attribute groups are more flexible than a list of
attributes because groups provide support for attribute visibility. So,
add support for default attribute groups to kobj_type.

In future patches, the existing uses of kobj_type’s attribute list will
be converted to attribute groups. When that is complete, kobj_type’s
attribute list, “default_attrs”, will be removed.

Signed-off-by: Kimberly Brown <kimbrownkd@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Change-Id: Id6e67b4b7311ee0ced3653220d4d5e86e3f2ede0
2025-10-18 10:51:09 +00:00
..
2025-10-18 10:51:01 +00:00
2025-10-18 10:51:02 +00:00