1. 96c5f08 arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo() by Stefan Roese · 10 years ago
  2. 4fd7717 spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE by Stefan Roese · 10 years ago
  3. d5c5132 arm: marvell: Extract kirkwood gpio functions into new common file gpio.c by Stefan Roese · 10 years ago
  4. 4aceea2 spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's by Stefan Roese · 10 years ago
  5. 24c0497 arm: mvebu: Add common mbus functions to use on Marvell SoCs by Stefan Roese · 10 years ago
  6. 22700dc arm: marvell: Rework timer.c to make it usable for other MVEBU platforms by Stefan Roese · 10 years ago
  7. 3e972cb arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h by Stefan Roese · 10 years ago
  8. 3dc23f7 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · 10 years ago
  9. d80cca2 arm: kirkwood: Move some SoC files into new arch/arm/mvebu-common by Stefan Roese · 10 years ago
  10. dee8abc Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  11. 2110957 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  12. 8104f54 net: Display the size when tftpboot finishes by Simon Glass · 10 years ago
  13. c0561d1 x86: Enable FIT, ELF on coreboot by Simon Glass · 10 years ago
  14. c67161c x86: config: link: Display the board model on the screen by Simon Glass · 10 years ago
  15. 39c0b63 x86: link: Tidy up the command lines options by Simon Glass · 10 years ago
  16. e731707 doc: Remove note about auto-complete not working with hush by Simon Glass · 10 years ago
  17. 14db950 x86: cros_ec: Enable cros_ec for link by Simon Glass · 10 years ago
  18. f126992 x86: cros_ec: Update LPC driver for new cros_ec header by Simon Glass · 10 years ago
  19. ca42d3f x86: dts: Add device tree compatible string for Intel IPC by Simon Glass · 10 years ago
  20. 6ddc4fd x86: Add device tree information for Chrome OS EC by Simon Glass · 10 years ago
  21. 2d41046 x86: config: Enable dhcp on link by Simon Glass · 10 years ago
  22. 2f37604 fdt: Add a subnodes iterator macro by Thierry Reding · 10 years ago
  23. 9f85eee fdt: Add a function to return PCI BDF triplet by Thierry Reding · 10 years ago
  24. 56f4224 fdt: Add resource parsing functions by Thierry Reding · 10 years ago
  25. 5094eb4 fdt: Add functions to retrieve strings by Thierry Reding · 10 years ago
  26. fc503c1 fdt: Add a function to get the index of a string by Thierry Reding · 10 years ago
  27. bc4147a fdt: Add a function to count strings by Thierry Reding · 10 years ago
  28. 68e80fd Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  29. 8a9cd5a dm: serial: Support driver model in pl01x driver by Simon Glass · 10 years ago
  30. aed2fbe dm: serial: Tidy up the pl01x driver by Simon Glass · 10 years ago
  31. 41e98e0 dm: rpi: Convert GPIO driver to driver model by Simon Glass · 10 years ago
  32. da802b9 dm: core: Add support for simple-bus by Simon Glass · 10 years ago
  33. 3f0e935 dm: imx: Move cm_fx6 to use driver model for serial and GPIO by Simon Glass · 10 years ago
  34. a8ba569 dm: imx: serial: Support driver model in the MXC serial driver by Simon Glass · 10 years ago
  35. 441d0cf dm: imx: gpio: Support driver model in MXC gpio driver by Simon Glass · 10 years ago
  36. 8f488c1 arm: mx6: cm_fx6: use gpio request by Nikita Kiryanov · 10 years ago
  37. c6f3f32 dm: imx: i2c: Use gpio_request() to request GPIOs by Simon Glass · 10 years ago
  38. edbf8b4 imx: Add error checking to setup_i2c() by Simon Glass · 10 years ago
  39. b889332 dm: serial: Put common code into separate functions by Simon Glass · 10 years ago
  40. aacc6c5 initcall: Display error number when an error occurs by Simon Glass · 10 years ago
  41. 1077839 dm: core: Allow a list of devices to be declared in one step by Simon Glass · 10 years ago
  42. 3fcc3af dm: linker_lists: Add a way to declare multiple objects by Simon Glass · 10 years ago
  43. ea0ebc8 dm: exynos: cros_ec: Move cros_ec_spi to driver model by Simon Glass · 10 years ago
  44. be995a8 dm: sandbox: cros_ec: Move sandbox cros_ec to driver module by Simon Glass · 10 years ago
  45. 84d6cbd dm: cros_ec: Add support for driver model by Simon Glass · 10 years ago
  46. fda6fac dm: tegra: spi: Convert to driver model by Simon Glass · 10 years ago
  47. d2f60f9 dm: tegra: dts: Add aliases for spi on tegra30 boards by Simon Glass · 10 years ago
  48. 0ae0cb7 dm: sf: Add tests for SPI flash by Simon Glass · 10 years ago
  49. ebcab48 dm: spi: Add tests by Simon Glass · 10 years ago
  50. 465bc03 dm: exynos: config: Use driver model for SPI flash by Simon Glass · 10 years ago
  51. b6c2956 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · 10 years ago
  52. fbb0991 dm: Convert spi_flash_probe() and 'sf probe' to use driver model by Simon Glass · 10 years ago
  53. 4c2dbef dm: sf: Add a uclass for SPI flash by Simon Glass · 10 years ago
  54. ae242cb spi: Use error return value in sf_ops by Simon Glass · 10 years ago
  55. ff0960f sf: Tidy up public and private header files by Simon Glass · 10 years ago
  56. 0043b1f exynos: universal_c210: Move to driver model soft_spi by Simon Glass · 10 years ago
  57. 6126c8e dm: spi: Add documentation on how to convert over SPI drivers by Simon Glass · 10 years ago
  58. 73186c9 dm: exynos: Convert SPI to driver model by Simon Glass · 10 years ago
  59. 623b638 dm: spi: Add soft_spi implementation by Simon Glass · 10 years ago
  60. 44ba6b0 dm: spi: Remove SPI_INIT feature by Simon Glass · 10 years ago
  61. a666f39 dm: spi: Rename soft_spi.c to soft_spi_legacy.c by Simon Glass · 10 years ago
  62. 49b5d6e dm: sandbox: spi: Move to driver model by Simon Glass · 10 years ago
  63. 1157a16 dm: spi: Adjust cmd_spi to work with driver model by Simon Glass · 10 years ago
  64. 843c9e8 dm: Add spi.h header to a few files by Simon Glass · 10 years ago
  65. ebe76a2 dm: Remove spi_init() from board_r.c when using driver model by Simon Glass · 10 years ago
  66. c60e1f2 dm: sandbox: Add a SPI emulation uclass by Simon Glass · 10 years ago
  67. d7af6a4 dm: spi: Add a uclass for SPI by Simon Glass · 10 years ago
  68. 547cea1 dm: core: Add a clarifying comment on struct udevice's seq member by Simon Glass · 10 years ago
  69. accd4b1 dm: core: Allow parents to pass data to children during probe by Simon Glass · 10 years ago
  70. a8981d4 dm: core: Add functions for iterating through device children by Simon Glass · 10 years ago
  71. 0b304a2 sandbox: dts: Add a SPI device and cros_ec device by Simon Glass · 10 years ago
  72. 73e256c dm: exynos: Move serial to driver model by Simon Glass · 10 years ago
  73. 9208fff dm: exynos: Mark exynos5 console as pre-reloc by Simon Glass · 10 years ago
  74. b8809e6 dm: exynos: gpio: Convert to driver model by Simon Glass · 10 years ago
  75. 7f19610 dm: exynos: Make sure that GPIOs are requested by Simon Glass · 10 years ago
  76. 3a233db dm: exynos: Tidy up GPIO defines by Simon Glass · 10 years ago
  77. 903fd79 dm: exynos: Tidy up GPIO headers by Simon Glass · 10 years ago
  78. 084067c dm: exynos: Move s5p_goni to generic board by Simon Glass · 10 years ago
  79. d010fac dm: exynos: Move smdkc100 to generic board by Simon Glass · 10 years ago
  80. 3b7a326 dm: exynos: Add pinctrl settings for s5p_goni by Simon Glass · 10 years ago
  81. 3a4ed03 dm: exynos: Add pinctrl settings for smdkc100 by Simon Glass · 10 years ago
  82. c6b0b09 dm: exynos: dts: Adjust device tree files for U-Boot by Simon Glass · 10 years ago
  83. 4167848 dm: exynos: dts: Remove unused pinctrl information to save space by Simon Glass · 10 years ago
  84. dd54739 dm: exynos: Bring in pinctrl dts files from Linux kernel by Simon Glass · 10 years ago
  85. 2fdd7d9 dm: exynos: dts: Convert /include/ to #include by Simon Glass · 10 years ago
  86. 4d38395 arm: goni: add i2c_init_board() by Robert Baldyga · 10 years ago
  87. f887cb6 dm: add of_match_ptr() macro by Masahiro Yamada · 10 years ago
  88. b1799fc dm: fix include guard by Masahiro Yamada · 10 years ago
  89. 42c23dd dm: include <linker_lists.h> from platdata.h and uclass.h by Masahiro Yamada · 10 years ago
  90. dc7cb46 linker_lists: include <linux/compiler.h> by Masahiro Yamada · 10 years ago
  91. 2cede45 dm: simplify the loop in lists_driver_lookup_name() by Masahiro Yamada · 10 years ago
  92. 29a1bed dm: do not check the existence of uclass operation by Masahiro Yamada · 10 years ago
  93. 81b4e75 dm: fix comments by Masahiro Yamada · 10 years ago
  94. 35d4fed x86: Fix GDT limit in start16.S by Bin Meng · 10 years ago
  95. fb00601 x86: Fix rom version build with CONFIG_X86_RESET_VECTOR by Bin Meng · 10 years ago
  96. 90268b8 x86: Support loading kernel setup from a FIT by Simon Glass · 10 years ago
  97. 3811977 doc: Tidy up and update part of the FIT documentation by Simon Glass · 10 years ago
  98. 5ba63dd sandbox: bootm: Don't fail the architecture check by Simon Glass · 10 years ago
  99. 97d1e0c x86: Allow cmdline setup in setup_zimage() to be optional by Simon Glass · 10 years ago
  100. 0d0ba59 x86: Rewrite bootm.c to make it similar to ARM by Simon Glass · 10 years ago