dm: i2c: add i2c-gpio driver
[platform/kernel/u-boot.git] / drivers / usb /
2015-04-16 Kishon Vijay Abraham Iti: dwc3: Enable clocks in enable_basic_clocks() in...
2015-04-16 Tom RiniMerge branch 'master' of git.denx.de/u-boot-sunxi
2015-04-15 Paul Kocialkowskisunxi: common VBUS detection logic in usbc
2015-04-15 Paul Kocialkowskisunxi: usb: Drop AXP-sepcific VBUS detection and drive...
2015-04-14 Alexey Firagofastboot: add support for reboot-bootloader command
2015-04-14 Marek Szyprowskiusb: gadget: thor: Claim EP after allocating it in...
2015-04-14 Lukasz Majewskiusb: dwc3: Correct clean up code for requests
2015-04-14 Lukasz Majewskiusb: dwc3: gadget: Set non EP0 max packet limit to...
2015-04-14 Lukasz Majewskiusb: dwc3: gadget: Set all ctrl fields of Transfer...
2015-04-14 Marek Szyprowskiusb: dwc3: optimize interrupt loop
2015-04-14 Marek Szyprowskiusb: dwc3: gadget: add common endpoint configuration...
2015-04-14 Marek Szyprowskiusb: dwc3: add a workaround for too small OUT requests
2015-04-14 Joonyoung Shimusb: dwc3: make dwc3_set_mode to static
2015-04-14 Lukasz Majewskiusb: dwc3: Remove BIT(x) macro from DWC3's gadget code
2015-04-14 Lukasz Majewskiusb: composite: Add .reset callback to usb_gadget_drive...
2015-04-14 Kishon Vijay Abraham Iusb: modify usb_gadget_handle_interrupts to take contro...
2015-04-14 Kishon Vijay Abraham Iusb: gadget: defer setting maxpacket till ->setup()
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: Makefile: Make dwc3 driver compile in u...
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: Add chained TRB support for ep0
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: ep0: preparation for implementing chained TRB
2015-04-14 Kishon Vijay Abraham Idwc3: flush the buffers before using it
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: dwc3-omap: add interrupt status API to check...
2015-04-14 Kishon Vijay Abraham Idwc3: dwc3-omap: add support for multiple dwc3-omap...
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: dwc3-omap: change probe and remove to uboot...
2015-04-14 Kishon Vijay Abraham Iinclude: dwc3-omap-uboot: add a structure for populatin...
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: dwc3-omap: make dwc3-omap build in uboot
2015-04-14 Kishon Vijay Abraham Idwc3: core: added an API to invoke irq handlers
2015-04-14 Kishon Vijay Abraham Idwc3: core: add support for multiple dwc3 controllers
2015-04-14 Kishon Vijay Abraham Idwc3: core: change probe and remove to uboot init and...
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: core: make dwc3 core build in uboot
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: ep0: make dwc3 ep0 build in uboot
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: gadget: make dwc3 gadget build in uboot
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: linux-compat: Add header for dwc3 linux...
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: remove pm related operations from dwc3 driver
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: fix dwc3 header files
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: remove trace_* APIs from dwc3 driver
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: Modify the file headers to u-boot format
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: remove un-used files from dwc3 folder
2015-04-14 Kishon Vijay Abraham Iusb: dwc3: add dwc3 folder from linux kernel to u-boot
2015-04-14 Kishon Vijay Abraham Iusb: gadget: udc: make udc-core compile in u-boot build
2015-04-14 Kishon Vijay Abraham Iusb: gadget: udc: add udc-core from linux kernel to...
2015-04-14 Stephen Warrenusb: dwc2: retry NAK'd interrupt transfers
2015-04-14 Stephen Warrenusb: dwc2: implement interrupt transfers
2015-04-14 Stephen Warrenusb: dwc2: correctly program hcchar for LS devices
2015-04-14 Stephen Warrenusb: dwc2: detect device speed correctly
2015-04-14 Stephen Warrenusb: dwc2: use phys_to_bus/bus_to_phys
2015-04-14 Stephen Warrenusb: dwc2: fix bulk transfers
2015-04-14 Stephen Warrenusb: dwc2: remove restriction on buffer length
2015-04-14 Stephen Warrenusb: dwc2: fix aligned buffer usage
2015-04-14 Stephen Warrenusb: dwc2: simplify wait_for_chhltd
2015-04-14 Stephen Warrenusb: dwc2: remove control_data_toggle[]
2015-04-14 Stephen Warrenusb: dwc2: usb chunk_msg() for control transfers too
2015-04-14 Stephen Warrenusb: dwc2: refactor submit_bulk_msg to be common
2015-04-14 Stephen Warrenusb: dwc2: unify waiting for transfer completion
2015-04-14 Sergey Temerkhanovusb: 64-bit architectures support for xHCI
2015-04-14 Thierry Redingusb: mass-storage: Build warning fixes for 64-bit
2015-04-14 Thierry Redingusb: ehci-tegra: Build warning fixes for 64-bit
2015-04-14 Rob Herringehci-hcd: fix warnings on 64-bit builds
2015-04-14 Rob Herringusb: ci_udc: fix warnings on 64-bit builds
2015-04-14 Thierry Redingusb: eth: asix: Build warning fixes for 64-bit
2015-04-13 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2015-04-10 Albert ARIBAUDMerge branch 'u-boot/master'
2015-04-03 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-tegra
2015-03-31 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-imx
2015-03-29 Hans de Goedesunxi: musb: Fix some lo speed devices not working...
2015-03-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2015-03-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-dm
2015-03-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2015-03-25 Bin Mengnet: Add ethernet FCS length macro in net.h
2015-03-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-uniphier
2015-03-21 Paul Kocialkowskisunxi: musb: Return early on VBUS GPIO error instead...
2015-03-18 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2015-03-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-uniphier
2015-03-15 Masahiro YamadaARM: UniPhier: adjust device trees for business transfer
2015-03-10 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-tegra
2015-03-10 Chen-Yu Tsaisunxi: musb: Support checking VBUS using AXP221 PMIC
2015-03-05 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2015-03-05 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2015-03-02 Tom RiniMerge branch 'xnext/zynqmp' of git://denx.de/git/u...
2015-03-02 Tom RiniMerge git://git.denx.de/u-boot-usb
2015-03-02 Tom RiniMerge git://git.denx.de/u-boot-pxa
2015-03-02 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2015-03-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2015-03-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-uniphier
2015-02-28 Masahiro Yamadausb: UniPhier: add UniPhier on-chip xHCI host driver...
2015-02-28 Masahiro YamadaARM: UniPhier: move uniphier_ehci_reset() function
2015-02-28 Masahiro YamadaARM: UniPhier: remove EHCI platform devices
2015-02-28 Masahiro YamadaARM: UniPhier: include <mach/*.h> instead of <asm/arch...
2015-02-25 Dileep Kattausb: gadget: fastboot: Set the Serial Number for Fastbo...
2015-02-25 Dileep Kattafastboot: OUT transaction length must be aligned to...
2015-02-25 Dileep Kattausb: gadget: fastboot: Add fastboot erase
2015-02-25 Rob Herringfastboot: add support for "oem format" command
2015-02-25 Michael Scottfastboot: add "fastboot oem" command support
2015-02-24 Paul Kocialkowskiusb: musb-new: omap2430: Reset the MUSB controller...
2015-02-24 Joonyoung Shimexynos: usb: make dwc3_set_mode to static
2015-02-24 Albert ARIBAUDMerge remote-tracking branch 'u-boot/master' into ...
2015-02-23 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2015-02-22 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2015-02-21 Hans de Goedesunxi: musb: Check Vbus-det before enabling otg port...
next