summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt29f_spinand/mt29f_spinand.c
Commit message (Expand)AuthorAgeFilesLines
* staging: Remove the mt29f_spinand driverBoris Brezillon2018-11-061-980/+0Star
* mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-4/+4
* mtd: rawnand: Pass a nand_chip object to chip->waitfunc()Boris Brezillon2018-10-031-1/+2
* mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-5/+5
* mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-2/+1Star
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-2/+3
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
* Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds2018-04-061-2/+2
|\
| * mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal2018-03-201-2/+2
* | staging:mt29f_spinand: MT29F2G failing as only 16 bits used for addressing.Palle Christensen2018-03-191-0/+3
|/
* mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-141-3/+2Star
* staging: mt29f_spinand: Enable the read ECC before program the pageArun Nagendran2017-09-181-2/+6
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon2017-05-301-0/+2
* staging: mt29f_spinand: set ECC algorithm explicitlyRafał Miłecki2016-05-051-0/+1
* staging: mt29f_spinand: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-18/+30
* Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds2016-03-251-1/+0Star
|\
| * mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-081-1/+0Star
* | staging: mt29f_spinand: Replacing pr_info with dev_info after the call to dev...G Pooja Shamili2016-03-121-1/+2
* | staging: mt29f_spinand: Drop void pointer castJanani Ravichandran2016-03-121-2/+2
* | staging: mt29f_spinand: Remove unneeded else following returnJanani Ravichandran2016-02-211-1/+1
* | staging: mt29f: clean up existing kernel-docManuel Pégourié-Gonnard2016-02-081-31/+31
* | staging: mt29f: fix usage of coma operatorManuel Pégourié-Gonnard2016-02-081-5/+5
* | staging: mt29f: fix unchecked malloc()Manuel Pégourié-Gonnard2016-02-081-1/+4
|/
* staging: mt29f_spinand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-5/+5
* staging: mt29f_spinand: remove useless mtd->priv = chip assignmentBoris BREZILLON2015-12-181-1/+0Star
* staging: mt29f_spinand: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-3/+1Star
* staging: mt29f_spinand: make use of mtd_to_nand()Boris BREZILLON2015-12-081-2/+2
* Merge v4.4-rc1 into MTD developmentBrian Norris2015-11-161-36/+33Star
|\
| * Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds2015-11-061-3/+3
| |\
| * \ Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-051-1/+0Star
| |\ \
| | * | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0Star
| * | | Staging: mt29f_spinand: Indent to match open parenthesisEva Rachel Retuya2015-10-271-22/+20Star
| * | | Staging: mt29f_spinand: Replace udelay function with usleep_rangeEva Rachel Retuya2015-10-251-2/+2
| * | | Staging: mt29f_spinand: Remove redundant cast on 'retval'Eva Rachel Retuya2015-10-251-1/+1
| * | | Staging: mt29f_spinand: Use preferred kernel typesEva Rachel Retuya2015-10-251-9/+9
| * | | Staging: mt29f_spinand: Remove multiple blank linesEva Rachel Retuya2015-10-251-1/+0Star
| * | | Staging: mt29f_spinand: Remove blank line before '}' and after '{' bracesEva Rachel Retuya2015-10-251-2/+0Star
| * | | Staging: mt29f_spinand: Add blank line after function declarationEva Rachel Retuya2015-10-251-0/+2
| * | | Staging: mt29f_spinand: Remove space after a castEva Rachel Retuya2015-10-171-1/+1
| * | | staging: mt29f_spinand: Export OF module alias informationJavier Martinez Canillas2015-09-131-0/+1
| |/ /
* | / mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-3/+2Star
| |/ |/|
* | mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON2015-10-131-1/+2
* | staging: mt29f_spinand: show parent device in sysfsFrans Klaver2015-10-131-2/+1Star
|/