aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt29f_spinand/mt29f_spinand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-06staging: Remove the mt29f_spinand driverBoris Brezillon1-980/+0
2018-10-03mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon1-2/+2
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon1-1/+1
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon1-1/+1
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon1-4/+4
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->waitfunc()Boris Brezillon1-1/+2
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon1-2/+2
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon1-1/+1
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon1-2/+2
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon1-5/+5
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon1-2/+1
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon1-2/+3
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon1-1/+1
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds1-2/+2
2018-03-20mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal1-2/+2
2018-03-19staging:mt29f_spinand: MT29F2G failing as only 16 bits used for addressing.Palle Christensen1-0/+3
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon1-3/+2
2017-09-18staging: mt29f_spinand: Enable the read ECC before program the pageArun Nagendran1-2/+6
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-05-05staging: mt29f_spinand: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-05-05staging: mt29f_spinand: switch to mtd_ooblayout_opsBoris Brezillon1-18/+30
2016-03-24Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+0
2016-03-11staging: mt29f_spinand: Replacing pr_info with dev_info after the call to devm_kzallocG Pooja Shamili1-1/+2
2016-03-11staging: mt29f_spinand: Drop void pointer castJanani Ravichandran1-2/+2
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON1-1/+0
2016-02-20staging: mt29f_spinand: Remove unneeded else following returnJanani Ravichandran1-1/+1
2016-02-07staging: mt29f: clean up existing kernel-docManuel Pégourié-Gonnard1-31/+31
2016-02-07staging: mt29f: fix usage of coma operatorManuel Pégourié-Gonnard1-5/+5
2016-02-07staging: mt29f: fix unchecked malloc()Manuel Pégourié-Gonnard1-1/+4
2016-01-07staging: mt29f_spinand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-5/+5
2015-12-18staging: mt29f_spinand: remove useless mtd->priv = chip assignmentBoris BREZILLON1-1/+0
2015-12-18staging: mt29f_spinand: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-3/+1
2015-12-08staging: mt29f_spinand: make use of mtd_to_nand()Boris BREZILLON1-2/+2
2015-11-15Merge v4.4-rc1 into MTD developmentBrian Norris1-36/+33
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-3/+2
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds1-3/+3
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-27Staging: mt29f_spinand: Indent to match open parenthesisEva Rachel Retuya1-22/+20
2015-10-26Staging: mt29f_spinand: Replace udelay function with usleep_rangeEva Rachel Retuya1-2/+2
2015-10-24Staging: mt29f_spinand: Remove redundant cast on 'retval'Eva Rachel Retuya1-1/+1
2015-10-24Staging: mt29f_spinand: Use preferred kernel typesEva Rachel Retuya1-9/+9
2015-10-24Staging: mt29f_spinand: Remove multiple blank linesEva Rachel Retuya1-1/+0
2015-10-24Staging: mt29f_spinand: Remove blank line before '}' and after '{' bracesEva Rachel Retuya1-2/+0
2015-10-24Staging: mt29f_spinand: Add blank line after function declarationEva Rachel Retuya1-0/+2
2015-10-17Staging: mt29f_spinand: Remove space after a castEva Rachel Retuya1-1/+1
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-1/+2
2015-10-13staging: mt29f_spinand: show parent device in sysfsFrans Klaver1-2/+1
2015-09-12staging: mt29f_spinand: Export OF module alias informationJavier Martinez Canillas1-0/+1