summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to KconfigLukasz Majewski2018-02-021-0/+6
* Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to KconfigLukasz Majewski2018-02-021-0/+6
* Kconfig: usb: Sort USB_FUNCTION_* entriesLukasz Majewski2018-02-021-7/+7
* usb: host: Drop unused hcd_name from r8a66597-hcd.cTom Rini2018-01-281-1/+0
* usb: Remove isp116x-hcd supportTom Rini2018-01-283-1800/+0
* Merge git://git.denx.de/u-boot-usbTom Rini2018-01-272-2/+2
|\
| * usb: ehci: mxs: fix swapped argument in ehci_writel()Daniel Schwierzeck2018-01-251-1/+1
| * usb: xhci: Fix bool initialization in xhci_bulk_txGustavo A. R. Silva2018-01-251-1/+1
* | Merge git://git.denx.de/u-boot-spiTom Rini2018-01-265-29/+27
|\ \ | |/ |/|
| * wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-245-29/+27
* | Convert CONFIG_ROCKCHIP_USB2_PHY to KconfigAdam Ford2018-01-221-0/+2
* | Convert CONFIG_OMAP_USB_PHY to KconfigAdam Ford2018-01-221-0/+3
* | Convert CONFIG_TWL4030_USB to KconfigAdam Ford2018-01-222-0/+14
* | Convert CONFIG_USB_MUSB_HCD et al to KconfigAdam Ford2018-01-222-0/+31
* | Convert CONFIG_USB_MUSB_OMAP2PLUS et al to KconfigAdam Ford2018-01-221-0/+17
* | usb: rockchip: add the rockusb gadgetEddie Cai2018-01-103-0/+727
* | musb: sunxi: Use base address from device treeChen-Yu Tsai2018-01-101-3/+6
* | arm64: layerscape: Move CONFIG_HAS_FSL_DR_USB to KconfigRan Wang2018-01-091-0/+6
* | usb: ehci: fsl: Fix some compile warnings.Ran Wang2018-01-091-4/+4
|/
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-12-181-2/+5
|\
| * armv8: ls1043a/ls2080a: check SoC by device IDWenbin song2017-12-131-2/+5
* | usb: r8a66597: convert wait loop to readw_poll_timeoutChris Brandt2017-12-091-8/+5
|/
* 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