1. 8d91436 imx: Add error checking to setup_i2c() by Simon Glass · 10 years ago
  2. 73285a2 dm: serial: Put common code into separate functions by Simon Glass · 10 years ago
  3. 5b3abbe initcall: Display error number when an error occurs by Simon Glass · 10 years ago
  4. acf79bd dm: core: Allow a list of devices to be declared in one step by Simon Glass · 10 years ago
  5. 5d169aa dm: linker_lists: Add a way to declare multiple objects by Simon Glass · 10 years ago
  6. ffae791 dm: exynos: cros_ec: Move cros_ec_spi to driver model by Simon Glass · 10 years ago
  7. ff425d8 dm: sandbox: cros_ec: Move sandbox cros_ec to driver module by Simon Glass · 10 years ago
  8. 44569b5 dm: cros_ec: Add support for driver model by Simon Glass · 10 years ago
  9. 1121b1b dm: tegra: spi: Convert to driver model by Simon Glass · 10 years ago
  10. b4381ee dm: tegra: dts: Add aliases for spi on tegra30 boards by Simon Glass · 10 years ago
  11. 25348a4 dm: sf: Add tests for SPI flash by Simon Glass · 10 years ago
  12. abae56d dm: spi: Add tests by Simon Glass · 10 years ago
  13. aa7a068 dm: exynos: config: Use driver model for SPI flash by Simon Glass · 10 years ago
  14. 0186238 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · 10 years ago
  15. 6f7d259 dm: Convert spi_flash_probe() and 'sf probe' to use driver model by Simon Glass · 10 years ago
  16. d6eedf7 dm: sf: Add a uclass for SPI flash by Simon Glass · 10 years ago
  17. c10c3d4 spi: Use error return value in sf_ops by Simon Glass · 10 years ago
  18. d34b456 sf: Tidy up public and private header files by Simon Glass · 10 years ago
  19. fdca2aa exynos: universal_c210: Move to driver model soft_spi by Simon Glass · 10 years ago
  20. bae15dd dm: spi: Add documentation on how to convert over SPI drivers by Simon Glass · 10 years ago
  21. ca7eafe dm: exynos: Convert SPI to driver model by Simon Glass · 10 years ago
  22. 456dd7c dm: spi: Add soft_spi implementation by Simon Glass · 10 years ago
  23. 43d4a54 dm: spi: Remove SPI_INIT feature by Simon Glass · 10 years ago
  24. 6fd26bc dm: spi: Rename soft_spi.c to soft_spi_legacy.c by Simon Glass · 10 years ago
  25. 95429fe dm: sandbox: spi: Move to driver model by Simon Glass · 10 years ago
  26. 3cc94b1 dm: spi: Adjust cmd_spi to work with driver model by Simon Glass · 10 years ago
  27. def9215 dm: Add spi.h header to a few files by Simon Glass · 10 years ago
  28. 55316ad dm: Remove spi_init() from board_r.c when using driver model by Simon Glass · 10 years ago
  29. 10a4a33 dm: sandbox: Add a SPI emulation uclass by Simon Glass · 10 years ago
  30. dd82d44 dm: spi: Add a uclass for SPI by Simon Glass · 10 years ago
  31. 47424ec dm: core: Add a clarifying comment on struct udevice's seq member by Simon Glass · 10 years ago
  32. 1586a84 dm: core: Allow parents to pass data to children during probe by Simon Glass · 10 years ago
  33. 44da735 dm: core: Add functions for iterating through device children by Simon Glass · 10 years ago
  34. fd91fc9 sandbox: dts: Add a SPI device and cros_ec device by Simon Glass · 10 years ago
  35. 767e737 dm: exynos: Move serial to driver model by Simon Glass · 10 years ago
  36. f2b8f9c dm: exynos: Mark exynos5 console as pre-reloc by Simon Glass · 10 years ago
  37. 9b4e0e8 dm: exynos: gpio: Convert to driver model by Simon Glass · 10 years ago
  38. 4f83d3d dm: exynos: Make sure that GPIOs are requested by Simon Glass · 10 years ago
  39. 3898ab7 dm: exynos: Tidy up GPIO defines by Simon Glass · 10 years ago
  40. 37f1162 dm: exynos: Tidy up GPIO headers by Simon Glass · 10 years ago
  41. 7d3de47 dm: exynos: Move s5p_goni to generic board by Simon Glass · 10 years ago
  42. de80601 dm: exynos: Move smdkc100 to generic board by Simon Glass · 10 years ago
  43. 3e44c40 dm: exynos: Add pinctrl settings for s5p_goni by Simon Glass · 10 years ago
  44. 5d6927a dm: exynos: Add pinctrl settings for smdkc100 by Simon Glass · 10 years ago
  45. 89e5838 dm: exynos: dts: Adjust device tree files for U-Boot by Simon Glass · 10 years ago
  46. e3582fa dm: exynos: dts: Remove unused pinctrl information to save space by Simon Glass · 10 years ago
  47. 144cb55 dm: exynos: Bring in pinctrl dts files from Linux kernel by Simon Glass · 10 years ago
  48. 78cefc0 dm: exynos: dts: Convert /include/ to #include by Simon Glass · 10 years ago
  49. 20f67cf arm: goni: add i2c_init_board() by Robert Baldyga · 10 years ago
  50. f797bc2 dm: add of_match_ptr() macro by Masahiro Yamada · 10 years ago
  51. 1833130 dm: fix include guard by Masahiro Yamada · 10 years ago
  52. 63b3a8f dm: include <linker_lists.h> from platdata.h and uclass.h by Masahiro Yamada · 10 years ago
  53. d7a73f2 linker_lists: include <linux/compiler.h> by Masahiro Yamada · 10 years ago
  54. 94b83d6 dm: simplify the loop in lists_driver_lookup_name() by Masahiro Yamada · 10 years ago
  55. 892e38c dm: do not check the existence of uclass operation by Masahiro Yamada · 10 years ago
  56. 191fa3b dm: fix comments by Masahiro Yamada · 10 years ago
  57. c7ae09b Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  58. 10be7d4 ls102x: Add support for secure boot and enable blob command by Ruchika Gupta · 10 years ago
  59. 29e4b0e mpc85xx: configs - Enable blob command in freescale platforms by Ruchika Gupta · 10 years ago
  60. 4345a57 crypto/fsl: Add command for encapsulating/decapsulating blobs by Ruchika Gupta · 10 years ago
  61. 2998af1 powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure boot by Ruchika Gupta · 10 years ago
  62. 901ae76 ls102x: configs - Add hash command in freescale LS1 platforms by Ruchika Gupta · 10 years ago
  63. 12af67f mpc85xx: configs - Add hash command in freescale platforms by Ruchika Gupta · 10 years ago
  64. ac1b269 fsl_sec: Add hardware accelerated SHA256 and SHA1 by Ruchika Gupta · 10 years ago
  65. bb7143b fsl_sec : Change accessor function to take care of endianness by Ruchika Gupta · 10 years ago
  66. e24fde9 fsl_sec : Move SEC CCSR definition to common include by Ruchika Gupta · 10 years ago
  67. 604a959 powerpc/P1010RDB:Update RESET_VECTOR_ADDRESS for 768KB u-boot size by Ruchika Gupta · 10 years ago
  68. 9cf0e2d video: ipu_disp: remove pixclk fixup by Jeroen Hofstee · 10 years ago
  69. 9827621 video: ipu: fix debug and comment by Jeroen Hofstee · 10 years ago
  70. f461f12 lcd: Fix build error with CONFIG_LCD_BMP_RLE8 by Simon Glass · 10 years ago
  71. 9956d47 Prepare v2014.10 by Tom Rini · 10 years ago
  72. 88ccfd8 sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step by Hans de Goede · 10 years ago
  73. 27368e7 Makefile: drop "tools-only" from no-dot-config-targets by Tom Rini · 10 years ago
  74. c8ac489 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  75. 2033682 Merge branch 'u-boot-socfpga/topic/arm/socfpga-20141010' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  76. ab43536 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  77. 3835fbe arm: socfpga: Use EMAC1 on SoCDK by Marek Vasut · 10 years ago
  78. ae57d5a arm: socfpga: add MAINTAINERS entry by Pavel Machek · 10 years ago
  79. e1774be tools: compiler.h: Fix build on FreeBSD by Jeroen Hofstee · 10 years ago
  80. 89cd46f arm, at91: add generic board support for the taurus and corvus board by Heiko Schocher · 10 years ago
  81. cc496b5 ARM: atmel: switch at91sam9263ek to generic board by Bo Shen · 10 years ago
  82. 623de87 sama5d3xek: run PHY's config by Andreas Bießmann · 10 years ago
  83. d43a89a macb: simplify gmac initialisation by Andreas Bießmann · 10 years ago
  84. 4c4150c serial-uclass: Fix compilation error by Hans de Goede · 10 years ago
  85. 98e6c25 ks2_evm: readme: align according to actual sources by Khoronzhuk, Ivan · 10 years ago
  86. 4687de1 configs:ks2_evm: update defconfigs to support SPL by Murali Karicheri · 10 years ago
  87. 6057854 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 10 years ago
  88. b372dd1 am335x_evm: Correct BOOTCOUNT driver support by Tom Rini · 10 years ago
  89. d6b4694 common/board_r: remove warning in initr_mem for 64-bit phys_size_t by Valentin Longchamp · 10 years ago
  90. c61633c board/BuR: fix pinmux for MII Ethernet Interface by Hannes Petermaier · 10 years ago
  91. 65071d5 scripts/multiconfig.sh: Fix a typo by York Sun · 10 years ago
  92. 2699758 multiconfig.sh: replace GNU sed specific match by Jeroen Hofstee · 10 years ago
  93. 6355728 VCMA9: remove EXT2 support by David Müller (ELSOFT AG) · 10 years ago
  94. a58fc8e PATI: fix broken SPI access by David Müller (ELSOFT AG) · 10 years ago
  95. 13c3e39 PATI: convert to generic board by David Müller (ELSOFT AG) · 10 years ago
  96. ebe2cf9 VCMA9: convert to generic board by David Müller (ELSOFT AG) · 10 years ago
  97. 37324f0 MIP405: convert to generic board by David Müller (ELSOFT AG) · 10 years ago
  98. 789d312 PIP405: convert to generic board by David Müller (ELSOFT AG) · 10 years ago
  99. db06592 SPDX License cleanup for LiMon imported files by Wolfgang Denk · 10 years ago
  100. 7822fe0 beagleboard: Remove side effects of i2c2 pullup resisters initialization code by Alexander Kochetkov · 10 years ago