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