1. ed5df08 nand: atmel: Initialize pmecc smu with correct size by Bin Meng · 6 years ago
  2. 2fe88d4 Convert CONFIG_FLASH_CFI_DRIVER et al to Kconfig by Adam Ford · 6 years ago
  3. e6cd05e Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  4. 5c39148 sf: Add MICRON manufacturer id by Ashish Kumar · 6 years ago
  5. c860206 mtd: uboot: Fix hanging during mtd list command by Adam Ford · 6 years ago
  6. 5e24a2e dm: spi: Add logging of some return values by Simon Glass · 6 years ago
  7. 97f5710 sf: Avoid allocating memory on every read operation by Simon Glass · 6 years ago
  8. 66613f5 dm: spi: Clean up detection of sandbox SPI emulator by Simon Glass · 6 years ago
  9. c3aed5d sandbox: spi: Add more logging by Simon Glass · 6 years ago
  10. 1289e96 sandbox: spi: Drop command-line SPI option by Simon Glass · 6 years ago
  11. 9e5c2a7 mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · 6 years ago
  12. 881e4fc sf: Add XMC xm25qh64a and xm25qh128a entries by Stefan Roese · 6 years ago
  13. 5db66b3 cmd: mtd: add 'mtd' command by Miquel Raynal · 6 years ago
  14. 2a74930 mtd: mtdpart: implement proper partition handling by Miquel Raynal · 6 years ago
  15. ff4afa8 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · 6 years ago
  16. 21cc1fb mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · 6 years ago
  17. e9f62db mtd: uclass: add probe function by Miquel Raynal · 6 years ago
  18. b0036f7 mtd: mtdpart: balance debug messages by Miquel Raynal · 6 years ago
  19. 4048a5c mtd: declare MTD_PARTITIONS symbol in Kconfig by Miquel Raynal · 6 years ago
  20. 515d021 mtd: spinand: Add initial support for the MX35LF2GE4AB chip by Miquel Raynal · 6 years ago
  21. 6f041cc mtd: spinand: Add initial support for the MX35LF1GE4AB chip by Boris Brezillon · 6 years ago
  22. 3181c0a mtd: spinand: Add initial support for Winbond W25M02GV by Frieder Schrempf · 6 years ago
  23. 883d877 mtd: spinand: Add initial support for Micron MT29F2G01ABAGD by Peter Pan · 6 years ago
  24. 0a6d6ba mtd: nand: Add core infrastructure to support SPI NANDs by Peter Pan · 6 years ago
  25. b95db8d mtd: nand: Add core infrastructure to deal with NAND devices by Boris Brezillon · 6 years ago
  26. 3657b2f mtd: rename nand into rawnand in Kconfig prompt by Miquel Raynal · 6 years ago
  27. a430fa0 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · 6 years ago
  28. ce9bdc8 mtd: move all flash categories inside MTD submenu by Miquel Raynal · 6 years ago
  29. d02f1d3 mtd: move definitions to enlarge their range by Miquel Raynal · 6 years ago
  30. ca040d8 mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing by Miquel Raynal · 6 years ago
  31. 8fad769 mtd: Add sanity checks in mtd_write/read_oob() by Boris Brezillon · 6 years ago
  32. 5f50d82 mtd: Uninline mtd_write_oob and move it to mtdcore.c by Ezequiel Garcia · 6 years ago
  33. 596cf08 mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing by Boris Brezillon · 6 years ago
  34. e76afd8 fix: nand: pxa3xx: Add WA for eliminating flash ready timeout by David Sniatkiwicz · 6 years ago
  35. b7b3f2c nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND by Konstantin Porotchkin · 6 years ago
  36. e9a0777 nand: pxa3xx: cosmetic: add comments to the timing layout structures by Konstantin Porotchkin · 6 years ago
  37. 2057eb0 fix: nand: Replace hardcoded page chunk size with calculated one by Konstantin Porotchkin · 6 years ago
  38. b0d7c10 mtd: nand: pxa3xx: add support for Toshiba flash by Konstantin Porotchkin · 6 years ago
  39. ac56a3b mtd: nand: pxa3xx: add support for 2KB 8-bit flash by Victor Axelrod · 6 years ago
  40. f3d2357 mtd: nand: pxa3xx: Fix READOOB implementation by Boris Brezillon · 6 years ago
  41. b47f677 mtd: nand: pxa3xx_nand: add support for partial chunks by Ofer Heifetz · 6 years ago
  42. 7efd95e mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan by Ofer Heifetz · 6 years ago
  43. b87ae6f mtd: pxa3xx_nand: Fix initial controller configuration by Ofer Heifetz · 6 years ago
  44. 6bbe7f6 mtd: pxa3xx_nand: Increase the initial chunk size by Ofer Heifetz · 6 years ago
  45. 9448861 nand: pxa3xx: Increase READ_ID buffer and make the size static by Ofer Heifetz · 6 years ago
  46. cd11b2b mtd: nand: pxa3xx-nand: fix random command timeouts by Ofer Heifetz · 6 years ago
  47. 6589992 mtd: nand: pxa3xx_nand: fix early spurious interrupt by Ofer Heifetz · 6 years ago
  48. d3859d1 mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing() by Ofer Heifetz · 6 years ago
  49. 8cdcf67 mtd: nand: pxa3xx_nand: use nand_to_mtd() by Ofer Heifetz · 6 years ago
  50. 1445322 mtd: nand: pxa3xx_nand: Increase initial buffer size by Ofer Heifetz · 6 years ago
  51. e8f6576 mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCs by Masahiro Yamada · 6 years ago
  52. b8a1f47 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  53. 1711add mtd: nand: fsl_ifc: Fix handling of bitflips in erased pages by Darwin Dingel · 6 years ago
  54. 13f451b spi: Kconfig: Create ISSI Kconfig entry by Michal Simek · 9 years ago
  55. bb694d4 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  56. 04d57b1 mtd: add spi flash id s25fl128l by Clément Laigle · 6 years ago
  57. 850bdaf mtd: nand: sunxi: Return on set_feature only when not ENOTSUPP by Mylène Josserand · 6 years ago
  58. cbe9ea2 mtd: nand: nand_base: Convert EINVAL into ENOTSUPP by Mylène Josserand · 6 years ago
  59. 4a610fa mtd: nand: denali: correct buffer alignment for DMA transfer by Masahiro Yamada · 6 years ago
  60. f0306a1 Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  61. c7f367b mtd: nand: mxs_nand: add device tree support for i.MX 6 by Stefan Agner · 6 years ago
  62. 9c5b009 Convert CONFIG_MTD_PARTITIONS et al to Kconfig by Adam Ford · 6 years ago
  63. eba7f1f Convert CONFIG_NAND_DAVINCI to Kconfig by Adam Ford · 6 years ago
  64. e7db856 Convert CONFIG_NAND_ATMEL to Kconfig by Adam Ford · 6 years ago
  65. d294335 Convert CONFIG_NAND_LPC32XX_SLC to Kconfig by Adam Ford · 6 years ago
  66. 51b2411 sf: add paired dev info for winbond w25q16jv by Ludwig Zenz · 6 years ago
  67. 70cff76 sf: add Macronix mx25l1633e entry by Ludwig Zenz · 6 years ago
  68. b1360e2 sf: add Gigadevice gd25q16c entry by Ludwig Zenz · 6 years ago
  69. 760b755 spi_flash: add a bunch of winbond flashes to id-table by Hannes Schmelzer · 6 years ago
  70. 008dcdd dm: spi: Update sandbox SPI emulation driver to use ofnode by Simon Glass · 6 years ago
  71. 6c88079 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  72. 069b746 sf: Enable FSR polling on N25Q256(A) by Marek Vasut · 6 years ago
  73. fb77a9e Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  74. de76610 Merge git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  75. 4368f85 mtd: nand: mxs_nand_spl: add mxs_flash_full_ident by Jörg Krause · 7 years ago
  76. f3f2af3 mtd: nand: mxs_nand_spl: refactor mxs_flash_ident by Jörg Krause · 7 years ago
  77. 15e207f spl, nand: add option CONFIG_SPL_NAND_IDENT to lookup for supported NAND chips by Jörg Krause · 7 years ago
  78. da37d09 mtd: nand: export nand_get_flash_type function by Jörg Krause · 7 years ago
  79. 6275445 mtd: nand: mxs_nand: add support for specific ECC strength by Stefan Agner · 6 years ago
  80. f75e83b mtd: nand: mxs_nand: add device tree support by Stefan Agner · 6 years ago
  81. 6874834 mtd: nand: mxs_nand: move structs into header file by Stefan Agner · 6 years ago
  82. 502bdc6 mtd: nand: mxs_nand: add use_minimum_ecc to struct by Stefan Agner · 6 years ago
  83. 3b1328a mtd: nand: mxs_nand: separate board/controller init by Stefan Agner · 6 years ago
  84. 0d4e9d8 mtd: nand: mxs_nand: use more precise function name by Stefan Agner · 6 years ago
  85. 931747e mtd: nand: mxs_nand: move register structs to driver data by Stefan Agner · 6 years ago
  86. 984df7a mtd: nand: mxs_nand: add minimal ECC support by Stefan Agner · 6 years ago
  87. 5c69dd0 mtd: nand: mxs_nand: report correct ECC parameters by Stefan Agner · 6 years ago
  88. 28897e8 mtd: nand: mxs_nand: use structure for BCH geometry by Stefan Agner · 6 years ago
  89. dc0b69f mtd: nand: mxs_nand: allow to enable BBT support by Stefan Agner · 6 years ago
  90. 5346c31 mtd: nand: mxs_nand: use self init by Stefan Agner · 6 years ago
  91. 9345943 mtd: nand: mxs_nand: introduce SPL specific init by Stefan Agner · 6 years ago
  92. 51dce7d mtd: spi: Correct parameters for s25fs512s flash by Ashish Kumar · 6 years ago
  93. fb95283 spi: sandbox: Fix memory leak in sandbox_sf_bind_emul() by Simon Glass · 6 years ago
  94. f8c987f lib: Add hexdump by Alexey Brodkin · 6 years ago
  95. 813d1fb Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 6 years ago
  96. 78306cb mtd: ubi: Add missing newlines in ubi_init() by Stefan Roese · 6 years ago
  97. b1f2b72 sf: Add support for gd25q32b gigadevice flash by Carlo Caione · 6 years ago
  98. 8ff4130 sf: Set current flash bank to 0 in clean_bar() by Marek Vasut · 6 years ago
  99. 8ada17d Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  100. 964d4f7 Merge git://git.denx.de/u-boot-riscv by Tom Rini · 6 years ago