index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
drivers
/
opl3
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-01-25
Kobject: fix coding style issues in kobject.h
Greg Kroah-Hartman
1
-33
/
+34
2008-01-25
Driver core: fix coding style issues in device.h
Greg Kroah-Hartman
1
-138
/
+145
2008-01-25
spi: use class iteration api
Dave Young
1
-11
/
+15
2008-01-25
scsi: use class iteration api
Dave Young
1
-11
/
+13
2008-01-25
rtc: use class iteration api
Dave Young
1
-10
/
+12
2008-01-25
power supply : use class iteration api
Dave Young
2
-83
/
+107
2008-01-25
ieee1394: use class iteration api
Dave Young
1
-138
/
+176
2008-01-25
Driver Core: add class iteration api
Dave Young
2
-2
/
+140
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