aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kobject.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers1-1/+1
2008-10-16kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman1-2/+15
2008-10-16kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman1-13/+5
2008-08-21kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.Ingo Oeser1-2/+1
2008-07-25Example use of WARN()Arjan van de Ven1-6/+3
2008-07-21kobject: replace '/' with '!' in nameKay Sievers1-2/+8
2008-06-10PCI: ACPI PCI slot detection driverAlex Chiang1-0/+1
2008-04-30kobject: do not copy vargs, just pass them aroundKay Sievers1-20/+8
2008-04-30lib: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-8/+8
2008-04-19Kobject: Replace list_for_each() with list_for_each_entry().Robert P. J. Day1-8/+2
2008-04-19kobject: catch kobjects that are not initializedGreg Kroah-Hartman1-1/+8
2008-03-04kobject: properly initialize ksetsGreg Kroah-Hartman1-6/+5
2008-02-02kobject: kerneldoc comment fixDave Young1-1/+1
2008-01-24Kobject: fix coding style issues in kobject c filesGreg Kroah-Hartman1-75/+64
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-9/+5
2008-01-24Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman1-17/+0
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman1-2/+2
2008-01-24Kobject: auto-cleanup on final unrefKay Sievers1-74/+96
2008-01-24Kset: remove kset_add functionGreg Kroah-Hartman1-12/+1
2008-01-24Kobject: remove kobject_register()Greg Kroah-Hartman1-18/+0
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-7/+7
2008-01-24Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman1-8/+3
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-7/+7
2008-01-24Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman1-14/+8
2008-01-24Kobject: drop child->parent ref at unregistrationAlan Stern1-3/+4
2008-01-24kobject: clean up debugging messagesGreg Kroah-Hartman1-8/+15
2008-01-24kobject: grab the kset reference in kobject_add, not kobject_initGreg Kroah-Hartman1-3/+3
2008-01-24kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman1-13/+0
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsKay Sievers1-21/+0
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers1-4/+6
2008-01-24Driver Core: add kobj_attribute handlingKay Sievers1-0/+29
2008-01-24kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman1-32/+5
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman1-12/+0
2008-01-24kobject: add kobject_create_and_add functionGreg Kroah-Hartman1-18/+63
2008-01-24kset: add kset_create_and_add functionGreg Kroah-Hartman1-1/+91
2008-01-24kobject: add kobject_init_and_add functionGreg Kroah-Hartman1-0/+27
2008-01-24kobject: add kobject_add_ng functionGreg Kroah-Hartman1-0/+66
2008-01-24kobject: add kobject_init_ng functionGreg Kroah-Hartman1-0/+42
2008-01-24kobject: make kobject_cleanup be staticGreg Kroah-Hartman1-5/+4
2008-01-24kobject: fix up kobject_set_name to use kvasprintfGreg Kroah-Hartman1-39/+32
2008-01-24kobject: remove incorrect comment in kobject_renameGreg Kroah-Hartman1-2/+0
2007-12-17kobject: fix the documentation of how kobject_set_name worksGreg Kroah-Hartman1-6/+6
2007-11-28kobject: two typo fixesJohannes Berg1-2/+2
2007-10-30kobject: check for duplicate names in kobject_renameGreg Kroah-Hartman1-0/+13
2007-10-12kobject: update the copyrightsGreg Kroah-Hartman1-0/+2
2007-10-12driver core: remove subsystem_init()Greg Kroah-Hartman1-5/+0
2007-10-12sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo1-1/+0
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman1-38/+6
2007-10-12kobject: remove the static array for the nameGreg Kroah-Hartman1-40/+39
2007-10-12Driver core: remove subsys_get()Greg Kroah-Hartman1-1/+1