aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd/nand.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-13mtd/spinand: sync supported devices with linux-5.15.43Mikhail Kshevetskiy1-1/+4
2022-12-10mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()Dario Binacchi1-1/+0
2021-01-05spi: Tidy up get/set of device nodeSimon Glass1-0/+14
2018-09-20mtd: nand: Pass mode information to nand_page_io_reqBoris Brezillon1-0/+3
2018-09-20mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon1-0/+731
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada1-1274/+0
2017-11-29mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada1-0/+3
2017-11-29mtd: nand: add a shorthand to generate nand_ecc_caps structureMasahiro Yamada1-0/+14
2017-11-29mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada1-0/+33
2017-11-29mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon1-4/+8
2017-11-29mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada1-0/+2
2017-11-29mtd: nand: Drop the ->errstat() hookBoris Brezillon1-5/+0
2017-11-29mtd: nand: Drop unused cached programming supportBoris Brezillon1-1/+1
2017-11-29mtd: nand: Support controllers with custom pageMarc Gonzalez1-0/+12
2017-11-29mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon1-0/+8
2017-11-29mtd: nand: Fix data interface configuration logicBoris Brezillon1-1/+1
2017-11-29mtd: nand: automate NAND timings selectionBoris Brezillon1-4/+10
2017-11-29mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer1-0/+2
2017-11-29mtd: nand: convert ONFI mode into data interfaceSascha Hauer1-0/+5
2017-11-29mtd: nand: Introduce nand_data_interfaceSascha Hauer1-49/+117
2017-11-29mtd: nand: Create a NAND reset functionSascha Hauer1-0/+4
2017-11-29mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer1-11/+11
2017-11-29mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon1-0/+1
2017-11-29mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabledMasahiro Yamada1-2/+15
2016-09-23treewide: use #include <...> to include public headersMasahiro Yamada1-5/+5
2016-07-24mtd: nand: Increase the max OOB sizeBoris Brezillon1-1/+1
2016-07-24mtd: nand: add common DT init codeBrian Norris1-0/+3
2016-06-03mtd: nand: Sync with Linux v4.6Scott Wood1-24/+41
2016-06-03mtd: nand: Add page argument to write_page() etc.Scott Wood1-3/+3
2016-06-03mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-0/+20
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood1-0/+1
2015-08-25mtd: nand: Increase max sizes of OOB and Page sizeSiva Durga Prasad Paladugu1-2/+2
2015-08-25nand: Sync with Linux v4.1Scott Wood1-5/+82
2015-08-25mtd: Introduce mtd_block_isreserved()Ezequiel Garcia1-0/+1
2015-08-25nand: Remove __UBOOT__ ifdefsScott Wood1-34/+0
2015-03-30nand: Remove CONFIG_MTD_NAND_VERIFY_WRITEPeter Tyser1-5/+0
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada1-1/+0
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher1-11/+102
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher1-79/+272
2014-06-06mtd: nand: fix GET/SET_FEATURES address on 16-bit devicesDavid Mosberger1-1/+10
2014-06-06mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-0/+10
2013-10-09mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton1-0/+3
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-68/+105
2013-04-01Consolidate bool typeYork Sun1-1/+1
2012-11-26nand: Move the sub-page read support enable to a flagJoe Hershberger1-3/+4
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-3/+4
2012-09-17mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverMarek Vasut1-3/+0
2012-09-17nand: consolidate duplicated constantsJoe Hershberger1-0/+2
2012-09-07nand: Try to align the default buffersSimon Glass1-3/+4
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger1-1/+1