summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/docg4.c
AgeCommit message (Expand)Author
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon
2017-12-14mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon
2017-12-01mtd: nand: use usual return values for the ->erase() hookMiquel Raynal
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez
2016-05-05mtd: nand: docg4: switch to mtd_ooblayout_opsBoris Brezillon
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON
2015-12-18mtd: nand: docg4: simplify error caseBrian Norris
2015-12-18mtd: nand: docg4: use the mtd instance embedded in struct nand_chipBoris BREZILLON
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON
2015-10-13mtd: nand: docg4: show parent device in sysfsFrans Klaver
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-11-06mtd: docg4: fix status polling loopMike Dunn
2013-10-27nand: docg4: use nand_base's default BBT scanBrian Norris
2013-10-14treewide: Fix typo in printkMasanari Iida
2013-08-30mtd: nand: refactor chip->block_markbad interfaceBrian Norris
2013-08-05mtd: nand: docg4: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-05mtd: doc: use module_platform_driver_probe()Jingoo Han
2012-12-12mtd: nand/docg4: fix and improve read of factory bbtMike Dunn
2012-12-12mtd: nand/docg4: reserve bb marker area in ecclayoutMike Dunn
2012-12-12mtd: nand/docg4: add support for writing in reliable modeMike Dunn
2012-09-29mtd: docg4: ecc.read_page() returns 0 on uncorrectable errorsMike Dunn
2012-09-29mtd: docg4: fix oob readsMike Dunn
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu
2012-05-13mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn
2012-03-27mtd: flash drivers set ecc strengthMike Dunn
2012-03-27mtd: docg4: fix printk() warningsDan Carpenter
2012-03-27mtd: nand: add support for diskonchip G4 nand flash deviceMike Dunn