summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-22driver core: remove KOBJ_NAME_LEN defineKay Sievers
2008-07-22class: change internal semaphore to a mutexDave Young
2008-07-22class: add lockdep infrastructureMatthew Wilcox
2008-07-22class: fix docbook comments for class_private structureGreg Kroah-Hartman
2008-07-22class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman
2008-07-22class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman
2008-07-22class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman
2008-07-22class: rename "devices" to "class_devices" in internal class structureGreg Kroah-Hartman
2008-07-22class: move driver core specific parts to a private structureGreg Kroah-Hartman
2008-07-22bluetooth: remove improper bluetooth class symlinks.Greg Kroah-Hartman
2008-07-22infiniband: make cm_device use a struct device and not a kobject.Greg Kroah-Hartman
2008-07-22infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman
2008-07-22block: make /proc/partitions and /proc/diskstats use class_find_device()Greg Kroah-Hartman
2008-07-22block: move header for /proc/partitions to seq_startGreg Kroah-Hartman
2008-07-22block: make proc files seq_start use the class_find_device()Greg Kroah-Hartman
2008-07-22block: make /proc/diskstats only build if CONFIG_PROC_FS is enabledRandy Dunlap
2008-07-22block: make blk_lookup_devt use the class iterator functionGreg Kroah-Hartman
2008-07-22block: make printk_partition use the class iterator functionGreg Kroah-Hartman
2008-07-22block: fix compiler warning in genhd.cGreg Kroah-Hartman
2008-07-22Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman
2008-07-22Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman
2008-07-22device create: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-22driver core: remove device_create()Greg Kroah-Hartman
2008-07-22device create: x86: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: spi: convert device_create to device_create_drvdataDavid Brownell
2008-07-22device create: sound: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: scsi: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: s390: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: mtd: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: misc: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: mips: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: macintosh: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: isdn: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: infiniband: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: ieee1394: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: ide: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: i2c: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: hwmon: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: hid: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: framebuffer: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: dvb: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: dca: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: coda: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-22Firmware: fix typo in example codeGreg Kroah-Hartman
2008-07-22debugfs: Add a reference to the debugfs API documentation.Robert P. J. Day
2008-07-22kobject: replace '/' with '!' in nameKay Sievers