summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-02-08USB: ps3 ehci bus glueGeoff Levand2-1/+217
2007-02-08USB: better ethtool support for kawethOliver Neukum1-1/+11
2007-02-08USB: power management for kawethOliver Neukum1-4/+21
2007-02-08usb: gadgetfs remove delayed init modePhil Endecott1-48/+12
2007-02-08usb: gadgetfs whitespace cleanupDavid Brownell1-28/+28
2007-02-08USB: ohci-at91 refcount fix for irq wake enablesMarc Pignat1-3/+5
2007-02-08usb-storage: SCSI level fixesAlan Stern1-18/+13
2007-02-08UHCI: no dummy TDs for Iso QHsAlan Stern2-8/+11
2007-02-08UHCI: improved debugging checks for the frame listAlan Stern2-27/+72
2007-02-08USB: race on disconnect in mdc800Oliver Neukum1-0/+4
2007-02-08USB: add binary API to usbmonPete Zaitcev6-55/+1352
2007-02-08USB Gadget file_storage.c: remove unnecessary castsJohn Daiker1-16/+15
2007-02-08USB: Bugfix for aircable: Add module and name to usb_serial_driverJohannes Hölzl1-1/+4
2007-02-08USB serial: add driver pointer to all usb-serial driversJohannes Hölzl36-45/+104
2007-02-08USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman3-21/+100
2007-02-08ohci: Add support for OHCI controller on the of_platform busSylvain Munaut3-1/+274
2007-02-08ohci: Rework bus glue integration to allow several at onceSylvain Munaut13-198/+80
2007-02-08rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas4-31/+144
2007-02-08USB: ethernet gadget interop with MCCI Windows driverDavid Brownell1-39/+103
2007-02-08usbcore: remove unneeded error checkAlan Stern1-5/+1
2007-02-08USB: indicate active altsetting in proc/bus/usb/devices fileDavid Brownell1-2/+6
2007-02-08USB: devio.c add missing INIT_LIST_HEAD()Dan Carpenter1-0/+1
2007-02-08USB: mutexification of rio500Oliver Neukum1-24/+30
2007-02-08USB: Remove unneeded void * casts in idmouse.cTobias Klauser1-6/+4
2007-02-08USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell17-17/+16
2007-02-08USB: Fix EHCI warningBenjamin Herrenschmidt1-0/+8
2007-02-08USB: Fix OHCI warningBenjamin Herrenschmidt1-0/+8
2007-02-08USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt9-142/+213
2007-02-08USB: Implement support for "split" endian OHCIBenjamin Herrenschmidt4-55/+130
2007-02-08USB: Rework the OHCI quirk mecanism as suggested by DavidBenjamin Herrenschmidt1-63/+110
2007-02-08USB: convert usb class devices to real devicesGreg Kroah-Hartman1-7/+6
2007-02-08USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman1-12/+12
2007-02-08USB: add EPIC support to the io_edgeport driverGreg Kroah-Hartman4-84/+386
2007-02-08USB: unusual_devs.h for Sony floppyLuiz Fernando N. Capitulino1-1/+1
2007-02-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds152-6966/+7105
2007-02-07Driver Core: Increase the default timeout value of the firmware subsystemDave Jones1-1/+1
2007-02-07Driver core: allow to delay the uevent at device creation timeKay Sievers1-1/+2
2007-02-07Driver core: add device_type to struct deviceKay Sievers2-20/+41
2007-02-07Driver core: add uevent vars for devices of a classKay Sievers1-12/+34
2007-02-07driver core: Change function call order in device_bind_driver().Cornelia Huck1-2/+6
2007-02-07driver core: Don't stop probing on ->probe errors.Cornelia Huck1-7/+6
2007-02-07driver core fixes: device_register() retval check in platform.cCornelia Huck1-2/+9
2007-02-07driver core fixes: make_class_name() retval checksCornelia Huck2-13/+25
2007-02-07USB: add the sysfs driver name to all modulesGreg Kroah-Hartman1-1/+3
2007-02-07SERIO: add the sysfs driver name to all modulesGreg Kroah-Hartman1-2/+4
2007-02-07PCI: add the sysfs driver name to all modulesGreg Kroah-Hartman2-4/+7
2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck1-29/+47
2007-02-07driver core: Remove device_is_registered() in device_move().Cornelia Huck1-4/+0
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman13-165/+222
2007-02-07Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman4-22/+22