1. cb2c286 Export redesign by Martin Dorwig · 10 years ago
  2. 0623299 dm: Update documentation for new bus features by Simon Glass · 10 years ago
  3. 21e0c9b dm: cros_ec_spi: Remove old pre-driver-model code by Simon Glass · 10 years ago
  4. d3d9c06 dm: cros_ec: Don't require protocol 3 support by Simon Glass · 10 years ago
  5. 528b1ef dm: core: Ignore disabled devices when binding by Simon Glass · 10 years ago
  6. 0e3b598 dm: exynos: Drop unused COMPAT features for SPI by Simon Glass · 10 years ago
  7. 605760b dm: tegra: Drop unused COMPAT features for I2C, SPI by Simon Glass · 10 years ago
  8. 713c3f0 dm: i2c: Move slave details to child platdata by Simon Glass · 10 years ago
  9. 5d2ee05 dm: spi: Move slave details to child platdata by Simon Glass · 10 years ago
  10. 82c2f50 dm: spi: Set up the spi_slave device pointer in child_pre_probe() by Simon Glass · 10 years ago
  11. 5104b98 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  12. ef3493d dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe() by Simon Glass · 10 years ago
  13. f4c9b3e dm: core: Allow the uclass to set up a device's child after binding by Simon Glass · 10 years ago
  14. 31a4d8d dm: spi: Move the per-child data size to the uclass by Simon Glass · 10 years ago
  15. c23b428 dm: core: Allow uclasses to specify private data for a device's children by Simon Glass · 10 years ago
  16. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  17. 98fd5d1 dm: core: Add a function to get a device's uclass ID by Simon Glass · 10 years ago
  18. a4a51a0 dm: core: Add a post_bind method for parents by Simon Glass · 10 years ago
  19. 57f9540 dm: core: Allow uclasses to specify platdata for a device's children by Simon Glass · 10 years ago
  20. 11b6173 dm: core: Allow parents to have platform data for their children by Simon Glass · 10 years ago
  21. ba75049 dm: core: Allocate platform data when binding a device by Simon Glass · 10 years ago
  22. 4ebe01b dm: core: Tidy up error handling in device_bind() by Simon Glass · 10 years ago
  23. cc7cf94 dm: core: Set device tree node for root device by Simon Glass · 10 years ago
  24. 8f5251d dm: core: Improve comments for uclass_first/next_device() by Simon Glass · 10 years ago
  25. 4fb0817 dm: Don't run tests if U-Boot cannot be built by Simon Glass · 10 years ago
  26. a2723ae dm: i2c: Provide an offset length parameter where needed by Simon Glass · 10 years ago
  27. 0275eb1 dm: i2c: Add a compatbility layer by Simon Glass · 10 years ago
  28. 7d72276 dm: i2c: Rename driver model I2C functions to permit compatibility by Simon Glass · 10 years ago
  29. d457995 dm: Drop gpio.h header from fdtdec.c by Simon Glass · 10 years ago
  30. a35bb47 dm: fdt: Remove the old GPIO functions by Simon Glass · 10 years ago
  31. dabafc3 dm: exynos: dts: Use GPIO bank phandles for GPIOs by Simon Glass · 10 years ago
  32. 3112fd5 dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOs by Simon Glass · 10 years ago
  33. 61d10b7 dm: spi: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  34. fec09c5 dm: usb: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  35. a30d4ba dm: mmc: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  36. 456029f dm: zynq: Remove inline gpio functions by Simon Glass · 10 years ago
  37. 67042a2 dm: tegra: nand: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  38. 9503617 dm: tegra: video: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  39. 947beca dm: exynos: Add a GPIO translation function by Simon Glass · 10 years ago
  40. ada3b75 dm: tegra: Add a GPIO translation function by Simon Glass · 10 years ago
  41. 0d7cc47 dm: cros_ec: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  42. 120834d dm: demo: Add a simple GPIO demonstration by Simon Glass · 10 years ago
  43. af0bb3e dm: gpio: Mark the old GPIO API deprecated by Simon Glass · 10 years ago
  44. 16e1040 dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
  45. d3322bb dm: gpio: Add a driver GPIO translation method by Simon Glass · 10 years ago
  46. ce55529 dm: gpio: Add a native driver model API by Simon Glass · 10 years ago
  47. b491e9c dm: fdt: Add a function to decode phandles with arguments by Simon Glass · 10 years ago
  48. 38d9e39 dm: tegra: Bring in GPIO device tree binding by Simon Glass · 10 years ago
  49. 46db51f dm: exynos: Bring in GPIO device tree binding by Simon Glass · 10 years ago
  50. 6535779 dm: gpio: Bring in GPIO device tree binding by Simon Glass · 10 years ago
  51. 9607f7a generic-board: show model name in board_init_f() too by Masahiro Yamada · 10 years ago
  52. b87abaf cmd_i2c: change variable type for 10bit addressing support by Masahiro Yamada · 10 years ago
  53. a8dd201 ARM: UniPhier: enable CONFIG_I2C_EEPROM by Masahiro Yamada · 10 years ago
  54. 6a33e46 ARM: UniPhier: enable I2C for UniPhier SoCs by Masahiro Yamada · 10 years ago
  55. 4e82e5e i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controller by Masahiro Yamada · 10 years ago
  56. 96a42ed i2c: UniPhier: add driver for UniPhier i2c controller by Masahiro Yamada · 10 years ago
  57. cd5cf8e i2c: add CONFIG_DM_I2C to Kconfig by Masahiro Yamada · 10 years ago
  58. 1890113 lcd: fix console address is not initialized by Bo Shen · 10 years ago
  59. bd07e97 Makefile: clean boot.bin by Bo Shen · 10 years ago
  60. cd367a6 spl: Change printf to puts for "Unsupported boot-device" by Stefan Roese · 10 years ago
  61. 172149e Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  62. 8312e53 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 10 years ago
  63. 8f1e812 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  64. 0c33c0f serial: Extend structure comments with register offset by Michal Simek · 10 years ago
  65. 05b3b5c serial: zynq: Use global baudrate instead of hardcoded one by Michal Simek · 10 years ago
  66. d682fc2 ARM: zynq: Add USB lthor download protocol support by Siva Durga Prasad Paladugu · 10 years ago
  67. e3b2474 ARM: zynq: Enable DFU functionality in zynq by Siva Durga Prasad Paladugu · 10 years ago
  68. 4aac296 ARM: zynq: provide config option to select emio by Siva Durga Prasad Paladugu · 10 years ago
  69. 53e3a06 ARM: zynq: Group ethernet configuration options together by Michal Simek · 10 years ago
  70. 3319dbc ARM: zynq: Use CMD_FS_GENERIC by Michal Simek · 10 years ago
  71. 3fa6445 ARM: zynq: Show board information by default by Michal Simek · 10 years ago
  72. cbd73b8 ARM: zynq: List qspi, smc and nand baseaddresses by Michal Simek · 10 years ago
  73. 2583002 ARM: zynq: List nand, qspi and jtag boot modes by Michal Simek · 10 years ago
  74. 250e605 ARM: zynq: slcr: Dont modify the reserved bits by Siva Durga Prasad Paladugu · 10 years ago
  75. eb95544 ARM: zynq: ddrc: Setup half of memory only for ECC case by Michal Simek · 11 years ago
  76. 0d2fa42 ARM: zynq: Remove empty line by Michal Simek · 10 years ago
  77. ac679ae ARM: zynq: Enable the Neon instructions by Michal Simek · 10 years ago
  78. 63a3be0 Merge branch 'master' of git://git.denx.de/u-boot-marvell by Tom Rini · 10 years ago
  79. 4658f45 marvell: kirkwood: guruplug refresh for newer kernel by Gerald Kerma · 10 years ago
  80. 87d14a8 kirkwood: sheevaplug: add CONFIG_SYS_GENERIC_BOARD define by Luka Perkov · 10 years ago
  81. da87a92 kirkwood: pogo_e02: add CONFIG_SYS_GENERIC_BOARD define by Luka Perkov · 10 years ago
  82. 13fc6cd kirkwood: iconnect: add CONFIG_SYS_GENERIC_BOARD define by Luka Perkov · 10 years ago
  83. f62a7c3 kirkwood: goflexhome: add CONFIG_SYS_GENERIC_BOARD define by Luka Perkov · 10 years ago
  84. ef17863 kirkwood: dockstar: add CONFIG_SYS_GENERIC_BOARD define by Luka Perkov · 10 years ago
  85. 5c4a3e1 kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD define by Luka Perkov · 10 years ago
  86. f680edb ARM: kirkwood: fix cpu info for 6282 device id by Luka Perkov · 11 years ago
  87. 95acd99 kirkwood: define empty CONFIG_MVGBE_PORTS by default by Luka Perkov · 11 years ago
  88. d763298 cosmetic: kirkwood: style fixes in kwbimage.cfg files by Luka Perkov · 11 years ago
  89. 57296e7 fsl/ls1021qds: Add deep sleep support by tang yuantian · 10 years ago
  90. e92279d x86: config: chromebook_link: Enable environment by Simon Glass · 10 years ago
  91. e860ee4 x86: ivybridge: Drop the Kconfig MRC cache information by Simon Glass · 10 years ago
  92. 6f71f60 x86: config: Enable hook for saving MRC configuration by Simon Glass · 10 years ago
  93. 428dfa4 x86: Implement a cache for Memory Reference Code parameters by Simon Glass · 10 years ago
  94. 7f9f6a9 x86: dts: Add SPI flash MRC details for chromebook_link by Simon Glass · 10 years ago
  95. 5ded7e5 Allow architecture-specific memory reservation by Simon Glass · 10 years ago
  96. abca5c0 x86: spi: Add device tree support by Simon Glass · 10 years ago
  97. b4ae600 x86: rtc: mc146818: Add helpers to read/write CMOS RAM by Simon Glass · 10 years ago
  98. f4072ee x86: Use ipchecksum from net/ by Simon Glass · 10 years ago
  99. 0015391 net: Add a separate file for IP checksumming by Simon Glass · 10 years ago
  100. b34f405 x86: dts: Add compatible string for Intel ICH9 SPI controller by Simon Glass · 10 years ago