aboutsummaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-25sysfs: add proper sysfs_init() prototypeAndrew Morton2-9/+8
2006-09-25drivers/base: check errorsAndrew Morton4-50/+104
2006-09-25drivers/base: Platform notify needs to occur before drivers attach to the deviceBrian Walsh1-4/+4
2006-09-25v4l-dev2: handle __must_checkAndrew Morton1-1/+1
2006-09-25add CONFIG_ENABLE_MUST_CHECKAndrew Morton2-0/+12
2006-09-25add __must_check to device management codeAndrew Morton4-55/+66
2006-09-25Driver core: fixed add_bind_files() definitionYoichi Yuasa1-1/+1
2006-09-25Driver core: fix comments in drivers/base/power/resume.cDmitry Torokhov1-4/+4
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap5-13/+19
2006-09-25kobject: must_check fixesRandy Dunlap1-1/+8
2006-09-25Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman2-0/+30
2006-09-25Class: add support for class interfaces for devicesGreg Kroah-Hartman3-1/+25
2006-09-25Driver core: create devices/virtual/ treeGreg Kroah-Hartman3-1/+28
2006-09-25Driver core: add device_rename functionGreg Kroah-Hartman2-0/+56
2006-09-25Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman2-0/+57
2006-09-25Driver core: allow devices in classes to have no parentGreg Kroah-Hartman1-10/+11
2006-09-25Driver core: add groups support to struct deviceGreg Kroah-Hartman2-0/+35
2006-09-25PM: platform_bus and late_suspend/early_resumeDavid Brownell2-2/+30
2006-09-25PM: device_suspend/resume may sleepPavel Machek2-0/+2