- 1b349e3 spi: Tidy up get/set of device node by Simon Glass · 4 years ago
- fe0a20d mtd: nand: Pass mode information to nand_page_io_req by Boris Brezillon · 6 years ago
- 894380f mtd: nand: Add core infrastructure to deal with NAND devices by Boris Brezillon · 6 years ago
- 2b7a873 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
- 984926b mtd: nand: introduce NAND_ROW_ADDR_3 flag by Masahiro Yamada · 7 years ago
- 675fb43 mtd: nand: add a shorthand to generate nand_ecc_caps structure by Masahiro Yamada · 7 years ago
- 820eb48 mtd: nand: add generic helpers to check, match, maximize ECC settings by Masahiro Yamada · 7 years ago
- 32935f4 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · 7 years ago
- b9c07b6 mtd: nand: allow drivers to request minimum alignment for passed buffer by Masahiro Yamada · 7 years ago
- 8f39721 mtd: nand: Drop the ->errstat() hook by Boris Brezillon · 7 years ago
- b9bf43c mtd: nand: Drop unused cached programming support by Boris Brezillon · 7 years ago
- c3a2985 mtd: nand: Support controllers with custom page by Marc Gonzalez · 7 years ago
- a947e64 mtd: nand: Add a few more timings to nand_sdr_timings by Boris Brezillon · 7 years ago
- 7ec6dc5 mtd: nand: Fix data interface configuration logic by Boris Brezillon · 7 years ago
- e509cba mtd: nand: automate NAND timings selection by Boris Brezillon · 7 years ago
- e8142e2 mtd: nand: Expose data interface for ONFI mode 0 by Sascha Hauer · 7 years ago
- 0919fd3 mtd: nand: convert ONFI mode into data interface by Sascha Hauer · 7 years ago
- 2182594 mtd: nand: Introduce nand_data_interface by Sascha Hauer · 7 years ago
- 44ad3b9 mtd: nand: Create a NAND reset function by Sascha Hauer · 7 years ago
- e98d1d7 mtd: nand: remove unnecessary 'extern' from function declarations by Sascha Hauer · 7 years ago
- f1a54b0 mtd: nand: Add an option to maximize the ECC strength by Boris Brezillon · 7 years ago
- be7dd14 mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabled by Masahiro Yamada · 7 years ago
- adae2ec treewide: use #include <...> to include public headers by Masahiro Yamada · 8 years ago
- 971b075 mtd: nand: Increase the max OOB size by Boris Brezillon · 8 years ago
- ba6463d mtd: nand: add common DT init code by Brian Norris · 8 years ago
- 52ab7ce mtd: nand: Sync with Linux v4.6 by Scott Wood · 9 years ago
- 46e1310 mtd: nand: Add page argument to write_page() etc. by Scott Wood · 9 years ago
- 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 9 years ago
- 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · 9 years ago
- f16bd95 mtd: nand: Increase max sizes of OOB and Page size by Siva Durga Prasad Paladugu · 10 years ago
- 3ea94ed nand: Sync with Linux v4.1 by Scott Wood · 9 years ago
- fc9d57c mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · 11 years ago
- 831bbad nand: Remove __UBOOT__ ifdefs by Scott Wood · 9 years ago
- bc4bf94 nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE by Peter Tyser · 10 years ago
- 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
- 081fe9e mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · 10 years ago
- f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
- 34283f1 mtd: nand: fix GET/SET_FEATURES address on 16-bit devices by David Mosberger · 11 years ago
- 6767522 mtd: nand: force NAND_CMD_READID onto 8-bit bus by Brian Norris · 11 years ago
- 700a76c mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN by Paul Burton · 11 years ago
- 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
- 4a59809 Consolidate bool type by York Sun · 12 years ago
- 7a38ffa nand: Move the sub-page read support enable to a flag by Joe Hershberger · 12 years ago
- e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
- fc41719 mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver by Marek Vasut · 12 years ago
- acae445 nand: consolidate duplicated constants by Joe Hershberger · 12 years ago
- 7885179 nand: Try to align the default buffers by Simon Glass · 12 years ago
- 11d1a09 linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · 13 years ago
- f2f5c9e nand: reinstate lazy bad block scanning by Scott Wood · 13 years ago
- b8a6b37 nand: Merge changes from Linux nand driver by Christian Hitz · 13 years ago
- 55f7bca nand: Merge BCH code from Linux nand driver by Christian Hitz · 13 years ago
- 5a9fc19 nand: Add common functions to linux/mtd/nand.h by Simon Schwarz · 13 years ago
- c98a935 NAND: add support for reading ONFI page table by Florian Fainelli · 14 years ago
- 75bde94 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by Lei Wen · 14 years ago
- 59fb65d NAND: add NAND_CMD_PARAM (0xec) definition by Florian Fainelli · 14 years ago
- 6c285f6 nand: constify id/manu tables by Mike Frysinger · 14 years ago
- eab580c NAND: Update to support 64 bit device size by Sandeep Paulraj · 15 years ago
- dea4070 MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST by Sandeep Paulraj · 15 years ago
- 883189e NAND: ADD page Parameter to all read_page/read_page_raw API's by Sandeep Paulraj · 15 years ago
- 1a3f947 nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices by Stefan Roese · 16 years ago
- 0302550 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS by Wolfgang Grandegger · 16 years ago
- ab92229 NAND: Allow NAND and OneNAND to coexist by Alessandro Rubini · 16 years ago
- 3628f00 NAND: sync with 2.6.27 by Scott Wood · 16 years ago
- 396b0c4 Fix OneNAND build break by Kyungmin Park · 16 years ago
- a2d4dfe NAND: Scan bad blocks lazily. by Ilya Yanok · 16 years ago
- 9e9c2c1 Fixing coding style issues by William Juul · 17 years ago
- b76ec38 Remove white space at end. by William Juul · 17 years ago
- 52c0796 Update MTD to that of Linux 2.6.22.1 by William Juul · 17 years ago
- 2b3c897 NAND: Provide a sane default for NAND_MAX_CHIPS. by Scott Wood · 17 years ago
- 0037635 fix various comments by Marcel Ziswiler · 17 years ago
- 4e78832 [PATCH][NAND] Define the Vendor Id for Micron NAND Flash by Ulf Samuelsson · 18 years ago
- c80857e Code cleanup by Wolfgang Denk · 18 years ago
- 67777b9 Minor code cleanup by Wolfgang Denk · 19 years ago
- 582f1a3 Re-factoring the legacy NAND code (legacy NAND now only in board-specific by Bartlomiej Sieka · 19 years ago
- 6eed2ab Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling. by Bartlomiej Sieka · 19 years ago
- 7b9bc3a Update of new NAND code Patch by Ladislav Michl, 13 Sep 2005 by Wolfgang Denk · 19 years ago
- 2f9b7e4 Rewrite of NAND code based on what is in 2.6.12 Linux kernel by Wolfgang Denk · 19 years ago
- 6d3c6d1 Patches by Josef Wagner, 29 Oct 2004: by wdenk · 20 years ago
- 934c4f8 * Patch by Gary Jennejohn, 11 Sep 2003: by wdenk · 21 years ago
- e58b0dc * Patch by Scott McNutt, 21 Jul 2003: by wdenk · 21 years ago
- 57b2d80 * Code cleanup: by wdenk · 21 years ago
- abda5ca * Patch by Marc Singer, 29 May 2003: by wdenk · 22 years ago
- c8434db * Patch by Rick Bronson, 16 Mar 2003: by wdenk · 22 years ago
- e221174 Initial revision by wdenk · 22 years ago