Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2008-01-25 | Driver core: Cleanup get_device_parent() in device_add() and device_move() | Cornelia Huck | 1 | -15/+14 |
2008-01-25 | UIO: constify function pointer tables | Jan Engelhardt | 1 | -2/+2 |
2008-01-25 | Driver Core: constify the name passed to platform_device_register_simple | Stephen Rothwell | 2 | -2/+2 |
2008-01-25 | driver core: fix build with SYSFS=n | Randy Dunlap | 2 | -1/+3 |
2008-01-25 | sysfs: make SYSFS_DEPRECATED depend on SYSFS | Randy Dunlap | 1 | -0/+1 |
2008-01-25 | Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __init | Denis Cheng | 3 | -10/+1 |
2008-01-25 | kobject: add sample code for how to use ksets/ktypes/kobjects | Greg Kroah-Hartman | 2 | -1/+279 |
2008-01-25 | kobject: add sample code for how to use kobjects in a simple manner. | Greg Kroah-Hartman | 4 | -1/+149 |