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