aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
* driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-22
* driver core: remove DEVICE_ID_SIZE defineGreg Kroah-Hartman2008-07-22
* driver core: remove DEVICE_NAME_SIZE defineKay Sievers2008-07-22
* driver core: remove KOBJ_NAME_LEN defineKay Sievers2008-07-22
* class: change internal semaphore to a mutexDave Young2008-07-22
* class: add lockdep infrastructureMatthew Wilcox2008-07-22
* class: fix docbook comments for class_private structureGreg Kroah-Hartman2008-07-22
* class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman2008-07-22
* class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman2008-07-22
* class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman2008-07-22
* class: rename "devices" to "class_devices" in internal class structureGreg Kroah-Hartman2008-07-22
* class: move driver core specific parts to a private structureGreg Kroah-Hartman2008-07-22
* infiniband: make cm_device use a struct device and not a kobject.Greg Kroah-Hartman2008-07-22
* infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman2008-07-22
* Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman2008-07-22
* Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman2008-07-22
* device create: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-07-22
* driver core: remove device_create()Greg Kroah-Hartman2008-07-22
* device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: spi: convert device_create to device_create_drvdataDavid Brownell2008-07-22
* device create: scsi: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: s390: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: mtd: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: misc: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: macintosh: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: isdn: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: infiniband: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: ieee1394: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: ide: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: i2c: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: hwmon: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: hid: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: framebuffer: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: dvb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: dca: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams2008-07-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-07-21
|\
| * usb-storage: revert DMA-alignment change for Wireless USBAlan Stern2008-07-21
| * USB: use reset_resume when normal resume failsAlan Stern2008-07-21
| * usb_gadget: composite cdc gadget fault handlingDavid Brownell2008-07-21
| * usb gadget: minor USBCV fix for composite frameworkDavid Lopo2008-07-21
| * USB: Fix bug with byte order in isp116x-hcd.c fio write/readJulien May2008-07-21
| * USB: fix double kfree in ipaq in error caseOliver Neukum2008-07-21
| * USB: fix build error in cdc-acm for CONFIG_PM=nOliver Neukum2008-07-21
| * USB: remove board-specific UP2OCR configuration from pxa27x-udcDaniel Ribeiro2008-07-21
| * USB: EHCI: Reconciling USB register differences on MPC85xx vs MPC83xxSrikanth Srinivasan2008-07-21
| * USB: Fix pointer/int cast in USB devio codeDavid Howells2008-07-21