1. 9450ab2 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  2. 08898e8 mtd: sf: Make sf_mtd.c more robust by Boris Brezillon · 6 years ago
  3. 7371944 mtd: sf: Unregister the MTD device prior to removing the spi_flash obj by Boris Brezillon · 6 years ago
  4. 4a5594f mtd: Don't stop MTD partition creation when it fails on one device by Boris Brezillon · 6 years ago
  5. 2428d91 mtd: Make sure we don't parse MTD partitions belonging to another dev by Boris Brezillon · 6 years ago
  6. 772aa97 mtd: Make sure the name passed in mtdparts fits in mtd_name[] by Boris Brezillon · 6 years ago
  7. 429e048 mtd: Be more strict on the "mtdparts=" prefix check by Boris Brezillon · 6 years ago
  8. 96b0643 mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_name() by Boris Brezillon · 6 years ago
  9. 492151b mtd: sf: Make sure we don't register the same device twice by Boris Brezillon · 6 years ago
  10. a02820f mtd: Delete partitions attached to the device when a device is deleted by Boris Brezillon · 6 years ago
  11. 779c9c0 mtd: Parse mtdparts/mtdids again when the MTD list has been updated by Boris Brezillon · 6 years ago
  12. 4c47fd0 mtd: Add a function to report when the MTD dev list has been updated by Boris Brezillon · 6 years ago
  13. 1cefca7 mtd: nand: Arasan: Add subpage configuration support by Martin Lund · 6 years ago
  14. c907464 mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layout by Miquel Raynal · 6 years ago
  15. af61ea2 mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectable error by Miquel Raynal · 6 years ago
  16. 6293b03 mtd: nand: pxa3xx: add raw read support by Miquel Raynal · 6 years ago
  17. a58986c sf: Add a method to obtain the block-protect setting by Simon Glass · 6 years ago
  18. 44cdfc0 mtd: nand: lpc32xx slc: disable DMA support in SPL builds by Vladimir Zapolskiy · 6 years ago
  19. a098ce2 mtd: nand: lpc32xx mlc: predefine number of NAND chips to support by Vladimir Zapolskiy · 6 years ago
  20. 1f758b7 mtd: Drop duplicate MTD_PARTITIONS Kconfig option by Boris Brezillon · 6 years ago
  21. 5ffcd50 mtd: Use default mtdparts/mtids when not defined in the environment by Boris Brezillon · 6 years ago
  22. ed5df08 nand: atmel: Initialize pmecc smu with correct size by Bin Meng · 6 years ago
  23. 2fe88d4 Convert CONFIG_FLASH_CFI_DRIVER et al to Kconfig by Adam Ford · 6 years ago
  24. e6cd05e Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  25. 5c39148 sf: Add MICRON manufacturer id by Ashish Kumar · 6 years ago
  26. c860206 mtd: uboot: Fix hanging during mtd list command by Adam Ford · 6 years ago
  27. 5e24a2e dm: spi: Add logging of some return values by Simon Glass · 6 years ago
  28. 97f5710 sf: Avoid allocating memory on every read operation by Simon Glass · 6 years ago
  29. 66613f5 dm: spi: Clean up detection of sandbox SPI emulator by Simon Glass · 6 years ago
  30. c3aed5d sandbox: spi: Add more logging by Simon Glass · 6 years ago
  31. 1289e96 sandbox: spi: Drop command-line SPI option by Simon Glass · 6 years ago
  32. 9e5c2a7 mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · 6 years ago
  33. 881e4fc sf: Add XMC xm25qh64a and xm25qh128a entries by Stefan Roese · 6 years ago
  34. 5db66b3 cmd: mtd: add 'mtd' command by Miquel Raynal · 6 years ago
  35. 2a74930 mtd: mtdpart: implement proper partition handling by Miquel Raynal · 6 years ago
  36. ff4afa8 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · 6 years ago
  37. 21cc1fb mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · 6 years ago
  38. e9f62db mtd: uclass: add probe function by Miquel Raynal · 6 years ago
  39. b0036f7 mtd: mtdpart: balance debug messages by Miquel Raynal · 6 years ago
  40. 4048a5c mtd: declare MTD_PARTITIONS symbol in Kconfig by Miquel Raynal · 6 years ago
  41. 515d021 mtd: spinand: Add initial support for the MX35LF2GE4AB chip by Miquel Raynal · 6 years ago
  42. 6f041cc mtd: spinand: Add initial support for the MX35LF1GE4AB chip by Boris Brezillon · 6 years ago
  43. 3181c0a mtd: spinand: Add initial support for Winbond W25M02GV by Frieder Schrempf · 6 years ago
  44. 883d877 mtd: spinand: Add initial support for Micron MT29F2G01ABAGD by Peter Pan · 6 years ago
  45. 0a6d6ba mtd: nand: Add core infrastructure to support SPI NANDs by Peter Pan · 6 years ago
  46. b95db8d mtd: nand: Add core infrastructure to deal with NAND devices by Boris Brezillon · 6 years ago
  47. 3657b2f mtd: rename nand into rawnand in Kconfig prompt by Miquel Raynal · 6 years ago
  48. a430fa0 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · 6 years ago
  49. ce9bdc8 mtd: move all flash categories inside MTD submenu by Miquel Raynal · 6 years ago
  50. d02f1d3 mtd: move definitions to enlarge their range by Miquel Raynal · 6 years ago
  51. ca040d8 mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing by Miquel Raynal · 6 years ago
  52. 8fad769 mtd: Add sanity checks in mtd_write/read_oob() by Boris Brezillon · 6 years ago
  53. 5f50d82 mtd: Uninline mtd_write_oob and move it to mtdcore.c by Ezequiel Garcia · 6 years ago
  54. 596cf08 mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing by Boris Brezillon · 6 years ago
  55. e76afd8 fix: nand: pxa3xx: Add WA for eliminating flash ready timeout by David Sniatkiwicz · 6 years ago
  56. b7b3f2c nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND by Konstantin Porotchkin · 6 years ago
  57. e9a0777 nand: pxa3xx: cosmetic: add comments to the timing layout structures by Konstantin Porotchkin · 6 years ago
  58. 2057eb0 fix: nand: Replace hardcoded page chunk size with calculated one by Konstantin Porotchkin · 6 years ago
  59. b0d7c10 mtd: nand: pxa3xx: add support for Toshiba flash by Konstantin Porotchkin · 6 years ago
  60. ac56a3b mtd: nand: pxa3xx: add support for 2KB 8-bit flash by Victor Axelrod · 6 years ago
  61. f3d2357 mtd: nand: pxa3xx: Fix READOOB implementation by Boris Brezillon · 6 years ago
  62. b47f677 mtd: nand: pxa3xx_nand: add support for partial chunks by Ofer Heifetz · 6 years ago
  63. 7efd95e mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan by Ofer Heifetz · 6 years ago
  64. b87ae6f mtd: pxa3xx_nand: Fix initial controller configuration by Ofer Heifetz · 6 years ago
  65. 6bbe7f6 mtd: pxa3xx_nand: Increase the initial chunk size by Ofer Heifetz · 6 years ago
  66. 9448861 nand: pxa3xx: Increase READ_ID buffer and make the size static by Ofer Heifetz · 6 years ago
  67. cd11b2b mtd: nand: pxa3xx-nand: fix random command timeouts by Ofer Heifetz · 6 years ago
  68. 6589992 mtd: nand: pxa3xx_nand: fix early spurious interrupt by Ofer Heifetz · 6 years ago
  69. d3859d1 mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing() by Ofer Heifetz · 6 years ago
  70. 8cdcf67 mtd: nand: pxa3xx_nand: use nand_to_mtd() by Ofer Heifetz · 6 years ago
  71. 1445322 mtd: nand: pxa3xx_nand: Increase initial buffer size by Ofer Heifetz · 6 years ago
  72. e8f6576 mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCs by Masahiro Yamada · 6 years ago
  73. b8a1f47 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  74. 1711add mtd: nand: fsl_ifc: Fix handling of bitflips in erased pages by Darwin Dingel · 6 years ago
  75. 13f451b spi: Kconfig: Create ISSI Kconfig entry by Michal Simek · 9 years ago
  76. bb694d4 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  77. 04d57b1 mtd: add spi flash id s25fl128l by Clément Laigle · 6 years ago
  78. 850bdaf mtd: nand: sunxi: Return on set_feature only when not ENOTSUPP by Mylène Josserand · 6 years ago
  79. cbe9ea2 mtd: nand: nand_base: Convert EINVAL into ENOTSUPP by Mylène Josserand · 6 years ago
  80. 4a610fa mtd: nand: denali: correct buffer alignment for DMA transfer by Masahiro Yamada · 6 years ago
  81. f0306a1 Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  82. c7f367b mtd: nand: mxs_nand: add device tree support for i.MX 6 by Stefan Agner · 6 years ago
  83. 9c5b009 Convert CONFIG_MTD_PARTITIONS et al to Kconfig by Adam Ford · 6 years ago
  84. eba7f1f Convert CONFIG_NAND_DAVINCI to Kconfig by Adam Ford · 6 years ago
  85. e7db856 Convert CONFIG_NAND_ATMEL to Kconfig by Adam Ford · 6 years ago
  86. d294335 Convert CONFIG_NAND_LPC32XX_SLC to Kconfig by Adam Ford · 6 years ago
  87. 51b2411 sf: add paired dev info for winbond w25q16jv by Ludwig Zenz · 6 years ago
  88. 70cff76 sf: add Macronix mx25l1633e entry by Ludwig Zenz · 6 years ago
  89. b1360e2 sf: add Gigadevice gd25q16c entry by Ludwig Zenz · 6 years ago
  90. 760b755 spi_flash: add a bunch of winbond flashes to id-table by Hannes Schmelzer · 6 years ago
  91. 008dcdd dm: spi: Update sandbox SPI emulation driver to use ofnode by Simon Glass · 6 years ago
  92. 6c88079 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  93. 069b746 sf: Enable FSR polling on N25Q256(A) by Marek Vasut · 6 years ago
  94. fb77a9e Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  95. de76610 Merge git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  96. 4368f85 mtd: nand: mxs_nand_spl: add mxs_flash_full_ident by Jörg Krause · 7 years ago
  97. f3f2af3 mtd: nand: mxs_nand_spl: refactor mxs_flash_ident by Jörg Krause · 7 years ago
  98. 15e207f spl, nand: add option CONFIG_SPL_NAND_IDENT to lookup for supported NAND chips by Jörg Krause · 7 years ago
  99. da37d09 mtd: nand: export nand_get_flash_type function by Jörg Krause · 7 years ago
  100. 6275445 mtd: nand: mxs_nand: add support for specific ECC strength by Stefan Agner · 6 years ago