aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-06usb: kbd: Remove check for already being registeredHans de Goede1-11/+1
2014-10-06usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop()Hans de Goede1-12/+15
2014-10-06usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregisterHans de Goede1-1/+6
2014-10-06usb: kbd: Fix unaligned buffer usage in usb_kbd_setled()Hans de Goede1-2/+3
2014-10-06usb: ehci: Make periodic_schedules a per controller variableHans de Goede2-5/+5
2014-10-06usb: ehci: poll_int_queue check real qtd, not the overlayHans de Goede1-8/+10
2014-10-06usb: ehci: Add missing cache flush to destroy_int_queueHans de Goede1-0/+2
2014-10-06usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chainHans de Goede1-8/+28
2014-10-03dw_mmc: cleanupsPavel Machek1-11/+13
2014-10-03cmd_mmc: fix bootpart-resize maxarg to 4Wally Yeh1-1/+1
2014-10-03mmc: Fix mmc bus widthMario Schuknecht1-2/+3
2014-10-03mvebu_mmc: Driver additionMario Schuknecht1-1/+61
2014-10-03env_mmc: correct fini partition to match init partitionPeter Bigot1-1/+1
2014-10-03mmc: restore capacity when switching to partition 0Peter Bigot1-3/+8
2014-10-03mmc: fix ERASE_GRP_DEF handlingHannes Petermaier1-0/+2
2014-10-03mmc: set correct block size value in bfin sdh driverSonic Zhang1-3/+4
2014-09-26Merge branch 'for-tom' of git://git.denx.de/u-boot-dmTom Rini4-110/+89
2014-09-26spi: Add brackets and tidy defines in spi.hSimon Glass1-12/+12
2014-09-26dm: spi: Move cmd device code into its own functionSimon Glass1-21/+32
2014-09-26sandbox: config: Enable all SPI flash chipsSimon Glass1-1/+7
2014-09-26sandbox: Convert SPI flash emulation to use sf_paramsSimon Glass1-76/+38
2014-09-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini39-251/+1018
2014-09-26Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini14-39/+82
2014-09-25nand/denali: Document CONFIG symbolsScott Wood1-0/+6
2014-09-25nand/denali: Adding Denali NAND driver supportChin Liang See3-0/+1673
2014-09-25mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep()Stefan Roese1-3/+1
2014-09-25mtd: nand: am335x: Fix 'bit-flip' errors in SPLRostislav Lisovy1-4/+8
2014-09-25powerpc: add --bss-plt to LDFLAGSChris Packham1-0/+1
2014-09-25board/ls1021aqds: Add DDR4 supportYork Sun6-2/+30
2014-09-25driver/ddr/fsl: Fix DDR4 driverYork Sun2-4/+8
2014-09-25ARMv8/ls2085a: Move u-boot location to make room for RCWYork Sun1-1/+1
2014-09-25ARMv8/ls2085a: Enable secondary coresYork Sun2-3/+8
2014-09-25armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot PageYork Sun12-89/+518
2014-09-25fdt_support: Make of_bus_default_count_cells non staticArnab Basu2-1/+4
2014-09-25fdt_support: Move of_read_number to fdt_support.hArnab Basu2-9/+9
2014-09-25driver/ddr/fsl: Fix tXP and tCKEYork Sun4-14/+22
2014-09-25ARMv8/ls2085a_emu: Enable DP-DDR as standalone memory blockYork Sun6-5/+89
2014-09-25driver/ddr: Restruct driver to allow standalone memory spaceYork Sun8-108/+238
2014-09-25board/ls2085a: Add support of NOR and NAND flash for simulatorPrabhakar Kushwaha2-0/+71
2014-09-25driver/mtd: Use generic timer API for FSL IFC, eLBCPrabhakar Kushwaha2-15/+14
2014-09-25checkpatch: remove unnecessary + after {8,8}Joe Perches1-1/+1
2014-09-25kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfigMasahiro Yamada76-81/+46
2014-09-25kconfig: move CONFIG_OF_* to KconfigMasahiro Yamada46-61/+78
2014-09-24tools: remove reformat.pyMasahiro Yamada1-132/+0
2014-09-24README.clang: update FreeBSD instructionsJeroen Hofstee1-4/+4
2014-09-24compiler_gcc: prevent redefining attributesJeroen Hofstee1-0/+10
2014-09-24kbuild: refactor some makefilesMasahiro Yamada5-12/+7
2014-09-24common.h: remove MIN, MAX, MIN3, MAX3 macrosMasahiro Yamada1-6/+0
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada13-39/+39
2014-09-24compiler.h: remove duplicated uninitialized_varJeroen Hofstee1-3/+0