- 9f6a14c spl: fit: nand: fix fit loading in case of bad blocks by Dario Binacchi · 4 years, 5 months ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 6ae3900 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
- 7a9dfe7 mtd: nand: make nand_info array static by Grygorii Strashko · 7 years ago
- ad92dff cmd: nand: abstract global variable usage for dm conversion by Mugunthan V N · 7 years ago
- 2afc741 include: nand: move endif to end of file by Mugunthan V N · 8 years ago
- 203db38 mtd: nand: remove nand size print from nand_init function by Hou Zhiqiang · 8 years ago
- 4ccae81 mtd: nand: Add the sunxi NAND controller driver by Boris Brezillon · 8 years ago
- e1a89e9 nand_spl_simple: Add a simple NAND read function by Thomas Gleixner · 8 years ago
- b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
- 151c06e mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
- 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
- 004a1fd nand: yaffs: Remove the "nand write.yaffs" command by Peter Tyser · 10 years ago
- 59b5a2a nand: Add verification functions by Peter Tyser · 10 years ago
- 800772a nand: Remove unused read/write structures by Peter Tyser · 10 years ago
- 4dfd360 spl, nand, atmel_nand: add erase one block function by Heiko Schocher · 10 years ago
- 0b0b4f5 mtd: nand: atmel: prepare for nand spl boot support by Bo Shen · 11 years ago
- 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- a67cc37 dfu, nand: before write a buffer to nand, erase the nand sectors by Heiko Schocher · 11 years ago
- dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
- a1b81ab nand/fsl_ifc: Convert to self-init by Prabhakar Kushwaha · 12 years ago
- c39d6a0 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · 12 years ago
- 3287f6d nand: Add torture feature by Benoît Thébaudeau · 12 years ago
- e70bfa2 nand: Make NAND lock status compatible with Micron by Joe Hershberger · 12 years ago
- e331ab2 nand: Change ulong to loff_t and size_t by Joe Hershberger · 12 years ago
- eee623a nand: Add support for unlock.invert by Joe Hershberger · 12 years ago
- fe2185e at91: atmel_nand: extract HWECC initialization code into one function: atmel_hw_nand_init_param(). by Wu, Josh · 12 years ago
- 7b15e2b linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · 13 years ago
- c178347 nand/fsl_elbc: Convert to self-init by Scott Wood · 13 years ago
- 578931b nand: Introduce CONFIG_SYS_NAND_SELF_INIT by Scott Wood · 13 years ago
- 82645f8 nand: Add common functions to linux/mtd/nand.h by Simon Schwarz · 13 years ago
- 12c2f1e spl: add NAND Library to new SPL by Simon Schwarz · 13 years ago
- bb085b8 omap-common: add nand spl support by Simon Schwarz · 13 years ago
- 169d54d nand_util: drop trailing all-0xff pages if requested by Ben Gardiner · 13 years ago
- c135456 nand_util: treat WITH_YAFFS_OOB as a mode by Ben Gardiner · 13 years ago
- a6c9aa1 nand_util: convert nand_write_skip_bad() to flags by Ben Gardiner · 13 years ago
- 47fc18f NAND: add the ability to directly write yaffs image by Lei Wen · 14 years ago
- 3048632 nand erase: .spread, .part, .chip subcommands by Scott Wood · 14 years ago
- c9f7351 NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) by Ben Gardiner · 14 years ago
- be33b04 Remove legacy NAND and disk on chip code. by Scott Wood · 16 years ago
- 378adfc mtd: nand: use loff_t for offset by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
- 69fb8be NAND: move board_nand_init to nand.h by Mike Frysinger · 16 years ago
- 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 4b07080 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
- cc4a0ce drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- e4c0950 NAND boot: MPC8313ERDB support by Scott Wood · 16 years ago
- dfbf617 NAND read/write fix by Scott Wood · 16 years ago
- cfa460a Update MTD to that of Linux 2.6.22.1 by William Juul · 17 years ago
- 9d2e394 NAND: ifdef-protect most of nand.h when using legacy NAND. by Scott Wood · 16 years ago
- 4ca79f4 NAND: fix some strict-aliasing compiler warnings by Wolfgang Denk · 17 years ago
- d677b32 [patch] add nand_init() prototype to nand.h by Mike Frysinger · 17 years ago
- 43a2b0e Add board/cpu specific NAND chip select function to 440 NDFC by Stefan Roese · 18 years ago
- 2255b2d * Several improvements to the new NAND subsystem: by Stefan Roese · 18 years ago
- 038ccac Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling. by Bartlomiej Sieka · 19 years ago
- 8e9655f * Add hook to NAND erase and implement nand_wait function. by Wolfgang Denk · 19 years ago
- ac7eb8a Update of new NAND code Patch by Ladislav Michl, 13 Sep 2005 by Wolfgang Denk · 19 years ago
- 932394a Rewrite of NAND code based on what is in 2.6.12 Linux kernel by Wolfgang Denk · 19 years ago