summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Fix retrieving nand_chip from mtd_infoSascha Hauer2019-09-121-1/+1
* mtd: nand: Embed struct mtd_info into struct nand_chipSascha Hauer2019-08-261-0/+2
* mtd: nand: Add and use static inline wrapper for getting nand_chip from mtdSascha Hauer2019-08-261-0/+5
* mtd: nand: Add function to parse device tree propertiesSascha Hauer2019-08-061-0/+2
* Revert "mtd: nand: Kill the chip->scan_bbt() hook"Sascha Hauer2019-01-211-1/+4
* mtd: nand: Kill cellinfoLadislav Michl2018-12-171-2/+1
* mtd: nand: Kill the chip->scan_bbt() hookLadislav Michl2018-12-171-4/+1
* mtd: nand_bbt: make nand_scan_bbt() staticLadislav Michl2018-12-141-1/+0
* mtd: nand: hide in-memory BBT implementation detailsLadislav Michl2018-12-141-2/+2
* mtd: nand: Add Winbond manufacturer IDStefan Riedmueller2018-03-221-0/+1
* mtd: nand: Only call ONFI get/set features on supported chipsSascha Hauer2017-09-061-0/+3
* mtd: nand: use dev_add_param_enumSascha Hauer2017-04-111-0/+1
* mtd: nand: add ONFI timing mode to nand_timings converterSascha Hauer2016-08-181-0/+3
* mtd: nand: define struct nand_timingsSascha Hauer2016-08-181-0/+49
* mtd: nand: Enable subpage readsSascha Hauer2016-05-101-1/+1
* mtd: nand: Pass page argument to read_subpage hookSascha Hauer2016-05-101-1/+1
* mtd: nand: export nand_check_erased_bufSascha Hauer2016-04-081-0/+1
* mtd: Add support for marking blocks as goodSascha Hauer2016-03-151-0/+2
* mtd: nand: Add erased page bitflip check helper functionsMarkus Pargmann2016-01-041-0/+5
* mtd nand: added 'bits_per_cell' propertyEnrico Jorns2015-09-231-0/+12
* mtd: nand: disable subpage readsSascha Hauer2014-03-031-1/+2
* mtd: nand: update to v3.11-rc1Sascha Hauer2013-07-231-276/+369
* mtd: introduce ecc strengthSascha Hauer2013-07-221-0/+2
* mtd: update NAND manufacturer names from the kernelJan Luebbe2013-04-111-9/+11
* mtd: nand: replace NAND_USE_FLASH_BBT with NAND_BBT_USE_FLASHSascha Hauer2013-03-041-3/+4
* mtd nand: introduce bbm.hSascha Hauer2013-03-041-72/+5
* mtd: nand: register nand flashes with nand specific functionSascha Hauer2013-03-041-1/+1
* mtd nand: implement buswidth detectionSascha Hauer2012-08-031-0/+3
* nand_base: add ONFI flash detectionEric BĂ©nard2012-07-051-1/+73
* fix typo funtion -> functionAntony Pavlov2012-05-131-1/+1
* mtd/nand: increase page and oob size limitsBaruch Siach2011-03-181-2/+2
* nand_s3c2410: Fix sparse warnings.Marek Belisko2010-11-191-1/+0
* mtd: Fix sparse warning.Marek Belisko2010-11-191-3/+4
* documentation updatesJuergen Beisert2009-12-151-0/+4
* NAND: Add updated NAND support from KernelSascha Hauer2008-08-131-201/+301
* NAND support work in progresssascha2007-10-201-29/+91
* NAND WIPSascha Hauer2007-10-151-2/+2
* svn_rev_003Sascha Hauer2007-07-051-16/+0
* Code cleanupWolfgang Denk2006-07-211-37/+37
* Minor code cleanupWolfgang Denk2006-03-061-1/+0
* Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-051-119/+385
* Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-241-1/+4
|\
| * Update of new NAND codeWolfgang Denk2005-09-141-22/+22
| * Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk2005-08-171-116/+387
|/
* Patches by Josef Wagner, 29 Oct 2004:wdenk2005-04-031-0/+2
* * Patch by Gary Jennejohn, 11 Sep 2003:wdenk2003-09-111-1/+1
* * Patch by Scott McNutt, 21 Jul 2003:wdenk2003-07-271-3/+3
* * Code cleanup:wdenk2003-06-271-4/+4
* * Patch by Marc Singer, 29 May 2003:wdenk2003-05-311-2/+2
* * Patch by Rick Bronson, 16 Mar 2003:wdenk2003-03-261-2/+113