summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: f_mass_storage: simplify logical expressionHeinrich Schuchardt2018-04-301-1/+1
* usb: gadget: remove duplicate assignment.Heinrich Schuchardt2018-04-301-1/+1
* spl: disk: usb: Add dependencies to sprintf/strto*Alex Kiernan2018-04-281-0/+4
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-2716-32/+0
* usb: gadget: composite: fix NULL pointer when a non standard request is receivedChristophe Kerello2018-04-261-1/+4
* usb: host: dwc3: fix phys initNeil Armstrong2018-04-261-10/+13
* usb: dwc3-of-simple: fix error check of clk_get_bulk when disabledNeil Armstrong2018-04-211-1/+1
* usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.Jean-Jacques Hiblot2018-04-212-0/+2
* usb: dwc3-of-simple: Fix dependenciesJean-Jacques Hiblot2018-04-211-1/+1
* usb: host: dwc3: Add support for multiple PHYsNeil Armstrong2018-04-111-47/+66
* usb: host: Add simple of glue driver for DWC3 USB Controllers integrationNeil Armstrong2018-04-113-0/+117
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* usb: gadget: USB_ETHER requires network supportAlex Kiernan2018-04-081-0/+1
* usb: rockchip: remove duplicate assignement.Heinrich Schuchardt2018-03-281-1/+0
* lan7xxx: Require phylibAlexander Graf2018-03-221-0/+2
* usb: dwc2: Replace printf, pr_err by dev_info, dev_errPatrice Chotard2018-03-171-9/+11
* usb: dwc2: increase timeout in wait_for_chhltdChristophe Kerello2018-03-171-1/+1
* usb: dwc2: disable external vbus supply when the device is removedChristophe Kerello2018-03-171-3/+35
* usb: ohci-generic: replace pr_err() by dev_err()Patrice Chotard2018-03-171-7/+6
* usb: ohci-generic: factorize PHY operationPatrice Chotard2018-03-171-40/+59
* usb: ohci-generic: handle phy power on/offPatrice Chotard2018-03-171-0/+17
* usb: ehci-generic: replace pr_err() by dev_err()Patrice Chotard2018-03-171-7/+9
* usb: ehci-generic: factorize PHY operationPatrice Chotard2018-03-171-40/+59
* usb: ehci-generic: handle phy power on/offPatrice Chotard2018-03-171-0/+17
* usb: Remove unused ppc4xx EHCI host driverStefan Roese2018-03-172-36/+0
* ubs: xhci-dwc3: Enable USB3 PHY when availableVignesh R2018-03-171-0/+11
* usb: xhci-dwc3: Refractor PHY operations into separate functionVignesh R2018-03-171-27/+48
* usb: xhci-dwc3: Power on USB PHY before usingVignesh R2018-03-171-0/+12
* usb: dwc2: Allow selection of data buffer sizeAlexey Brodkin2018-03-172-1/+13
* Merge git://git.denx.de/u-boot-shTom Rini2018-03-051-0/+1
|\
| * usb: xhci-rcar: Add R8A77965 M3N entriesMarek Vasut2018-03-051-0/+1
* | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-058-8/+8
|/
* dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut2018-02-211-1/+1
* usb: kbd: select SYS_STDIO_DEREGISTERHeinrich Schuchardt2018-02-211-0/+1
* usb: gadget: sdp: fix pointer cast warnings for 64bit archsAndre Heider2018-02-211-4/+9
* usb: gadget: sdp: add missing line breaksAndre Heider2018-02-211-7/+7
* usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup f...Faiz Abbas2018-02-151-22/+0
* usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTHAlexey Brodkin2018-02-152-1/+3
* usb: ulpi: kconfig: Remove meaningless choice defaultUlf Magnusson2018-02-051-1/+0
* usb: dwc2: make casts of ep->dma_buf consistentTom Rini2018-02-051-1/+1
* 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