1. 9f7f689 i2c: mvtwsi: Factor out adap parameter by mario.six@gdsys.cc · Thu Jul 21 11:57:08 2016 +0200
  2. a4ac8b7 i2c: mvtwsi: Add compatibility functions by mario.six@gdsys.cc · Thu Jul 21 11:57:07 2016 +0200
  3. 9e118b3 i2c: mvtwsi: Use 'uint' instead of 'unsigned int' by mario.six@gdsys.cc · Thu Jul 21 11:57:06 2016 +0200
  4. bdf0f66 i2c: mvtwsi: Get rid of status parameter by mario.six@gdsys.cc · Thu Jul 21 11:57:05 2016 +0200
  5. 1cc2c28 i2c: mvtwsi: Eliminate flags parameter by mario.six@gdsys.cc · Thu Jul 21 11:57:04 2016 +0200
  6. 7b0c431 i2c: mvtwsi: Improve and fix comments by mario.six@gdsys.cc · Thu Jul 21 11:57:03 2016 +0200
  7. f43d3e9 i2c: mvtwsi: Streamline code and add documentation by mario.six@gdsys.cc · Thu Jul 21 11:57:02 2016 +0200
  8. 2b656eb i2c: mvtwsi: Fix style violations by mario.six@gdsys.cc · Thu Jul 21 11:57:01 2016 +0200
  9. 38d0f40 defconfig: am57xx_hs_evm: enable i2c driver model by Mugunthan V N · Mon Jul 18 15:11:09 2016 +0530
  10. 2dd8aae defconfig: am57xx_evm: enable i2c driver model by Mugunthan V N · Mon Jul 18 15:11:08 2016 +0530
  11. 9a57675 defconfig: dra7xx_hs_evm: enable i2c driver model by Mugunthan V N · Mon Jul 18 15:11:07 2016 +0530
  12. f55b010 defconfig: dra7xx_evm: enable i2c driver model by Mugunthan V N · Mon Jul 18 15:11:06 2016 +0530
  13. 367f1a3 defconfig: am43xx_hs_evm: enable i2c driver model by Mugunthan V N · Mon Jul 18 15:11:05 2016 +0530
  14. 807df24 defconfig: am43xx_evm: enable i2c driver model by Mugunthan V N · Mon Jul 18 15:11:04 2016 +0530
  15. 0560293 defconfig: am335x_evm: enable i2c driver model by Mugunthan V N · Mon Jul 18 15:11:03 2016 +0530
  16. f2cc5c3 defconfig: am335x_boneblack_vboot: enable i2c driver model by Mugunthan V N · Mon Jul 18 15:11:02 2016 +0530
  17. 560037b drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model by Mugunthan V N · Mon Jul 18 15:11:01 2016 +0530
  18. 38d943a drivers: i2c: omap24xx_i2c: prepare driver for DM conversion by Mugunthan V N · Mon Jul 18 15:11:00 2016 +0530
  19. 7120284 ti_armv7_common: i2c: do not define DM_I2C for spl by Mugunthan V N · Mon Jul 18 15:10:59 2016 +0530
  20. bbf1ccf drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable by Mugunthan V N · Mon Jul 18 15:10:58 2016 +0530
  21. 891a8c4 omap5/dra7: i2c: correct register offset for sync register by Mugunthan V N · Mon Jul 18 15:10:57 2016 +0530
  22. e4b0b6a omap4: i2c: correct register offset for sync register by Mugunthan V N · Mon Jul 18 15:10:56 2016 +0530
  23. 2089073 tools: env: Fix format warnings in debug by Marcin Niestroj · Fri May 06 14:58:29 2016 +0200
  24. f29bec5 Prepare v2016.09-rc1 by Tom Rini · Mon Jul 25 22:25:52 2016 -0400
  25. 00a1a5a sandbox: Migrate CONFIG_I2C_EEPROM by Tom Rini · Mon Jul 25 18:18:15 2016 -0400
  26. 3c6f489 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · Mon Jul 25 14:49:54 2016 -0400
  27. a867f15 arm64: thunderx_88xx_defconfig: remove unneeded CONFIG_SYS_EXTRA_OPTIONS by Masahiro Yamada · Mon Jul 25 22:06:08 2016 +0900
  28. 90313a9 dtoc: Correct the type widening code in fdt_fallback by Simon Glass · Fri Jul 22 09:22:49 2016 -0600
  29. f970ccb hashtable: Fix compiler warning on 32-bit sandbox by Simon Glass · Fri Jul 22 09:22:48 2016 -0600
  30. bb10e9b part_efi: Fix compiler warning on 32-bit sandbox by Simon Glass · Fri Jul 22 09:22:47 2016 -0600
  31. 345fd88 lzmadec: Use the same type as the lzma call by Simon Glass · Fri Jul 22 09:22:46 2016 -0600
  32. 97a7370 sandbox: Add instructions about building on 32-bit machines by Simon Glass · Fri Jul 22 09:22:45 2016 -0600
  33. dc4053a tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7 by mario.six@gdsys.cc · Fri Jul 22 08:58:40 2016 +0200
  34. f2095a4 ARM: am33xx: Always inhibit init/refresh during DDR phy init by Russ Dill · Thu Jul 21 04:28:32 2016 -0700
  35. c61bc0b ARM: am33xx: Fix DDR init delay placement by Russ Dill · Thu Jul 21 04:28:31 2016 -0700
  36. 45e437d efi_loader: Make exposed image loader path absolute by Alexander Graf · Thu Jul 21 01:44:46 2016 +0200
  37. a82eeaf common: fit: Allow U-Boot images to be booted by mario.six@gdsys.cc · Wed Jul 20 08:32:50 2016 +0200
  38. a201a37 keystone: k2h/e/l: Fix DMA coherency for QM PDSP by Karicheri, Muralidharan · Tue Jul 19 14:39:14 2016 -0400
  39. ae2eba6 cmd: misc: Add support for fractions in sleep by mario.six@gdsys.cc · Tue Jul 19 16:20:13 2016 +0200
  40. 6eb14ff mtd: fix compiler warnings by Steve Rae · Wed Jun 29 13:50:59 2016 -0700
  41. e4fcdbb mtd: nand: fix bug writing 1 byte less than page size by Hector Palacios · Mon Jul 18 09:37:41 2016 +0200
  42. 17d6fc8 sunxi: Enable NAND controller on the CHIP by Boris Brezillon · Wed Jun 15 21:09:28 2016 +0200
  43. 94754ad sunxi: nand: Increase CONFIG_SYS_NAND_MAX_ECCPOS value by Boris Brezillon · Wed Jun 15 21:09:27 2016 +0200
  44. 971b075 mtd: nand: Increase the max OOB size by Boris Brezillon · Wed Jun 15 21:09:26 2016 +0200
  45. edf2440 mtd: nand: Add a full-id entry for the H27QCG8T2E5R‐BCF NAND by Boris Brezillon · Wed Jun 15 21:09:25 2016 +0200
  46. 396a3d3 sun5i: Add NAND controller to the sun5i DTSI by Maxime Ripard · Wed Jun 15 21:09:24 2016 +0200
  47. 57f2038 mtd: nand: Add the sunxi NAND controller driver by Boris Brezillon · Wed Jun 15 21:09:23 2016 +0200
  48. ba6463d mtd: nand: add common DT init code by Brian Norris · Wed Jun 15 21:09:22 2016 +0200
  49. f1fc8a0 sunxi: Add missing macros to configure the NAND controller clk by Boris Brezillon · Wed Jun 15 21:09:21 2016 +0200
  50. a7468e2 cmd, nand: add an option to disable the verification when writing in raw mode by Boris Brezillon · Wed Jun 15 10:42:18 2016 +0200
  51. 85ab607 ARM: uniphier: add clock/reset settings for xHCI of ProXstream2 by Masahiro Yamada · Fri Jul 22 20:20:11 2016 +0900
  52. 78ead63 ARM: uniphier: add PH1-LD21 board data by Masahiro Yamada · Fri Jul 22 13:38:33 2016 +0900
  53. fcdbbec ARM: uniphier: introduce flags to uniphier_board_data structure by Masahiro Yamada · Fri Jul 22 13:38:32 2016 +0900
  54. a7c901f ARM: uniphier: rename outer-cache register macros by Masahiro Yamada · Fri Jul 22 13:38:31 2016 +0900
  55. e5e1360 ARM: uniphier: clear notification flag before L2 operation by Masahiro Yamada · Fri Jul 22 13:38:30 2016 +0900
  56. fa1f73f ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() by Masahiro Yamada · Tue Jul 19 21:56:13 2016 +0900
  57. eb239d6 ARM: uniphier: fix doubled tftpboot commands by Masahiro Yamada · Tue Jul 19 11:36:53 2016 +0900
  58. c267581 ARM: uniphier: select CONFIG_ARMV8_SPIN_TABLE by Masahiro Yamada · Sun Jul 17 01:38:21 2016 +0900
  59. 4c34fc4 ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boards by Masahiro Yamada · Wed Jul 06 19:24:09 2016 +0900
  60. 6e035ab test/py: vboot can be run only at Sandbox by Michal Simek · Mon Jul 18 08:49:08 2016 +0200
  61. 725adf3 arm: omap5: fix build dependency for secure devices by Andreas Dannenberg · Wed Jul 20 13:55:59 2016 -0500
  62. 28c6b02 arm: am4x: fix build dependency for secure devices by Andreas Dannenberg · Wed Jul 20 13:55:58 2016 -0500
  63. 7a20368 fixing typo error in README file. CPU15 -> CP15 by yeongjun Kim · Wed Jul 20 22:56:12 2016 +0900
  64. f0531a6 spl: fit: Fix the number of bytes read in raw mode by Lokesh Vutla · Tue Jul 19 14:56:14 2016 +0530
  65. 99fc6ea rsa: Fix return value and masked error by mario.six@gdsys.cc · Tue Jul 19 11:07:07 2016 +0200
  66. d019e15 tools: Fix return code of fit_image_process_sig() by mario.six@gdsys.cc · Tue Jul 19 11:07:06 2016 +0200
  67. 7047d95 test/py: use absolute dts path in vboot test by Stephen Warren · Mon Jul 18 10:07:25 2016 -0600
  68. 6402f72 armv8: spl: Call board_init_r from crt0_64 in SPL by Jeremy Hunt · Mon Jul 18 12:01:02 2016 -0400
  69. 102f8bd efi_loader: Add debug output for efi_add_memory_map() by Andreas Färber · Sun Jul 17 06:57:11 2016 +0200
  70. 33aaef9 tools/env: reuse fw_getenv in fw_printenv function by Andreas Fenkart · Sat Jul 16 17:06:15 2016 +0200
  71. 3ff1074 tools/env: move envmatch further up in file to avoid forward declarations by Andreas Fenkart · Sat Jul 16 17:06:14 2016 +0200
  72. c4a722c tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script by Andreas Fenkart · Sat Jul 16 17:06:13 2016 +0200
  73. 98003f8 gdsys: Drop print_fpga_state function by Tom Rini · Fri Jul 15 15:51:40 2016 -0400
  74. b21e602 tools/env: allow negative offsets by Stefan Agner · Wed Jul 13 17:14:38 2016 -0700
  75. 21dbd6a tools/env: complete environment device config early by Stefan Agner · Wed Jul 13 17:14:37 2016 -0700
  76. 1f09d00 iso: Fix part info command by Alexander Graf · Thu Jul 21 01:31:56 2016 +0200
  77. ac87036 igep00x0: Falcon mode by Ladislav Michl · Tue Jul 12 20:28:34 2016 +0200
  78. c44e29f igep00x0: generate default mtdparts according NAND chip used by Ladislav Michl · Tue Jul 12 20:28:33 2016 +0200
  79. 43a6062 igep00x0: UBIize by Ladislav Michl · Tue Jul 12 20:28:32 2016 +0200
  80. 3e34928 igep00x0: runtime flash detection by Ladislav Michl · Tue Jul 12 20:28:31 2016 +0200
  81. aa0ab8f igep00x0: remove unused empty function omap_rev_string() by Ladislav Michl · Tue Jul 12 20:28:30 2016 +0200
  82. 9c81436 igep00x0: remove useless setup_net_chip declaration by Ladislav Michl · Tue Jul 12 20:28:29 2016 +0200
  83. 11279dc igep00x0: reorder lan9221 code to remove ifdefs by Ladislav Michl · Tue Jul 12 20:28:28 2016 +0200
  84. dafe885 igep00x0: move sysinfo into C file by Ladislav Michl · Tue Jul 12 20:28:27 2016 +0200
  85. 207350b cmd: mtdparts: support runtime generated mtdparts by Ladislav Michl · Tue Jul 12 20:28:26 2016 +0200
  86. a91260e cmd: mtdparts: use defaults by default by Ladislav Michl · Tue Jul 12 20:28:25 2016 +0200
  87. 02c2d6a cmd: mtdparts: consolidate mtdparts reading from env by Ladislav Michl · Tue Jul 12 20:28:24 2016 +0200
  88. 760042a cmd: mtdparts: fix null pointer dereference in parse_mtdparts by Ladislav Michl · Tue Jul 12 20:28:23 2016 +0200
  89. 07fdfb5 cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_init by Ladislav Michl · Tue Jul 12 20:28:22 2016 +0200
  90. 7dbad5c mtd: OneNAND: initialize mtd->writebufsize to let UBI work by Ladislav Michl · Tue Jul 12 20:28:21 2016 +0200
  91. 1173271 mtd: OneNAND: allow board init function fail by Ladislav Michl · Tue Jul 12 20:28:20 2016 +0200
  92. 243af2f mtd: OneNAND: add timeout to wait ready loops by Ladislav Michl · Tue Jul 12 20:28:19 2016 +0200
  93. fe4bc3d armv7: simplify identify_nand_chip by Ladislav Michl · Tue Jul 12 20:28:18 2016 +0200
  94. 446e94a armv7: armv7: introduce set_gpmc_cs0 by Ladislav Michl · Tue Jul 12 20:28:17 2016 +0200
  95. d5b1c27 armv7: make gpmc_cfg const by Ladislav Michl · Tue Jul 12 20:28:16 2016 +0200
  96. 4852b35 armv7: add reset timeout to identify_nand_chip by Ladislav Michl · Tue Jul 12 20:28:15 2016 +0200
  97. 9c74372 spl: zImage support in Falcon mode by Ladislav Michl · Tue Jul 12 20:28:14 2016 +0200
  98. 2a8ea48 spl: support loading from UBI volumes by Ladislav Michl · Tue Jul 12 20:28:13 2016 +0200
  99. 820d24d spl: Lightweight UBI and UBI fastmap support by Thomas Gleixner · Tue Jul 12 20:28:12 2016 +0200
  100. dcd7ed3 onenand_spl_simple: Add a simple OneNAND read function by Ladislav Michl · Tue Jul 12 20:28:11 2016 +0200