aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/mt29f_spinand
AgeCommit message (Expand)AuthorFilesLines
2017-09-18staging: mt29f_spinand: Enable the read ECC before program the pageGravatar Arun Nagendran 1-2/+6
2017-08-13mtd: nand: Rename nand.h into rawnand.hGravatar Boris Brezillon 1-1/+1
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPGravatar Boris Brezillon 1-0/+2
2016-05-05staging: mt29f_spinand: set ECC algorithm explicitlyGravatar Rafał Miłecki 1-0/+1
2016-05-05staging: mt29f_spinand: switch to mtd_ooblayout_opsGravatar Boris Brezillon 1-18/+30
2016-03-24Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 2-2/+0
2016-03-11staging: mt29f_spinand: Replacing pr_info with dev_info after the call to dev...Gravatar G Pooja Shamili 1-1/+2
2016-03-11staging: mt29f_spinand: Drop void pointer castGravatar Janani Ravichandran 1-2/+2
2016-03-07mtd: kill the ecclayout->oobavail fieldGravatar Boris BREZILLON 1-1/+0
2016-02-20staging: mt29f_spinand: Remove unneeded else following returnGravatar Janani Ravichandran 1-1/+1
2016-02-07staging: mt29f: clean up existing kernel-docGravatar Manuel Pégourié-Gonnard 1-31/+31
2016-02-07staging: mt29f: fix usage of coma operatorGravatar Manuel Pégourié-Gonnard 1-5/+5
2016-02-07staging: mt29f: fix unchecked malloc()Gravatar Manuel Pégourié-Gonnard 1-1/+4
2016-01-26staging: mt29f_spinand: kill unused ecclayout fieldGravatar Boris BREZILLON 1-1/+0
2016-01-07staging: mt29f_spinand: make use of nand_set/get_controller_data() helpersGravatar Boris BREZILLON 1-5/+5
2015-12-18staging: mt29f_spinand: remove useless mtd->priv = chip assignmentGravatar Boris BREZILLON 1-1/+0
2015-12-18staging: mt29f_spinand: use the mtd instance embedded in struct nand_chipGravatar Boris BREZILLON 1-3/+1
2015-12-08staging: mt29f_spinand: make use of mtd_to_nand()Gravatar Boris BREZILLON 1-2/+2
2015-11-15Merge v4.4-rc1 into MTD developmentGravatar Brian Norris 2-45/+42
2015-11-11mtd: nand: drop unnecessary partition parser dataGravatar Brian Norris 1-3/+2
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-3/+3
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Gravatar Linus Torvalds 1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversGravatar Andrew F. Davis 1-1/+0
2015-10-27Staging: mt29f_spinand: Indent to match open parenthesisGravatar Eva Rachel Retuya 1-22/+20
2015-10-26Staging: mt29f_spinand: Prefer using the BIT macroGravatar Eva Rachel Retuya 1-7/+7
2015-10-26Staging: mt29f_spinand: Replace udelay function with usleep_rangeGravatar Eva Rachel Retuya 1-2/+2
2015-10-24Staging: mt29f_spinand: Remove redundant cast on 'retval'Gravatar Eva Rachel Retuya 1-1/+1
2015-10-24Staging: mt29f_spinand: Use preferred kernel typesGravatar Eva Rachel Retuya 2-11/+11
2015-10-24Staging: mt29f_spinand: Remove multiple blank linesGravatar Eva Rachel Retuya 1-1/+0
2015-10-24Staging: mt29f_spinand: Remove blank line before '}' and after '{' bracesGravatar Eva Rachel Retuya 1-2/+0
2015-10-24Staging: mt29f_spinand: Add blank line after function declarationGravatar Eva Rachel Retuya 1-0/+2
2015-10-17Staging: mt29f_spinand: Remove space after a castGravatar Eva Rachel Retuya 1-1/+1
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsGravatar Boris BREZILLON 1-1/+2
2015-10-13staging: mt29f_spinand: show parent device in sysfsGravatar Frans Klaver 1-2/+1
2015-09-12staging: mt29f_spinand: Export OF module alias informationGravatar Javier Martinez Canillas 1-0/+1
2015-08-14staging: mt29f_spinand: Remove unnecessary externsGravatar Joe Perches 1-2/+2
2015-07-14staging: mt29f_spinand: Remove redundant spi driver bus initializationGravatar Antonio Borneo 1-1/+0
2015-03-15staging: mt29f_spinand: remove pointer to pointer cast in function argumentGravatar Aya Mahfouz 1-1/+1
2015-01-17staging: mt29f_spinand: Fix typo in KconfigGravatar Masanari Iida 1-1/+1
2015-01-17staging: mt29f_spinand: check for the return value of spinand_read_statusGravatar Devendra Naga 1-1/+16
2014-08-16staging/mt29f_spinand: coding style fixesGravatar vibi sreenivasan 1-14/+12
2014-06-01staging/mt29f_spinand: coding style fixesGravatar Simon Boulay 1-0/+2
2014-05-25staging/mt29f_spinand: Terminate of match tableGravatar Stephen Boyd 1-0/+1
2013-10-15staging/mt29f_spinand: fix build error when ONDIEECC not enabledGravatar Randy Dunlap 1-3/+4
2013-10-11staging: mt29f_spinand: Use module_spi_driverGravatar Sachin Kamat 1-17/+1
2013-10-03Staging: MTD: Micron SPINAND Driver supportGravatar Kamlakant Patel 5-0/+1099