1. 1a58638 stdio: Add force parameter to stdio_deregister by Hans de Goede · 10 years ago
  2. 7d21c8b usb: kbd: Remove check for already being registered by Hans de Goede · 10 years ago
  3. c7c1174 usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop() by Hans de Goede · 10 years ago
  4. f565623 usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregister by Hans de Goede · 10 years ago
  5. e402b6c usb: kbd: Fix unaligned buffer usage in usb_kbd_setled() by Hans de Goede · 10 years ago
  6. 8f5f4f7 usb: ehci: Make periodic_schedules a per controller variable by Hans de Goede · 10 years ago
  7. 9db174c usb: ehci: poll_int_queue check real qtd, not the overlay by Hans de Goede · 10 years ago
  8. 8e00cf6 usb: ehci: Add missing cache flush to destroy_int_queue by Hans de Goede · 10 years ago
  9. da16677 usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain by Hans de Goede · 10 years ago
  10. f39dbac dw_mmc: cleanups by Pavel Machek · 10 years ago
  11. d49c4aa cmd_mmc: fix bootpart-resize maxarg to 4 by Wally Yeh · 10 years ago
  12. 968f6c0 mmc: Fix mmc bus width by Mario Schuknecht · 10 years ago
  13. 6764f37 mvebu_mmc: Driver addition by Mario Schuknecht · 10 years ago
  14. 3a4f656 env_mmc: correct fini partition to match init partition by Peter Bigot · 10 years ago
  15. 45fde89 mmc: restore capacity when switching to partition 0 by Peter Bigot · 10 years ago
  16. 15e874d mmc: fix ERASE_GRP_DEF handling by Hannes Petermaier · 10 years ago
  17. 69b2c1c mmc: set correct block size value in bfin sdh driver by Sonic Zhang · 10 years ago
  18. 6519943 Merge branch 'for-tom' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  19. fd170c3 spi: Add brackets and tidy defines in spi.h by Simon Glass · 10 years ago
  20. 6a0b019 dm: spi: Move cmd device code into its own function by Simon Glass · 10 years ago
  21. 1f21d48 sandbox: config: Enable all SPI flash chips by Simon Glass · 10 years ago
  22. 5d8f063 sandbox: Convert SPI flash emulation to use sf_params by Simon Glass · 10 years ago
  23. 4844742 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  24. 36009b6 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  25. 0542391 nand/denali: Document CONFIG symbols by Scott Wood · 10 years ago
  26. 03534df nand/denali: Adding Denali NAND driver support by Chin Liang See · 10 years ago
  27. a9e9954 mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep() by Stefan Roese · 10 years ago
  28. 278d903 mtd: nand: am335x: Fix 'bit-flip' errors in SPL by Rostislav Lisovy · 10 years ago
  29. a5f5df2 powerpc: add --bss-plt to LDFLAGS by Chris Packham · 10 years ago
  30. ba3c080 board/ls1021aqds: Add DDR4 support by York Sun · 10 years ago
  31. a8b3d52 driver/ddr/fsl: Fix DDR4 driver by York Sun · 10 years ago
  32. c4da12e ARMv8/ls2085a: Move u-boot location to make room for RCW by York Sun · 10 years ago
  33. 290a83a ARMv8/ls2085a: Enable secondary cores by York Sun · 10 years ago
  34. 56cc3db armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot Page by York Sun · 10 years ago
  35. 9f6a06a fdt_support: Make of_bus_default_count_cells non static by Arnab Basu · 10 years ago
  36. ae16fc8 fdt_support: Move of_read_number to fdt_support.h by Arnab Basu · 10 years ago
  37. c1bf24f driver/ddr/fsl: Fix tXP and tCKE by York Sun · 10 years ago
  38. c7a0e30 ARMv8/ls2085a_emu: Enable DP-DDR as standalone memory block by York Sun · 10 years ago
  39. 79a779b driver/ddr: Restruct driver to allow standalone memory space by York Sun · 10 years ago
  40. 962b2de board/ls2085a: Add support of NOR and NAND flash for simulator by Prabhakar Kushwaha · 10 years ago
  41. d7550e1 driver/mtd: Use generic timer API for FSL IFC, eLBC by Prabhakar Kushwaha · 10 years ago
  42. dc22ede checkpatch: remove unnecessary + after {8,8} by Joe Perches · 10 years ago
  43. 8c65b9d kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig by Masahiro Yamada · 10 years ago
  44. 9fadbc8 kconfig: move CONFIG_OF_* to Kconfig by Masahiro Yamada · 10 years ago
  45. f0cb67c tools: remove reformat.py by Masahiro Yamada · 10 years ago
  46. 432710c README.clang: update FreeBSD instructions by Jeroen Hofstee · 10 years ago
  47. 63ae4ab compiler_gcc: prevent redefining attributes by Jeroen Hofstee · 10 years ago
  48. 6968298 kbuild: refactor some makefiles by Masahiro Yamada · 10 years ago
  49. fbb5ace common.h: remove MIN, MAX, MIN3, MAX3 macros by Masahiro Yamada · 10 years ago
  50. b62b39b cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · 10 years ago
  51. f32918f compiler.h: remove duplicated uninitialized_var by Jeroen Hofstee · 10 years ago
  52. cdb389d cmd_nand: Update (nand_info_t*)nand after arg_off(_size) call by Rostislav Lisovy · 10 years ago
  53. d4a533f linker_lists: fix comment by Masahiro Yamada · 10 years ago
  54. bd58e2f kconfig: remove config_cmd_defaults.h by Masahiro Yamada · 10 years ago
  55. a1d2013 kconfig: move CONFIG_CMD_IMPORTENV to Kconfig by Masahiro Yamada · 10 years ago
  56. 5c19947 kconfig: move CONFIG_CMD_GO to Kconfig by Masahiro Yamada · 10 years ago
  57. aa07dcb kconfig: move CONFIG_CMD_EXPORTENV to Kconfig by Masahiro Yamada · 10 years ago
  58. faecb26 kconfig: move CONFIG_CMD_CRC32 to Kconfig by Masahiro Yamada · 10 years ago
  59. 4772cf2 kconfig: move CONFIG_CMD_BOOTM to Kconfig by Masahiro Yamada · 10 years ago
  60. 3f053fe kconfig: move CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED to Kconfig by Masahiro Yamada · 10 years ago
  61. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  62. dd5355e config_distro_bootcmd: Run 'scsi scan' before trying scsi disks by Hans de Goede · 10 years ago
  63. 5cd6ded MAINTAINERS: comment out blank M: field by Masahiro Yamada · 10 years ago
  64. ba0debf MAINTAINERS: comment out invalid maintainers by Masahiro Yamada · 10 years ago
  65. 9362424 tools/genboardscfg.py: pick up also commented maitainers by Masahiro Yamada · 10 years ago
  66. 7b41cb1 test: Add a test for command repeat by Simon Glass · 10 years ago
  67. 0132648 test: Remove tabs from trace test by Simon Glass · 10 years ago
  68. 28c5ce7 sandbox: Disable Ctrl-C by Simon Glass · 10 years ago
  69. 385375d Reactivate the tracing feature by Simon Glass · 10 years ago
  70. a4264e1 cleanup disk/part.c whitespace by Pavel Machek · 10 years ago
  71. 4573398 mpc8xx: move common linker scripts into the CPU directory by Masahiro Yamada · 10 years ago
  72. a07e0ae e1000: fix no nvm build by Marcel Ziswiler · 10 years ago
  73. 66be1ae tools/env: change stripping strategy to allow no-stripping by Thomas Petazzoni · 10 years ago
  74. c601567 usb/gadget: fastboot: implement sparse format by Steve Rae · 10 years ago
  75. 56ad792 usb/gadget: fastboot: minor cleanup by Steve Rae · 10 years ago
  76. bfb9ba4 usb/gadget: fastboot: add support for flash command by Steve Rae · 10 years ago
  77. 792ac48 usb/gadget: fastboot: add eMMC support for flash command by Steve Rae · 10 years ago
  78. ded483c board/t1040qds: Add sgmii ports support in 0xA7 protocol by Priyanka Jain · 10 years ago
  79. 0352a98 powerpc/t104xrdb: Set DDR ODT to 75ohm by Priyanka Jain · 10 years ago
  80. 353afde powerpc/mpc85xx: Serdes protocol "00" is supported by Ebony Zhu · 10 years ago
  81. 35a9529 B4860QDS: Enable mac command support by Shaveta Leekha · 10 years ago
  82. 82699a6 powerpc/b4860: Updated default hwconfig to enable only cpc2 by Shaveta Leekha · 10 years ago
  83. 67b5c99 powerpc/8xxx: Fix in USB device-tree fixup by ramneek mehresh · 10 years ago
  84. 6eb8e0c powerpc/t104xrdb: Add T1042RDB board support by vijay rai · 10 years ago
  85. c8cb912 powerpc/t104xrdb: Add Support of rcw for T1042RDB in u-boot by vijay rai · 10 years ago
  86. cf32918 board/ls2085a: Update env_addr after NOR flash relocation by Prabhakar Kushwaha · 10 years ago
  87. 4223c3d powerpc/t104xrdb: Enable SPI flash Extend address support by Zhiqiang Hou · 10 years ago
  88. 57767df spi: kirkwood_spi.c: cosmetic: Fix minor coding style issues by Stefan Roese · 10 years ago
  89. 8edd6e0 spi: kirkwood_spi.c: Make global variable static by Stefan Roese · 10 years ago
  90. b85f0cb spi: kirkwood_spi.c: Some fixes and cleanup by Stefan Roese · 10 years ago
  91. 4c653e4 arm: kirkwood: spi.h: Add some missing parenthesis by Stefan Roese · 10 years ago
  92. 4d23d51 sf: Add M25PX64 SPI NOR flash ID by Stefan Roese · 10 years ago
  93. 6c6ccdf spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* by Nikita Kiryanov · 10 years ago
  94. 00cd738 spi: mxc: fix sf probe when using mxc_spi by Nikita Kiryanov · 10 years ago
  95. 257ede9 mtd: spi: add support for M25PE16 and M25PX16 by Nikita Kiryanov · 10 years ago
  96. e1813c4 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  97. 2e9edbf dm: avoid dev->req_seq overflow by Robert Baldyga · 10 years ago
  98. 28141d5 dm: serial: Don't require device tree to configure a console by Simon Glass · 10 years ago
  99. c2ac141 dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL by Simon Glass · 10 years ago
  100. 49c753d sf: Add an empty entry to the parameter list by Simon Glass · 10 years ago