aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/onenand/onenand_base.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún1-3/+0
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-2/+2
2020-11-15mtd: OneNAND: Set MTD typePali Rohár1-0/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2018-09-20mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon1-2/+0
2017-10-23mtd: replace MTDDEBUG() with pr_debug()Masahiro Yamada1-18/+20
2017-06-23mtd: OneNAND: Fix onenand_block_markbadLadislav Michl1-1/+5
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-07-22mtd: OneNAND: initialize mtd->writebufsize to let UBI workLadislav Michl1-0/+1
2016-07-22mtd: OneNAND: add timeout to wait ready loopsLadislav Michl1-11/+19
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher1-0/+1
2013-12-31mtd: onenand: Fix unaligned accessMarek Vasut1-1/+7
2013-11-21mtd: move & update nand_ecclayout structure (plus board changes)Prabhakar Kushwaha1-5/+10
2013-10-09mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton1-1/+2
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-49/+33
2013-04-12arm: Remove support for unused s3c64xxBenoît Thébaudeau1-4/+0
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger1-1/+1
2012-04-21GCC4.6: Squash warnings in onenand_base.cWolfgang Denk1-3/+2
2012-04-04onenand: Replace ONENAND_IS_MLC() with ONENAND_HAS_4KB()Lukasz Majewski1-16/+29
2012-04-04onenand:samsung Target dependent OneNAND chip probe functionLukasz Majewski1-7/+36
2011-11-15GCC4.6: Squash warnings in onenand_base.cMarek Vasut1-11/+7
2010-10-11mtd: OneNAND: add support for OneNAND manufactured by NumonyxEnric Balletbo i Serra1-0/+1
2009-11-13Flex-OneNAND driver supportAmul Kumar Saha1-93/+649
2009-08-26OneNAND: Remove unused read_spareramKyungmin Park1-3/+1
2009-01-23OneNAND: Additional sync with 2.6.27Stefan Roese1-1/+71
2009-01-23Add markbad functionKyungmin Park1-0/+33
2009-01-23OneNAND: Save version_id in onenand_chip structStefan Roese1-0/+1
2009-01-23OneNAND: Fix compiler warningsStefan Roese1-0/+26
2009-01-23Sync with 2.6.27Kyungmin Park1-151/+357
2008-10-29NAND: sync with 2.6.27Scott Wood1-1/+1
2008-08-21Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park1-190/+694
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk1-28/+28
2008-08-14Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-37/+94
2008-08-13Fix OneNAND build breakKyungmin Park1-37/+94
2008-08-13drivers/mtd/onenand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-08-12OneNAND: Fill in MTD function pointers for OneNAND.Fathi BOUDRA1-6/+18
2008-08-11OneNAND: Remove unused parameters to onenand_verify_pageSteve Sakoman1-4/+2
2008-07-09NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.Scott Wood1-45/+50
2008-05-01onenand: rename 16 bit memory copy into memcpy_16() to avoid conflictsWolfgang Denk1-4/+4
2008-04-13Fix OneNAND readKyungmin Park1-0/+13
2008-03-26Add Flex-OneNAND booting supportKyungmin Park1-0/+6
2008-01-16OneNAND: Separate U-Boot dependent code from OneNANDKyungmin Park1-20/+0
2007-11-25drivers/mtd : move mtd drivers to drivers/mtdJean-Christophe PLAGNIOL-VILLARD1-0/+1294