aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: export nand_get_flash_type functionJörg Krause2018-06-271-1/+2
* mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada2017-12-041-1/+1
* mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada2017-11-291-4/+5
* mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada2017-11-291-0/+220
* mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon2017-11-291-9/+13
* mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2017-11-291-0/+8
* mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...Boris Brezillon2017-11-291-4/+5
* mtd: nand: Drop the ->errstat() hookBoris Brezillon2017-11-291-15/+0
* mtd: nand: Drop unused cached programming supportBoris Brezillon2017-11-291-29/+13
* mtd: nand: Support controllers with custom pageMarc Gonzalez2017-11-291-3/+31
* mtd: nand: Fix data interface configuration logicBoris Brezillon2017-11-291-12/+36
* mtd: nand: automate NAND timings selectionBoris Brezillon2017-11-291-0/+155
* mtd: nand: Create a NAND reset functionSascha Hauer2017-11-291-3/+18
* mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2017-11-291-0/+3
* bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada2017-11-291-2/+0
* mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* Blackfin: RemoveTom Rini2017-04-051-2/+0
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios2016-07-241-1/+1
* mtd: nand: add common DT init codeBrian Norris2016-07-241-0/+70
* mtd: nand: Drop a blank line in nand_wait()Andre Renaud2016-06-241-1/+0
* mtd: nand: Sync with Linux v4.6Scott Wood2016-06-031-101/+228
* mtd: nand: Add page argument to write_page() etc.Scott Wood2016-06-031-10/+21
* mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-031-36/+36
* nand: Sync with Linux v4.1Scott Wood2015-08-251-67/+137
* mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2015-08-251-0/+18
* nand: Remove __UBOOT__ ifdefsScott Wood2015-08-251-396/+1
* nand: Remove CONFIG_MTD_NAND_VERIFY_WRITEPeter Tyser2015-03-301-65/+0
* powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boardsMasahiro Yamada2015-01-231-5/+0
* mtd: nand: do not scan BBT after scrubMasahiro Yamada2015-01-091-5/+2
* mtd: nand: Mark the BBT as scanned prior to calling scan_bbt againMasahiro Yamada2015-01-091-1/+1
* mtd: nand: revive "nand scrub" commandMasahiro Yamada2015-01-091-1/+1
* nand: reinstate lazy bad block scanningRostislav Lisovy2014-11-261-3/+7
* mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep()Stefan Roese2014-09-251-3/+1
* kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-161-1/+0
* mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher2014-08-251-33/+141
* mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2014-08-251-498/+1367
* mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris2014-06-061-2/+4
* mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris2014-06-061-2/+3
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-141-1/+1
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton2013-10-091-4/+14
* mtd: resync with Linux-3.7.1Sergey Lapin2013-05-311-730/+926
* mtd: nand: fix the partial page write conditionhtbegin2013-05-221-1/+1
* nand: Move the sub-page read support enable to a flagJoe Hershberger2012-11-261-2/+7
* drivers/mtd/nand: sparse fixesKim Phillips2012-11-041-6/+7
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-09-211-1/+2
|\
| * nand: Try to align the default buffersSimon Glass2012-09-071-1/+2
* | mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverMarek Vasut2012-09-171-5/+2
* | mtd: support ONFI multi lun NANDMatthieu CASTET2012-09-171-1/+2
|/