summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-07-22173-751/+2508
|\
| * arm: bus_id -> dev_name() and dev_set_name() conversionsKay Sievers2008-07-2110-18/+17
| * sparc64: fix up bus_id changes in sparc core codeGreg Kroah-Hartman2008-07-215-17/+15
| * 3c59x: handle pci_name() being constGreg Kroah-Hartman2008-07-211-1/+1
| * MTD: handle pci_name() being constGreg Kroah-Hartman2008-07-213-5/+7
| * HP iLO driverDavid Altobelli2008-07-214-0/+971
| * sysdev: Convert the x86 mce tolerant sysdev attribute to generic attributeAndi Kleen2008-07-211-2/+2
| * sysdev: Add utility functions for simple int/ulong variable sysdev attributesAndi Kleen2008-07-212-0/+83
| * sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-2124-112/+239
| * driver core: Suppress sysfs warnings for device_rename().Cornelia Huck2008-07-215-14/+84
| * kobject: Transmit return value of call_usermodehelper() to callerWang Chen2008-07-211-1/+2
| * sysfs-rules.txt: reword API stability statementNathan Lynch2008-07-211-3/+2
| * debugfs: Implement debugfs_remove_recursive()Haavard Skinnemoen2008-07-212-18/+100
| * HOWTO: change email addresses of James in HOWTOTsugikazu Shibata2008-07-211-1/+1
| * always enable FW_LOADER unless EMBEDDED=yAdrian Bunk2008-07-211-1/+2
| * uio-howto.tmpl: use unique output namesMike Frysinger2008-07-211-1/+1
| * uio-howto.tmpl: use standard copyright/legal markingsMike Frysinger2008-07-211-11/+12
| * sysfs: don't call notify_changeMiklos Szeredi2008-07-211-1/+4
| * sysdev: fix debugging statements in registration code.Ben Dooks2008-07-211-3/+8
| * kobject: should use kobject_put() in kset-exampleLi Zefan2008-07-211-1/+1
| * kobject: reorder kobject to save space on 64 bit buildsRichard Kennedy2008-07-211-1/+1
| * UIO: minor style and comment fixesUwe Kleine-König2008-07-211-3/+3
| * UIO: add generic UIO platform driverUwe Kleine-König2008-07-213-0/+126
| * UIO: Add write function to allow irq maskingHans J. Koch2008-07-213-1/+67
| * UIO: fix UIO Kconfig dependenciesUwe Kleine-König2008-07-211-2/+1
| * pnp: add acpi:* modalias entriesKay Sievers2008-07-211-8/+16
| * driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-2114-45/+32
| * driver core: remove DEVICE_ID_SIZE defineGreg Kroah-Hartman2008-07-212-3/+2
| * driver core: remove DEVICE_NAME_SIZE defineKay Sievers2008-07-217-10/+7
| * driver core: remove KOBJ_NAME_LEN defineKay Sievers2008-07-2116-26/+26
| * class: change internal semaphore to a mutexDave Young2008-07-213-17/+19
| * class: add lockdep infrastructureMatthew Wilcox2008-07-212-7/+29
| * class: fix docbook comments for class_private structureGreg Kroah-Hartman2008-07-211-2/+1
| * class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman2008-07-213-17/+17
| * class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman2008-07-213-28/+33
| * class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman2008-07-213-8/+8
| * class: rename "devices" to "class_devices" in internal class structureGreg Kroah-Hartman2008-07-213-8/+8
| * class: move driver core specific parts to a private structureGreg Kroah-Hartman2008-07-214-71/+107
| * bluetooth: remove improper bluetooth class symlinks.Greg Kroah-Hartman2008-07-211-7/+0
| * infiniband: make cm_device use a struct device and not a kobject.Greg Kroah-Hartman2008-07-211-20/+9
| * infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman2008-07-211-23/+24
| * block: make /proc/partitions and /proc/diskstats use class_find_device()Greg Kroah-Hartman2008-07-211-12/+13
| * block: move header for /proc/partitions to seq_startGreg Kroah-Hartman2008-07-211-3/+4
| * block: make proc files seq_start use the class_find_device()Greg Kroah-Hartman2008-07-211-14/+17
| * block: make /proc/diskstats only build if CONFIG_PROC_FS is enabledRandy Dunlap2008-07-211-0/+2
| * block: make blk_lookup_devt use the class iterator functionGreg Kroah-Hartman2008-07-211-12/+26
| * block: make printk_partition use the class iterator functionGreg Kroah-Hartman2008-07-211-43/+50
| * block: fix compiler warning in genhd.cGreg Kroah-Hartman2008-07-211-1/+3
| * Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman2008-07-218-19/+28
| * Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman2008-07-216-19/+31