1. c6a4200 mtd: nand: Consolidate nand spl loaders implementation by Ladislav Michl · Sun Apr 16 15:31:59 2017 +0200
  2. d4aab6b mtd: nand: atmel: use another functions to set gpio value by Wenyou Yang · Thu Mar 23 12:55:21 2017 +0800
  3. 521240c Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · Mon Jun 20 05:15:52 2016 -0400
  4. 3b5f884 mtd: nand: Patch remaining places where nand_to_mtd() should be used by Boris Brezillon · Wed Jun 15 20:56:10 2016 +0200
  5. eaf2321 at91: nand: Set up the ECC strength correctly by Andre Renaud · Thu May 05 07:28:15 2016 -0600
  6. cf44b94 at91: Correct NAND ECC register access by Andre Renaud · Thu May 05 07:28:14 2016 -0600
  7. 52ab7ce mtd: nand: Sync with Linux v4.6 by Scott Wood · Mon May 30 13:57:58 2016 -0500
  8. 46e1310 mtd: nand: Add page argument to write_page() etc. by Scott Wood · Mon May 30 13:57:57 2016 -0500
  9. 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · Mon May 30 13:57:56 2016 -0500
  10. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · Mon May 30 13:57:55 2016 -0500
  11. 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · Mon May 30 13:57:54 2016 -0500
  12. ce76495 atmel_nand: Add 32 bit ecc support for sama5d2 chip by Josh Wu · Tue Nov 24 16:34:01 2015 +0800
  13. 5d3256c atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic number by Josh Wu · Mon Jan 25 14:06:35 2016 +0800
  14. daf4088 atmel_nand: add '\n' in the end of error message for better display by Josh Wu · Mon Jan 25 14:06:34 2016 +0800
  15. c90cc68 atmel_nand: use nand ecc_{strength, step}_ds instead of our own function by Josh Wu · Mon Jan 25 14:06:33 2016 +0800
  16. 311aef6 nand, atmel: remove udelay in spl_nand_erase_one() by Heiko Schocher · Mon Jun 29 09:10:47 2015 +0200
  17. ab7ec11 ARM: at91: atmel_nand: Support flash based BBT by David Dueck · Fri Mar 20 10:52:49 2015 +0100
  18. 1f5c089 mtd: atmel_nand: according to pmecc version to perform 0xff page correction by Wu, Josh · Fri Jan 16 11:54:46 2015 +0800
  19. f259ad2 mtd: atmel_nand: runtime to build gf table for pmecc by Josh Wu · Mon Nov 10 15:24:00 2014 +0800
  20. ae2af0a spl, mtd, nand, atmel_nand: invert device ready pin logic by Heiko Schocher · Fri Oct 31 08:31:03 2014 +0100
  21. 4ff0c37 spl, nand, atmel_nand: add erase one block function by Heiko Schocher · Fri Oct 31 08:31:02 2014 +0100
  22. fd68338 mtd: atmel_nand: add missing include by Heiko Schocher · Fri Oct 31 08:31:01 2014 +0100
  23. d7915f4 mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC by Boris BREZILLON · Tue Sep 02 10:23:09 2014 +0200
  24. b31868f mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc register by Wu, Josh · Tue Jun 24 18:18:06 2014 +0800
  25. 6767522 mtd: nand: force NAND_CMD_READID onto 8-bit bus by Brian Norris · Tue May 06 00:46:17 2014 +0530
  26. 9415b87 mtd: nand: atmel: prepare for nand spl boot support by Bo Shen · Mon Mar 03 14:47:16 2014 +0800
  27. 1d17de6 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue Dec 10 14:31:56 2013 +0100
  28. a4c24d3 at91: nand: switch atmel_nand to generic GPIO API by Andreas Bießmann · Fri Nov 29 12:13:45 2013 +0100
  29. a8bd1d4 mtd: atmel_nand: use dev_xxx instead of printk by Wu, Josh · Fri Oct 18 17:46:34 2013 +0800
  30. 0453402 mtd: atmel_nand: don't print bit correction message in driver by Wu, Josh · Fri Oct 18 17:46:33 2013 +0800
  31. f9f69b1 mtd: atmel_nand: enable PMECC support for 8k bytes page NAND flash by Wu, Josh · Fri Oct 18 17:46:31 2013 +0800
  32. bb5a12f MTD: atmel_nand: support for software BCH ECC by Bo Shen · Wed Aug 28 14:54:26 2013 +0000
  33. 89bdc8e mtd: atmel_nand: pmecc: fix bug fail to correct bit error in 1024-bytes sector by Wu, Josh · Fri Aug 23 15:09:05 2013 +0800
  34. 3b4c7f6 ARM: at91: atmel_nand: add code to check the ONFI parameter ECC requirement by Wu, Josh · Thu Jul 04 15:36:23 2013 +0800
  35. 4e87b315 mtd: atmel_nand: alloc memory instead of use static array for pmecc data by Wu, Josh · Wed Jul 03 11:11:48 2013 +0800
  36. b45c949 ARM: at91: atmel_nand: pmecc driver will select the galois table by sector size by Wu, Josh · Wed Jul 03 11:11:45 2013 +0800
  37. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  38. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · Mon Jan 14 03:46:50 2013 +0000
  39. 8c68888 atmel_nand: fix the U-Boot output information about nand flash with PMECC enable. by Wu, Josh · Sun Sep 09 23:45:49 2012 +0000
  40. fd3091d at91: atmel_nand: Update driver to support Programmable Multibit ECC controller by Wu, Josh · Thu Aug 23 00:05:36 2012 +0000
  41. 1586d1b at91: atmel_nand: remove unused variables. by Wu, Josh · Thu Aug 23 00:05:35 2012 +0000
  42. 6cded6d at91: atmel_nand: extract HWECC initialization code into one function: atmel_hw_nand_init_param(). by Wu, Josh · Thu Aug 23 00:05:34 2012 +0000
  43. 5ee0c7f Fix Stelian's email address by Stelian Pop · Tue Nov 01 00:00:39 2011 +0100
  44. 4b5cef7 atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN by michael · Mon Mar 14 21:16:38 2011 +0000
  45. 75bde94 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by Lei Wen · Thu Jan 06 09:48:18 2011 +0800
  46. e6015ca at91: add hwecc method for nand by Nikolay Petukhov · Fri Mar 19 10:49:27 2010 +0500
  47. c9539ba at91sam9/at91cap: move nand drivers to drivers/mtd/nand by Jean-Christophe PLAGNIOL-VILLARD · Sun Mar 22 10:22:34 2009 +0100[Renamed (72%) from board/afeb9260/nand.c]
  48. 77e524c Custom AFEB9260 board support by Sergey Lapin · Fri Oct 31 12:28:43 2008 +0100