aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-21kobject: reorder kobject to save space on 64 bit buildsRichard Kennedy
2008-07-21UIO: minor style and comment fixesUwe Kleine-König
2008-07-21UIO: add generic UIO platform driverUwe Kleine-König
2008-07-21UIO: Add write function to allow irq maskingHans J. Koch
2008-07-21UIO: fix UIO Kconfig dependenciesUwe Kleine-König
2008-07-21pnp: add acpi:* modalias entriesKay Sievers
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman
2008-07-21driver core: remove DEVICE_ID_SIZE defineGreg Kroah-Hartman
2008-07-21driver core: remove DEVICE_NAME_SIZE defineKay Sievers
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers
2008-07-21class: change internal semaphore to a mutexDave Young
2008-07-21class: add lockdep infrastructureMatthew Wilcox
2008-07-21class: fix docbook comments for class_private structureGreg Kroah-Hartman
2008-07-21class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman
2008-07-21class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman
2008-07-21class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman
2008-07-21class: rename "devices" to "class_devices" in internal class structureGreg Kroah-Hartman
2008-07-21class: move driver core specific parts to a private structureGreg Kroah-Hartman
2008-07-21bluetooth: remove improper bluetooth class symlinks.Greg Kroah-Hartman
2008-07-21infiniband: make cm_device use a struct device and not a kobject.Greg Kroah-Hartman
2008-07-21infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman
2008-07-21block: make /proc/partitions and /proc/diskstats use class_find_device()Greg Kroah-Hartman
2008-07-21block: move header for /proc/partitions to seq_startGreg Kroah-Hartman
2008-07-21block: make proc files seq_start use the class_find_device()Greg Kroah-Hartman
2008-07-21block: make /proc/diskstats only build if CONFIG_PROC_FS is enabledRandy Dunlap
2008-07-21block: make blk_lookup_devt use the class iterator functionGreg Kroah-Hartman
2008-07-21block: make printk_partition use the class iterator functionGreg Kroah-Hartman
2008-07-21block: fix compiler warning in genhd.cGreg Kroah-Hartman
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman
2008-07-21device create: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-21driver core: remove device_create()Greg Kroah-Hartman
2008-07-21device create: x86: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: spi: convert device_create to device_create_drvdataDavid Brownell
2008-07-21device create: sound: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: scsi: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: s390: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: mtd: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: misc: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: mips: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: macintosh: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: isdn: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: infiniband: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: ieee1394: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: ide: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: i2c: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: hwmon: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21device create: hid: convert device_create to device_create_drvdataGreg Kroah-Hartman