Age | Commit message (Expand) | Author | Files | Lines |
2014-05-27 | USB: delete CONFIG_USB_DEVICEFS from defconfig | Naoki MATSUMOTO | 84 | -84/+0 |
2014-05-27 | USB: udl: proper error reporting | Oliver Neukum | 1 | -2/+1 |
2014-05-27 | USB: yurex: fix race between probe() and read() | Oliver Neukum | 1 | -2/+1 |
2014-05-27 | USB: appledisplay: fix race between reading and writing from the device | Oliver Neukum | 1 | -3/+10 |
2014-05-27 | USB: usbtmc: fix DMA on stack | Oliver Neukum | 1 | -1/+5 |
2014-05-27 | USB: cdc-acm: use BIT macro | Oliver Neukum | 1 | -6/+6 |
2014-05-27 | usb: gadget: net2280: Add support for PLX USB338X | Ricardo Ribalda Delgado | 4 | -91/+1330 |
2014-05-27 | usb: gadget: make return of 0 explicit | Julia Lawall | 2 | -7/+3 |
2014-05-27 | phy: Enable USB PHY support for arm64 | Liviu Dudau | 1 | -1/+1 |
2014-05-27 | xhci: unified loggig of RESET_ON_RESUME | Oliver Neukum | 1 | -2/+4 |
2014-05-27 | usb: ehci-platform: add optional reset controller retrieval | Boris BREZILLON | 2 | -3/+24 |
2014-05-27 | usb: ohci-platform: Enable optional use of reset controller | Maxime Ripard | 2 | -3/+25 |
2014-05-27 | usb: ohci: sort out dependencies for lpc32xx and omap | Arnd Bergmann | 2 | -4/+4 |
2014-05-27 | usb: ohci-da8xx can only be built-in | Arnd Bergmann | 2 | -1/+11 |
2014-05-27 | usb: xhci: avoid warning for !PM_SLEEP | Arnd Bergmann | 1 | -1/+1 |
2014-05-27 | usb: dwc2: Add function to calculate correct FIFO sizes | Dinh Nguyen | 1 | -0/+68 |
2014-05-27 | usb: dwc2: Disable descriptor dma mode by default | Dinh Nguyen | 1 | -0/+6 |
2014-05-27 | Documentation: dt-bindings: update xhci-platform DT binding | Gregory CLEMENT | 1 | -1/+6 |
2014-05-27 | usb: host: xhci-plat: add support for the Armada 375/38x XHCI controllers | Gregory CLEMENT | 5 | -0/+116 |
2014-05-27 | usb: host: xhci-plat: add clock support | Gregory CLEMENT | 2 | -1/+25 |
2014-05-27 | usb: host: xhci-plat: sort the headers in alphabetic order | Gregory CLEMENT | 1 | -3/+3 |
2014-05-27 | Documentation: dt-bindings: update ehci-orion binding documentation | Thomas Petazzoni | 1 | -0/+5 |
2014-05-27 | usb: ehci-orion: add optional PHY support | Gregory CLEMENT | 1 | -0/+28 |
2014-05-27 | usb: ehci-orion: fix clock reference leaking | Gregory CLEMENT | 1 | -16/+29 |
2014-05-27 | usb: ehci-orion: rename error goto labels in ehci_orion_drv_probe() | Thomas Petazzoni | 1 | -9/+9 |
2014-05-27 | usb: ehci-orion: use platform_get_irq() for DT probing | Thomas Petazzoni | 1 | -4/+1 |
2014-05-27 | usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c | Peter Chen | 5 | -10/+10 |
2014-05-27 | usb: move usb/usb-common.c to usb/common/usb-common.c | Peter Chen | 3 | -1/+6 |
2014-05-27 | usb: dwc2: Remove '0x' notation when using %pad format | Fabio Estevam | 1 | -2/+2 |
2014-05-27 | Add support for using a MAX3421E chip as a host driver. | David Mosberger | 5 | -0/+1973 |
2014-05-27 | uwb: fix variable set but not used warnings | Thomas Pugliese | 3 | -7/+0 |
2014-05-27 | uwb: comment typo fix | Thomas Pugliese | 1 | -1/+1 |
2014-05-27 | uwb: whitespace and line length cleanups | Thomas Pugliese | 1 | -128/+166 |
2014-05-27 | usb: core: remove the Kconfig entry for USB_DEBUG | Peter Chen | 1 | -7/+0 |
2014-05-27 | usb: remove redundant D0 power state set | Yijing Wang | 1 | -1/+0 |
2014-05-27 | USB: keyspan: fix potential null pointer dereference | Rickard Strandqvist | 1 | -2/+2 |
2014-05-27 | USB: wusbcore: fix control-pipe directions | Johan Hovold | 1 | -2/+2 |
2014-05-27 | USB: cdc-acm: use tty-port dtr_rts | Johan Hovold | 1 | -12/+20 |
2014-05-27 | USB: cdc-acm: remove redundant usb_mark_last_busy | Johan Hovold | 1 | -1/+0 |
2014-05-27 | USB: cdc-acm: do not update PM busy on read errors | Johan Hovold | 1 | -1/+3 |
2014-05-27 | USB: cdc-acm: minimise no-suspend window during shutdown | Johan Hovold | 1 | -6/+11 |
2014-05-27 | USB: cdc-acm: remove redundant disconnected test from shutdown | Johan Hovold | 1 | -22/+19 |
2014-05-27 | USB: cdc-acm: simplify runtime PM locking | Johan Hovold | 1 | -11/+6 |
2014-05-27 | USB: cdc-acm: fix runtime PM imbalance at shutdown | Johan Hovold | 1 | -2/+4 |
2014-05-27 | USB: cdc-acm: fix I/O after failed open | Johan Hovold | 1 | -0/+3 |
2014-05-27 | USB: cdc-acm: fix failed open not being detected | Johan Hovold | 1 | -6/+8 |
2014-05-27 | USB: cdc-acm: fix open and suspend race | Johan Hovold | 1 | -4/+3 |
2014-05-27 | USB: cdc-acm: fix potential urb leak and PM imbalance in write | Johan Hovold | 1 | -1/+7 |
2014-05-27 | USB: cdc-acm: fix shutdown and suspend race | Johan Hovold | 1 | -2/+1 |
2014-05-27 | USB: cdc-acm: fix runtime PM for control messages | Johan Hovold | 1 | -1/+11 |