]> git.kernelconcepts.de Git - karo-tx-uboot.git/shortlog
karo-tx-uboot.git
2015-09-08 Paul Kocialkowskisunxi: Complete mmc pin mux for each supported platform...
2015-09-08 Paul Kocialkowskisunxi: GPIO pin mux hardware-feature-specific function...
2015-09-08 Paul Kocialkowskisunxi: Ainol AW1 support
2015-09-08 Paul Kocialkowskisunxi: USB download gadget cable detection
2015-09-08 Paul Kocialkowskisunxi: common VBUS detection logic in usbc
2015-09-08 Paul Kocialkowskipower: axp209: VBUS detection support
2015-09-08 Paul Kocialkowskisunxi: usb: Drop AXP-sepcific VBUS detection and drive...
2015-09-08 Paul Kocialkowskipower: axp221: Virtual VBUS detect and enable GPIOs...
2015-09-08 Paul Kocialkowskisunxi: gpio: Indentation fix
2015-09-08 Han Pengfeisun6i: Add support for the Mixtile LOFT-Q board
2015-09-08 Paul Kocialkowskifastboot: Proper download gadget unregister and clear...
2015-09-08 Alexey Firagofastboot: add support for reboot-bootloader command
2015-09-08 Michael Scottfastboot: check for alias when looking up partition...
2015-09-08 Heiko Schocherdfu: cmd: trigger watchdog before calling usb_gadget_ha...
2015-09-08 Fabio Estevamcmd_usb_mass_storage: Use 'USB Mass Storage' in the...
2015-09-08 Marek Szyprowskiusb: gadget: thor: Claim EP after allocating it in...
2015-09-08 Lukasz Majewskiusb: dwc3: Correct clean up code for requests
2015-09-08 Lukasz Majewskiusb: dwc3: gadget: Set non EP0 max packet limit to...
2015-09-08 Lukasz Majewskiusb: dwc3: gadget: Set all ctrl fields of Transfer...
2015-09-08 Marek Szyprowskiusb: dwc3: optimize interrupt loop
2015-09-08 Marek Szyprowskiusb: dwc3: gadget: add common endpoint configuration...
2015-09-08 Marek Szyprowskiusb: dwc3: add a workaround for too small OUT requests
2015-09-08 Joonyoung Shimusb: dwc3: make dwc3_set_mode to static
2015-09-08 Lukasz Majewskiusb: dwc3: Remove BIT(x) macro from DWC3's gadget code
2015-09-08 Lukasz Majewskiusb: composite: Add .reset callback to usb_gadget_drive...
2015-09-08 Inha Songusb: gadget: thor: Invoke board specific USB cleanup...
2015-09-08 Inha Songusb: gadget: UMS: Invoke board specific USB cleanup...
2015-09-08 Lukasz Majewskiusb: board: goni: Add default board_usb_cleanup() defin...
2015-09-08 Lukasz Majewskiusb: board: samsung: Add default board_usb_cleanup...
2015-09-08 Kishon Vijay... usb: modify usb_gadget_handle_interrupts to take contro...
2015-09-08 Kishon Vijay... include: configs: Enable DWC3 and DFU in AM43xx
2015-09-08 Kishon Vijay... board: ti: AM43xx: added USB initializtion code
2015-09-08 Kishon Vijay... include: configs: Enable DWC3 and DFU in DRA7xx
2015-09-08 Kishon Vijay... board: ti: DRA7: added USB initializtion code
2015-09-08 Kishon Vijay... common: cmd_dfu: invoke board_usb_cleanup() for cleaning up
2015-09-08 Kishon Vijay... usb: gadget: defer setting maxpacket till ->setup()
2015-09-08 Kishon Vijay... usb: dwc3: Makefile: Make dwc3 driver compile in u...
2015-09-08 Kishon Vijay... usb: dwc3: Add chained TRB support for ep0
2015-09-08 Kishon Vijay... usb: dwc3: ep0: preparation for implementing chained TRB
2015-09-08 Kishon Vijay... dwc3: flush the buffers before using it
2015-09-08 Kishon Vijay... usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms
2015-09-08 Kishon Vijay... usb: dwc3: dwc3-omap: add interrupt status API to check...
2015-09-08 Kishon Vijay... dwc3: dwc3-omap: add support for multiple dwc3-omap...
2015-09-08 Kishon Vijay... usb: dwc3: dwc3-omap: change probe and remove to uboot...
2015-09-08 Kishon Vijay... include: dwc3-omap-uboot: add a structure for populatin...
2015-09-08 Kishon Vijay... usb: dwc3: dwc3-omap: make dwc3-omap build in uboot
2015-09-08 Kishon Vijay... dwc3: core: added an API to invoke irq handlers
2015-09-08 Kishon Vijay... dwc3: core: add support for multiple dwc3 controllers
2015-09-08 Kishon Vijay... dwc3: core: change probe and remove to uboot init and...
2015-09-08 Kishon Vijay... include: dwc3-uboot: add a structure for populating...
2015-09-08 Kishon Vijay... usb: dwc3: core: make dwc3 core build in uboot
2015-09-08 Kishon Vijay... include: usb: composite: add USB_GADGET_DELAYED_STATUS...
2015-09-08 Kishon Vijay... usb: dwc3: ep0: make dwc3 ep0 build in uboot
2015-09-08 Kishon Vijay... include: asm: types: add resource_size_t type
2015-09-08 Kishon Vijay... usb: dwc3: gadget: make dwc3 gadget build in uboot
2015-09-08 Kishon Vijay... usb: dwc3: linux-compat: Add header for dwc3 linux...
2015-09-08 Kishon Vijay... arm: asm: dma-mapping: added dma_free_coherent API
2015-09-08 Kishon Vijay... usb: dwc3: remove pm related operations from dwc3 driver
2015-09-08 Kishon Vijay... usb: dwc3: fix dwc3 header files
2015-09-08 Kishon Vijay... usb: dwc3: remove trace_* APIs from dwc3 driver
2015-09-08 Kishon Vijay... usb: dwc3: Modify the file headers to u-boot format
2015-09-08 Kishon Vijay... usb: dwc3: remove un-used files from dwc3 folder
2015-09-08 Kishon Vijay... usb: dwc3: add dwc3 folder from linux kernel to u-boot
2015-09-08 Kishon Vijay... include: asm: dma-mapping: get rid of the compilation...
2015-09-08 Kishon Vijay... usb: gadget: udc: make udc-core compile in u-boot build
2015-09-08 Kishon Vijay... include: usb: modify gadget.h to include udc support
2015-09-08 Kishon Vijay... usb: gadget: udc: add udc-core from linux kernel to...
2015-09-08 Kishon Vijay... ARM: AM43xx: Enable clocks for USB OTGSS and USB PHY
2015-09-08 Kishon Vijay... ARM: DRA7: Enable clocks for USB OTGSS and USB PHY
2015-09-08 Stephen Warrenusb: dwc2: retry NAK'd interrupt transfers
2015-09-08 Stephen Warrenusb: dwc2: implement interrupt transfers
2015-09-08 Stephen Warrenusb: dwc2: correctly program hcchar for LS devices
2015-09-08 Stephen WarrenARM: bcm2835: use phys_to_bus() for mbox
2015-09-08 Stephen Warrenusb: dwc2: detect device speed correctly
2015-09-08 Stephen Warrenusb: dwc2: use phys_to_bus/bus_to_phys
2015-09-08 Stephen WarrenARM: bcm2835: implement phys_to_bus/bus_to_phys
2015-09-08 Stephen WarrenCreate API to map between CPU physical and bus addresses
2015-09-08 Stephen Warrenusb: dwc2: fix bulk transfers
2015-09-08 Stephen Warrenusb: dwc2: remove restriction on buffer length
2015-09-08 Stephen Warrenusb: dwc2: fix aligned buffer usage
2015-09-08 Stephen Warrenusb: dwc2: simplify wait_for_chhltd
2015-09-08 Stephen Warrenusb: dwc2: remove control_data_toggle[]
2015-09-08 Stephen Warrenusb: dwc2: usb chunk_msg() for control transfers too
2015-09-08 Stephen Warrenusb: dwc2: refactor submit_bulk_msg to be common
2015-09-08 Stephen Warrenusb: dwc2: unify waiting for transfer completion
2015-09-08 Tim Harveyusb: hub: allow pgood_delay to be specified via env
2015-09-08 Stephen Warrenusb: fix first descriptor fetch error handling
2015-09-08 Paul Kocialkowskiusb: Early failure when the first descriptor read fails...
2015-09-08 Paul Kocialkowskiusb: Check usb_new_device for failure
2015-09-08 Paul Kocialkowskiusb: usb_new_device return codes consistency
2015-09-08 Sergey Temerkhanovusb_storage:Fix USB storage capacity detection on 64...
2015-09-08 Sergey Temerkhanovusb: 64-bit architectures support for xHCI
2015-09-08 Sergey Temerkhanovusb: Convert protocol header structures to use explicit...
2015-09-08 Thierry Redingusb: mass-storage: Build warning fixes for 64-bit
2015-09-08 Thierry Redingusb: ehci-tegra: Build warning fixes for 64-bit
2015-09-08 Rob Herringehci-hcd: fix warnings on 64-bit builds
2015-09-08 Rob Herringusb: ci_udc: fix warnings on 64-bit builds
2015-09-08 Thierry Redingusb: eth: asix: Build warning fixes for 64-bit
2015-09-08 Franck Jullienusb_storage : scan all interfaces to find a storage...
2015-09-08 Masahiro Yamadageneric-board: select SYS_GENERIC_BOARD for some archit...
next