summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2017-12-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-2/+5
2017-12-14armv8: ls1043a/ls2080a: check SoC by device IDWenbin song1-2/+5
2017-12-09usb: r8a66597: convert wait loop to readw_poll_timeoutChris Brandt1-8/+5
2017-11-28usb: r8a66597: Add support for RZ/A seriesChris Brandt2-2/+66
2017-11-26Trigger watchdog before calling usb_gadget_handle_interruptsVincent Prince1-0/+4
2017-11-26usb: gadget: storage: Increase FSG_BUFLENMarek Vasut1-1/+1
2017-11-26usb: ehci: do not invalidate a NULL bufferDirk Behme1-2/+3
2017-11-26dm: usb: ehci: avoid possible NULL dereferenceHeinrich Schuchardt1-4/+6
2017-11-26usb: xhci: Add Renesas R-Car xHCI driverMarek Vasut4-0/+811
2017-11-26usb: ehci: Fix accessors for big-endian platforms and descriptorsAlexey Brodkin1-4/+4
2017-11-16mvebu: usb: xhci: a38x supportJon Nettleton1-2/+3
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-10-27usb: host: Move CONFIG_XHCI_FSL to KconfigRan Wang1-0/+6
2017-10-15usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>Masahiro Yamada1-1/+1
2017-10-11Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini3-115/+0
2017-10-05Merge git://git.denx.de/u-boot-sunxiTom Rini4-50/+116
2017-10-04bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada1-1/+0
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada16-108/+108
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada2-3/+0
2017-10-04usb: Drop the EHCI RCar Gen3Marek Vasut3-115/+0
2017-10-03sunxi: Fix USB_GADGET implicationMaxime Ripard1-0/+1
2017-10-03musb: sunxi: switch to the device modelMaxime Ripard1-29/+27
2017-10-03sunxi: provide default USB gadget setupMaxime Ripard1-0/+3
2017-10-03usb: gadget: usb_ether: Move settings to commonMaxime Ripard1-8/+8
2017-10-03usb: gadget: Make g_dnl USB settings commonMaxime Ripard2-15/+27
2017-10-03usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard1-0/+28
2017-10-03usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard1-0/+14
2017-10-03usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard1-0/+7
2017-10-03usb: gadget: Document USBNET_DEVADDRMaxime Ripard1-0/+3
2017-10-03usb: gadget: Move USBNET_DEVADDR option out of g_dnlMaxime Ripard1-2/+2
2017-10-01usb: dwc3: add UniPhier specific glue layerMasahiro Yamada3-0/+128
2017-10-01usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng2-0/+12
2017-10-01usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng1-1/+5
2017-10-01usb: xhci: Program max burst size for endpointBin Meng1-1/+20
2017-10-01usb: xhci: Honor endpoint's intervalBin Meng2-2/+198
2017-10-01usb: xhci: Fix max packet size for full speed device endpoint 0Bin Meng1-5/+3
2017-10-01usb: xhci: Add interrupt transfer supportBin Meng1-3/+10
2017-10-01usb: xhci: Don't assume LS/FS devices are always behind a HS hubBin Meng1-4/+14
2017-10-01dm: usb: emul: Drop usb_emul_reset()Bin Meng2-19/+0
2017-10-01dm: usb: Remove no longer needed blk_unbind_all()Bin Meng1-5/+1
2017-10-01dm: usb: Fix broken usb_stop()Bin Meng1-0/+28
2017-10-01usb: emul: hub: Report the actual device speed of the emulation deviceBin Meng1-3/+30
2017-10-01usb: emul: Expose find_descriptor() as a public APIBin Meng1-3/+2
2017-10-01usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng3-8/+42
2017-10-01usb: sandbox: Initialize root hub's device speed to high speedBin Meng1-0/+24
2017-10-01usb: emul: Remove maxpacketsize in usb_emul_setup_device()Bin Meng4-8/+5
2017-09-27usb: dwc2: Align size of invalidating dcache before starting DMASeung-Woo Kim1-1/+2
2017-09-27usb: kbd: Set a default polling mechanism for USB keyboardBin Meng1-1/+1
2017-09-27usb: host: ehci-generic: convert to livetreePhilipp Tomsich1-1/+1
2017-09-27usb: dwc2: convert to livetreePhilipp Tomsich1-1/+1