aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-21sysfs-rules.txt: reword API stability statementNathan Lynch1-3/+2
2008-07-21debugfs: Implement debugfs_remove_recursive()Haavard Skinnemoen2-18/+100
2008-07-21HOWTO: change email addresses of James in HOWTOTsugikazu Shibata1-1/+1
2008-07-21always enable FW_LOADER unless EMBEDDED=yAdrian Bunk1-1/+2
2008-07-21uio-howto.tmpl: use unique output namesMike Frysinger1-1/+1
2008-07-21uio-howto.tmpl: use standard copyright/legal markingsMike Frysinger1-11/+12
2008-07-21sysfs: don't call notify_changeMiklos Szeredi1-1/+4
2008-07-21sysdev: fix debugging statements in registration code.Ben Dooks1-3/+8
2008-07-21kobject: should use kobject_put() in kset-exampleLi Zefan1-1/+1
2008-07-21kobject: reorder kobject to save space on 64 bit buildsRichard Kennedy1-1/+1
2008-07-21UIO: minor style and comment fixesUwe Kleine-König1-3/+3
2008-07-21UIO: add generic UIO platform driverUwe Kleine-König3-0/+126
2008-07-21UIO: Add write function to allow irq maskingHans J. Koch3-1/+67
2008-07-21UIO: fix UIO Kconfig dependenciesUwe Kleine-König1-2/+1
2008-07-21pnp: add acpi:* modalias entriesKay Sievers1-8/+16
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman14-45/+32
2008-07-21driver core: remove DEVICE_ID_SIZE defineGreg Kroah-Hartman2-3/+2
2008-07-21driver core: remove DEVICE_NAME_SIZE defineKay Sievers7-10/+7
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers16-26/+26
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