summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-25rtc: use class iteration apiDave Young1-10/+12
2008-01-25power supply : use class iteration apiDave Young2-83/+107
2008-01-25ieee1394: use class iteration apiDave Young1-138/+176
2008-01-25Driver Core: add class iteration apiDave Young2-2/+140
2008-01-25Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck1-15/+14
2008-01-25UIO: constify function pointer tablesJan Engelhardt1-2/+2
2008-01-25Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell2-2/+2
2008-01-25driver core: fix build with SYSFS=nRandy Dunlap2-1/+3
2008-01-25sysfs: make SYSFS_DEPRECATED depend on SYSFSRandy Dunlap1-0/+1
2008-01-25Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng3-10/+1
2008-01-25kobject: add sample code for how to use ksets/ktypes/kobjectsGreg Kroah-Hartman2-1/+279
2008-01-25kobject: add sample code for how to use kobjects in a simple manner.Greg Kroah-Hartman4-1/+149