1. 1193397 usb: eth: asix88179: add ability to modify MAC address by Rene Griessl · 10 years ago
  2. 904f2a8 musb-new: Add interrupt queue support by Hans de Goede · 10 years ago
  3. accf04c musb-new: Add urb and hep parameters to construct_urb by Hans de Goede · 10 years ago
  4. b918a0c musb-new: Properly remove a transfer from the schedule on timeout by Hans de Goede · 10 years ago
  5. 90cdc10 musb-new: Fix reset sequence when in host mode by Hans de Goede · 10 years ago
  6. e8672e3 musb-new: Fix interrupt transfers not working by Hans de Goede · 10 years ago
  7. dc9a391 musb-new: Use time based timeouts rather then cpu-cycles based timeouts by Hans de Goede · 10 years ago
  8. 28a15ef musb-new: Add sunxi musb controller support by Hans de Goede · 10 years ago
  9. 0f8bc53 musb-new: Add register defines for different reg layout on sunxi by Hans de Goede · 10 years ago
  10. d906bbc usb: Do not log an error when no devices is plugged into a root-hub-less hcd by Hans de Goede · 10 years ago
  11. 3cbcb28 usb: Fix usb_kbd_deregister when console-muxing is used by Hans de Goede · 10 years ago
  12. 8bb6c1d usb: Add an interval parameter to create_int_queue by Hans de Goede · 10 years ago
  13. a1d3107 config_distro_bootcmd.h: Remove unnecessary magic to avoid repeated USB scans by Hans de Goede · 10 years ago
  14. b507226 USB: make "usb start" start usb only once by Hans de Goede · 10 years ago
  15. c0978a9 usb: gadget: pxa25x_udc: fix use-before-initialized bug by Alex Sadovsky · 10 years ago
  16. 1fd81b7 usb: gadget: f_dfu: Add get_alt function to pass the USB compliance test by Stefan Roese · 10 years ago
  17. 87ed6b1 usb: gadget: composite: Fix NULL pointer crash in USB compliance test by Stefan Roese · 10 years ago
  18. ab77f24 Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  19. d928664 powerpc: 74xx_7xx: remove 74xx_7xx cpu support by Masahiro Yamada · 10 years ago
  20. eb8b3f1 mpc8xx: remove unused linker script by Masahiro Yamada · 10 years ago
  21. 9c3c5c8 ppc4xx: remove dead code by Masahiro Yamada · 10 years ago
  22. d1c3310 Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  23. d2ce658 buildman: Add an option to write the full build output by Simon Glass · 10 years ago
  24. 827e37b buildman: Add the option to download toolchains from kernel.org by Simon Glass · 10 years ago
  25. 9b83bfd buildman: Allow architecture to alias to multiple toolchains by Simon Glass · 10 years ago
  26. cc93529 buildman: Don't use the local settings when running tests by Simon Glass · 10 years ago
  27. 7024ab6 buildman: Don't complain about missing sections in ~/.buildman by Simon Glass · 10 years ago
  28. 6200534 buildman: Add documentation about the .buildman file by Simon Glass · 10 years ago
  29. 3469969 buildman: Add a note about Python pre-requisites by Simon Glass · 10 years ago
  30. bb1501f buildman: Add an option to use the full tool chain path by Simon Glass · 10 years ago
  31. f210b58 buildman: Put the toolchain path first instead of last in PATH by Simon Glass · 10 years ago
  32. b532412 buildman: Try to avoid hard-coded string parsing by Simon Glass · 10 years ago
  33. 5abab20 buildman: Allow specifying a range of commits to build by Simon Glass · 10 years ago
  34. 0740127 buildman: Don't remove entire output directory when testing by Simon Glass · 10 years ago
  35. 5971ab5 buildman: Add an option to flatten output directory trees by Simon Glass · 10 years ago
  36. 2a9e2c6 buildman: Try to guess the upstream commit by Simon Glass · 10 years ago
  37. 1a91567 buildman: Don't prune output space for 'current source' build by Simon Glass · 10 years ago
  38. 05c96b1 buildman: Put build in 'current', not 'current/current' by Simon Glass · 10 years ago
  39. 4466c1f buildman: Add tests that check the correct output directory is used by Simon Glass · 10 years ago
  40. 28c4dae Merge branch 'next' of git://git.denx.de/u-boot-video by Tom Rini · 10 years ago
  41. 16ae782 net: Declare physical address as phys_addr_t unsigned type by Michal Simek · 10 years ago
  42. f1075ae ARM: armv8: Fix typo in commentary by Michal Simek · 10 years ago
  43. 421044b doc: ARM: Use the right function name by Michal Simek · 10 years ago
  44. 33d8818 Kconfig: move CONFIG_SYS_CLK_FREQ to Kconfig by Alexey Brodkin · 10 years ago
  45. 9f9d870 spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT by Masahiro Yamada · 10 years ago
  46. 3811723 image: Enable OpenRTOS booting via fitImage by Marek Vasut · 10 years ago
  47. 67ddd95 image: bootm: Add OpenRTOS image type by Marek Vasut · 10 years ago
  48. 9637c4b Add support for Seagate BlackArmor NAS220 by Evgeni Dobrev · 10 years ago
  49. 4cf84cc arm: vf610: Remove duplicate MTD defines. by Bill Pringlemeir · 10 years ago
  50. 670c017 lzo: Update dst_len even on error by Simon Glass · 10 years ago
  51. 9c55c54 gunzip: Update lenp even on error by Simon Glass · 10 years ago
  52. 362a0e4 bzlib: Update destLen even on error by Simon Glass · 10 years ago
  53. 3086c05 bootm: Factor out common parts of image decompression code by Simon Glass · 10 years ago
  54. 8fd6a4b bootm: Use print_decomp_msg() in all cases by Simon Glass · 10 years ago
  55. 6ed4dc7 test: Add unit tests for bootm image decompression by Simon Glass · 10 years ago
  56. ac9a215 test: Rename test_compression to ut_compression by Simon Glass · 10 years ago
  57. 081cc19 bootm: Export bootm_decomp_image() by Simon Glass · 10 years ago
  58. cc44772 test: Add DEBUG output option to test-fit.py by Simon Glass · 10 years ago
  59. b5493d1 sandbox: Correct ordering of 'sb save' commands by Simon Glass · 10 years ago
  60. 40e5975 bootm: Move compression progress/error messages into a function by Simon Glass · 10 years ago
  61. f6eec89 lzma: fix buffer bound check error further by Simon Glass · 10 years ago
  62. 95099fe common/memsize.c: Coding style cleanup by Wolfgang Denk · 10 years ago
  63. c7cb334 .travis.yml: build u-boot on travis-ci by Meier, Roger · 10 years ago
  64. bd5053f Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  65. ac8192a README.scrapyard: fill commit and date fields by Masahiro Yamada · 10 years ago
  66. 478d937 scripts: add a utility to fill blank fields of doc/README.scrapyard by Masahiro Yamada · 10 years ago
  67. a90e77d sunxi: usbc: Add support for usb-vbus0 controller by axp drivebus pin by Hans de Goede · 10 years ago
  68. 4458b7a sunxi: usbc: Add support for usb0 to the common usbc code by Hans de Goede · 10 years ago
  69. 0eccec4 sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg by Hans de Goede · 10 years ago
  70. 2abac62 sunxi: axp221: Add support for controlling the drivebus pin by Hans de Goede · 10 years ago
  71. 3c78119 sunxi: axp221: Protect axp221_init against multiple calls by Hans de Goede · 10 years ago
  72. 52755b1 sunxi: axp221: correct ALDO2 description for sun6i by Chen-Yu Tsai · 10 years ago
  73. 3097888 sunxi: Hummingbird_A31_defconfig: Enable VGA output through external DAC by Chen-Yu Tsai · 10 years ago
  74. 507e27d sunxi: video: Add support for external DAC enable pin by Chen-Yu Tsai · 10 years ago
  75. 2583d5b sunxi: video: Allow external DACs for VGA on platforms without TV encoders by Chen-Yu Tsai · 10 years ago
  76. a792507 sunxi: Enable pre-console buffer by Siarhei Siamashka · 10 years ago
  77. 2766966 console: Use pre-console buffer to get complete log on all consoles by Siarhei Siamashka · 10 years ago
  78. 05c4bd3 sun7i: Move psci_arch_init close to text_end by Jan Kiszka · 10 years ago
  79. 602fa46 sun7i: Add support for taking CPUs offline via PSCI by Jan Kiszka · 10 years ago
  80. 213480e sunxi: video: Add lvds support by Hans de Goede · 10 years ago
  81. 213dcbf sunxi: add Linksprite pcDuino v1/v2 support by Zoltan HERPAI · 10 years ago
  82. 7fad8a9 sunxi: video: Add a hpd_delay parameter to configure hpd delay by Hans de Goede · 10 years ago
  83. d9786d2 sunxi: video: Add VGA output support by Hans de Goede · 10 years ago
  84. 49d2703 sunxi: video: Fallback from HDMI to VGA on boards with VGA by Hans de Goede · 10 years ago
  85. 3ffbe47 sunxi: video: Add support for using PORTD hsync/vsync pins with tcon1 by Hans de Goede · 10 years ago
  86. 6741cc7 sunxi: video: Use sunxi_lcdc_get_clk_delay to calculate tcon1 delay by Hans de Goede · 10 years ago
  87. b98d048 sunxi: video: Remove sunxi_display.enabled variable by Hans de Goede · 10 years ago
  88. 7398fd5 sunxi: Ippo_q8h defconfigs: Enable the LCD panel found on these tablets. by Hans de Goede · 10 years ago
  89. 5ef5263 sunxi: A13-OLinuXino defconfigs: Enable VGA output, add lcd-mode for 7" LCD by Hans de Goede · 10 years ago
  90. 8c95c55 sunxi: sunxi-common.h: Reduce bootm_size to take the framebuffer into account by Hans de Goede · 10 years ago
  91. e2bbdfb sunxi: video: Add support for VGA via external DACs connected to the LCD pins by Hans de Goede · 10 years ago
  92. 2fbf091 sunxi: video: Enable video on sun8i, which supports LCD but not HDMI by Hans de Goede · 10 years ago
  93. 2dae800 sunxi: video: Add lcd output support by Hans de Goede · 10 years ago
  94. e840079 sunxi: video: Move sunxi_drc_init by Hans de Goede · 10 years ago
  95. 5489ebc sunxi: video: Modify sunxi_lcdc_pll_set to work with both tcon0 and tcon1 by Hans de Goede · 10 years ago
  96. 0e04521 sunxi: video: Prepare for lcd support by Hans de Goede · 10 years ago
  97. 1c09220 sunxi: video: Improve monitor video-mode option handling by Hans de Goede · 10 years ago
  98. 6c727e0 sunxi: gpio: Add support for gpio pins on the AXP209 pmic by Hans de Goede · 10 years ago
  99. d27f7d1 sunxi: gpio: Properly sort mux defines by port number by Hans de Goede · 10 years ago
  100. 876aaaf sunxi: video: Set input sync enable by Hans de Goede · 10 years ago