aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf538 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-27USB: yurex: fix race between probe() and read()Oliver Neukum1-2/+1
2014-05-27USB: appledisplay: fix race between reading and writing from the deviceOliver Neukum1-3/+10
2014-05-27USB: usbtmc: fix DMA on stackOliver Neukum1-1/+5
2014-05-27USB: cdc-acm: use BIT macroOliver Neukum1-6/+6
2014-05-27usb: gadget: net2280: Add support for PLX USB338XRicardo Ribalda Delgado4-91/+1330
2014-05-27usb: gadget: make return of 0 explicitJulia Lawall2-7/+3
2014-05-27phy: Enable USB PHY support for arm64Liviu Dudau1-1/+1
2014-05-27xhci: unified loggig of RESET_ON_RESUMEOliver Neukum1-2/+4
2014-05-27usb: ehci-platform: add optional reset controller retrievalBoris BREZILLON2-3/+24
2014-05-27usb: ohci-platform: Enable optional use of reset controllerMaxime Ripard2-3/+25
2014-05-27usb: ohci: sort out dependencies for lpc32xx and omapArnd Bergmann2-4/+4
2014-05-27usb: ohci-da8xx can only be built-inArnd Bergmann2-1/+11
2014-05-27usb: xhci: avoid warning for !PM_SLEEPArnd Bergmann1-1/+1
2014-05-27usb: dwc2: Add function to calculate correct FIFO sizesDinh Nguyen1-0/+68
2014-05-27usb: dwc2: Disable descriptor dma mode by defaultDinh Nguyen1-0/+6
2014-05-27Documentation: dt-bindings: update xhci-platform DT bindingGregory CLEMENT1-1/+6
2014-05-27usb: host: xhci-plat: add support for the Armada 375/38x XHCI controllersGregory CLEMENT5-0/+116
2014-05-27usb: host: xhci-plat: add clock supportGregory CLEMENT2-1/+25
2014-05-27usb: host: xhci-plat: sort the headers in alphabetic orderGregory CLEMENT1-3/+3
2014-05-27Documentation: dt-bindings: update ehci-orion binding documentationThomas Petazzoni1-0/+5
2014-05-27usb: ehci-orion: add optional PHY supportGregory CLEMENT1-0/+28
2014-05-27usb: ehci-orion: fix clock reference leakingGregory CLEMENT1-16/+29
2014-05-27usb: ehci-orion: rename error goto labels in ehci_orion_drv_probe()Thomas Petazzoni1-9/+9
2014-05-27usb: ehci-orion: use platform_get_irq() for DT probingThomas Petazzoni1-4/+1
2014-05-27usb: common: rename phy-fsm-usb.c to usb-otg-fsm.cPeter Chen5-10/+10
2014-05-27usb: move usb/usb-common.c to usb/common/usb-common.cPeter Chen3-1/+6
2014-05-27usb: dwc2: Remove '0x' notation when using %pad formatFabio Estevam1-2/+2
2014-05-27Add support for using a MAX3421E chip as a host driver.David Mosberger5-0/+1973
2014-05-27uwb: fix variable set but not used warningsThomas Pugliese3-7/+0
2014-05-27uwb: comment typo fixThomas Pugliese1-1/+1
2014-05-27uwb: whitespace and line length cleanupsThomas Pugliese1-128/+166
2014-05-27usb: core: remove the Kconfig entry for USB_DEBUGPeter Chen1-7/+0
2014-05-27usb: remove redundant D0 power state setYijing Wang1-1/+0
2014-05-27USB: keyspan: fix potential null pointer dereferenceRickard Strandqvist1-2/+2
2014-05-27USB: wusbcore: fix control-pipe directionsJohan Hovold1-2/+2
2014-05-27USB: cdc-acm: use tty-port dtr_rtsJohan Hovold1-12/+20
2014-05-27USB: cdc-acm: remove redundant usb_mark_last_busyJohan Hovold1-1/+0
2014-05-27USB: cdc-acm: do not update PM busy on read errorsJohan Hovold1-1/+3
2014-05-27USB: cdc-acm: minimise no-suspend window during shutdownJohan Hovold1-6/+11
2014-05-27USB: cdc-acm: remove redundant disconnected test from shutdownJohan Hovold1-22/+19
2014-05-27USB: cdc-acm: simplify runtime PM lockingJohan Hovold1-11/+6
2014-05-27USB: cdc-acm: fix runtime PM imbalance at shutdownJohan Hovold1-2/+4
2014-05-27USB: cdc-acm: fix I/O after failed openJohan Hovold1-0/+3
2014-05-27USB: cdc-acm: fix failed open not being detectedJohan Hovold1-6/+8
2014-05-27USB: cdc-acm: fix open and suspend raceJohan Hovold1-4/+3
2014-05-27USB: cdc-acm: fix potential urb leak and PM imbalance in writeJohan Hovold1-1/+7
2014-05-27USB: cdc-acm: fix shutdown and suspend raceJohan Hovold1-2/+1
2014-05-27USB: cdc-acm: fix runtime PM for control messagesJohan Hovold1-1/+11
2014-05-27USB: cdc-acm: fix broken runtime suspendJohan Hovold2-11/+23
2014-05-27USB: cdc-acm: fix write and resume raceJohan Hovold1-14/+9