Commit Graph

88 Commits (399ec807ddc38ecccf8c06dbde04531cbdc63e11)

Author SHA1 Message Date
Eric W. Biederman 0b4a4fea25 kobject: Cleanup kobject_rename and !CONFIG_SYSFS 16 years ago
Eric W. Biederman 030c1d2bfc kobject: Fix kobject_rename and !CONFIG_SYSFS 16 years ago
Ingo Oeser 25fdeb3f44 kobject: Replace ALL occurrences of '/' with '!' instead of only the first one. 17 years ago
Arjan van de Ven d955c78ac4 Example use of WARN() 17 years ago
Kay Sievers 9f255651fb kobject: replace '/' with '!' in name 17 years ago
Alex Chiang 8344b568f5 PCI: ACPI PCI slot detection driver 17 years ago
Kay Sievers a4ca661742 kobject: do not copy vargs, just pass them around 17 years ago
Harvey Harrison 810304db75 lib: replace remaining __FUNCTION__ occurrences 17 years ago
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 17 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