1. 009afd3 odroid u3: enable dm i2c support by Przemyslaw Marczak · 10 years ago
  2. 9a10a28 odroid u3: dts: add missing i2c aliases by Przemyslaw Marczak · 10 years ago
  3. 2a4f811 dm: i2c: s3c24x0: adjust to dm-i2c api by Przemyslaw Marczak · 10 years ago
  4. 056d655 exynos5: pinmux: check flag for i2c config by Przemyslaw Marczak · 10 years ago
  5. ef22349 arndale: dts: add missing i2c aliases by Przemyslaw Marczak · 10 years ago
  6. 46bcd55 exynos4: dts: add missing i2c properties by Przemyslaw Marczak · 10 years ago
  7. 37abfb6 smdk5250: config: enable max77686 driver support by Przemyslaw Marczak · 10 years ago
  8. b4e1b31 exynos5250: config: disable max77686 driver by Przemyslaw Marczak · 10 years ago
  9. 7a25a2f arndale: config: disable max77686 support by Przemyslaw Marczak · 10 years ago
  10. 7d73708 dm: i2c-uclass-compat: fix missed argument by Przemyslaw Marczak · 10 years ago
  11. 2c8987f rsa: Use checksum algorithms from struct hash_algo by Ruchika Gupta · 10 years ago
  12. c915ceb Use hash.c in mkimage by Ruchika Gupta · 10 years ago
  13. b6a1096 hash: Add function to find hash_algo struct with progressive hash by Ruchika Gupta · 10 years ago
  14. 4acd8c4 lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation by Ruchika Gupta · 10 years ago
  15. 29c1a6b DM: crypto/fsl - Add Freescale rsa DM driver by Ruchika Gupta · 10 years ago
  16. a0d3ca6 lib/rsa: Modify rsa to use DM driver by Ruchika Gupta · 10 years ago
  17. e9a788d configs: Move CONFIG_FIT_SIGNATURE to defconfig by Ruchika Gupta · 10 years ago
  18. 98ebb12 DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver by Ruchika Gupta · 10 years ago
  19. 2c3822e FIT: Modify option FIT_SIGNATURE in Kconfig by Ruchika Gupta · 10 years ago
  20. b92ebab rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · 10 years ago
  21. cb2c286 Export redesign by Martin Dorwig · 10 years ago
  22. 0623299 dm: Update documentation for new bus features by Simon Glass · 10 years ago
  23. 21e0c9b dm: cros_ec_spi: Remove old pre-driver-model code by Simon Glass · 10 years ago
  24. d3d9c06 dm: cros_ec: Don't require protocol 3 support by Simon Glass · 10 years ago
  25. 528b1ef dm: core: Ignore disabled devices when binding by Simon Glass · 10 years ago
  26. 0e3b598 dm: exynos: Drop unused COMPAT features for SPI by Simon Glass · 10 years ago
  27. 605760b dm: tegra: Drop unused COMPAT features for I2C, SPI by Simon Glass · 10 years ago
  28. 713c3f0 dm: i2c: Move slave details to child platdata by Simon Glass · 10 years ago
  29. 5d2ee05 dm: spi: Move slave details to child platdata by Simon Glass · 10 years ago
  30. 82c2f50 dm: spi: Set up the spi_slave device pointer in child_pre_probe() by Simon Glass · 10 years ago
  31. 5104b98 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  32. ef3493d dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe() by Simon Glass · 10 years ago
  33. f4c9b3e dm: core: Allow the uclass to set up a device's child after binding by Simon Glass · 10 years ago
  34. 31a4d8d dm: spi: Move the per-child data size to the uclass by Simon Glass · 10 years ago
  35. c23b428 dm: core: Allow uclasses to specify private data for a device's children by Simon Glass · 10 years ago
  36. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  37. 98fd5d1 dm: core: Add a function to get a device's uclass ID by Simon Glass · 10 years ago
  38. a4a51a0 dm: core: Add a post_bind method for parents by Simon Glass · 10 years ago
  39. 57f9540 dm: core: Allow uclasses to specify platdata for a device's children by Simon Glass · 10 years ago
  40. 11b6173 dm: core: Allow parents to have platform data for their children by Simon Glass · 10 years ago
  41. ba75049 dm: core: Allocate platform data when binding a device by Simon Glass · 10 years ago
  42. 4ebe01b dm: core: Tidy up error handling in device_bind() by Simon Glass · 10 years ago
  43. cc7cf94 dm: core: Set device tree node for root device by Simon Glass · 10 years ago
  44. 8f5251d dm: core: Improve comments for uclass_first/next_device() by Simon Glass · 10 years ago
  45. 4fb0817 dm: Don't run tests if U-Boot cannot be built by Simon Glass · 10 years ago
  46. a2723ae dm: i2c: Provide an offset length parameter where needed by Simon Glass · 10 years ago
  47. 0275eb1 dm: i2c: Add a compatbility layer by Simon Glass · 10 years ago
  48. 7d72276 dm: i2c: Rename driver model I2C functions to permit compatibility by Simon Glass · 10 years ago
  49. d457995 dm: Drop gpio.h header from fdtdec.c by Simon Glass · 10 years ago
  50. a35bb47 dm: fdt: Remove the old GPIO functions by Simon Glass · 10 years ago
  51. dabafc3 dm: exynos: dts: Use GPIO bank phandles for GPIOs by Simon Glass · 10 years ago
  52. 3112fd5 dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOs by Simon Glass · 10 years ago
  53. 61d10b7 dm: spi: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  54. fec09c5 dm: usb: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  55. a30d4ba dm: mmc: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  56. 456029f dm: zynq: Remove inline gpio functions by Simon Glass · 10 years ago
  57. 67042a2 dm: tegra: nand: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  58. 9503617 dm: tegra: video: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  59. 947beca dm: exynos: Add a GPIO translation function by Simon Glass · 10 years ago
  60. ada3b75 dm: tegra: Add a GPIO translation function by Simon Glass · 10 years ago
  61. 0d7cc47 dm: cros_ec: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  62. 120834d dm: demo: Add a simple GPIO demonstration by Simon Glass · 10 years ago
  63. af0bb3e dm: gpio: Mark the old GPIO API deprecated by Simon Glass · 10 years ago
  64. 16e1040 dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
  65. d3322bb dm: gpio: Add a driver GPIO translation method by Simon Glass · 10 years ago
  66. ce55529 dm: gpio: Add a native driver model API by Simon Glass · 10 years ago
  67. b491e9c dm: fdt: Add a function to decode phandles with arguments by Simon Glass · 10 years ago
  68. 38d9e39 dm: tegra: Bring in GPIO device tree binding by Simon Glass · 10 years ago
  69. 46db51f dm: exynos: Bring in GPIO device tree binding by Simon Glass · 10 years ago
  70. 6535779 dm: gpio: Bring in GPIO device tree binding by Simon Glass · 10 years ago
  71. 9607f7a generic-board: show model name in board_init_f() too by Masahiro Yamada · 10 years ago
  72. b87abaf cmd_i2c: change variable type for 10bit addressing support by Masahiro Yamada · 10 years ago
  73. a8dd201 ARM: UniPhier: enable CONFIG_I2C_EEPROM by Masahiro Yamada · 10 years ago
  74. 6a33e46 ARM: UniPhier: enable I2C for UniPhier SoCs by Masahiro Yamada · 10 years ago
  75. 4e82e5e i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controller by Masahiro Yamada · 10 years ago
  76. 96a42ed i2c: UniPhier: add driver for UniPhier i2c controller by Masahiro Yamada · 10 years ago
  77. cd5cf8e i2c: add CONFIG_DM_I2C to Kconfig by Masahiro Yamada · 10 years ago
  78. 1890113 lcd: fix console address is not initialized by Bo Shen · 10 years ago
  79. bd07e97 Makefile: clean boot.bin by Bo Shen · 10 years ago
  80. cd367a6 spl: Change printf to puts for "Unsupported boot-device" by Stefan Roese · 10 years ago
  81. 172149e Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  82. 8312e53 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 10 years ago
  83. 8f1e812 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  84. 0c33c0f serial: Extend structure comments with register offset by Michal Simek · 10 years ago
  85. 05b3b5c serial: zynq: Use global baudrate instead of hardcoded one by Michal Simek · 10 years ago
  86. d682fc2 ARM: zynq: Add USB lthor download protocol support by Siva Durga Prasad Paladugu · 10 years ago
  87. e3b2474 ARM: zynq: Enable DFU functionality in zynq by Siva Durga Prasad Paladugu · 10 years ago
  88. 4aac296 ARM: zynq: provide config option to select emio by Siva Durga Prasad Paladugu · 10 years ago
  89. 53e3a06 ARM: zynq: Group ethernet configuration options together by Michal Simek · 10 years ago
  90. 3319dbc ARM: zynq: Use CMD_FS_GENERIC by Michal Simek · 10 years ago
  91. 3fa6445 ARM: zynq: Show board information by default by Michal Simek · 10 years ago
  92. cbd73b8 ARM: zynq: List qspi, smc and nand baseaddresses by Michal Simek · 10 years ago
  93. 2583002 ARM: zynq: List nand, qspi and jtag boot modes by Michal Simek · 10 years ago
  94. 250e605 ARM: zynq: slcr: Dont modify the reserved bits by Siva Durga Prasad Paladugu · 10 years ago
  95. eb95544 ARM: zynq: ddrc: Setup half of memory only for ECC case by Michal Simek · 11 years ago
  96. 0d2fa42 ARM: zynq: Remove empty line by Michal Simek · 10 years ago
  97. ac679ae ARM: zynq: Enable the Neon instructions by Michal Simek · 10 years ago
  98. 63a3be0 Merge branch 'master' of git://git.denx.de/u-boot-marvell by Tom Rini · 10 years ago
  99. 4658f45 marvell: kirkwood: guruplug refresh for newer kernel by Gerald Kerma · 10 years ago
  100. 87d14a8 kirkwood: sheevaplug: add CONFIG_SYS_GENERIC_BOARD define by Luka Perkov · 10 years ago