1. 5f9ae0e mtd: nand: Arasan: Add subpage configuration support by Martin Lund · 6 years ago
  2. 36eee8c sf: Add a method to obtain the block-protect setting by Simon Glass · 6 years ago
  3. 9abf625 mtd: nand: lpc32xx slc: disable DMA support in SPL builds by Vladimir Zapolskiy · 6 years ago
  4. 5670237 mtd: nand: lpc32xx mlc: predefine number of NAND chips to support by Vladimir Zapolskiy · 6 years ago
  5. fe656dd mtd: Drop duplicate MTD_PARTITIONS Kconfig option by Boris Brezillon · 6 years ago
  6. 7899afc mtd: Use default mtdparts/mtids when not defined in the environment by Boris Brezillon · 6 years ago
  7. 455ef43 nand: atmel: Initialize pmecc smu with correct size by Bin Meng · 6 years ago
  8. 76da1b2 Convert CONFIG_FLASH_CFI_DRIVER et al to Kconfig by Adam Ford · 6 years ago
  9. d3a8d2b Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  10. 7cab738 sf: Add MICRON manufacturer id by Ashish Kumar · 6 years ago
  11. 931ae35 mtd: uboot: Fix hanging during mtd list command by Adam Ford · 6 years ago
  12. 00d9990 dm: spi: Add logging of some return values by Simon Glass · 6 years ago
  13. 342eb81 sf: Avoid allocating memory on every read operation by Simon Glass · 6 years ago
  14. 8e8963b dm: spi: Clean up detection of sandbox SPI emulator by Simon Glass · 6 years ago
  15. 3b4b340 sandbox: spi: Add more logging by Simon Glass · 6 years ago
  16. fd5259a sandbox: spi: Drop command-line SPI option by Simon Glass · 6 years ago
  17. cdb295c mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · 6 years ago
  18. 72191c7 sf: Add XMC xm25qh64a and xm25qh128a entries by Stefan Roese · 6 years ago
  19. 741f4c7 cmd: mtd: add 'mtd' command by Miquel Raynal · 6 years ago
  20. 6382e0c mtd: mtdpart: implement proper partition handling by Miquel Raynal · 6 years ago
  21. 1a08e99 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · 6 years ago
  22. 6f381d5 mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · 6 years ago
  23. aa168ac mtd: uclass: add probe function by Miquel Raynal · 6 years ago
  24. f78a12b mtd: mtdpart: balance debug messages by Miquel Raynal · 6 years ago
  25. d31c478 mtd: declare MTD_PARTITIONS symbol in Kconfig by Miquel Raynal · 6 years ago
  26. 02b4979 mtd: spinand: Add initial support for the MX35LF2GE4AB chip by Miquel Raynal · 6 years ago
  27. fa46525 mtd: spinand: Add initial support for the MX35LF1GE4AB chip by Boris Brezillon · 6 years ago
  28. ea4d7c8 mtd: spinand: Add initial support for Winbond W25M02GV by Frieder Schrempf · 6 years ago
  29. df1859e mtd: spinand: Add initial support for Micron MT29F2G01ABAGD by Peter Pan · 6 years ago
  30. 47e9045 mtd: nand: Add core infrastructure to support SPI NANDs by Peter Pan · 6 years ago
  31. 894380f mtd: nand: Add core infrastructure to deal with NAND devices by Boris Brezillon · 6 years ago
  32. 8115c45 mtd: rename nand into rawnand in Kconfig prompt by Miquel Raynal · 6 years ago
  33. 1f1ae15 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · 6 years ago
  34. a4e7e21 mtd: move all flash categories inside MTD submenu by Miquel Raynal · 6 years ago
  35. fff4be3 mtd: move definitions to enlarge their range by Miquel Raynal · 6 years ago
  36. 19ea925 mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing by Miquel Raynal · 6 years ago
  37. b74b94f mtd: Add sanity checks in mtd_write/read_oob() by Boris Brezillon · 6 years ago
  38. 18e7541 mtd: Uninline mtd_write_oob and move it to mtdcore.c by Ezequiel Garcia · 6 years ago
  39. 6c20df7 mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing by Boris Brezillon · 6 years ago
  40. 2087f7e fix: nand: pxa3xx: Add WA for eliminating flash ready timeout by David Sniatkiwicz · 6 years ago
  41. e0e232e nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND by Konstantin Porotchkin · 6 years ago
  42. a692cde nand: pxa3xx: cosmetic: add comments to the timing layout structures by Konstantin Porotchkin · 6 years ago
  43. 06f9b6b fix: nand: Replace hardcoded page chunk size with calculated one by Konstantin Porotchkin · 6 years ago
  44. 029be94 mtd: nand: pxa3xx: add support for Toshiba flash by Konstantin Porotchkin · 6 years ago
  45. fdf9dfb mtd: nand: pxa3xx: add support for 2KB 8-bit flash by Victor Axelrod · 6 years ago
  46. a558a39 mtd: nand: pxa3xx: Fix READOOB implementation by Boris Brezillon · 6 years ago
  47. 191b5be mtd: nand: pxa3xx_nand: add support for partial chunks by Ofer Heifetz · 6 years ago
  48. 268979f mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan by Ofer Heifetz · 6 years ago
  49. 531816e mtd: pxa3xx_nand: Fix initial controller configuration by Ofer Heifetz · 6 years ago
  50. 0f0d382 mtd: pxa3xx_nand: Increase the initial chunk size by Ofer Heifetz · 6 years ago
  51. 4a574aa nand: pxa3xx: Increase READ_ID buffer and make the size static by Ofer Heifetz · 6 years ago
  52. de32316 mtd: nand: pxa3xx-nand: fix random command timeouts by Ofer Heifetz · 6 years ago
  53. d92d899 mtd: nand: pxa3xx_nand: fix early spurious interrupt by Ofer Heifetz · 6 years ago
  54. 8f8d458 mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing() by Ofer Heifetz · 6 years ago
  55. 0da35df mtd: nand: pxa3xx_nand: use nand_to_mtd() by Ofer Heifetz · 6 years ago
  56. fdf5b23 mtd: nand: pxa3xx_nand: Increase initial buffer size by Ofer Heifetz · 6 years ago
  57. 35333e9 mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCs by Masahiro Yamada · 6 years ago
  58. 1f8261f Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  59. 3dae7e6 mtd: nand: fsl_ifc: Fix handling of bitflips in erased pages by Darwin Dingel · 6 years ago
  60. f26b4c7 spi: Kconfig: Create ISSI Kconfig entry by Michal Simek · 9 years ago
  61. a723ad0 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  62. 84727b6 mtd: add spi flash id s25fl128l by Clément Laigle · 6 years ago
  63. 042b3f5 mtd: nand: sunxi: Return on set_feature only when not ENOTSUPP by Mylène Josserand · 6 years ago
  64. c21946b mtd: nand: nand_base: Convert EINVAL into ENOTSUPP by Mylène Josserand · 6 years ago
  65. e83725e mtd: nand: denali: correct buffer alignment for DMA transfer by Masahiro Yamada · 6 years ago
  66. 6b78116 Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  67. 05413d6 mtd: nand: mxs_nand: add device tree support for i.MX 6 by Stefan Agner · 7 years ago
  68. ac44a30 Convert CONFIG_MTD_PARTITIONS et al to Kconfig by Adam Ford · 6 years ago
  69. 66466b0 Convert CONFIG_NAND_DAVINCI to Kconfig by Adam Ford · 6 years ago
  70. 9c51918 Convert CONFIG_NAND_ATMEL to Kconfig by Adam Ford · 6 years ago
  71. 3aee181 Convert CONFIG_NAND_LPC32XX_SLC to Kconfig by Adam Ford · 6 years ago
  72. ea15d06 sf: add paired dev info for winbond w25q16jv by Ludwig Zenz · 6 years ago
  73. af45f63 sf: add Macronix mx25l1633e entry by Ludwig Zenz · 6 years ago
  74. 4dc1de3 sf: add Gigadevice gd25q16c entry by Ludwig Zenz · 6 years ago
  75. 4ff88da spi_flash: add a bunch of winbond flashes to id-table by Hannes Schmelzer · 6 years ago
  76. f354863 dm: spi: Update sandbox SPI emulation driver to use ofnode by Simon Glass · 6 years ago
  77. 43656cc Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  78. 328357f sf: Enable FSR polling on N25Q256(A) by Marek Vasut · 7 years ago
  79. 9c0d7f9 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  80. cb5660e Merge git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  81. 7440e4b mtd: nand: mxs_nand_spl: add mxs_flash_full_ident by Jörg Krause · 7 years ago
  82. 404a9db mtd: nand: mxs_nand_spl: refactor mxs_flash_ident by Jörg Krause · 7 years ago
  83. 6f8190f spl, nand: add option CONFIG_SPL_NAND_IDENT to lookup for supported NAND chips by Jörg Krause · 7 years ago
  84. 929fb44 mtd: nand: export nand_get_flash_type function by Jörg Krause · 7 years ago
  85. ead66eb mtd: nand: mxs_nand: add support for specific ECC strength by Stefan Agner · 6 years ago
  86. 150ddbc mtd: nand: mxs_nand: add device tree support by Stefan Agner · 6 years ago
  87. 19f9051 mtd: nand: mxs_nand: move structs into header file by Stefan Agner · 6 years ago
  88. 4dc98db mtd: nand: mxs_nand: add use_minimum_ecc to struct by Stefan Agner · 6 years ago
  89. 404b110 mtd: nand: mxs_nand: separate board/controller init by Stefan Agner · 6 years ago
  90. 00e6516 mtd: nand: mxs_nand: use more precise function name by Stefan Agner · 6 years ago
  91. dc8af6d mtd: nand: mxs_nand: move register structs to driver data by Stefan Agner · 6 years ago
  92. 4d42ac1 mtd: nand: mxs_nand: add minimal ECC support by Stefan Agner · 6 years ago
  93. 72d627d mtd: nand: mxs_nand: report correct ECC parameters by Stefan Agner · 6 years ago
  94. d0778b3 mtd: nand: mxs_nand: use structure for BCH geometry by Stefan Agner · 6 years ago
  95. 95f376f mtd: nand: mxs_nand: allow to enable BBT support by Stefan Agner · 6 years ago
  96. 5883e55 mtd: nand: mxs_nand: use self init by Stefan Agner · 6 years ago
  97. 7152f34 mtd: nand: mxs_nand: introduce SPL specific init by Stefan Agner · 6 years ago
  98. 529e820 mtd: spi: Correct parameters for s25fs512s flash by Ashish Kumar · 6 years ago
  99. 18790eb spi: sandbox: Fix memory leak in sandbox_sf_bind_emul() by Simon Glass · 6 years ago
  100. 2d2fa49 lib: Add hexdump by Alexey Brodkin · 6 years ago