summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * 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
| * | Merge branch 'next' of git://git.denx.de/u-boot-shTom Rini2014-05-02-96/+0
| |\ \ | | |/ | |/|
| | * sh: delete an unused source fileMasahiro Yamada2014-04-30-96/+0
| * | drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte writeShaveta Leekha2014-04-29-7/+34
| * | driver/mxc_i2c: Move static data structure to global_dataYork Sun2014-04-29-10/+11
| |/
| * Merge branch 'master' of git://www.denx.de/git/u-boot-arcTom Rini2014-04-25-3/+3
| |\
| | * axs101: bump DDR size from 256 to 512 MbAlexey Brodkin2014-04-25-2/+2
| | * axs101: increase EEPROM page write delay from 32 to 64 msecAlexey Brodkin2014-04-25-1/+1
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxTom Rini2014-04-25-64/+101
| |\ \
| | * | ppc4xx: add support for new PMC440 revision with cleanupMatthias Fuchs2014-04-24-64/+101
| | |/
| * | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxTom Rini2014-04-25-4/+813
| |\ \
| | * | mpc83xx: add ids8313 supportHeiko Schocher2014-04-23-0/+807
| | * | mpc8313, bootcount: mpc8313 has no qe muramHeiko Schocher2014-04-23-3/+4
| | * | powerpc, ids8247: create vendor board dir idsHeiko Schocher2014-04-23-1/+2
| | |/
| * | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-04-25-1555/+5777
| |\ \ | | |/ | |/|
| | * ar8031: modify the config func of ar8031 to ar8021_configZhao Qiang2014-04-22-1/+1
| | * powerpc/T4QDS: add two stage boot of nand/sdShaohui Xie2014-04-22-27/+310
| | * powerpc/t4240: updated RCW and PBI for rev2.0Shaohui Xie2014-04-22-17/+3
| | * powerpc/mpc85xx:Update FM1 clock select and shift for B4420Prabhakar Kushwaha2014-04-22-2/+2
| | * board/t2080rdb: some update for t2080rdbShengzhou Liu2014-04-22-10/+15
| | * board/t208xrdb: Add support of 2-stage NAND/SPI/SD bootShengzhou Liu2014-04-22-36/+282
| | * board/t208xqds: Add support of 2-stage NAND/SPI/SD bootShengzhou Liu2014-04-22-28/+253
| | * powerpc/mpc85xx: Add Differential SYSCLK config support T1040Nikhil Badola2014-04-22-0/+31
| | * powerpc/85xx: Enhance get_sys_info() to check clocking modevijay rai2014-04-22-8/+27
| | * powerpc/t1040rdb: added a break in switch caseShaohui Xie2014-04-22-0/+1
| | * Powerpc/mpc8536DS: Increase SPI/SD uboot Image size to 768KHaijun.Zhang2014-04-22-2/+2
| | * powerpc/mpc85xx:Update MONITOR_LEN for 768KB u-boot sizePrabhakar Kushwaha2014-04-22-19/+19
| | * powerpc/mpc85xx:Avoid fix address of bootpg sectionPrabhakar Kushwaha2014-04-22-2/+12
| | * board/t104xrdb: Add support of NAND, SD, SPI boot for T104xRDBPrabhakar Kushwaha2014-04-22-20/+371
| | * board/b4qds:Add support of 2 stage NAND boot-loaderPrabhakar Kushwaha2014-04-22-12/+230
| | * Makefile: Add support of CONFIG_SPL_FSL_PBLPrabhakar Kushwaha2014-04-22-0/+23
| | * driver: Add support of image load for MMC & SPI in SPLPrabhakar Kushwaha2014-04-22-0/+42
| | * driver/mtd/spi:Read 8KB data chunk during u-boot load in SPLPrabhakar Kushwaha2014-04-22-3/+12
| | * driver/ifc: define nand_spl_load_image() for SPLPrabhakar Kushwaha2014-04-22-13/+0
| | * powerpc/mpc85xx:Disable non DDR LAWs before init_lawPrabhakar Kushwaha2014-04-22-9/+33
| | * powerpc:Add support of SPL non-relocationPrabhakar Kushwaha2014-04-22-0/+17
| | * powerpc/mpc85xx: Avoid hardcoding in SPL linker scriptPrabhakar Kushwaha2014-04-22-1/+6