aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt29f_spinand (follow)
AgeCommit message (Expand)AuthorFilesLines
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: Prefer using the BIT macroEva Rachel Retuya1-7/+7
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 Retuya2-11/+11
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
2015-08-14staging: mt29f_spinand: Remove unnecessary externsJoe Perches1-2/+2
2015-07-14staging: mt29f_spinand: Remove redundant spi driver bus initializationAntonio Borneo1-1/+0
2015-03-15staging: mt29f_spinand: remove pointer to pointer cast in function argumentAya Mahfouz1-1/+1
2015-01-17staging: mt29f_spinand: Fix typo in KconfigMasanari Iida1-1/+1
2015-01-17staging: mt29f_spinand: check for the return value of spinand_read_statusDevendra Naga1-1/+16
2014-08-16staging/mt29f_spinand: coding style fixesvibi sreenivasan1-14/+12
2014-06-01staging/mt29f_spinand: coding style fixesSimon Boulay1-0/+2
2014-05-25staging/mt29f_spinand: Terminate of match tableStephen Boyd1-0/+1
2013-10-15staging/mt29f_spinand: fix build error when ONDIEECC not enabledRandy Dunlap1-3/+4
2013-10-11staging: mt29f_spinand: Use module_spi_driverSachin Kamat1-17/+1
2013-10-03Staging: MTD: Micron SPINAND Driver supportKamlakant Patel5-0/+1099