summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-03-02usb: musb: handle irqs in the order dictated by programming guideArnaud Mandy1-139/+116
2010-03-02usb: musb: clean up commit 'workaround Blackfin FIFO anomalies'Bryan Wu1-15/+13
2010-03-02usb: musb: Fix cppi_channel_abort() function to handle Tx abort correctlySwaminathan S1-23/+10
2010-03-02usb: musb: workaround toggle bug when doing bulk transfer after isocSwaminathan S1-0/+24
2010-03-02usb: musb: workaround MUSB DMA_INTR sometimes reads zeroAnand Gadiyar1-3/+22
2010-03-02usb: musb: hsdma: add wrapper for reading DMA countAnand Gadiyar1-0/+17
2010-03-02USB: musb: Add new fifo table for a OMAP3 errataAjay Kumar Gupta1-0/+34
2010-03-02usb: otg: twl4030: move to request_threaded_irqFelipe Balbi1-9/+1
2010-03-02USB: Correct CONFIG variable typo.Robert P. J. Day1-1/+1
2010-03-02USB: usblp: Remove checks no longer needed with the new runtime PM systemOliver Neukum1-17/+3
2010-03-02USB: ftdi_sio: remove unnecessary initialisationsJohan Hovold1-9/+9
2010-03-02USB: ftdi_sio: clean up modem status handlingJohan Hovold1-21/+16
2010-03-02USB: ftdi_sio: fix DMA buffers on stackJohan Hovold1-42/+27
2010-03-02USB: ftdi_sio: fix latency-timeout endianess bugJohan Hovold1-4/+10
2010-03-02USB: ftdi_sio: use error code from usb stack in read_latency_timerJohan Hovold1-3/+2
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman6-11/+11
2010-03-02USB: retain USB device power/wakeup setting across reconfigurationDan Streetman1-4/+12
2010-03-02USB: cdc_acm: Silence "It is not a modem." error for pbLua devicesJulian Calaby2-2/+5
2010-03-02USB: cdc_acm: Add support for pbLua console portJulian Calaby1-0/+3
2010-03-02usbmon: add bus number to text APIPete Zaitcev2-3/+8
2010-03-02USB: musb: remove some of the never defined definesFelipe Balbi2-36/+4
2010-03-02USB: musb: move to sysfs_groupsFelipe Balbi1-18/+15
2010-03-02USB: musb: move two printk to dev_errFelipe Balbi1-2/+2
2010-03-02USB: musb: use resource_size()Felipe Balbi1-1/+1
2010-03-02USB: gadget: add INT support for Blackfin musbCliff Cai1-0/+5
2010-03-02USB: gadget: use ep5 for bulk-in and ep6 for bulk-out for Blackfin MUSBBryan Wu1-0/+14
2010-03-02USB: host: SL811: allow the hcd on Blackfin systemsMichael Hennerich1-0/+1
2010-03-02USB: host: SL811: fix unaligned accessesMichael Hennerich1-2/+3
2010-03-02USB: isp1362: Use kzalloc for allocating only one thingJulia Lawall1-1/+1
2010-03-02USB: cypress_m8: allow unstable baud ratesMike Frysinger1-0/+6
2010-03-02USB: cypress_m8: unify confusing new baudrate checkMike Frysinger1-6/+3
2010-03-02USB: cypress_m8: stop using USB debug driver configMike Frysinger1-5/+1
2010-03-02USB: Export QUIRK_RESET_MORPHS through sysfsOliver Neukum1-0/+31
2010-03-02USB: storage: Never reset devices that will morph to an old modeOliver Neukum2-1/+8
2010-03-02USB: otg: twl4030: add support for notifierFelipe Balbi1-21/+14
2010-03-02USB: wusb: check CHID is all zeros before stopping the hostJulia Lawall1-1/+1
2010-03-02USB: xhci: No GFP_KERNEL in block error handlingOliver Neukum1-1/+1
2010-03-02USB: cdc-acm: Update to new autopm APIOliver Neukum2-22/+22
2010-03-02USB: ehci-au1xxx.c: use platform_get_resource() and resource_size()H Hartley Sweeten1-2/+4
2010-03-02USB: ehci-atmel.c: use resource_size()H Hartley Sweeten1-1/+1
2010-03-02USB: ehci-orion.c: use resource_size()H Hartley Sweeten1-4/+4
2010-03-02USB: at91_udc.c: use resource_size()H Hartley Sweeten1-6/+4
2010-03-02USB: atmel_usba_udc.c: use resource_size()H Hartley Sweeten1-2/+2
2010-03-02USB: pxa27x_udc.c: use resource_size()H Hartley Sweeten1-1/+1
2010-03-02USB: ehci-fsl: Add power management supportAnton Vorontsov1-7/+83
2010-03-02USB: ehci-fsl: Fix sparse warningsAnton Vorontsov1-3/+4
2010-03-02USB: ehci: fix audio record functionality for some Full speed sound blaster d...Dmitri Epshtein1-3/+7
2010-03-02USB: ehci: add call of free_cached_itd_list() function in disable_periodic()Dmitri Epshtein1-0/+2
2010-03-02USB: Add call to notify xHC of a device reset.Sarah Sharp4-8/+14
2010-03-02USB: xhci: Notify the xHC when a device is reset.Sarah Sharp4-0/+166