summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-25217-4631/+8870
|\
| * Driver core: coding style fixesGreg Kroah-Hartman2008-01-248-583/+545
| * Kobject: fix coding style issues in kobject c filesGreg Kroah-Hartman2008-01-242-79/+67
| * Kobject: fix coding style issues in kobject.hGreg Kroah-Hartman2008-01-241-33/+34
| * Driver core: fix coding style issues in device.hGreg Kroah-Hartman2008-01-241-138/+145
| * spi: use class iteration apiDave Young2008-01-241-11/+15
| * scsi: use class iteration apiDave Young2008-01-241-11/+13
| * rtc: use class iteration apiDave Young2008-01-241-10/+12
| * power supply : use class iteration apiDave Young2008-01-242-83/+107
| * ieee1394: use class iteration apiDave Young2008-01-241-138/+176
| * Driver Core: add class iteration apiDave Young2008-01-242-2/+140
| * Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck2008-01-241-15/+14
| * UIO: constify function pointer tablesJan Engelhardt2008-01-241-2/+2
| * Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell2008-01-242-2/+2
| * driver core: fix build with SYSFS=nRandy Dunlap2008-01-242-1/+3
| * sysfs: make SYSFS_DEPRECATED depend on SYSFSRandy Dunlap2008-01-241-0/+1
| * Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng2008-01-243-10/+1
| * kobject: add sample code for how to use ksets/ktypes/kobjectsGreg Kroah-Hartman2008-01-242-1/+279
| * kobject: add sample code for how to use kobjects in a simple manner.Greg Kroah-Hartman2008-01-244-1/+149
| * kobject: update the kobject/kset documentationGreg Kroah-Hartman2008-01-241-0/+386
| * kobject: remove old, outdated documentation.Greg Kroah-Hartman2008-01-241-289/+0
| * Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-2455-73/+62
| * Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman2008-01-242-19/+0
| * Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-245-10/+9
| * Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-248-18/+18
| * Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-2417-42/+40
| * Kobject: convert arch/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-245-16/+14
| * Modules: remove unneeded release functionGreg Kroah-Hartman2008-01-241-10/+0
| * Kobject: auto-cleanup on final unrefKay Sievers2008-01-244-99/+119
| * Kset: remove kset_add functionGreg Kroah-Hartman2008-01-242-13/+1
| * Kobject: remove kobject_register()Greg Kroah-Hartman2008-01-242-19/+0
| * Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-2410-18/+18
| * Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman2008-01-242-9/+3
| * Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-2410-22/+22
| * Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman2008-01-242-15/+8
| * Kobject: convert kernel/module.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-8/+6
| * Kobject: convert drivers/md/md.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-9/+4
| * Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-6/+3
| * Kobject: convert block/elevator.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-6/+2
| * Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-2413-610/+385
| * Kobject: drop child->parent ref at unregistrationAlan Stern2008-01-241-3/+4
| * sysfs: fix /sys/module/*/holders after sysfs logic changeKay Sievers2008-01-241-8/+7
| * Driver core: fix class glue dir cleanup logicKay Sievers2008-01-241-112/+94
| * Driver core: fix race in __device_release_driverAlan Stern2008-01-241-3/+2
| * Kobject: change drivers/base/bus to use kobject_init_and_addGreg Kroah-Hartman2008-01-241-6/+4
| * Driver core: clean up debugging messagesGreg Kroah-Hartman2008-01-243-25/+28
| * Driver core: move the static kobject out of struct driverGreg Kroah-Hartman2008-01-247-74/+99
| * Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman2008-01-245-102/+104
| * Driver: add driver_add_kobj for looney iseries_veth driverGreg Kroah-Hartman2008-01-243-1/+29
| * Infiniband: make ipath driver use default driver groups.Greg Kroah-Hartman2008-01-244-45/+18
OpenPOWER on IntegriCloud