aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/docg4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon1-0/+2
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez1-2/+1
2016-05-05mtd: nand: docg4: switch to mtd_ooblayout_opsBoris Brezillon1-5/+28
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja1-1/+1
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON1-1/+0
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-20/+20
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: docg4: simplify error caseBrian Norris1-8/+4
2015-12-18mtd: nand: docg4: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-11/+12
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-17/+17
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-3/+3
2015-10-13mtd: nand: docg4: show parent device in sysfsFrans Klaver1-1/+1
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris1-2/+4
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-06mtd: docg4: fix status polling loopMike Dunn1-9/+6
2013-10-27nand: docg4: use nand_base's default BBT scanBrian Norris1-1/+0
2013-10-14treewide: Fix typo in printkMasanari Iida1-1/+1
2013-08-30mtd: nand: refactor chip->block_markbad interfaceBrian Norris1-6/+0
2013-08-05mtd: nand: docg4: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-05mtd: doc: use module_platform_driver_probe()Jingoo Han1-12/+1
2012-12-12mtd: nand/docg4: fix and improve read of factory bbtMike Dunn1-5/+19
2012-12-12mtd: nand/docg4: reserve bb marker area in ecclayoutMike Dunn1-4/+6
2012-12-12mtd: nand/docg4: add support for writing in reliable modeMike Dunn1-0/+39
2012-09-29mtd: docg4: ecc.read_page() returns 0 on uncorrectable errorsMike Dunn1-0/+2
2012-09-29mtd: docg4: fix oob readsMike Dunn1-27/+6
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu1-3/+5
2012-05-13mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani1-1/+1
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-6/+6
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris1-2/+1
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn1-2/+3
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+1
2012-03-27mtd: docg4: fix printk() warningsDan Carpenter1-3/+1
2012-03-27mtd: nand: add support for diskonchip G4 nand flash deviceMike Dunn1-0/+1378