summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-21class: change internal semaphore to a mutexDave Young3-17/+19
2008-07-21class: add lockdep infrastructureMatthew Wilcox2-7/+29
2008-07-21class: fix docbook comments for class_private structureGreg Kroah-Hartman1-2/+1
2008-07-21class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman3-17/+17
2008-07-21class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman3-28/+33
2008-07-21class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman3-8/+8
2008-07-21class: rename "devices" to "class_devices" in internal class structureGreg Kroah-Hartman3-8/+8
2008-07-21class: move driver core specific parts to a private structureGreg Kroah-Hartman4-71/+107
2008-07-21bluetooth: remove improper bluetooth class symlinks.Greg Kroah-Hartman1-7/+0
2008-07-21infiniband: make cm_device use a struct device and not a kobject.Greg Kroah-Hartman1-20/+9
2008-07-21infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman1-23/+24
2008-07-21block: make /proc/partitions and /proc/diskstats use class_find_device()Greg Kroah-Hartman1-12/+13
2008-07-21block: move header for /proc/partitions to seq_startGreg Kroah-Hartman1-3/+4
2008-07-21block: make proc files seq_start use the class_find_device()Greg Kroah-Hartman1-14/+17
2008-07-21block: make /proc/diskstats only build if CONFIG_PROC_FS is enabledRandy Dunlap1-0/+2
2008-07-21block: make blk_lookup_devt use the class iterator functionGreg Kroah-Hartman1-12/+26
2008-07-21block: make printk_partition use the class iterator functionGreg Kroah-Hartman1-43/+50
2008-07-21block: fix compiler warning in genhd.cGreg Kroah-Hartman1-1/+3
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman8-19/+28
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman6-19/+31
2008-07-21device create: convert device_create_drvdata to device_createGreg Kroah-Hartman2-12/+8
2008-07-21driver core: remove device_create()Greg Kroah-Hartman2-37/+0
2008-07-21device create: x86: convert device_create to device_create_drvdataGreg Kroah-Hartman2-4/+4
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman4-9/+11
2008-07-21device create: spi: convert device_create to device_create_drvdataDavid Brownell1-2/+2
2008-07-21device create: sound: convert device_create to device_create_drvdataGreg Kroah-Hartman3-10/+14
2008-07-21device create: scsi: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+2
2008-07-21device create: s390: convert device_create to device_create_drvdataGreg Kroah-Hartman3-12/+14
2008-07-21device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman2-4/+5
2008-07-21device create: mtd: convert device_create to device_create_drvdataGreg Kroah-Hartman1-3/+6
2008-07-21device create: misc: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-07-21device create: mips: convert device_create to device_create_drvdataGreg Kroah-Hartman2-3/+4
2008-07-21device create: macintosh: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+2
2008-07-21device create: isdn: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+2
2008-07-21device create: infiniband: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+1
2008-07-21device create: ieee1394: convert device_create to device_create_drvdataGreg Kroah-Hartman3-8/+9
2008-07-21device create: ide: convert device_create to device_create_drvdataGreg Kroah-Hartman1-4/+6
2008-07-21device create: i2c: convert device_create to device_create_drvdataGreg Kroah-Hartman1-3/+3
2008-07-21device create: hwmon: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+2
2008-07-21device create: hid: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-07-21device create: framebuffer: convert device_create to device_create_drvdataGreg Kroah-Hartman2-3/+5
2008-07-21device create: dvb: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+2
2008-07-21device create: dca: convert device_create to device_create_drvdataGreg Kroah-Hartman1-3/+5
2008-07-21device create: coda: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman18-49/+61
2008-07-21device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman5-10/+17
2008-07-21Firmware: fix typo in example codeGreg Kroah-Hartman1-1/+1
2008-07-21debugfs: Add a reference to the debugfs API documentation.Robert P. J. Day1-0/+3
2008-07-21kobject: replace '/' with '!' in nameKay Sievers1-2/+8
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams7-2/+124