cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2C
[oweals/u-boot.git] / drivers / usb / dwc3 /
2015-07-07 Albert ARIBAUDMerge branch 'u-boot/master' into 'u-boot-arm/master'
2015-07-03 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2015-06-16 Tom RiniMerge git://git.denx.de/u-boot-usb
2015-06-08 Lukasz Majewskisamsung: usb: phy: Support for DWC3 PHY
2015-04-28 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2015-04-16 Tom RiniMerge branch 'master' of git.denx.de/u-boot-sunxi
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: 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 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