aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal1-4619/+0
2018-09-20mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon1-56/+0
2018-07-31mtd: nand: nand_base: Convert EINVAL into ENOTSUPPMylène Josserand1-2/+2
2018-06-27mtd: nand: export nand_get_flash_type functionJörg Krause1-1/+2
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada1-1/+1
2017-11-29mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada1-4/+5
2017-11-29mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada1-0/+220
2017-11-29mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon1-9/+13
2017-11-29mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada1-0/+8
2017-11-29mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...Boris Brezillon1-4/+5
2017-11-29mtd: nand: Drop the ->errstat() hookBoris Brezillon1-15/+0
2017-11-29mtd: nand: Drop unused cached programming supportBoris Brezillon1-29/+13
2017-11-29mtd: nand: Support controllers with custom pageMarc Gonzalez1-3/+31
2017-11-29mtd: nand: Fix data interface configuration logicBoris Brezillon1-12/+36
2017-11-29mtd: nand: automate NAND timings selectionBoris Brezillon1-0/+155
2017-11-29mtd: nand: Create a NAND reset functionSascha Hauer1-3/+18
2017-11-29mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon1-0/+3
2017-11-29bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada1-2/+0
2017-10-15mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada1-0/+2
2017-10-15mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada1-0/+2
2017-04-05Blackfin: RemoveTom Rini1-2/+0
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-07-24mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios1-1/+1
2016-07-24mtd: nand: add common DT init codeBrian Norris1-0/+70
2016-06-24mtd: nand: Drop a blank line in nand_wait()Andre Renaud1-1/+0
2016-06-03mtd: nand: Sync with Linux v4.6Scott Wood1-101/+228
2016-06-03mtd: nand: Add page argument to write_page() etc.Scott Wood1-10/+21
2016-06-03mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-36/+36
2015-08-25nand: Sync with Linux v4.1Scott Wood1-67/+137
2015-08-25mtd: Introduce mtd_block_isreserved()Ezequiel Garcia1-0/+18
2015-08-25nand: Remove __UBOOT__ ifdefsScott Wood1-396/+1
2015-03-30nand: Remove CONFIG_MTD_NAND_VERIFY_WRITEPeter Tyser1-65/+0
2015-01-23powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boardsMasahiro Yamada1-5/+0
2015-01-09mtd: nand: do not scan BBT after scrubMasahiro Yamada1-5/+2
2015-01-09mtd: nand: Mark the BBT as scanned prior to calling scan_bbt againMasahiro Yamada1-1/+1
2015-01-09mtd: nand: revive "nand scrub" commandMasahiro Yamada1-1/+1
2014-11-26nand: reinstate lazy bad block scanningRostislav Lisovy1-3/+7
2014-09-25mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep()Stefan Roese1-3/+1
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-33/+141
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher1-498/+1367
2014-06-06mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-2/+4
2014-06-06mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris1-2/+3
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-10-09mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton1-4/+14
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-730/+926
2013-05-22mtd: nand: fix the partial page write conditionhtbegin1-1/+1
2012-11-26nand: Move the sub-page read support enable to a flagJoe Hershberger1-2/+7
2012-11-04drivers/mtd/nand: sparse fixesKim Phillips1-6/+7
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+2