summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2018-01-22Convert CONFIG_USB_MUSB_OMAP2PLUS et al to KconfigAdam Ford
2018-01-10usb: rockchip: add the rockusb gadgetEddie Cai
2018-01-10musb: sunxi: Use base address from device treeChen-Yu Tsai
2018-01-09arm64: layerscape: Move CONFIG_HAS_FSL_DR_USB to KconfigRan Wang
2018-01-09usb: ehci: fsl: Fix some compile warnings.Ran Wang
2017-12-18Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2017-12-13armv8: ls1043a/ls2080a: check SoC by device IDWenbin song
2017-12-09usb: r8a66597: convert wait loop to readw_poll_timeoutChris Brandt
2017-11-28usb: r8a66597: Add support for RZ/A seriesChris Brandt
2017-11-26Trigger watchdog before calling usb_gadget_handle_interruptsVincent Prince
2017-11-26usb: gadget: storage: Increase FSG_BUFLENMarek Vasut
2017-11-26usb: ehci: do not invalidate a NULL bufferDirk Behme
2017-11-26dm: usb: ehci: avoid possible NULL dereferenceHeinrich Schuchardt
2017-11-26usb: xhci: Add Renesas R-Car xHCI driverMarek Vasut
2017-11-26usb: ehci: Fix accessors for big-endian platforms and descriptorsAlexey Brodkin
2017-11-16mvebu: usb: xhci: a38x supportJon Nettleton
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard
2017-10-27usb: host: Move CONFIG_XHCI_FSL to KconfigRan Wang
2017-10-15usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>Masahiro Yamada
2017-10-10Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini
2017-10-05Merge git://git.denx.de/u-boot-sunxiTom Rini
2017-10-04bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada
2017-10-04usb: Drop the EHCI RCar Gen3Marek Vasut
2017-10-03sunxi: Fix USB_GADGET implicationMaxime Ripard
2017-10-03musb: sunxi: switch to the device modelMaxime Ripard
2017-10-03sunxi: provide default USB gadget setupMaxime Ripard
2017-10-03usb: gadget: usb_ether: Move settings to commonMaxime Ripard
2017-10-03usb: gadget: Make g_dnl USB settings commonMaxime Ripard
2017-10-03usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard
2017-10-03usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard
2017-10-03usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard
2017-10-03usb: gadget: Document USBNET_DEVADDRMaxime Ripard
2017-10-03usb: gadget: Move USBNET_DEVADDR option out of g_dnlMaxime Ripard
2017-10-01usb: dwc3: add UniPhier specific glue layerMasahiro Yamada
2017-10-01usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng
2017-10-01usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng
2017-10-01usb: xhci: Program max burst size for endpointBin Meng
2017-10-01usb: xhci: Honor endpoint's intervalBin Meng
2017-10-01usb: xhci: Fix max packet size for full speed device endpoint 0Bin Meng
2017-10-01usb: xhci: Add interrupt transfer supportBin Meng
2017-10-01usb: xhci: Don't assume LS/FS devices are always behind a HS hubBin Meng
2017-10-01dm: usb: emul: Drop usb_emul_reset()Bin Meng
2017-10-01dm: usb: Remove no longer needed blk_unbind_all()Bin Meng
2017-10-01dm: usb: Fix broken usb_stop()Bin Meng
2017-10-01usb: emul: hub: Report the actual device speed of the emulation deviceBin Meng
2017-10-01usb: emul: Expose find_descriptor() as a public APIBin Meng
2017-10-01usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng
2017-10-01usb: sandbox: Initialize root hub's device speed to high speedBin Meng