summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/docg4.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: docg4: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-5/+28
* mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja2016-03-101-1/+1
* mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-081-1/+0Star
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-20/+20
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0Star
* mtd: nand: docg4: simplify error caseBrian Norris2015-12-181-8/+4Star
* mtd: nand: docg4: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-11/+12
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-17/+17
* mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON2015-10-131-3/+3
* mtd: nand: docg4: show parent device in sysfsFrans Klaver2015-10-131-1/+1
* mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* mtd: nand: refactor erase_cmd() to return chip statusBrian Norris2014-05-091-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2013-10-141-1/+1
* | mtd: docg4: fix status polling loopMike Dunn2013-11-071-9/+6Star
* | nand: docg4: use nand_base's default BBT scanBrian Norris2013-10-281-1/+0Star
* | mtd: nand: refactor chip->block_markbad interfaceBrian Norris2013-08-301-6/+0Star
* | mtd: nand: docg4: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-2/+0Star
|/
* mtd: doc: use module_platform_driver_probe()Jingoo Han2013-04-051-12/+1Star
* mtd: nand/docg4: fix and improve read of factory bbtMike Dunn2012-12-121-5/+19
* mtd: nand/docg4: reserve bb marker area in ecclayoutMike Dunn2012-12-121-4/+6
* mtd: nand/docg4: add support for writing in reliable modeMike Dunn2012-12-121-0/+39
* mtd: docg4: ecc.read_page() returns 0 on uncorrectable errorsMike Dunn2012-09-291-0/+2
* mtd: docg4: fix oob readsMike Dunn2012-09-291-27/+6Star
* mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu2012-07-061-3/+5
* mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-141-1/+1
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-141-6/+6
* mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-141-2/+1Star
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-141-2/+3
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+1
* mtd: docg4: fix printk() warningsDan Carpenter2012-03-271-3/+1Star
* mtd: nand: add support for diskonchip G4 nand flash deviceMike Dunn2012-03-271-0/+1378