summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* dfu, nand: add medium specific polltimeout functionHeiko Schocher2014-05-08-1/+23
* musb-new, dfu: first send request answer then call completionsHeiko Schocher2014-05-08-4/+4
* arm: beagle: enable Android fastboot supportRob Herring2014-05-08-0/+10
* usb/gadget: add the fastboot gadgetSebastian Siewior2014-05-08-0/+835
* image: add support for Android's boot image formatSebastian Siewior2014-05-08-6/+204
* ums: allow the user to specify the device typeStephen Warren2014-05-08-4/+10
* ums: move all variable declarations to the start of the blockStephen Warren2014-05-08-8/+16
* ums: use get_device() not find_mmc_device();Stephen Warren2014-05-08-11/+14
* ums: move IO support code to common locationStephen Warren2014-05-08-57/+46
* ums: remove ums_disk_init()Stephen Warren2014-05-08-10/+7
* ums: remove error-checking of MMC device sizeStephen Warren2014-05-08-8/+1
* ums: remove UMS_{NUM,START}_SECTORS + UMS_START_SECTORStephen Warren2014-05-08-20/+2
* ums: support block devices not MMC devicesStephen Warren2014-05-08-5/+6
* usb: ums: add error handling for failed registrationStephen Warren2014-05-08-1/+5
* usb: ums: remove ci_udc special caseStephen Warren2014-05-07-4/+0
* usb: ci_udc: allow multiple buffer allocs per epStephen Warren2014-05-07-65/+132
* Merge branch 'serial' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-06-11/+11
|\
| * serial: zynq: Fix typo in suffix function nameMichal Simek2014-05-06-3/+3
| * serial: zynq: Remove sparse warningsMichal Simek2014-05-06-8/+8
* | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-06-1/+1
|\ \
| * | microblaze: Wire up OF support for emacliteStephan Linz2014-05-06-1/+1
| |/
* | Merge branch 'net' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-06-1/+3
|\ \
| * | net: zynq: Fix sparse warnings in gemMichal Simek2014-05-06-0/+1
| * | net: zynq: Use predefined macros instead of hardcoded valueMichal Simek2014-05-06-1/+2
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-05-06-230/+597
|\ \ | |/ |/|
| * common: fixed linker-list exampleMateusz Zalega2014-05-05-1/+1
| * USB: gadget: save driver name before registering itStephen Warren2014-05-05-1/+2
| * USB: gadget: added a saner gadget downloader registration APIMateusz Zalega2014-05-05-64/+62
| * am335x: dfu: disable DFU in am335x_evm SPL buildMateusz Zalega2014-05-05-0/+2
| * ums: always initialize mmc before ums_disk_init()Mateusz Zalega2014-05-05-4/+2
| * dfu: mmc: change offset base handlingMateusz Zalega2014-05-05-10/+14
| * dfu: mmc: raw data write fixMateusz Zalega2014-05-05-45/+65
| * usb: dfu: fix boards wo USB cable detectionMateusz Zalega2014-05-05-44/+18
| * part: header fixMateusz Zalega2014-05-05-0/+1
| * mmc: mmc header fixMateusz Zalega2014-05-05-0/+1
| * usb: gadget: allow ci_udc to build with new gadget frameworkStephen Warren2014-05-01-0/+1
| * usb: ums: use only 1 buffer for CI_UDCStephen Warren2014-04-30-0/+4
| * usb: ci_udc: support variants with hostpc registerStephen Warren2014-04-30-18/+62
| * usb: ci_udc: make PHY initialization conditionalStephen Warren2014-04-30-2/+7
| * usb: ci_udc: set ep->req.actual after transferStephen Warren2014-04-30-2/+2
| * usb: ci_udc: Support larger packetsStephen Warren2014-04-30-0/+3
| * dfu:fix: Replace wrong return value with proper oneLukasz Majewski2014-04-30-1/+1
| * exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DTandrey.konovalov@linaro.org2014-04-30-2/+4
| * usb: musb: fill in usb_gadget_unregister_driverRob Herring2014-04-30-1/+4
| * usb: handle NULL table in usb_gadget_get_stringRob Herring2014-04-30-0/+3
| * usb:gadget:f_thor: fix write to filesystem by add dfu_flush()Przemyslaw Marczak2014-04-30-0/+6
| * usb:gadget:f_thor: code cleanup in function download_tail()Przemyslaw Marczak2014-04-30-4/+3
| * usb: Fix USB keyboard polling via control endpointAdrian Cox2014-04-30-11/+25
| * usb: Add endian support macros to interrupt transfers in the EHCI driver.Adrian Cox2014-04-30-25/+31
| * usb: ehci: rmobile: Add support ehci host driver of rmobile SoCsNobuhiro Iwamatsu2014-04-30-0/+278