summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-12sysfs: implement bin_bufferTejun Heo1-15/+49
2007-07-12sysfs: reimplement symlink using sysfs_dirent treeTejun Heo3-46/+53
2007-07-12sysfs: implement kobj_sysfs_assoc_lockTejun Heo2-1/+8
2007-07-12sysfs: make sysfs_dirent->s_element a unionTejun Heo7-79/+71
2007-07-12sysfs: add sysfs_dirent->s_nameTejun Heo6-67/+51
2007-07-12sysfs: add sysfs_dirent->s_parentTejun Heo3-7/+25
2007-07-12sysfs: consolidate sysfs_dirent creation functionsTejun Heo4-67/+50
2007-07-12sysfs: flatten and fix sysfs_rename_dir() error handlingTejun Heo1-32/+41
2007-07-12sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()Tejun Heo2-42/+58
2007-07-12sysfs: fix error handling in binattr write()Tejun Heo1-14/+9
2007-07-12sysfs: make sysfs_put() ignore NULL sdTejun Heo1-1/+1
2007-07-12sysfs: allocate inode number using idaTejun Heo1-9/+36
2007-07-12sysfs: move release_sysfs_dirent() to dir.cTejun Heo2-12/+13
2007-07-12ida: implement idr based id allocatorTejun Heo2-0/+274
2007-07-12idr: separate out idr_mark_full()Tejun Heo1-25/+46
2007-07-12idr: fix obscure bug in allocation pathTejun Heo1-2/+14
2007-07-12Driver core: coding style cleanupCornelia Huck2-5/+10
2007-07-12PM: do not use saved_state from struct dev_pm_info on ARMRafael J. Wysocki3-19/+20
2007-07-12PM: Do not check parent state in suspend and resume core codeRafael J. Wysocki2-14/+0
2007-07-12PM: Remove power_state.event checks from suspend core codeRafael J. Wysocki1-7/+4
2007-07-12PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki4-10/+1
2007-07-12Driver core: fix devres_release_all() return valueAdrian Bunk2-1/+3
2007-07-12driver core: fix kernel doc of device_release_driverStefan Richter1-9/+9
2007-07-12driver core: properly get driver in device_release_driverStefan Richter1-2/+1
2007-07-12Driver core: include linux/mutex.h from attribute_container.cMichael S. Tsirkin1-0/+1
2007-07-12PM: Simplify suspend_deviceRafael J. Wysocki1-31/+18
2007-07-12PM: Remove saved_state from struct dev_pm_infoRafael J. Wysocki1-1/+0
2007-07-12PM: Remove pm_parent from struct dev_pm_infoRafael J. Wysocki4-37/+10
2007-07-12Power Management: use mutexes instead of semaphoresMatthias Kaehlcke5-27/+29
2007-07-12sysdev: use mutex instead of semaphoreMatthias Kaehlcke1-12/+12
2007-07-12Driver core: add missing kset ueventKay Sievers2-3/+22
2007-07-12DMI-based module autoloadingLennart Poettering6-9/+348
2007-07-12debugfs: add rename for debugfs filesJan Kara2-0/+72