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