1. afed2a1 mtd: nand: raw: mxs_nand changes for nandbcb by Han Xu · Wed May 06 20:59:19 2020 +0800
  2. 3f27778 nand: enable the Randomizer module for i.mx7 and i.mx8 by Alice Guo · Mon May 04 22:09:03 2020 +0800
  3. e4f2b00 mxs_nand: don't check zero count when ECC reading with randomizer by Han Xu · Mon May 04 22:09:02 2020 +0800
  4. 128abf4 mtd: nand: support GPMI NAND driver for i.MX8 by Peng Fan · Mon May 04 22:09:00 2020 +0800
  5. 7f174c6 nand: mxs_nand: make imx8mm can use hardware BCH and randomizer by Alice Guo · Mon May 04 22:08:59 2020 +0800
  6. 33543b5 mtd: mxs_nand: fix the gf_13/14 definition issue by Han Xu · Mon May 04 22:08:58 2020 +0800
  7. 74948b8 mxs_nand: Add support for i.MX8M by Ye Li · Mon May 04 22:08:54 2020 +0800
  8. 9e81373 nand: mxs: correct bitflip for erased NAND page by Peng Fan · Mon May 04 22:08:53 2020 +0800
  9. df23c9d nand: mxs: fix the bitflips for erased page when uncorrectable error by Peng Fan · Mon May 04 22:08:52 2020 +0800
  10. c673613 mtd: gpmi: provide the option to use legacy bch geometry by Ye Li · Mon May 04 22:08:51 2020 +0800
  11. 9454744 mtd: gpmi: change the BCH layout setting for large oob NAND by Ye Li · Mon May 04 22:08:50 2020 +0800
  12. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  13. c5540137 nand: mxs_nand: add API for switching different BCH layouts by Igor Opaniuk · Sun Nov 03 16:49:43 2019 +0100
  14. f63ef49 i.MX6: nand: add nandbcb command for imx by Shyam Saini · Fri Jun 14 13:05:33 2019 +0530
  15. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  16. cb61ead MTD: nand: mxs_nand: Allow driver to auto setup ECC in SPL by Adam Ford · Thu Jan 17 07:16:39 2019 -0600
  17. 6edb91a MTD: NAND: mxs_nand_init_dma: Make mxs_nand_init_dma static by Adam Ford · Sat Jan 12 06:25:48 2019 -0600
  18. 1021073 MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC by Adam Ford · Wed Jan 02 20:36:52 2019 -0600
  19. 1f1ae15 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · Thu Aug 16 17:30:07 2018 +0200[Renamed from drivers/mtd/nand/mxs_nand.c]
  20. ead66eb mtd: nand: mxs_nand: add support for specific ECC strength by Stefan Agner · Fri Jun 22 18:06:18 2018 +0200
  21. 150ddbc mtd: nand: mxs_nand: add device tree support by Stefan Agner · Fri Jun 22 18:06:17 2018 +0200
  22. 19f9051 mtd: nand: mxs_nand: move structs into header file by Stefan Agner · Fri Jun 22 18:06:16 2018 +0200
  23. 4dc98db mtd: nand: mxs_nand: add use_minimum_ecc to struct by Stefan Agner · Fri Jun 22 18:06:15 2018 +0200
  24. 404b110 mtd: nand: mxs_nand: separate board/controller init by Stefan Agner · Fri Jun 22 18:06:14 2018 +0200
  25. 00e6516 mtd: nand: mxs_nand: use more precise function name by Stefan Agner · Fri Jun 22 18:06:13 2018 +0200
  26. dc8af6d mtd: nand: mxs_nand: move register structs to driver data by Stefan Agner · Fri Jun 22 18:06:12 2018 +0200
  27. 4d42ac1 mtd: nand: mxs_nand: add minimal ECC support by Stefan Agner · Fri Jun 22 17:19:51 2018 +0200
  28. 72d627d mtd: nand: mxs_nand: report correct ECC parameters by Stefan Agner · Fri Jun 22 17:19:50 2018 +0200
  29. d0778b3 mtd: nand: mxs_nand: use structure for BCH geometry by Stefan Agner · Fri Jun 22 17:19:49 2018 +0200
  30. 95f376f mtd: nand: mxs_nand: allow to enable BBT support by Stefan Agner · Fri Jun 22 17:19:48 2018 +0200
  31. 5883e55 mtd: nand: mxs_nand: use self init by Stefan Agner · Fri Jun 22 17:19:47 2018 +0200
  32. 7152f34 mtd: nand: mxs_nand: introduce SPL specific init by Stefan Agner · Fri Jun 22 17:19:46 2018 +0200
  33. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  34. 2b7a873 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · Thu Nov 30 13:45:24 2017 +0900
  35. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · Thu Jun 29 10:16:06 2017 +0200
  36. 1715622 mx6: soc: Move mxs_dma_init() into the mxs nand driver by Fabio Estevam · Thu Jun 29 09:33:44 2017 -0300
  37. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  38. 54bf808 mtd: nand: mxs: fix cache alignment for cache lines >32 by Stefan Agner · Mon Aug 01 23:55:18 2016 -0700
  39. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · Fri Jul 15 13:44:45 2016 -0400
  40. 61a382b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Sun Jun 12 12:51:34 2016 -0400
  41. 52ab7ce mtd: nand: Sync with Linux v4.6 by Scott Wood · Mon May 30 13:57:58 2016 -0500
  42. 46e1310 mtd: nand: Add page argument to write_page() etc. by Scott Wood · Mon May 30 13:57:57 2016 -0500
  43. 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
  44. 4e70a68 mtd: nand: mxs: use simpler runtime cpu dection macros by Peng Fan · Mon May 23 18:36:02 2016 +0800
  45. e37d5a9 nand: mxs: fix error handling for mxs_nand_init by Peng Fan · Wed Jan 27 10:38:02 2016 +0800
  46. 007c8da imx: nand: update GPMI NAND driver to support MX7 by Peng Fan · Tue Dec 22 17:04:23 2015 +0800
  47. 2a0bb35 mtd: nand: mxs check maximum ecc that platfrom supports by Peng Fan · Mon Sep 07 16:12:11 2015 +0800
  48. e3bbfb7 mtd: nand: mxs invalidate dcache before DMA read by Peng Fan · Tue Jul 21 16:15:21 2015 +0800
  49. c94f09d mtd: nand: mxs support oobsize bigger than 512 by Peng Fan · Tue Jul 21 16:15:19 2015 +0800
  50. 1d87026 mtd: nand: mxs: Replace magic number for bits per ECC level with macro by Jörg Krause · Wed Apr 15 09:27:22 2015 +0200
  51. c6fe144 mtd:mxs:nand calculate ecc strength dynamically by Peng Fan · Wed Apr 15 09:27:21 2015 +0200
  52. 966f1cd mtd: nand: mxs: fix PIO_WORDs in mxs_nand_write_buf() by Luca Ellero · Tue Dec 16 15:36:15 2014 +0100
  53. 80f06b8 mtd: nand: mxs: fix PIO_WORDs in mxs_nand_read_buf() by Luca Ellero · Tue Dec 16 15:36:14 2014 +0100
  54. e854108 mtd: nand: mxs: Add ECC geometry for 2048b/112b NAND by Marek Vasut · Thu Sep 25 21:13:36 2014 +0200
  55. 59bbd53 mxs_nand: Fix ECC strength for NAND flash with OOB size of 224 by Elie De Brauwer · Sat Aug 24 16:51:24 2013 +0200
  56. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  57. 800029e Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · Fri May 31 18:28:47 2013 -0400
  58. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · Mon Jan 14 03:46:50 2013 +0000
  59. 8338d1d mtd: mxs_nand: Add support for i.MX6 by Stefan Roese · Mon Apr 15 21:14:12 2013 +0000
  60. 136f3f4 imx: Move some header files from arch-mxs to imx-common by Stefan Roese · Tue Apr 09 21:06:07 2013 +0000
  61. 4c0f063 mtd: nand: mxs: reset BCH earlier, too, to avoid NAND startup problems by Wolfram Sang · Wed Dec 05 10:48:47 2012 +0000
  62. c88d30f NAND: MXS: include common.h first so cache.h is included in correct order by Tom Warren · Mon Sep 10 08:47:51 2012 -0700
  63. cbf0bf2 mxs: Convert sys_proto.h prefixes to 'mxs' by Otavio Salvador · Mon Aug 13 09:53:12 2012 +0000
  64. 22f4ff9 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · Sun Aug 05 09:05:31 2012 +0000
  65. 93541b4 DMA: Split the APBH DMA init into block and channel init by Marek Vasut · Sun Apr 08 17:34:46 2012 +0000
  66. 1b120e8 i.MX28: Add cache support to MXS NAND driver by Marek Vasut · Thu Mar 15 18:33:19 2012 +0000
  67. 913a725 iMX28: Add GPMI NAND driver by Marek Vasut · Tue Nov 08 23:18:16 2011 +0000