1. a1b81ab nand/fsl_ifc: Convert to self-init by Prabhakar Kushwaha · 11 years ago
  2. 453db36 mtd: nand: use ssize_t instead of size_t to prevent infinite loop by htbegin · 12 years ago
  3. 070fd8e mtd: nand: fix the partial page write condition by htbegin · 12 years ago
  4. 98d9d92 nand/fsl_elbc: detect page size at runtime by Scott Wood · 12 years ago
  5. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  6. 17059f9 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  7. 1812201 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  8. e303be2 Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support" by Stefan Roese · 11 years ago
  9. b9589ec Revert "cfi_flash: Use uintptr_t for casts from u32 to void *" by Stefan Roese · 11 years ago
  10. 7070b55 kirkwood_nand: allow usage of NAND_ECC_SOFT_BCH by Gerlando Falauto · 12 years ago
  11. e532322 arm: Remove support for unused s3c64xx by Benoît Thébaudeau · 11 years ago
  12. da962b7 nand: mxc: Switch NAND SPL to generic SPL by Benoît Thébaudeau · 11 years ago
  13. 3ec9d6e nand: mxc: Use appropriate page number in syndrome functions by Benoît Thébaudeau · 11 years ago
  14. 78ee7b1 nand: mxc: Fix debug trace in mxc_nand_read_oob_syndrome() by Benoît Thébaudeau · 11 years ago
  15. 35537bc nand: mxc: Add support for i.MX5 by Benoît Thébaudeau · 11 years ago
  16. 2dc0aa0 nand: mxc: Prepare to add support for i.MX5 by Benoît Thébaudeau · 11 years ago
  17. a430e91 mtd: nand: mxc_nand: Fix is_16bit_nand() by Fabio Estevam · 11 years ago
  18. 66bd184 mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT by Fabio Estevam · 11 years ago
  19. 147162d ubi: ubifs: Turn off verbose prints by Joe Hershberger · 11 years ago
  20. 76c1637 ubi: Fix broken cleanup code in attach_by_scanning by Joe Hershberger · 11 years ago
  21. c39d6a0 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · 12 years ago
  22. 4a09300 omap_gpmc: add support for hw assisted BCH8 by Andreas Bießmann · 11 years ago
  23. da634ae omap_gpmc: change nandecc command by Andreas Bießmann · 11 years ago
  24. 5bf299b asm/omap_gpmc.h: consolidate common defines by Andreas Bießmann · 11 years ago
  25. bc5fd90 Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash by Tom Rini · 11 years ago
  26. 81a4f70 cfi_flash: Use uintptr_t for casts from u32 to void * by Stefan Roese · 11 years ago
  27. c502321 mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices by Jagannadha Sutradharudu Teki · 12 years ago
  28. 239cb9d mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support by aaron.williams@caviumnetworks.com · 12 years ago
  29. 472d546 Consolidate bool type by York Sun · 11 years ago
  30. 009d75c Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  31. 772ba15 sf: winbond: add W25Q32DW by Allen Martin · 12 years ago
  32. 98f9200 am33xx: Add required includes to some omap/am33xx code by Tom Rini · 12 years ago
  33. bb8215f sf: Enable FDT-based configuration and memory mapping by Simon Glass · 12 years ago
  34. 1e566bc sf: Respect maximum SPI write size by Simon Glass · 12 years ago
  35. c0f87dd sf: Use spi_flash_alloc() in each SPI flash driver by Simon Glass · 12 years ago
  36. b5aec14 sf: Add spi_flash_alloc() to create a new SPI flash struct by Simon Glass · 12 years ago
  37. 76b40ab Merge u-boot/master into u-boot-ti/master by Tom Rini · 12 years ago
  38. f996137 SPL: ONENAND: Fix onenand_spl_load_image implementation. by Enric Balletbo i Serra · 12 years ago
  39. fcecb4a mtd: nand: Check if NAND is locked tight before lock cmds by Joe Hershberger · 12 years ago
  40. 9381873 kmeter1_nand: allow uasge of NAND_ECC_SOFT_BCH by Holger Brunck · 12 years ago
  41. d62ef56 sf: stmicro: Add support for N25Q256A by Jagannadha Sutradharudu Teki · 12 years ago
  42. b1431da sf: stmicro: Add support for N25Q32A by Jagannadha Sutradharudu Teki · 12 years ago
  43. c75c921 sf: stmicro: Add support for N25Q32 by Jagannadha Sutradharudu Teki · 12 years ago
  44. f785fcb sf: stmicro: Add support for N25Q64A by Jagannadha Sutradharudu Teki · 12 years ago
  45. 5818a09 sf: winbond: Add W25Q64W by Jagannadha Sutradharudu Teki · 12 years ago
  46. 4e994c1 sf: spansion: Correct the first byte of idcode1 for S25FL256S part by Jagannadha Sutradharudu Teki · 12 years ago
  47. 3981d02 sf: stmicro: add support for N25Q064 by Jagannadha Sutradharudu Teki · 12 years ago
  48. d2af028 cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd by Stefan Roese · 12 years ago
  49. ac6b911 cfi_flash: Enable PPB protection for all AMD cmdset flash chips by Stefan Roese · 12 years ago
  50. 03deff4 cfi_flash: Read PPB sector protection from device for AMD/Spansion chips by Stefan Roese · 12 years ago
  51. 20043a4 cfi_flash: Add manufact_match helper function by Stefan Roese · 12 years ago
  52. 07b2c5c mtd/cfi: add support for SST 4KB sector granularity by Angelo Dureghello · 12 years ago
  53. 4494859 Fix SPL build for non-ARM targets by Albert ARIBAUD · 12 years ago
  54. 91c038f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  55. 79f3877 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  56. ba42767 driver/mtd/IFC:Wait tWB time, poll R/B before command execution by Prabhakar Kushwaha · 12 years ago
  57. 0b38fff mtd: nand: mxs: reset BCH earlier, too, to avoid NAND startup problems by Wolfram Sang · 12 years ago
  58. 5846b11 am33xx_spl_bch: simple SPL nand loader for AM33XX by Ilya Yanok · 12 years ago
  59. c3754e9 omap_gpmc: BCH8 support (ELM based) by Mansoor Ahamed · 12 years ago
  60. 3287f6d nand: Add torture feature by Benoît Thébaudeau · 12 years ago
  61. 8156f732 nand: Fix nand_erase_opts() offset check by Benoît Thébaudeau · 12 years ago
  62. bd74280 nand: Clean up nand_util by Benoît Thébaudeau · 12 years ago
  63. c788ecf nand: Move the sub-page read support enable to a flag by Joe Hershberger · 12 years ago
  64. 79da5e3 driver/mtd:IFC NAND:Initialise internal SRAM before any write by Prabhakar Kushwaha · 12 years ago
  65. cb04c77 nand/fsl: add NAND_NO_SUBPAGE_WRITE to eLBC and IFC drivers by Scott Wood · 12 years ago
  66. 7d4b795 spl/nand: config symbol documentation by Scott Wood · 12 years ago
  67. 6f2f01b spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC. by Scott Wood · 12 years ago
  68. 6acc7c3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  69. 7d2ab9a drivers/mtd/nand: sparse fixes by Kim Phillips · 12 years ago
  70. 11dc401 drivers/mtd/cfi_flash.c: sparse fixes by Kim Phillips · 12 years ago
  71. eef1cf2 include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · 12 years ago
  72. a833b95 tegra: nand: make ONFI detection work by Lucas Stach · 12 years ago
  73. c0720af tegra: nand: add board pinmux by Lucas Stach · 12 years ago
  74. 150c249 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · 12 years ago
  75. d923a5d MPC85xx: remove support for TQM85xx boards by Wolfgang Denk · 12 years ago
  76. 1c27059 Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · 12 years ago
  77. fa651cc Merge remote-tracking branch 'u-boot-atmel/master' by Albert ARIBAUD · 12 years ago
  78. a4cc1c4 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · 12 years ago
  79. 495dbd7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  80. efa1f43 mxc nand: Fix warning on !MXC_NFC_V2_1 by Tom Rini · 12 years ago
  81. 9c60e75 mxc nand: Homogenize IP revisions with Linux by Benoît Thébaudeau · 12 years ago
  82. 13927f0 mtd mxc nand: Merge init functions by Benoît Thébaudeau · 12 years ago
  83. 7c28a1c mtd mxc nand: Fix ECC state after read_page_raw_syndrome() by Benoît Thébaudeau · 12 years ago
  84. 0e499b0 mtd mxc nand: Use _mxc_nand_enable_hwecc() by Benoît Thébaudeau · 12 years ago
  85. c1db8dd mxc nand: Access all ecc_status_result fields by Benoît Thébaudeau · 12 years ago
  86. 365b2c0 mxc nand: cosmectic: Light cleanup by Benoît Thébaudeau · 12 years ago
  87. 80c8ab7 mxc nand: Merge mtd and spl register definitions by Benoît Thébaudeau · 12 years ago
  88. 9c790a7 mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver by Marek Vasut · 12 years ago
  89. e70bfa2 nand: Make NAND lock status compatible with Micron by Joe Hershberger · 12 years ago
  90. 33b1d5c nand: consolidate duplicated constants by Joe Hershberger · 12 years ago
  91. e331ab2 nand: Change ulong to loff_t and size_t by Joe Hershberger · 12 years ago
  92. eee623a nand: Add support for unlock.invert by Joe Hershberger · 12 years ago
  93. d62e9ca mtd: support ONFI multi lun NAND by Matthieu CASTET · 13 years ago
  94. 83fd09a spiflash: at25: using common spi flash operation by Bo Shen · 12 years ago
  95. 053a4d1 spi: add atmel at25df321 serial flash support by Bo Shen · 12 years ago
  96. b9c83c6 atmel_nand: fix the U-Boot output information about nand flash with PMECC enable. by Wu, Josh · 12 years ago
  97. 651eb73 NAND: MXS: include common.h first so cache.h is included in correct order by Tom Warren · 12 years ago
  98. 312693c tegra: nand: Add Tegra NAND driver by Jim Lin · 12 years ago
  99. b572595 nand: Try to align the default buffers by Simon Glass · 12 years ago
  100. de15a06 cfi: Make the flash erase and write operations abortable by Joe Hershberger · 12 years ago