1. 02bcff2 nand: arasan_nfc: Clear ecc on bit while sending read command by Siva Durga Prasad Paladugu · 8 years ago
  2. ae798d2 mtd: nand: zynq_nand: Add nand driver support for zynq by Siva Durga Prasad Paladugu · 8 years ago
  3. df10a85 mtd: nand: Kconfig: Add NAND_MXS entry by Jagan Teki · 8 years ago
  4. b4a6c2a spl: Update ext functions to take an spl_image parameter by Simon Glass · 8 years ago
  5. ea022a3 spi: Move freescale-specific code into a private header by Simon Glass · 8 years ago
  6. 139db7a spl: Convert spl_spi_load_image() to use linker list by Simon Glass · 8 years ago
  7. 0a9b73a spl: spi: Move the generic SPI loader into common/spl by Simon Glass · 8 years ago
  8. ecdfd69 spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  9. 71316c1 spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  10. 8f2fe0c kconfig: introduce kconfig for UBI by Heiko Schocher · 8 years ago
  11. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  12. 3632c8e sf: Move flags macro's to spi_flash_params{} members by Jagan Teki · 8 years ago
  13. de05992 sf: Add CONFIG_SPI_FLASH_USE_4K_SECTORS in spi_flash by Jagan Teki · 8 years ago
  14. ddc2dfb sf: Remove SECT_32K by Jagan Teki · 8 years ago
  15. 08fe9c2 spi: Use mode for rx mode flags by Jagan Teki · 8 years ago
  16. b3afb23 sf: Remove e_rd_cmd from param table by Jagan Teki · 8 years ago
  17. edd35f7 sf: Simplify fastest read cmd code by Jagan Teki · 8 years ago
  18. 16f4166 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  19. 2a83c95 mtd: nand: mxs: fix cache alignment for cache lines >32 by Stefan Agner · 8 years ago
  20. 8b7d512 nand: Fix some more NULL name tests by Scott Wood · 8 years ago
  21. 91395b5 mtd: nand: pxa3xx: use nand_set_controller_data by Chris Packham · 8 years ago
  22. b302669 sf: sf_params: Add AT25DF321 flash support by Wenyou Yang · 8 years ago
  23. 6bde34f spi: Add support for N25Q016A by Moritz Fischer · 8 years ago
  24. ebb7feb mtd: nand: fix bug writing 1 byte less than page size by Hector Palacios · 8 years ago
  25. cd7f5e1 mtd: nand: Add a full-id entry for the H27QCG8T2E5R‐BCF NAND by Boris Brezillon · 8 years ago
  26. 4ccae81 mtd: nand: Add the sunxi NAND controller driver by Boris Brezillon · 8 years ago
  27. 42bd19c mtd: nand: add common DT init code by Brian Norris · 8 years ago
  28. 5248692 mtd: OneNAND: initialize mtd->writebufsize to let UBI work by Ladislav Michl · 8 years ago
  29. 77b93e5 mtd: OneNAND: allow board init function fail by Ladislav Michl · 8 years ago
  30. d9098ee mtd: OneNAND: add timeout to wait ready loops by Ladislav Michl · 8 years ago
  31. 0568dd0 armv7: make gpmc_cfg const by Ladislav Michl · 8 years ago
  32. 6f4e7d3 spl: Lightweight UBI and UBI fastmap support by Thomas Gleixner · 8 years ago
  33. 735717d onenand_spl_simple: Add a simple OneNAND read function by Ladislav Michl · 8 years ago
  34. e1a89e9 nand_spl_simple: Add a simple NAND read function by Thomas Gleixner · 8 years ago
  35. 8f01397 powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPL by Sumit Garg · 8 years ago
  36. 55edb9d mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips by Daniel Schwierzeck · 8 years ago
  37. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  38. 19e99fb sunxi: Support booting from SPI flash by Siarhei Siamashka · 8 years ago
  39. 62f8183 mtd: nand: Drop a blank line in nand_wait() by Andre Renaud · 8 years ago
  40. 2313d48 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  41. 30780f9 mtd: nand: Patch remaining places where nand_to_mtd() should be used by Boris Brezillon · 8 years ago
  42. e1c2908 nand: nand torture: follow sync with linux v4.6 by Max Krummenacher · 8 years ago
  43. 7748b41 spl: nand: sunxi: add support for NAND config auto-detection by Boris Brezillon · 8 years ago
  44. 4e7d1b3 spl: nand: sunxi: split 'load page' and 'read page' logic by Boris Brezillon · 8 years ago
  45. bb9783b spl: nand: sunxi: rework status polling loop by Boris Brezillon · 8 years ago
  46. fa30115 spl: nand: sunxi: stop guessing the redundant u-boot offset by Boris Brezillon · 8 years ago
  47. 80ef700 spl: nand: support redundant u-boot image by Boris Brezillon · 8 years ago
  48. 494e108 spl: nand: rework SYS_NAND_U_BOOT_OFFS Kconfig option dependency by Boris Brezillon · 8 years ago
  49. c4adf9d spl: nand: sunxi: remove support for so-called 'syndrome' mode by Boris Brezillon · 8 years ago
  50. fd9102d Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  51. 65319f1 at91: nand: Set up the ECC strength correctly by Andre Renaud · 8 years ago
  52. 5a9ae33 at91: Correct NAND ECC register access by Andre Renaud · 8 years ago
  53. 3fc304b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  54. 3a504d9 mtd: nand: omap: allow to switch to BCH16 by Heiko Schocher · 8 years ago
  55. 5d29e27 nand: add nand mtd concat support by Heiko Schocher · 8 years ago
  56. 715b3a9 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  57. 667067f nand: fix nand torture to use changed mtd api by Max Krummenacher · 8 years ago
  58. ceee07b mtd: nand: Sync with Linux v4.6 by Scott Wood · 8 years ago
  59. 81c7725 mtd: nand: Add page argument to write_page() etc. by Scott Wood · 8 years ago
  60. 17cb4b8 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 8 years ago
  61. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  62. 151c06e mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  63. ea7d1ee mtd: nand: Remove docg4 driver and palmtreo680 flashing tool by Scott Wood · 8 years ago
  64. 5d74e3a mtd: nand: Remove jz4740 driver by Marek Vasut · 8 years ago
  65. a39d144 mtd: nand: arasan_nfc: Correct nand ecc initialization by Siva Durga Prasad Paladugu · 8 years ago
  66. d074c06 driver: mtd: spi: Adding support for QSPI flash by Prabhakar Kushwaha · 8 years ago
  67. 0985294 mtd: nand: am335x: spl: Fix copying of image by Lokesh Vutla · 8 years ago
  68. 00d5595 spl: Support loading a FIT from SPI by Lokesh Vutla · 8 years ago
  69. fc15b9b Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  70. 9aa550d mtd: nand: mxs: use simpler runtime cpu dection macros by Peng Fan · 8 years ago
  71. 5c99045 drivers: mtd: add Microchip PIC32 internal non-CFI flash driver. by Purna Chandra Mandal · 8 years ago
  72. 80c1bfd sf: Disable 4-KB erase command for SPANSION S25FS-S family by Yuan Yao · 8 years ago
  73. febffe8 spi: fsl_qspi: Enable Spansion S25FS-S family flashes by Yuan Yao · 8 years ago
  74. 7e0f226 SPL: Let spl_parse_image_header() return value by Marek Vasut · 8 years ago
  75. eae4b2b Fix spelling of "occurred". by Vagrant Cascadian · 8 years ago
  76. 11b9a4d sf: fix timebase data type in _wait_ready() by Stephen Warren · 8 years ago
  77. 68fc449 mtd, ubi: set free_count to zero before walking through erase list by Heiko Schocher · 9 years ago
  78. 7570a0c mtd: cfi: Unlock current sector instead of sector 0 before buffered write by Rouven Behr · 8 years ago
  79. 9082517 stm32: stm32_flash: add memory barrier during flash write by Vikas Manocha · 8 years ago
  80. 6d94810 drivers: remove writes{b,w,l,q} and reads{b,w,l,q}. by Purna Chandra Mandal · 8 years ago
  81. 46a16bd kirkwood_nand: claim MPP pins on the fly by Chris Packham · 9 years ago
  82. 15305c2 mtd: nand: denali: max_banks calculation changed in revision 5.1 by Graham Moore · 8 years ago
  83. edc498c cfi_flash: return device into read array mode after reading status by Vasily Khoruzhick · 8 years ago
  84. 9ecb0c4 stm32: stm32f4: move flash driver to mtd driver location by Vikas Manocha · 8 years ago
  85. 73b5b27 mtd: denali: fix warning when compiled for 64bit system by Masahiro Yamada · 8 years ago
  86. ea9619a sf: Correct data types in stm_is_locked_sr() by Marek Vasut · 8 years ago
  87. 0badb23 spi: Correct two error return values by Simon Glass · 8 years ago
  88. ffe276d sandbox: spi: Remove an incorrect free() by Simon Glass · 8 years ago
  89. 20f655d sandbox: spi: Add more debugging to SPI emulation by Simon Glass · 8 years ago
  90. 7bd1c59 sf: spi_flash: use dma to copy data from mmap region if platform supports by Mugunthan V N · 8 years ago
  91. e4b40e9 arasan: nfc: Add initial nand driver support for arasan by Siva Durga Prasad Paladugu · 9 years ago
  92. 78cb965 zynqmp: nand: Add Nand driver support for zynqmp by Siva Durga Prasad Paladugu · 9 years ago
  93. 065a373 mtd: pxa3xx_nand: Don't alloc unneeded memory by Kevin Smith · 9 years ago
  94. 84caff3 mtd: pxa3xx_nand: Correct offset calculation by Kevin Smith · 9 years ago
  95. b7d3e4a mtd: pxa3xx_nand: Correct null dereference by Kevin Smith · 9 years ago
  96. 549d7c0 nand: mxs: fix error handling for mxs_nand_init by Peng Fan · 9 years ago
  97. a187559 Use correct spelling of "U-Boot" by Bin Meng · 8 years ago
  98. 258b21f atmel_nand: Add 32 bit ecc support for sama5d2 chip by Josh Wu · 9 years ago
  99. fa651f5 atmel_nand_ecc: update pmecc registers according to sama5d2 chip by Josh Wu · 9 years ago
  100. 422b49e atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic number by Josh Wu · 9 years ago