summaryrefslogtreecommitdiffstats
path: root/scripts/cleanfile (unfollow)
Commit message (Expand)AuthorFilesLines
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 Neukum2-0/+42
2010-03-02USB: storage: Never reset devices that will morph to an old modeOliver Neukum3-1/+11
2010-03-02USB: otg: twl4030: add support for notifierFelipe Balbi1-21/+14
2010-03-02USB: otg: add notifier supportFelipe Balbi1-0/+25
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
2010-03-02USB: xhci: Allow roothub ports to be disabled.Sarah Sharp1-0/+18
2010-03-02USB: xhci: Refactor code to clear port change bits.Sarah Sharp1-15/+32
2010-03-02USB: xhci: Refactor test for vendor-specific completion codes.Sarah Sharp2-7/+16
2010-03-02USB: xhci: Allow allocation of commands without input contexts.Sarah Sharp3-8/+15
2010-03-02USB: xhci: Refactor code to free or cache endpoint rings.Sarah Sharp3-18/+29
2010-03-02USB: xhci: Fix error path when configuring endpoints.Sarah Sharp1-0/+2
2010-03-02USB: check the endpoint type against the pipe typeAlan Stern3-11/+24
2010-03-02cdc_acm: add reset_resume methodFrancesco Lavra1-0/+18
2010-03-02USB: serial mct_usb232: move DMA buffers to heapPete Zaitcev2-11/+46
2010-03-02USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardwareEnrico Scholz1-6/+13
2010-03-02USB: fix occasional ULPI timeouts with ehci-mxcValentin Longchamp1-12/+11
2010-03-02USB: ftdi_sio: remove support for 5 and 6 data bitsMark Adamson1-3/+1
2010-03-02USB: ftdi_sio: fix initialisation of latency timeoutJohan Hovold1-4/+5
2010-03-02USB: serial: fix typo in debug messageJohan Hovold1-1/+1
2010-03-02USB: ftdi_sio: remove obsolete commentJohan Hovold1-2/+1
2010-03-02USB: ftdi_sio: fix error message on closeJohan Hovold1-1/+1
2010-03-02USB: cxacru: increment driver versionSimon Arlott1-1/+2
2010-03-02USB: cxacru: remove cxacru-cf.bin loaderSimon Arlott4-28/+59
2010-03-02USB: cxacru: add write-only sysfs attribute for modem configurationSimon Arlott2-1/+84
2010-03-02USB: cxacru: firmware writes on OHCI are slow, log progressSimon Arlott1-2/+6
2010-03-02USB: cxacru: document how to interact with the flash memorySimon Arlott1-0/+20
2010-03-02USB: cxacru: check device isn't being removed during sysfs callsSimon Arlott3-20/+44
2010-03-02USB: cxacru: check data length is not negativeSimon Arlott1-1/+1
2010-03-02USB: cxacru: return an empty value for modulation if there is no connectionSimon Arlott2-2/+3
2010-03-02USB: MXC: add platform resources for i.MX21 USB host controller.Martin Fuzzey2-0/+28
2010-03-02USB: MXC: use DMA_BIT_MASK macro rather than hardcoded constants.Martin Fuzzey1-26/+27
2010-03-02USB: MXC: Add i.MX21 specific USB host controller driver.Martin Fuzzey7-0/+2804
2010-03-01sata_via: Delay on vt6420 when starting ATAPI DMA writeBart Hartgers1-1/+16