summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: r8a66597: Add support for RZ/A seriesChris Brandt2017-11-282-2/+66
* Trigger watchdog before calling usb_gadget_handle_interruptsVincent Prince2017-11-261-0/+4
* usb: gadget: storage: Increase FSG_BUFLENMarek Vasut2017-11-261-1/+1
* usb: ehci: do not invalidate a NULL bufferDirk Behme2017-11-261-2/+3
* dm: usb: ehci: avoid possible NULL dereferenceHeinrich Schuchardt2017-11-261-4/+6
* usb: xhci: Add Renesas R-Car xHCI driverMarek Vasut2017-11-264-0/+811
* usb: ehci: Fix accessors for big-endian platforms and descriptorsAlexey Brodkin2017-11-261-4/+4
* mvebu: usb: xhci: a38x supportJon Nettleton2017-11-161-2/+3
* sti: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* usb: host: Move CONFIG_XHCI_FSL to KconfigRan Wang2017-10-271-0/+6
* usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>Masahiro Yamada2017-10-151-1/+1
* Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2017-10-103-115/+0
|\
| * usb: Drop the EHCI RCar Gen3Marek Vasut2017-10-043-115/+0
* | Merge git://git.denx.de/u-boot-sunxiTom Rini2017-10-054-50/+116
|\ \
| * | sunxi: Fix USB_GADGET implicationMaxime Ripard2017-10-031-0/+1
| * | musb: sunxi: switch to the device modelMaxime Ripard2017-10-031-29/+27
| * | sunxi: provide default USB gadget setupMaxime Ripard2017-10-031-0/+3
| * | usb: gadget: usb_ether: Move settings to commonMaxime Ripard2017-10-031-8/+8
| * | usb: gadget: Make g_dnl USB settings commonMaxime Ripard2017-10-032-15/+27
| * | usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard2017-10-031-0/+28
| * | usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard2017-10-031-0/+14
| * | usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard2017-10-031-0/+7
| * | usb: gadget: Document USBNET_DEVADDRMaxime Ripard2017-10-031-0/+3
| * | usb: gadget: Move USBNET_DEVADDR option out of g_dnlMaxime Ripard2017-10-031-2/+2
* | | bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada2017-10-041-1/+0
* | | treewide: replace with error() with pr_err()Masahiro Yamada2017-10-0416-108/+108
* | | printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada2017-10-042-3/+0
|/ /
* | usb: dwc3: add UniPhier specific glue layerMasahiro Yamada2017-10-013-0/+128
* | usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng2017-10-012-0/+12
* | usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng2017-10-011-1/+5
* | usb: xhci: Program max burst size for endpointBin Meng2017-10-011-1/+20
* | usb: xhci: Honor endpoint's intervalBin Meng2017-10-012-2/+198
* | usb: xhci: Fix max packet size for full speed device endpoint 0Bin Meng2017-10-011-5/+3
* | usb: xhci: Add interrupt transfer supportBin Meng2017-10-011-3/+10
* | usb: xhci: Don't assume LS/FS devices are always behind a HS hubBin Meng2017-10-011-4/+14
* | dm: usb: emul: Drop usb_emul_reset()Bin Meng2017-10-012-19/+0
* | dm: usb: Remove no longer needed blk_unbind_all()Bin Meng2017-10-011-5/+1
* | dm: usb: Fix broken usb_stop()Bin Meng2017-10-011-0/+28
* | usb: emul: hub: Report the actual device speed of the emulation deviceBin Meng2017-10-011-3/+30
* | usb: emul: Expose find_descriptor() as a public APIBin Meng2017-10-011-3/+2
* | usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng2017-10-013-8/+42
* | usb: sandbox: Initialize root hub's device speed to high speedBin Meng2017-10-011-0/+24
* | usb: emul: Remove maxpacketsize in usb_emul_setup_device()Bin Meng2017-10-014-8/+5
* | usb: dwc2: Align size of invalidating dcache before starting DMASeung-Woo Kim2017-09-271-1/+2
* | usb: kbd: Set a default polling mechanism for USB keyboardBin Meng2017-09-271-1/+1
* | usb: host: ehci-generic: convert to livetreePhilipp Tomsich2017-09-271-1/+1
* | usb: dwc2: convert to livetreePhilipp Tomsich2017-09-271-1/+1
* | rockchip: xhci: Convert to livetreePhilipp Tomsich2017-09-271-3/+1
* | dm: usb: ehci: Implement get_max_xfer_size() operationBin Meng2017-09-271-0/+12
* | dm: usb: xhci: Implement get_max_xfer_size() operationBin Meng2017-09-271-0/+15