aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2017-06-01sandbox: usb: Convert emulators to livetreeSimon Glass2-5/+2
2017-06-01dm: usb: Convert uclass to livetreeSimon Glass1-5/+3
2017-06-01dm: gpio: Add live tree supportSimon Glass2-5/+7
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-1/+1
2017-06-01dm: core: Rename of_device_is_compatible()Simon Glass2-2/+2
2017-06-01dm: Rename dev_addr..() functionsSimon Glass19-21/+21
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-0/+1
2017-05-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+2
2017-05-23armv8: ls2080ardb: Add LS2081ARDB board supportPriyanka Jain1-1/+2
2017-05-22usb: ehci: Add Renesas RCar M3/H3 EHCI supportHiroyuki Yokoyama3-0/+115
2017-05-21net: usb: mcs7830: fix non-DM ingress pathUri Mashiach1-2/+4
2017-05-18usb: lpc32xx: add i2c DM supportLiam Beguin1-18/+46
2017-05-15Kconfig: OMAP: USB: Migrate CONFIG_USB_EHCI_OMAP to KconfigTom Rini1-0/+8
2017-05-15Kconfig: USB: Migrate existing USB_EHCI_xxx optionsTom Rini1-2/+2
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to KconfigTom Rini1-0/+1
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini2-7/+1
2017-05-15omap4: Drop redundant CONFIG_OMAP4430 symbolTom Rini3-4/+4
2017-05-15omap3: Drop CONFIG_OMAP3_EVM, switch to CONFIG_TARGET_OMAP3_EVM when neededTom Rini2-2/+2
2017-05-11usb: gadget: avoid variable name clipping in cb_getvarnicolas.le.bayon@st.com1-2/+10
2017-05-09net: smsc95xx: Correct free_pkt() implementationSimon Glass1-2/+2
2017-05-08arm: am57xx: cl-som-am57x: invoke clock API to enable/disable clocksUri Mashiach1-0/+2
2017-05-08usb: host: xhci-omap: fix double weak board_usb_init functionsUri Mashiach1-2/+15
2017-05-08arm: usb: dra7xx: xHCI registers based on USB port indexUri Mashiach1-0/+9
2017-04-25ehci-ppc4xx: Prepare for usage of readl()/writel() accessorsAlexey Brodkin1-0/+1
2017-04-25usb: musb: avoid out of bound access in udc_setup_epHeinrich Schuchardt1-2/+2
2017-04-25musb: properly detect failed initialization of controllerHeinrich Schuchardt1-1/+1
2017-04-17armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun1-1/+1
2017-04-14usb: dwc2: invalidate the dcache before starting the DMAEddie Cai1-6/+13
2017-04-14usb: dwc3: gadget: make cache-maintenance on event buffers more robustPhilipp Tomsich2-2/+5
2017-04-14usb: dwc3: ensure consistent types for dwc3_flush_cachePhilipp Tomsich3-11/+11
2017-04-14usb: gadget: g_dnl: don't set iProduct nor iSerialNumberFelipe Balbi1-2/+2
2017-04-14usb: gadget: g_dnl: only set iSerialNumber if we have a serial#Felipe Balbi1-5/+7
2017-04-14usb: gadget: g_dnl: hold maximum string descriptorFelipe Balbi1-1/+1
2017-04-14usb: dwc2: add support for external vbus supplyKever Yang1-5/+38
2017-04-06Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-1/+1
2017-04-05Blackfin: RemoveTom Rini10-572/+4
2017-04-05sunxi: prepare for sharing MACH_SUN8I_H3 config symbolAndre Przywara1-1/+1
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese2-3/+3
2017-03-23mvebu: usb: xhci: Add VBUS regulator supply to the host driverKonstantin Porotchkin2-1/+13
2017-02-26usb: gadget: f_dfu: set serial number if serial# is validFelipe Balbi1-0/+5
2017-02-26usb: gadget: g_dnl: fix g_dnl_set_serialnumber()Felipe Balbi1-2/+1
2017-02-26usb: gadget: f_dfu: write req->actual bytesFelipe Balbi1-1/+1
2017-02-26usb: gadget: dfu: add result for handle_getstatus()Patrick Delaunay2-22/+13
2017-02-26usb: gadget: dfu: correct size for USB_REQ_DFU_GETSTATE resultPatrick Delaunay1-11/+11
2017-02-26usb: gadget: dfu: add functional descriptor in descriptor setPatrick Delaunay1-1/+9
2017-02-26usb: dwc3: gadget: Remove unused header inclusionVincent Tinelli1-1/+0
2017-02-08dm: core: Replace of_offset with accessorSimon Glass13-23/+25
2017-01-17drivers: usb: gadget: ether: Fix compiler warningLokesh Vutla1-0/+2
2017-01-17usb: ehci-mx6: handle vbus-supplyPeng Fan1-3/+27
2017-01-17usb: ehci-mx6: implement ofdata_to_platdataPeng Fan1-0/+75