1. 2b7a873 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · Thu Nov 30 13:45:24 2017 +0900
  2. 984926b mtd: nand: introduce NAND_ROW_ADDR_3 flag by Masahiro Yamada · Wed Nov 22 02:38:31 2017 +0900
  3. 820eb48 mtd: nand: add generic helpers to check, match, maximize ECC settings by Masahiro Yamada · Wed Nov 22 02:38:29 2017 +0900
  4. 32935f4 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · Wed Nov 22 02:38:28 2017 +0900
  5. b9c07b6 mtd: nand: allow drivers to request minimum alignment for passed buffer by Masahiro Yamada · Wed Nov 22 02:38:27 2017 +0900
  6. d494932 mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAGE_ACCESS by Boris Brezillon · Wed Nov 22 02:38:26 2017 +0900
  7. 8f39721 mtd: nand: Drop the ->errstat() hook by Boris Brezillon · Wed Nov 22 02:38:25 2017 +0900
  8. b9bf43c mtd: nand: Drop unused cached programming support by Boris Brezillon · Wed Nov 22 02:38:24 2017 +0900
  9. c3a2985 mtd: nand: Support controllers with custom page by Marc Gonzalez · Wed Nov 22 02:38:22 2017 +0900
  10. 7ec6dc5 mtd: nand: Fix data interface configuration logic by Boris Brezillon · Wed Nov 22 02:38:20 2017 +0900
  11. e509cba mtd: nand: automate NAND timings selection by Boris Brezillon · Wed Nov 22 02:38:19 2017 +0900
  12. 44ad3b9 mtd: nand: Create a NAND reset function by Sascha Hauer · Wed Nov 22 02:38:15 2017 +0900
  13. f1a54b0 mtd: nand: Add an option to maximize the ECC strength by Boris Brezillon · Wed Nov 22 02:38:13 2017 +0900
  14. 14fecf9 bitops: collect BIT macros to include/linux/bitops.h by Masahiro Yamada · Wed Nov 22 02:38:11 2017 +0900
  15. 0cd1018 mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp) by Masahiro Yamada · Fri Sep 15 21:44:59 2017 +0900
  16. 7f9baa1 mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp) by Masahiro Yamada · Fri Sep 15 21:44:58 2017 +0900
  17. 210ebce Blackfin: Remove by Tom Rini · Tue Mar 14 11:08:10 2017 -0400
  18. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  19. e4fcdbb mtd: nand: fix bug writing 1 byte less than page size by Hector Palacios · Mon Jul 18 09:37:41 2016 +0200
  20. ba6463d mtd: nand: add common DT init code by Brian Norris · Wed Jun 15 21:09:22 2016 +0200
  21. ea19c53 mtd: nand: Drop a blank line in nand_wait() by Andre Renaud · Sun Jun 19 19:25:25 2016 -0600
  22. 52ab7ce mtd: nand: Sync with Linux v4.6 by Scott Wood · Mon May 30 13:57:58 2016 -0500
  23. 46e1310 mtd: nand: Add page argument to write_page() etc. by Scott Wood · Mon May 30 13:57:57 2016 -0500
  24. 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
  25. 3ea94ed nand: Sync with Linux v4.1 by Scott Wood · Fri Jun 26 19:03:26 2015 -0500
  26. fc9d57c mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · Wed May 21 19:06:12 2014 -0300
  27. 831bbad nand: Remove __UBOOT__ ifdefs by Scott Wood · Mon Jun 22 22:38:32 2015 -0500
  28. bc4bf94 nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE by Peter Tyser · Tue Feb 03 11:58:15 2015 -0600
  29. 807259b powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards by Masahiro Yamada · Fri Jan 23 00:24:19 2015 +0900
  30. 8d10054 mtd: nand: do not scan BBT after scrub by Masahiro Yamada · Fri Dec 26 22:20:58 2014 +0900
  31. 8c6c14a mtd: nand: Mark the BBT as scanned prior to calling scan_bbt again by Masahiro Yamada · Fri Dec 26 22:20:57 2014 +0900
  32. f5a1902 mtd: nand: revive "nand scrub" command by Masahiro Yamada · Tue Dec 16 15:36:33 2014 +0900
  33. dc17bdc nand: reinstate lazy bad block scanning by Rostislav Lisovy · Wed Oct 22 13:40:44 2014 +0200
  34. a9e9954 mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep() by Stefan Roese · Fri Sep 05 09:57:01 2014 +0200
  35. 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · Sun Aug 31 15:16:53 2014 +0900
  36. 081fe9e mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · Tue Jul 15 16:08:43 2014 +0200
  37. f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · Tue Jun 24 10:10:04 2014 +0200
  38. 6767522 mtd: nand: force NAND_CMD_READID onto 8-bit bus by Brian Norris · Tue May 06 00:46:17 2014 +0530
  39. f383230 mtd: nand: don't use read_buf for 8-bit ONFI transfers by Brian Norris · Tue May 06 00:46:16 2014 +0530
  40. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · Fri Oct 04 17:43:24 2013 +0200
  41. 700a76c mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN by Paul Burton · Wed Sep 04 15:16:56 2013 +0100
  42. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · Mon Jan 14 03:46:50 2013 +0000
  43. 64214b2 mtd: nand: fix the partial page write condition by htbegin · Fri Mar 01 22:59:27 2013 +0000
  44. 7a38ffa nand: Move the sub-page read support enable to a flag by Joe Hershberger · Mon Nov 05 06:46:31 2012 +0000
  45. 0b2efcf drivers/mtd/nand: sparse fixes by Kim Phillips · Mon Oct 29 13:34:46 2012 +0000
  46. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Sep 21 14:53:13 2012 -0700
  47. fc41719 mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver by Marek Vasut · Thu Aug 30 13:39:38 2012 +0000
  48. b20b6f2 mtd: support ONFI multi lun NAND by Matthieu CASTET · Mon Mar 19 15:35:25 2012 +0100
  49. 7885179 nand: Try to align the default buffers by Simon Glass · Sun Jul 29 20:53:25 2012 +0000
  50. 0643e43 NAND: Remove ONFI detection message to from bootup log by Stefan Roese · Mon May 07 21:29:30 2012 +0000
  51. 11d1a09 linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · Mon Apr 09 13:39:55 2012 +0000
  52. f2f5c9e nand: reinstate lazy bad block scanning by Scott Wood · Mon Feb 20 14:50:39 2012 -0600
  53. 107c630 Revert "nand: make 1-bit software ECC configurable" by Scott Wood · Mon Feb 13 15:46:27 2012 -0600
  54. b7ed656 nand: make 1-bit software ECC configurable by Christian Hitz · Wed Oct 12 09:32:06 2011 +0200
  55. 6f1c9e0 nand: Sanitize ONFI strings. by Christian Hitz · Wed Oct 12 09:32:05 2011 +0200
  56. b8a6b37 nand: Merge changes from Linux nand driver by Christian Hitz · Wed Oct 12 09:32:02 2011 +0200
  57. 13fc0e2 nand: cleanup whitespace by Christian Hitz · Wed Oct 12 09:32:01 2011 +0200
  58. 55f7bca nand: Merge BCH code from Linux nand driver by Christian Hitz · Wed Oct 12 09:31:59 2011 +0200
  59. 5a9fc19 nand: Add common functions to linux/mtd/nand.h by Simon Schwarz · Mon Oct 31 06:34:44 2011 +0000
  60. 971d9a1 NAND: Really ignore bad blocks when scrubbing by Marek Vasut · Mon Sep 12 06:04:06 2011 +0200
  61. 4f62e98 spl: add NAND Library to new SPL by Simon Schwarz · Wed Sep 14 15:30:16 2011 -0400
  62. 2c489ac nand_base: trivial: fix comment read/write comment by Ben Gardiner · Tue May 24 10:18:34 2011 -0400
  63. 3eb4fc6 NAND: rearrange ONFI revision checking, add ONFI 2.3 by Florian Fainelli · Sun Apr 03 18:23:56 2011 +0200
  64. 963eb89 NAND: Fix integer overflow in ONFI detection of chips >= 4GiB by Florian Fainelli · Sun Apr 03 18:23:52 2011 +0200
  65. c98a935 NAND: add support for reading ONFI page table by Florian Fainelli · Fri Feb 25 00:01:34 2011 +0000
  66. ea95b64 NAND: add more watchdog resets by Scott Wood · Wed Feb 02 18:15:57 2011 -0600
  67. a4de835 Minor Coding Style Cleanup. by Wolfgang Denk · Wed Feb 02 22:36:10 2011 +0100
  68. 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
  69. 4d1fb18 MTD/NAND: fix nand_base.c to use get_timer() correctly by Reinhard Meyer · Thu Nov 18 03:14:26 2010 +0000
  70. 6c285f6 nand: constify id/manu tables by Mike Frysinger · Wed Oct 20 01:15:21 2010 +0000
  71. da0f439 nand: remove dead code and suspend/resume by Scott Wood · Wed Aug 25 17:42:49 2010 -0500
  72. fe3b5e1 nand util: read/write: accept unaligned length by Scott Wood · Fri Jul 30 16:11:41 2010 -0500
  73. b8fbc2b mtd: nand: supress 'unknown NAND' warning if no nand is found by Steve Sakoman · Thu Aug 19 20:14:01 2010 -0700
  74. d619189 NAND: show manufacturer and device ID for unknown chips by Florian Fainelli · Sat Jun 12 20:59:25 2010 +0200
  75. 9656fe2 NAND: Update read_read_subpage API check by Sandeep Paulraj · Mon Nov 16 13:32:01 2009 -0500
  76. ee86b8d NAND: fix "raw" reads with ECC syndrome layouts by David Brownell · Sat Nov 07 16:27:01 2009 -0500
  77. eec6cb3 NAND: Don't walk past end of oobfree[] by Sandeep Paulraj · Sat Nov 07 14:25:18 2009 -0500
  78. 16add23 NAND: Update check condition for nand_read_page_hwecc API by Sandeep Paulraj · Sat Nov 07 14:25:03 2009 -0500
  79. 22bc7ba NAND: Updating comments/explanations in the NAND driver by Sandeep Paulraj · Sat Nov 07 14:24:50 2009 -0500
  80. fd9874d NAND: Subpage shift for ecc_steps equal to 16 by Sandeep Paulraj · Sat Nov 07 14:24:34 2009 -0500
  81. dce0f62 NAND: Remove commented out code by Sandeep Paulraj · Sat Nov 07 14:24:20 2009 -0500
  82. 1bc877c NAND: Correct the "chip_shift" calculation by Sandeep Paulraj · Sat Nov 07 14:24:06 2009 -0500
  83. eab580c NAND: Update to support 64 bit device size by Sandeep Paulraj · Fri Oct 30 13:51:23 2009 -0400
  84. dea4070 MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST by Sandeep Paulraj · Mon Aug 10 13:27:56 2009 -0400
  85. 883189e NAND: ADD page Parameter to all read_page/read_page_raw API's by Sandeep Paulraj · Mon Aug 10 13:27:46 2009 -0400
  86. fa252ea mtd: nand: Include linux/mtd/partitions.h in nand_base.h by Stefan Roese · Fri Apr 24 15:58:33 2009 +0200
  87. b325d7e Enable multi chip support in the NAND layer by Wolfgang Grandegger · Wed Feb 11 18:38:20 2009 +0100
  88. f9f3622 NAND: Add timeout for reset command by Peter Tyser · Wed Feb 04 13:47:22 2009 -0600
  89. f96047a NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST by Peter Tyser · Wed Feb 04 13:39:40 2009 -0600
  90. 0302550 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS by Wolfgang Grandegger · Fri Jan 16 18:55:54 2009 +0100
  91. 11b12a3 NAND: Mark the BBT as scanned prior to calling scan_bbt. by Scott Wood · Tue Dec 16 14:24:16 2008 -0600
  92. b6322fc NAND: Reset chip on power-up by Karl Beldan · Mon Sep 15 16:08:03 2008 +0200
  93. 3628f00 NAND: sync with 2.6.27 by Scott Wood · Fri Oct 24 16:20:43 2008 -0500
  94. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  95. 719bb5f drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:43 2008 +0200
  96. f30a2aa NAND: chip->state does not always get set. by Marcel Ziswiler · Sun Jun 22 16:30:06 2008 +0200
  97. a2d4dfe NAND: Scan bad blocks lazily. by Ilya Yanok · Mon Jun 30 15:34:40 2008 +0200
  98. 5fd2c30 Don't panic if a controller driver does ecc its own way. by Scott Wood · Tue Mar 18 15:29:14 2008 -0500
  99. 4fe7143 NAND: Make NAND driver less verbose per default by Stefan Roese · Thu Jan 10 18:47:33 2008 +0100
  100. a5c312c NAND: Change nand_wait_ready() to not call nand_wait() by Stefan Roese · Sat Jan 05 16:43:25 2008 +0100