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