aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds217-4631/+8870
2008-01-25slab: fix bootstrap on memoryless nodePekka Enberg1-23/+23
2008-01-25fix oops on rmmod capidrvKarsten Keil1-4/+5
2008-01-24Driver core: coding style fixesGreg Kroah-Hartman8-583/+545
2008-01-24Kobject: fix coding style issues in kobject c filesGreg Kroah-Hartman2-79/+67
2008-01-24Kobject: fix coding style issues in kobject.hGreg Kroah-Hartman1-33/+34
2008-01-24Driver core: fix coding style issues in device.hGreg Kroah-Hartman1-138/+145
2008-01-24spi: use class iteration apiDave Young1-11/+15
2008-01-24scsi: use class iteration apiDave Young1-11/+13
2008-01-24rtc: use class iteration apiDave Young1-10/+12
2008-01-24power supply : use class iteration apiDave Young2-83/+107
2008-01-24ieee1394: use class iteration apiDave Young1-138/+176
2008-01-24Driver Core: add class iteration apiDave Young2-2/+140
2008-01-24Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck1-15/+14
2008-01-24UIO: constify function pointer tablesJan Engelhardt1-2/+2
2008-01-24Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell2-2/+2
2008-01-24driver core: fix build with SYSFS=nRandy Dunlap2-1/+3
2008-01-24sysfs: make SYSFS_DEPRECATED depend on SYSFSRandy Dunlap1-0/+1
2008-01-24Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng3-10/+1
2008-01-24kobject: add sample code for how to use ksets/ktypes/kobjectsGreg Kroah-Hartman2-1/+279
2008-01-24kobject: add sample code for how to use kobjects in a simple manner.Greg Kroah-Hartman4-1/+149
2008-01-24kobject: update the kobject/kset documentationGreg Kroah-Hartman1-0/+386
2008-01-24kobject: remove old, outdated documentation.Greg Kroah-Hartman1-289/+0
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers55-73/+62
2008-01-24Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman2-19/+0
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman5-10/+9
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman8-18/+18
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman17-42/+40
2008-01-24Kobject: convert arch/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman5-16/+14
2008-01-24Modules: remove unneeded release functionGreg Kroah-Hartman1-10/+0
2008-01-24Kobject: auto-cleanup on final unrefKay Sievers4-99/+119
2008-01-24Kset: remove kset_add functionGreg Kroah-Hartman2-13/+1
2008-01-24Kobject: remove kobject_register()Greg Kroah-Hartman2-19/+0
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman10-18/+18
2008-01-24Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman2-9/+3
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman10-22/+22
2008-01-24Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman2-15/+8
2008-01-24Kobject: convert kernel/module.c to use kobject_init/add_ng()Greg Kroah-Hartman1-8/+6
2008-01-24Kobject: convert drivers/md/md.c to use kobject_init/add_ng()Greg Kroah-Hartman1-9/+4
2008-01-24Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng()Greg Kroah-Hartman1-6/+3
2008-01-24Kobject: convert block/elevator.c to use kobject_init/add_ng()Greg Kroah-Hartman1-6/+2
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers13-610/+385
2008-01-24Kobject: drop child->parent ref at unregistrationAlan Stern1-3/+4
2008-01-24sysfs: fix /sys/module/*/holders after sysfs logic changeKay Sievers1-8/+7
2008-01-24Driver core: fix class glue dir cleanup logicKay Sievers1-112/+94
2008-01-24Driver core: fix race in __device_release_driverAlan Stern1-3/+2
2008-01-24Kobject: change drivers/base/bus to use kobject_init_and_addGreg Kroah-Hartman1-6/+4
2008-01-24Driver core: clean up debugging messagesGreg Kroah-Hartman3-25/+28
2008-01-24Driver core: move the static kobject out of struct driverGreg Kroah-Hartman7-74/+99
2008-01-24Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman5-102/+104