summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* NAND: Remove ONFI detection message to from bootup logStefan Roese2012-05-181-2/+3
* linux/compat.h: rename from linux/mtd/compat.hMike Frysinger2012-04-301-1/+1
* nand: reinstate lazy bad block scanningScott Wood2012-02-281-3/+7
* Revert "nand: make 1-bit software ECC configurable"Scott Wood2012-02-281-4/+0
* nand: make 1-bit software ECC configurableChristian Hitz2012-01-261-0/+4
* nand: Sanitize ONFI strings.Christian Hitz2012-01-261-1/+22
* nand: Merge changes from Linux nand driverChristian Hitz2012-01-261-150/+309
* nand: cleanup whitespaceChristian Hitz2012-01-261-74/+78
* nand: Merge BCH code from Linux nand driverChristian Hitz2012-01-261-1/+38
* nand: Add common functions to linux/mtd/nand.hSimon Schwarz2011-12-061-3/+3
* NAND: Really ignore bad blocks when scrubbingMarek Vasut2011-10-031-1/+1
* spl: add NAND Library to new SPLSimon Schwarz2011-09-301-2/+2
* nand_base: trivial: fix comment read/write commentBen Gardiner2011-07-011-1/+1
* NAND: rearrange ONFI revision checking, add ONFI 2.3Florian Fainelli2011-04-151-8/+12
* NAND: Fix integer overflow in ONFI detection of chips >= 4GiBFlorian Fainelli2011-04-151-1/+1
* NAND: add support for reading ONFI page tableFlorian Fainelli2011-04-011-49/+144
* NAND: add more watchdog resetsScott Wood2011-04-011-0/+6
* Minor Coding Style Cleanup.Wolfgang Denk2011-02-021-19/+19
* mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()Lei Wen2011-01-121-14/+15
* MTD/NAND: fix nand_base.c to use get_timer() correctlyReinhard Meyer2010-12-171-6/+9
* nand: constify id/manu tablesMike Frysinger2010-12-171-3/+3
OpenPOWER on IntegriCloud