1. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Wed Dec 05 15:06:24 2018 -0500
  2. 925a51d mtd: sf: Make sf_mtd.c more robust by Boris Brezillon · Sun Dec 02 10:54:32 2018 +0100
  3. 4be0c81 mtd: sf: Unregister the MTD device prior to removing the spi_flash obj by Boris Brezillon · Sun Dec 02 10:54:31 2018 +0100
  4. 7dfad31 mtd: Don't stop MTD partition creation when it fails on one device by Boris Brezillon · Sun Dec 02 10:54:30 2018 +0100
  5. 46ba2e8 mtd: Make sure we don't parse MTD partitions belonging to another dev by Boris Brezillon · Sun Dec 02 10:54:29 2018 +0100
  6. a24d985 mtd: Make sure the name passed in mtdparts fits in mtd_name[] by Boris Brezillon · Sun Dec 02 10:54:28 2018 +0100
  7. 1d2c149 mtd: Be more strict on the "mtdparts=" prefix check by Boris Brezillon · Sun Dec 02 10:54:27 2018 +0100
  8. dde6ec7 mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_name() by Boris Brezillon · Sun Dec 02 10:54:26 2018 +0100
  9. 9080e28 mtd: sf: Make sure we don't register the same device twice by Boris Brezillon · Sun Dec 02 10:54:25 2018 +0100
  10. db0d805 mtd: Delete partitions attached to the device when a device is deleted by Boris Brezillon · Sun Dec 02 10:54:24 2018 +0100
  11. b132875 mtd: Parse mtdparts/mtdids again when the MTD list has been updated by Boris Brezillon · Sun Dec 02 10:54:23 2018 +0100
  12. 059e4a6 mtd: Add a function to report when the MTD dev list has been updated by Boris Brezillon · Sun Dec 02 10:54:22 2018 +0100
  13. 5f9ae0e mtd: nand: Arasan: Add subpage configuration support by Martin Lund · Tue Oct 30 14:16:19 2018 +0100
  14. 53e9c12 mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layout by Miquel Raynal · Thu Oct 11 17:45:44 2018 +0200
  15. 35f1ebd mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectable error by Miquel Raynal · Thu Oct 11 17:45:43 2018 +0200
  16. 30a016a mtd: nand: pxa3xx: add raw read support by Miquel Raynal · Thu Oct 11 17:45:42 2018 +0200
  17. 36eee8c sf: Add a method to obtain the block-protect setting by Simon Glass · Tue Nov 06 15:21:41 2018 -0700
  18. 9abf625 mtd: nand: lpc32xx slc: disable DMA support in SPL builds by Vladimir Zapolskiy · Fri Oct 19 03:21:18 2018 +0300
  19. 5670237 mtd: nand: lpc32xx mlc: predefine number of NAND chips to support by Vladimir Zapolskiy · Fri Oct 19 03:21:05 2018 +0300
  20. fe656dd mtd: Drop duplicate MTD_PARTITIONS Kconfig option by Boris Brezillon · Tue Nov 13 12:43:13 2018 +0100
  21. 7899afc mtd: Use default mtdparts/mtids when not defined in the environment by Boris Brezillon · Tue Nov 13 12:43:09 2018 +0100
  22. 455ef43 nand: atmel: Initialize pmecc smu with correct size by Bin Meng · Mon Oct 08 02:27:44 2018 -0700
  23. 76da1b2 Convert CONFIG_FLASH_CFI_DRIVER et al to Kconfig by Adam Ford · Sun Oct 14 15:10:50 2018 -0500
  24. d3a8d2b Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Fri Oct 12 11:54:13 2018 -0400
  25. 7cab738 sf: Add MICRON manufacturer id by Ashish Kumar · Tue Sep 25 14:11:33 2018 +0530
  26. 931ae35 mtd: uboot: Fix hanging during mtd list command by Adam Ford · Mon Oct 08 14:13:03 2018 -0500
  27. 00d9990 dm: spi: Add logging of some return values by Simon Glass · Mon Oct 01 12:22:24 2018 -0600
  28. 342eb81 sf: Avoid allocating memory on every read operation by Simon Glass · Mon Oct 01 12:22:09 2018 -0600
  29. 8e8963b dm: spi: Clean up detection of sandbox SPI emulator by Simon Glass · Mon Oct 01 11:55:19 2018 -0600
  30. 3b4b340 sandbox: spi: Add more logging by Simon Glass · Mon Oct 01 11:55:13 2018 -0600
  31. fd5259a sandbox: spi: Drop command-line SPI option by Simon Glass · Mon Oct 01 11:55:09 2018 -0600
  32. cdb295c mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · Thu Aug 16 18:05:08 2018 +0200
  33. 72191c7 sf: Add XMC xm25qh64a and xm25qh128a entries by Stefan Roese · Mon Aug 06 16:33:19 2018 +0200
  34. 741f4c7 cmd: mtd: add 'mtd' command by Miquel Raynal · Sat Sep 29 12:58:28 2018 +0200
  35. 6382e0c mtd: mtdpart: implement proper partition handling by Miquel Raynal · Sat Sep 29 12:58:27 2018 +0200
  36. 1a08e99 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · Sat Sep 29 12:58:26 2018 +0200
  37. 6f381d5 mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · Sat Sep 29 12:58:25 2018 +0200
  38. aa168ac mtd: uclass: add probe function by Miquel Raynal · Sat Sep 29 12:58:24 2018 +0200
  39. f78a12b mtd: mtdpart: balance debug messages by Miquel Raynal · Thu Aug 16 17:30:19 2018 +0200
  40. d31c478 mtd: declare MTD_PARTITIONS symbol in Kconfig by Miquel Raynal · Thu Aug 16 17:30:18 2018 +0200
  41. 02b4979 mtd: spinand: Add initial support for the MX35LF2GE4AB chip by Miquel Raynal · Thu Aug 16 17:30:16 2018 +0200
  42. fa46525 mtd: spinand: Add initial support for the MX35LF1GE4AB chip by Boris Brezillon · Thu Aug 16 17:30:15 2018 +0200
  43. ea4d7c8 mtd: spinand: Add initial support for Winbond W25M02GV by Frieder Schrempf · Thu Aug 16 17:30:14 2018 +0200
  44. df1859e mtd: spinand: Add initial support for Micron MT29F2G01ABAGD by Peter Pan · Thu Aug 16 17:30:13 2018 +0200
  45. 47e9045 mtd: nand: Add core infrastructure to support SPI NANDs by Peter Pan · Thu Aug 16 17:30:12 2018 +0200
  46. 894380f mtd: nand: Add core infrastructure to deal with NAND devices by Boris Brezillon · Thu Aug 16 17:30:09 2018 +0200
  47. 8115c45 mtd: rename nand into rawnand in Kconfig prompt by Miquel Raynal · Thu Aug 16 17:30:08 2018 +0200
  48. 1f1ae15 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · Thu Aug 16 17:30:07 2018 +0200
  49. a4e7e21 mtd: move all flash categories inside MTD submenu by Miquel Raynal · Thu Aug 16 17:30:06 2018 +0200
  50. fff4be3 mtd: move definitions to enlarge their range by Miquel Raynal · Thu Aug 16 17:30:05 2018 +0200
  51. 19ea925 mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing by Miquel Raynal · Thu Aug 16 17:30:02 2018 +0200
  52. b74b94f mtd: Add sanity checks in mtd_write/read_oob() by Boris Brezillon · Thu Aug 16 17:30:01 2018 +0200
  53. 18e7541 mtd: Uninline mtd_write_oob and move it to mtdcore.c by Ezequiel Garcia · Thu Aug 16 17:30:00 2018 +0200
  54. 6c20df7 mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing by Boris Brezillon · Thu Aug 16 17:29:59 2018 +0200
  55. 2087f7e fix: nand: pxa3xx: Add WA for eliminating flash ready timeout by David Sniatkiwicz · Wed Aug 29 11:56:18 2018 +0300
  56. e0e232e nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND by Konstantin Porotchkin · Wed Aug 29 11:56:17 2018 +0300
  57. a692cde nand: pxa3xx: cosmetic: add comments to the timing layout structures by Konstantin Porotchkin · Wed Aug 29 11:56:16 2018 +0300
  58. 06f9b6b fix: nand: Replace hardcoded page chunk size with calculated one by Konstantin Porotchkin · Wed Aug 29 11:56:15 2018 +0300
  59. 029be94 mtd: nand: pxa3xx: add support for Toshiba flash by Konstantin Porotchkin · Wed Aug 29 11:56:14 2018 +0300
  60. fdf9dfb mtd: nand: pxa3xx: add support for 2KB 8-bit flash by Victor Axelrod · Wed Aug 29 11:56:13 2018 +0300
  61. a558a39 mtd: nand: pxa3xx: Fix READOOB implementation by Boris Brezillon · Wed Aug 29 11:56:12 2018 +0300
  62. 191b5be mtd: nand: pxa3xx_nand: add support for partial chunks by Ofer Heifetz · Wed Aug 29 11:56:09 2018 +0300
  63. 268979f mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan by Ofer Heifetz · Wed Aug 29 11:56:08 2018 +0300
  64. 531816e mtd: pxa3xx_nand: Fix initial controller configuration by Ofer Heifetz · Wed Aug 29 11:56:07 2018 +0300
  65. 0f0d382 mtd: pxa3xx_nand: Increase the initial chunk size by Ofer Heifetz · Wed Aug 29 11:56:06 2018 +0300
  66. 4a574aa nand: pxa3xx: Increase READ_ID buffer and make the size static by Ofer Heifetz · Wed Aug 29 11:56:05 2018 +0300
  67. de32316 mtd: nand: pxa3xx-nand: fix random command timeouts by Ofer Heifetz · Wed Aug 29 11:56:04 2018 +0300
  68. d92d899 mtd: nand: pxa3xx_nand: fix early spurious interrupt by Ofer Heifetz · Wed Aug 29 11:56:03 2018 +0300
  69. 8f8d458 mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing() by Ofer Heifetz · Wed Aug 29 11:56:02 2018 +0300
  70. 0da35df mtd: nand: pxa3xx_nand: use nand_to_mtd() by Ofer Heifetz · Wed Aug 29 11:56:01 2018 +0300
  71. fdf5b23 mtd: nand: pxa3xx_nand: Increase initial buffer size by Ofer Heifetz · Wed Aug 29 11:56:00 2018 +0300
  72. 35333e9 mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCs by Masahiro Yamada · Mon Sep 10 11:17:30 2018 +0900
  73. 1f8261f Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Mon Aug 13 12:34:55 2018 -0400
  74. 3dae7e6 mtd: nand: fsl_ifc: Fix handling of bitflips in erased pages by Darwin Dingel · Thu Aug 02 10:02:45 2018 +0200
  75. f26b4c7 spi: Kconfig: Create ISSI Kconfig entry by Michal Simek · Mon Jan 25 15:39:26 2016 +0100
  76. a723ad0 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Sat Aug 04 19:41:43 2018 -0400
  77. 84727b6 mtd: add spi flash id s25fl128l by Clément Laigle · Thu Jul 26 09:31:41 2018 +0200
  78. 042b3f5 mtd: nand: sunxi: Return on set_feature only when not ENOTSUPP by Mylène Josserand · Fri Jul 13 18:10:24 2018 +0200
  79. c21946b mtd: nand: nand_base: Convert EINVAL into ENOTSUPP by Mylène Josserand · Fri Jul 13 18:10:23 2018 +0200
  80. e83725e mtd: nand: denali: correct buffer alignment for DMA transfer by Masahiro Yamada · Thu Jul 19 10:13:23 2018 +0900
  81. 6b78116 Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · Mon Jul 23 10:51:13 2018 -0400
  82. 05413d6 mtd: nand: mxs_nand: add device tree support for i.MX 6 by Stefan Agner · Wed May 30 19:01:44 2018 +0200
  83. ac44a30 Convert CONFIG_MTD_PARTITIONS et al to Kconfig by Adam Ford · Sat Jul 07 22:18:22 2018 -0500
  84. 66466b0 Convert CONFIG_NAND_DAVINCI to Kconfig by Adam Ford · Sun Jul 08 06:43:36 2018 -0500
  85. 9c51918 Convert CONFIG_NAND_ATMEL to Kconfig by Adam Ford · Sun Jul 08 08:11:07 2018 -0500
  86. 3aee181 Convert CONFIG_NAND_LPC32XX_SLC to Kconfig by Adam Ford · Sun Jul 08 06:18:48 2018 -0500
  87. ea15d06 sf: add paired dev info for winbond w25q16jv by Ludwig Zenz · Thu Jul 05 09:27:47 2018 +0200
  88. af45f63 sf: add Macronix mx25l1633e entry by Ludwig Zenz · Thu Jul 05 09:27:46 2018 +0200
  89. 4dc1de3 sf: add Gigadevice gd25q16c entry by Ludwig Zenz · Thu Jul 05 09:27:45 2018 +0200
  90. 4ff88da spi_flash: add a bunch of winbond flashes to id-table by Hannes Schmelzer · Tue Jun 26 23:14:07 2018 +0200
  91. f354863 dm: spi: Update sandbox SPI emulation driver to use ofnode by Simon Glass · Mon Jun 11 13:07:16 2018 -0600
  92. 43656cc Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Mon Jul 02 14:40:03 2018 -0400
  93. 328357f sf: Enable FSR polling on N25Q256(A) by Marek Vasut · Thu May 24 21:58:45 2018 +0200
  94. 9c0d7f9 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Thu Jun 28 09:04:41 2018 -0400
  95. cb5660e Merge git://git.denx.de/u-boot-imx by Tom Rini · Wed Jun 27 13:09:55 2018 -0400
  96. 7440e4b mtd: nand: mxs_nand_spl: add mxs_flash_full_ident by Jörg Krause · Sun Jan 14 19:26:40 2018 +0100
  97. 404a9db mtd: nand: mxs_nand_spl: refactor mxs_flash_ident by Jörg Krause · Sun Jan 14 19:26:39 2018 +0100
  98. 6f8190f spl, nand: add option CONFIG_SPL_NAND_IDENT to lookup for supported NAND chips by Jörg Krause · Sun Jan 14 19:26:38 2018 +0100
  99. 929fb44 mtd: nand: export nand_get_flash_type function by Jörg Krause · Sun Jan 14 19:26:37 2018 +0100
  100. ead66eb mtd: nand: mxs_nand: add support for specific ECC strength by Stefan Agner · Fri Jun 22 18:06:18 2018 +0200