aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-02-02Kconfig: usb: Sort USB_FUNCTION_* entriesLukasz Majewski1-7/+7
2018-01-28usb: host: Drop unused hcd_name from r8a66597-hcd.cTom Rini1-1/+0
2018-01-28usb: Remove isp116x-hcd supportTom Rini3-1800/+0
2018-01-27Merge git://git.denx.de/u-boot-usbTom Rini2-2/+2
2018-01-26Merge git://git.denx.de/u-boot-spiTom Rini5-29/+27
2018-01-25usb: ehci: mxs: fix swapped argument in ehci_writel()Daniel Schwierzeck1-1/+1
2018-01-25usb: xhci: Fix bool initialization in xhci_bulk_txGustavo A. R. Silva1-1/+1
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas5-29/+27
2018-01-22Convert CONFIG_ROCKCHIP_USB2_PHY to KconfigAdam Ford1-0/+2
2018-01-22Convert CONFIG_OMAP_USB_PHY to KconfigAdam Ford1-0/+3
2018-01-22Convert CONFIG_TWL4030_USB to KconfigAdam Ford2-0/+14
2018-01-22Convert CONFIG_USB_MUSB_HCD et al to KconfigAdam Ford2-0/+31
2018-01-22Convert CONFIG_USB_MUSB_OMAP2PLUS et al to KconfigAdam Ford1-0/+17
2018-01-10usb: rockchip: add the rockusb gadgetEddie Cai3-0/+727
2018-01-10musb: sunxi: Use base address from device treeChen-Yu Tsai1-3/+6
2018-01-09arm64: layerscape: Move CONFIG_HAS_FSL_DR_USB to KconfigRan Wang1-0/+6
2018-01-09usb: ehci: fsl: Fix some compile warnings.Ran Wang1-4/+4
2017-12-18Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-2/+5
2017-12-13armv8: 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-10Merge 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