1. 88718be mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · 5 years ago
  2. 288b29e common: Move command functions out of common.h by Simon Glass · 5 years ago
  3. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  4. 9ab5f22 nand: mxs_nand: add API for switching different BCH layouts by Igor Opaniuk · 5 years ago
  5. 412326d Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 5 years ago
  6. e365de9 drivers: nand: brcmnand: fix nand_chip ecc layout structure by William Zhang · 5 years ago
  7. a9f80cf nand: brcm: add BCM6368 support by Álvaro Fernández Rojas · 5 years ago
  8. 52720c5 drivers: clk: Add a managed API to get clocks from the device-tree by Jean-Jacques Hiblot · 5 years ago
  9. c680df7 mtd: nand: raw: Move CONFIG_SYS_NAND_USE_FLASH_BBT to Kconfig by Stefan Roese · 5 years ago
  10. 51443f5 nand: davinci: avoid out of bounds array access by Heinrich Schuchardt · 5 years ago
  11. 29d8eb3 nand: davinci: add support for driver model by Bartosz Golaszewski · 5 years ago
  12. 7bf9972 nand: davinci: make davinci_nand_init() static by Bartosz Golaszewski · 5 years ago
  13. 1d43e24 i.MX6: nand: add nandbcb command for imx by Shyam Saini · 5 years ago
  14. d99ea13 mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 option by Patrick Delaunay · 5 years ago
  15. fe7d654 mpc83xx: Migrate CONFIG_SYS_{BR, OR}*_PRELIM to Kconfig by Mario Six · 6 years ago
  16. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 6 years ago
  17. a7fc3d7 nand: davinci: remove dead code for dm644x by Bartosz Golaszewski · 6 years ago
  18. 5f626e7 mtd: nand: raw: Fix CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT behavior by Gregory CLEMENT · 6 years ago
  19. f917438 drivers: nand: brcmnand: add an option to read the write-protect from device tree by Philippe Reynes · 6 years ago
  20. 317d40e drivers: nand: brcmnand: add parameter parameter-page-big-endian by Philippe Reynes · 6 years ago
  21. 22daafb drivers: nand: brcmnand: add initial support by Philippe Reynes · 6 years ago
  22. 9db29b3 mtd: nand: provide several helpers to do common NAND operations by Boris Brezillon · 6 years ago
  23. ed784ac mtd: rawnand: denali: add reset handling by Simon Goldschmidt · 6 years ago
  24. 216800a Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  25. 7bb7502 mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driver by Christophe Kerello · 6 years ago
  26. d67fb26 mtd: spinand: Sync GigaDevice GD5F1GQ4UExxG with latest Linux version by Stefan Roese · 6 years ago
  27. d46d27d MTD: mxs_nand_spl: Redo the way nand_init initializes by Adam Ford · 6 years ago
  28. 04568bd MTD: nand: mxs_nand: Allow driver to auto setup ECC in SPL by Adam Ford · 6 years ago
  29. 5645df9 MTD: NAND: mxs_nand_init_dma: Make mxs_nand_init_dma static by Adam Ford · 6 years ago
  30. 5ae585b MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC by Adam Ford · 6 years ago
  31. 96d0be0 MTD: nand: mxs_nand_spl: Fix empty function pointer for BBT by Adam Ford · 6 years ago
  32. 97fca6a mtd: nand: arasan_nfc: Add support for nand multi chip select by T Karthik Reddy · 6 years ago
  33. 49ad402 ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig by Derald D. Woods · 6 years ago
  34. a38c3af mtd: nand: raw: allow to disable unneeded ECC layouts by Stefan Agner · 6 years ago
  35. 695f67b Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  36. cdf72c1 mtd: nand: raw: Add Hynix H27UBG8T2BTR id table by Nikolai Zhubr · 6 years ago
  37. 522e035 Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx by Tom Rini · 6 years ago
  38. acdf10e nand: vybrid: Extend the vf610 NFC NAND driver to support device tree (and DM) by Lukasz Majewski · 6 years ago
  39. 8a12d12 Kconfig: Add entry for VF610 NAND NFC device tree aware driver by Lukasz Majewski · 6 years ago
  40. 254409d nand: vybrid: Use calloc() instead of malloc() to allocate struct nfc by Lukasz Majewski · 6 years ago
  41. 9d43649 mtd: rawnand: denali: fix a race condition when DMA is kicked by Masahiro Yamada · 6 years ago
  42. 8ccfbfb mtd: rawnand: denali: optimize timing parameters for data interface by Masahiro Yamada · 6 years ago
  43. a13fe7a mtd: rawnand: denali_dt: add more clocks based on IP datasheet by Masahiro Yamada · 6 years ago
  44. 9450ab2 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  45. 1cefca7 mtd: nand: Arasan: Add subpage configuration support by Martin Lund · 6 years ago
  46. c907464 mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layout by Miquel Raynal · 6 years ago
  47. af61ea2 mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectable error by Miquel Raynal · 6 years ago
  48. 6293b03 mtd: nand: pxa3xx: add raw read support by Miquel Raynal · 6 years ago
  49. 44cdfc0 mtd: nand: lpc32xx slc: disable DMA support in SPL builds by Vladimir Zapolskiy · 6 years ago
  50. a098ce2 mtd: nand: lpc32xx mlc: predefine number of NAND chips to support by Vladimir Zapolskiy · 6 years ago
  51. ed5df08 nand: atmel: Initialize pmecc smu with correct size by Bin Meng · 6 years ago
  52. 9e5c2a7 mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · 6 years ago
  53. 515d021 mtd: spinand: Add initial support for the MX35LF2GE4AB chip by Miquel Raynal · 6 years ago
  54. 6f041cc mtd: spinand: Add initial support for the MX35LF1GE4AB chip by Boris Brezillon · 6 years ago
  55. 3181c0a mtd: spinand: Add initial support for Winbond W25M02GV by Frieder Schrempf · 6 years ago
  56. 883d877 mtd: spinand: Add initial support for Micron MT29F2G01ABAGD by Peter Pan · 6 years ago
  57. 0a6d6ba mtd: nand: Add core infrastructure to support SPI NANDs by Peter Pan · 6 years ago
  58. b95db8d mtd: nand: Add core infrastructure to deal with NAND devices by Boris Brezillon · 6 years ago
  59. 3657b2f mtd: rename nand into rawnand in Kconfig prompt by Miquel Raynal · 6 years ago
  60. a430fa0 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · 6 years ago
  61. 596cf08 mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing by Boris Brezillon · 6 years ago
  62. e76afd8 fix: nand: pxa3xx: Add WA for eliminating flash ready timeout by David Sniatkiwicz · 6 years ago
  63. b7b3f2c nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND by Konstantin Porotchkin · 6 years ago
  64. e9a0777 nand: pxa3xx: cosmetic: add comments to the timing layout structures by Konstantin Porotchkin · 6 years ago
  65. 2057eb0 fix: nand: Replace hardcoded page chunk size with calculated one by Konstantin Porotchkin · 6 years ago
  66. b0d7c10 mtd: nand: pxa3xx: add support for Toshiba flash by Konstantin Porotchkin · 6 years ago
  67. ac56a3b mtd: nand: pxa3xx: add support for 2KB 8-bit flash by Victor Axelrod · 6 years ago
  68. f3d2357 mtd: nand: pxa3xx: Fix READOOB implementation by Boris Brezillon · 6 years ago
  69. b47f677 mtd: nand: pxa3xx_nand: add support for partial chunks by Ofer Heifetz · 6 years ago
  70. 7efd95e mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan by Ofer Heifetz · 6 years ago
  71. b87ae6f mtd: pxa3xx_nand: Fix initial controller configuration by Ofer Heifetz · 6 years ago
  72. 6bbe7f6 mtd: pxa3xx_nand: Increase the initial chunk size by Ofer Heifetz · 6 years ago
  73. 9448861 nand: pxa3xx: Increase READ_ID buffer and make the size static by Ofer Heifetz · 6 years ago
  74. cd11b2b mtd: nand: pxa3xx-nand: fix random command timeouts by Ofer Heifetz · 6 years ago
  75. 6589992 mtd: nand: pxa3xx_nand: fix early spurious interrupt by Ofer Heifetz · 6 years ago
  76. d3859d1 mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing() by Ofer Heifetz · 6 years ago
  77. 8cdcf67 mtd: nand: pxa3xx_nand: use nand_to_mtd() by Ofer Heifetz · 6 years ago
  78. 1445322 mtd: nand: pxa3xx_nand: Increase initial buffer size by Ofer Heifetz · 6 years ago
  79. e8f6576 mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCs by Masahiro Yamada · 6 years ago
  80. 1711add mtd: nand: fsl_ifc: Fix handling of bitflips in erased pages by Darwin Dingel · 6 years ago
  81. 850bdaf mtd: nand: sunxi: Return on set_feature only when not ENOTSUPP by Mylène Josserand · 6 years ago
  82. cbe9ea2 mtd: nand: nand_base: Convert EINVAL into ENOTSUPP by Mylène Josserand · 6 years ago
  83. 4a610fa mtd: nand: denali: correct buffer alignment for DMA transfer by Masahiro Yamada · 6 years ago
  84. f0306a1 Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  85. c7f367b mtd: nand: mxs_nand: add device tree support for i.MX 6 by Stefan Agner · 6 years ago
  86. eba7f1f Convert CONFIG_NAND_DAVINCI to Kconfig by Adam Ford · 6 years ago
  87. e7db856 Convert CONFIG_NAND_ATMEL to Kconfig by Adam Ford · 6 years ago
  88. d294335 Convert CONFIG_NAND_LPC32XX_SLC to Kconfig by Adam Ford · 6 years ago
  89. 4368f85 mtd: nand: mxs_nand_spl: add mxs_flash_full_ident by Jörg Krause · 7 years ago
  90. f3f2af3 mtd: nand: mxs_nand_spl: refactor mxs_flash_ident by Jörg Krause · 7 years ago
  91. 15e207f spl, nand: add option CONFIG_SPL_NAND_IDENT to lookup for supported NAND chips by Jörg Krause · 7 years ago
  92. da37d09 mtd: nand: export nand_get_flash_type function by Jörg Krause · 7 years ago
  93. 6275445 mtd: nand: mxs_nand: add support for specific ECC strength by Stefan Agner · 6 years ago
  94. f75e83b mtd: nand: mxs_nand: add device tree support by Stefan Agner · 6 years ago
  95. 6874834 mtd: nand: mxs_nand: move structs into header file by Stefan Agner · 6 years ago
  96. 502bdc6 mtd: nand: mxs_nand: add use_minimum_ecc to struct by Stefan Agner · 6 years ago
  97. 3b1328a mtd: nand: mxs_nand: separate board/controller init by Stefan Agner · 6 years ago
  98. 0d4e9d8 mtd: nand: mxs_nand: use more precise function name by Stefan Agner · 6 years ago
  99. 931747e mtd: nand: mxs_nand: move register structs to driver data by Stefan Agner · 6 years ago
  100. 984df7a mtd: nand: mxs_nand: add minimal ECC support by Stefan Agner · 6 years ago