summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
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-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
2017-10-01usb: emul: Remove maxpacketsize in usb_emul_setup_device()Bin Meng
2017-09-27usb: dwc2: Align size of invalidating dcache before starting DMASeung-Woo Kim
2017-09-27usb: kbd: Set a default polling mechanism for USB keyboardBin Meng
2017-09-27usb: host: ehci-generic: convert to livetreePhilipp Tomsich
2017-09-27usb: dwc2: convert to livetreePhilipp Tomsich
2017-09-27rockchip: xhci: Convert to livetreePhilipp Tomsich
2017-09-27dm: usb: ehci: Implement get_max_xfer_size() operationBin Meng
2017-09-27dm: usb: xhci: Implement get_max_xfer_size() operationBin Meng
2017-09-27dm: usb: Add a new USB controller operation 'get_max_xfer_size'Bin Meng
2017-09-27usb: xhci: Set number of event segments and entries to 1Marek Vasut
2017-09-22usb: dwc3: Add dwc3 glue driver support for STiPatrice Chotard
2017-09-08usb: net: migrate USB Ethernet adapters to KconfigChris Packham
2017-09-08usb: net: migrate CONFIG_USB_HOST_ETHER to KconfigChris Packham
2017-09-06usb: gadget: g_dnl: Sync internal SN variable with envSam Protsenko
2017-09-01Merge git://git.denx.de/u-boot-imxTom Rini
2017-08-28usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3Masahiro Yamada
2017-08-23spl: add serial download protocol (SDP) supportStefan Agner
2017-08-23usb: gadget: sdp: extend images compatible for jumpsStefan Agner
2017-08-23usb: gadget: add SDP driverStefan Agner
2017-08-22fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as longTom Rini
2017-08-21fastboot: avoid printing invalid dataJohn Keeping
2017-08-21Fix fastboot boot addressPeter Chubb
2017-08-21usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass
2017-08-14usb: net: Add support for Microchip LAN75xx and LAN78xxYuiko Oshino
2017-08-07net: usb: r8152: fix "duplicate 'const' declaration specifier"Philipp Tomsich
2017-08-02Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2017-08-01fsl/usb: enable errata-a010151 for ls2088a and ls2081aSantan Kumar
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini
2017-07-28usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard
2017-07-28usb: host: ohci-generic: initialize PHY only when foundPatrice Chotard
2017-07-28usb: host: ehci-generic: initialize PHY only when foundPatrice Chotard