summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt29f_spinand/mt29f_spinand.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* 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-241-1/+0
|\
| * mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-071-1/+0
* | staging: mt29f_spinand: Replacing pr_info with dev_info after the call to dev...G Pooja Shamili2016-03-111-1/+2
* | staging: mt29f_spinand: Drop void pointer castJanani Ravichandran2016-03-111-2/+2
* | staging: mt29f_spinand: Remove unneeded else following returnJanani Ravichandran2016-02-201-1/+1
* | staging: mt29f: clean up existing kernel-docManuel Pégourié-Gonnard2016-02-071-31/+31
* | staging: mt29f: fix usage of coma operatorManuel Pégourié-Gonnard2016-02-071-5/+5
* | staging: mt29f: fix unchecked malloc()Manuel Pégourié-Gonnard2016-02-071-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/+0
* staging: mt29f_spinand: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-3/+1
* staging: mt29f_spinand: make use of mtd_to_nand()Boris BREZILLON2015-12-081-2/+2
* Merge v4.4-rc1 into MTD developmentBrian Norris2015-11-151-36/+33
|\
| * 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/+0
| |\ \
| | * | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
| * | | Staging: mt29f_spinand: Indent to match open parenthesisEva Rachel Retuya2015-10-271-22/+20
| * | | Staging: mt29f_spinand: Replace udelay function with usleep_rangeEva Rachel Retuya2015-10-261-2/+2
| * | | Staging: mt29f_spinand: Remove redundant cast on 'retval'Eva Rachel Retuya2015-10-241-1/+1
| * | | Staging: mt29f_spinand: Use preferred kernel typesEva Rachel Retuya2015-10-241-9/+9
| * | | Staging: mt29f_spinand: Remove multiple blank linesEva Rachel Retuya2015-10-241-1/+0
| * | | Staging: mt29f_spinand: Remove blank line before '}' and after '{' bracesEva Rachel Retuya2015-10-241-2/+0
| * | | Staging: mt29f_spinand: Add blank line after function declarationEva Rachel Retuya2015-10-241-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-121-0/+1
| |/ /
* | | mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-3/+2
| |/ |/|
* | 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/+1
|/
* staging: mt29f_spinand: Remove redundant spi driver bus initializationAntonio Borneo2015-07-141-1/+0
* staging: mt29f_spinand: remove pointer to pointer cast in function argumentAya Mahfouz2015-03-151-1/+1
* staging: mt29f_spinand: check for the return value of spinand_read_statusDevendra Naga2015-01-171-1/+16
* staging/mt29f_spinand: coding style fixesvibi sreenivasan2014-08-161-14/+12
* staging/mt29f_spinand: coding style fixesSimon Boulay2014-06-011-0/+2
* staging/mt29f_spinand: Terminate of match tableStephen Boyd2014-05-251-0/+1
* staging/mt29f_spinand: fix build error when ONDIEECC not enabledRandy Dunlap2013-10-151-3/+4
* staging: mt29f_spinand: Use module_spi_driverSachin Kamat2013-10-111-17/+1
* Staging: MTD: Micron SPINAND Driver supportKamlakant Patel2013-10-031-0/+962
OpenPOWER on IntegriCloud