Commit Graph

80 Commits (92983c2121fb46f234add1c36b5e596779899d56)

Author SHA1 Message Date
Robert P. J. Day c6a2a3dc26 Kobject: Replace list_for_each() with list_for_each_entry(). 17 years ago
Greg Kroah-Hartman c1ebdae514 kobject: catch kobjects that are not initialized 17 years ago
Greg Kroah-Hartman a4573c488d kobject: properly initialize ksets 17 years ago
Dave Young f70701a34e kobject: kerneldoc comment fix 17 years ago
Greg Kroah-Hartman e374a2bfeb Kobject: fix coding style issues in kobject c files 17 years ago
Kay Sievers af5ca3f4ec Driver core: change sysdev classes to use dynamic kobject names 17 years ago
Greg Kroah-Hartman 528a4bf1d5 Kobject: remove kobject_unregister() as no one uses it anymore 17 years ago
Greg Kroah-Hartman 78a2d906b4 Kobject: convert remaining kobject_unregister() to kobject_put() 17 years ago
Kay Sievers 0f4dafc056 Kobject: auto-cleanup on final unref 17 years ago
Greg Kroah-Hartman 12e339ac6e Kset: remove kset_add function 17 years ago
Greg Kroah-Hartman 6d06adfaf8 Kobject: remove kobject_register() 17 years ago
Greg Kroah-Hartman f9cb074bff Kobject: rename kobject_init_ng() to kobject_init() 17 years ago
Greg Kroah-Hartman e1543ddf73 Kobject: remove kobject_init() as no one uses it anymore 17 years ago
Greg Kroah-Hartman b2d6db5878 Kobject: rename kobject_add_ng() to kobject_add() 17 years ago
Greg Kroah-Hartman 9e7bbccd02 Kobject: remove kobject_add() as no one uses it anymore 17 years ago
Alan Stern 09f82ea928 Kobject: drop child->parent ref at unregistration 17 years ago
Greg Kroah-Hartman 9f66fa2a46 kobject: clean up debugging messages 17 years ago
Greg Kroah-Hartman cfb36fff45 kobject: grab the kset reference in kobject_add, not kobject_init 17 years ago
Greg Kroah-Hartman 2fb9113b97 kobject: remove subsystem_(un)register functions 17 years ago
Kay Sievers 000f2a4d8c Driver Core: kill subsys_attribute and default sysfs ops 17 years ago
Kay Sievers 386f275f5d Driver Core: switch all dynamic ksets to kobj_sysfs_ops 17 years ago
Kay Sievers 23b5212cc7 Driver Core: add kobj_attribute handling 17 years ago
Greg Kroah-Hartman 43968d2f16 kobject: get rid of kobject_kset_add_dir 17 years ago
Greg Kroah-Hartman 4ff6abff83 kobject: get rid of kobject_add_dir 17 years ago
Greg Kroah-Hartman 3f9e3ee9dc kobject: add kobject_create_and_add function 17 years ago
Greg Kroah-Hartman b727c70289 kset: add kset_create_and_add function 17 years ago
Greg Kroah-Hartman c11c4154e7 kobject: add kobject_init_and_add function 17 years ago
Greg Kroah-Hartman 244f6cee9a kobject: add kobject_add_ng function 17 years ago
Greg Kroah-Hartman e86000d042 kobject: add kobject_init_ng function 17 years ago
Greg Kroah-Hartman 18041f4775 kobject: make kobject_cleanup be static 17 years ago
Greg Kroah-Hartman 663a47430b kobject: fix up kobject_set_name to use kvasprintf 17 years ago
Greg Kroah-Hartman 7a83d456a8 kobject: remove incorrect comment in kobject_rename 17 years ago
Greg Kroah-Hartman 8c4606b1a4 kobject: fix the documentation of how kobject_set_name works 17 years ago
Johannes Berg 71409a498e kobject: two typo fixes 17 years ago
Greg Kroah-Hartman 34358c26a2 kobject: check for duplicate names in kobject_rename 18 years ago
Greg Kroah-Hartman f0e7e1bd77 kobject: update the copyrights 18 years ago
Greg Kroah-Hartman e4bc16621d driver core: remove subsystem_init() 18 years ago
Tejun Heo a4e8b91254 sysfs: move sysfs file poll implementation to sysfs_open_dirent 18 years ago
Eric W. Biederman 90bc61359d sysfs: Remove first pass at shadow directory support 18 years ago
Greg Kroah-Hartman ce2c9cb025 kobject: remove the static array for the name 18 years ago
Greg Kroah-Hartman 1ef4cfac01 Driver core: remove subsys_get() 18 years ago
Greg Kroah-Hartman 6e9d930d16 Driver core: remove subsys_put() 18 years ago
Tejun Heo 608e266a2d sysfs: make kobj point to sysfs_dirent instead of dentry 18 years ago
Kay Sievers 80f03e349f Driver core: add missing kset uevent 18 years ago
Greg Kroah-Hartman 5c73a3fba6 kobject: use the proper printk level for kobject error 18 years ago
Greg Kroah-Hartman 823bccfc40 remove "struct subsystem" as it is no longer needed 18 years ago
Eric W. Biederman 2753133eb3 kobject: Comment and warning fixes to kobject.c 18 years ago
Greg Kroah-Hartman 4628803062 kobject core: remove rwsem from struct subsystem 18 years ago
Cornelia Huck 88db4721d4 kobject: kobject_add() reference leak 18 years ago
Jean Tourrilhes ca2f37dbc5 Driver core: notify userspace of network device renames 18 years ago