aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/goldfish/goldfish_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-20Delete the goldfish_nand driver.Roman Kiryanov1-441/+0
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-3/+0
2017-08-31staging: goldfish: (Coding Style) Fixed parenthesis alignment.Edvard Holst1-2/+2
2017-07-30staging: goldfish: Use __func__ instead of function nameChris Coffey1-10/+10
2017-03-17Staging: goldfish: use __func__ instead of embedded function namesMohsin Shan1-8/+8
2016-02-07staging: goldfish: use div64_s64 instead of do_divArnd Bergmann1-15/+15
2016-01-28Staging: goldfish: goldfish_nand: Add DMA Support using dmam_alloc_coherentShraddha Barke1-9/+11
2015-09-12staging: goldfish: Fix NULL comparison styleRavi Teja Darbha1-2/+2
2015-05-31staging: goldfish: Fix pointer cast for 32 bitsPeter Senna Tschudin1-1/+1
2015-03-16Staging: goldfish: use !x instead of x == NULLSomya Anand1-3/+3
2014-09-06staging: goldfish: avoid multiple assignmentsLoic Pefferkorn1-1/+2
2014-09-06staging: goldfish: document mutex usageLoic Pefferkorn1-0/+1
2014-09-06staging: goldfish: fix alignment to match open parenthesisLoic Pefferkorn1-18/+18
2014-09-06staging: goldfish: remove useless space after a castLoic Pefferkorn1-1/+1
2014-05-15goldfish: clean up staging ifdefsAlan1-5/+2
2014-05-15goldfish_nand.c: remove length restrictionsNick Kralevich1-4/+0
2014-05-03goldfish: 64-bit nand driver for goldfish platformJun Tian1-1/+4
2014-04-16staging: goldfish: Fix missing blank linesGarret Kelly1-0/+1
2014-04-16staging: goldfish: switch from spinlock to mutexKristina Martšenko1-8/+7
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-13staging: goldfish: Fixed line over 80 charactersHema Prathaban1-1/+2
2013-05-13staging: goldfish: Fixed Trailing WhitespaceHema Prathaban1-4/+4
2013-02-07staging/goldfish: Use %zx for printing size_t variablesPeter Huewe1-4/+4
2013-01-24goldfish: NAND flash driverArve Hjønnevåg1-0/+444