1. 6e18f4b UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG defined by Ladislav Michl · Sun Jan 03 22:05:03 2016 +0100
  2. 67ea3a3 altera_qspi: allow ctrl-c to abort the erase ops by Thomas Chou · Wed Dec 23 21:47:02 2015 +0800
  3. 7e7559b altera_qspi: show erase progress by Thomas Chou · Wed Dec 23 20:41:49 2015 +0800
  4. 0e089e8 altera_qspi: skip erase if the sector is blank by Thomas Chou · Wed Dec 23 10:33:52 2015 +0800
  5. 98bc343 altera_qspi: set fail_addr for erase ops by Thomas Chou · Wed Dec 23 21:06:12 2015 +0800
  6. cb3ed47 altera_qspi: call callback even if the erase failed by Thomas Chou · Wed Dec 23 10:26:03 2015 +0800
  7. c9830b5 altera_qspi: initialize instr.mtd in flash_erase by Thomas Chou · Fri Dec 18 21:35:08 2015 +0800
  8. fefdfd2 sf: Rename sf_ops.c to spi-flash.c by Jagan Teki · Sun Dec 06 23:29:02 2015 +0530
  9. c772eaa sf: Use static for file-scope functions by Jagan Teki · Sun Dec 06 21:44:12 2015 +0530
  10. 4abfb98 sf: sf_probe: Remove spi_slave pointer argument by Jagan Teki · Sun Dec 06 21:33:32 2015 +0530
  11. e37a362 sf: ops: Fix missing break on spansion read_bar by Jagan Teki · Fri Nov 20 13:00:15 2015 +0530
  12. 7229393 sf: Remove unneeded SST_BP and SST_WP by Jagan Teki · Thu Nov 26 01:03:33 2015 +0530
  13. 23364fb sf: Remove unneeded header includes by Jagan Teki · Wed Nov 04 00:40:32 2015 +0530
  14. b723375 sf: Flash power up read-only based on idcode0 by Jagan Teki · Wed Sep 30 02:01:23 2015 +0530
  15. dc8ce0f sf: Use simple name for register access functions by Jagan Teki · Tue Sep 29 22:29:33 2015 +0530
  16. 79c0d8d sf: Fix Makefile by Jagan Teki · Tue Sep 29 19:16:29 2015 +0530
  17. f347f75 sf: Use static for file-scope functions by Jagan Teki · Tue Sep 29 18:26:08 2015 +0530
  18. f9a026d sf: probe: Code cleanup by Jagan Teki · Wed Nov 04 00:27:35 2015 +0530
  19. 0cd3726 sf: Move read_id code to sf_ops by Jagan Teki · Tue Sep 29 18:06:04 2015 +0530
  20. e6401d8 sf: Move spi_flash_scan code to sf_ops by Jagan Teki · Fri Dec 11 21:36:34 2015 +0530
  21. 0d66a18 sf: spi_flash_validate_params => spi_flash_scan by Jagan Teki · Tue Sep 29 17:28:20 2015 +0530
  22. 87ad4c2 Merge git://git.denx.de/u-boot-nios by Tom Rini · Sun Dec 06 21:53:18 2015 -0500
  23. 176e7d2 altera_qspi: fix erase and write error code by Thomas Chou · Tue Dec 01 16:18:20 2015 +0800
  24. c92ff91 altera_qspi: add lock unlock ops by Thomas Chou · Tue Dec 01 17:00:22 2015 +0800
  25. beb288b Fix typo: firstly -> first. by Vagrant Cascadian · Tue Nov 24 14:46:24 2015 -0800
  26. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  27. 8760394 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Thu Nov 19 13:27:26 2015 -0500
  28. c790ede dm: sf: Add support for all targets which requires MANUAL_RELOC by Michal Simek · Tue Oct 27 13:52:47 2015 +0100
  29. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:49 2015 +0200
  30. 24a5baf altera_qspi: change ioremap to map_physmem by Thomas Chou · Sat Nov 14 11:22:50 2015 +0800
  31. c78a152 sf: Correct flash->flags for SST flash by Bin Meng · Sun Nov 15 19:31:37 2015 -0800
  32. 38a7e9b spi: sf_ops: Check the return value from spi_flash_cmd_read_status() by Fabio Estevam · Tue Nov 17 17:13:33 2015 -0200
  33. 0a2bf5c sf: Add lock ops for SST SPI NOR flash by Fabio Estevam · Tue Nov 17 16:50:53 2015 -0200
  34. 748a565 sf: Remove eeprom_m95xxx test driver by Jagan Teki · Wed Nov 04 13:01:59 2015 +0530
  35. 66528f6 sf: Fix NULL pointer exception for flashes without lock methods by Bin Meng · Fri Nov 13 02:46:26 2015 -0800
  36. 8ce94a9 mtd: uboot: Add meaningful error message by Maxime Ripard · Thu Oct 15 14:34:09 2015 +0200
  37. cdc1152 mtd: add altera quadspi driver by Thomas Chou · Mon Nov 09 14:56:02 2015 +0800
  38. 47eae23 cfi_flash: convert to driver model by Thomas Chou · Sat Nov 07 14:31:08 2015 +0800
  39. e51b65e dm: implement a MTD uclass by Thomas Chou · Sat Nov 07 14:20:31 2015 +0800
  40. 1cd8761 sf: Add SPI NOR protection mechanism by Fabio Estevam · Thu Nov 05 12:43:42 2015 -0200
  41. d970969 sf: Add SPI protection mechanism from the kernel by Fabio Estevam · Thu Nov 05 12:43:41 2015 -0200
  42. 0297d1e compat: Remove is_power_of_2() definition by Fabio Estevam · Thu Nov 05 12:43:39 2015 -0200
  43. 5ded014 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Wed Oct 28 16:56:43 2015 -0400
  44. 87adf08 Merge git://www.denx.de/git/u-boot-cfi-flash by Tom Rini · Tue Oct 27 19:09:15 2015 -0400
  45. 42c65e8 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue Oct 27 19:08:19 2015 -0400
  46. 316870c cfi_flash: use specific width types for cword by Ryan Harkin · Fri Oct 23 16:50:51 2015 +0100
  47. 7f2a481 UBI: Fastmap: Fix PEB array type by Heiko Schocher · Thu Oct 22 06:19:22 2015 +0200
  48. 94b66de ubi,ubifs: sync with linux v4.2 by Heiko Schocher · Thu Oct 22 06:19:21 2015 +0200
  49. 853ef3e sf: Add FSR support to spi_flash_cmd_wait_ready by Jagan Teki · Tue Sep 29 16:54:31 2015 +0530
  50. 5181dd9 sf: Update status reg check in spi_flash_cmd_wait_ready by Jagan Teki · Wed Sep 02 11:39:50 2015 +0530
  51. 4537cec sf: Make flash->flags use for generic usage by Jagan Teki · Tue Sep 29 11:17:02 2015 +0530
  52. 5088b07 sf: Optimize BAR write code by Jagan Teki · Wed Sep 02 11:39:48 2015 +0530
  53. 88e7a7c sf: Add spi_flash_read_bar by Jagan Teki · Wed Sep 02 11:39:47 2015 +0530
  54. 2e833d2 sf: Return bank_sel, if flash->bank_curr == bank_sel by Jagan Teki · Wed Sep 02 11:39:46 2015 +0530
  55. 651de3c sf: params: Add IS25LP128 part support by Jagan Teki · Fri Sep 04 18:29:12 2015 +0530
  56. b47925c sf: params: Add IS25LP064 part support by Jagan Teki · Fri Sep 04 18:27:58 2015 +0530
  57. 2e5615c sf: params: Add IS25LP032 part support by Jagan Teki · Fri Sep 04 18:25:45 2015 +0530
  58. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · Mon Sep 28 23:32:01 2015 -0600
  59. 0dcc889 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Thu Oct 15 08:43:38 2015 -0400
  60. 59ae13a mtd: nand: vf610_nfc: resync with upstream Linux version by Stefan Agner · Tue Oct 13 22:11:42 2015 -0700
  61. 69cf8ad nand: omap_gpmc: Change correctable bit-flips messages to debug() by Ezequiel García · Sun Oct 04 18:34:42 2015 -0300
  62. 3ca850c mtd: sf: Add support AT26DF081A chip by Yao Yuan · Tue Sep 15 18:28:19 2015 +0800
  63. eb715f6 sunxi_nand_spl: Be smarter about where to look for backup u-boot.bin by Hans de Goede · Mon Aug 31 16:00:56 2015 +0200
  64. 2a0bb35 mtd: nand: mxs check maximum ecc that platfrom supports by Peng Fan · Mon Sep 07 16:12:11 2015 +0800
  65. 56b6902 mtd: nand: fsmc: Fixes and cleanup for fsmc_nand_switch_ecc() by Stefan Roese · Mon Sep 14 08:47:47 2015 +0200
  66. 69bab55 bitops: introduce BIT() definition by Heiko Schocher · Mon Sep 07 13:43:52 2015 +0200
  67. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  68. a87fc0a Move malloc_cache_aligned() to its own header by Simon Glass · Wed Sep 02 17:24:57 2015 -0600
  69. b2ef232 mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600 by Stefan Roese · Wed Sep 02 14:29:12 2015 +0200
  70. f52e1dc arm: Remove nhk8815 boards and nomadik arch by Simon Glass · Sun Aug 30 19:19:14 2015 -0600
  71. 8b9d291 sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devices by Stefan Roese · Fri Sep 04 14:43:00 2015 +0200
  72. 60b1b29 mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through Kconfig by Hans de Goede · Fri Aug 21 21:49:51 2015 +0200
  73. 353f3d0 sunxi_nand_spl: clear status flags in SPL implementation by Boris Brezillon · Sat Aug 29 12:29:38 2015 +0200
  74. 0246245 sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_END by Hans de Goede · Fri Aug 21 15:23:57 2015 +0200
  75. 3ce35f9 sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXI by Hans de Goede · Sun Aug 16 14:48:22 2015 +0200
  76. 5a34ee2 sunxi_nand_spl: Add support for backup boot partitions by Hans de Goede · Sat Aug 15 21:51:33 2015 +0200
  77. 01c69ed sunxi_nand_spl: Auto detect nand configuration parameters by Hans de Goede · Sat Aug 15 21:23:08 2015 +0200
  78. a44f40e sunxi_nand_spl: Parametrize lowlevel read functions by Hans de Goede · Sat Aug 15 20:51:53 2015 +0200
  79. f851120 sunxi_nand_spl: Properly config page-size in the nand ctl register by Hans de Goede · Sat Aug 15 20:05:13 2015 +0200
  80. d223678 sunxi_nand_spl: Add support for sun4i and sun5i SoCs by Hans de Goede · Sat Aug 15 13:17:49 2015 +0200
  81. c270b48 sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _off by Hans de Goede · Sat Aug 15 12:41:09 2015 +0200
  82. 4de74a4 sunxi_nand_spl: Add proper cache flusing by Hans de Goede · Sat Aug 15 12:32:24 2015 +0200
  83. 466a318 sunxi_nand_spl: Turn off clocks when we're done with the nand by Hans de Goede · Sat Aug 15 11:59:25 2015 +0200
  84. 5ed52f6 sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessary by Hans de Goede · Sat Aug 15 11:55:26 2015 +0200
  85. 19af938 sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome mode by Hans de Goede · Sat Aug 15 12:43:26 2015 +0200
  86. 7c7fbfb sunxi_nand_spl: We only need to reset the nand chip once by Hans de Goede · Sat Aug 15 11:38:33 2015 +0200
  87. 534e607 sunxi_nand_spl: Drop unnecessary temp buf by Hans de Goede · Sat Aug 15 09:33:41 2015 +0200
  88. 06b4781 mtd: denali_spl: do not allocate page_buffer in .bss section by Masahiro Yamada · Thu Aug 27 18:52:36 2015 +0900
  89. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · Tue Aug 18 13:06:37 2015 +0200
  90. e3bbfb7 mtd: nand: mxs invalidate dcache before DMA read by Peng Fan · Tue Jul 21 16:15:21 2015 +0800
  91. c94f09d mtd: nand: mxs support oobsize bigger than 512 by Peng Fan · Tue Jul 21 16:15:19 2015 +0800
  92. 75659da mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver by Stefan Roese · Thu Jul 23 10:26:16 2015 +0200
  93. 3ea94ed nand: Sync with Linux v4.1 by Scott Wood · Fri Jun 26 19:03:26 2015 -0500
  94. fc9d57c mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · Wed May 21 19:06:12 2014 -0300
  95. 831bbad nand: Remove __UBOOT__ ifdefs by Scott Wood · Mon Jun 22 22:38:32 2015 -0500
  96. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · Wed Aug 12 07:31:55 2015 +0900
  97. 416e10d nand: lpc32xx: add ECC layout for small page NAND by Sylvain Lemieux · Thu Aug 13 15:40:21 2015 -0400
  98. e72017a nand: lpc32xx: add hardware ECC support by Sylvain Lemieux · Thu Aug 13 15:40:20 2015 -0400
  99. 4fe4470 sf: ops: Add spi_flash_copy_mmap function by Tom Rini · Mon Aug 17 13:29:54 2015 +0530
  100. e0bdcb8 sf: Make 4K sector support configurable by Marek Vasut · Mon Aug 03 01:28:56 2015 +0200