aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/ssfdc.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2017-08-13mtd: nand: Rename nand.h into rawnand.hGravatar Boris Brezillon 1-1/+1
2016-07-09mtd: Replace if and BUG with BUG_ONGravatar Amitoj Kaur Chawla 1-2/+1
2013-10-27mtd: nand: add a helper to detect the nand typeGravatar Huang Shijie 1-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceGravatar Artem Bityutskiy 1-2/+2
2012-01-09mtd: introduce mtd_read_oob interfaceGravatar Artem Bityutskiy 1-1/+1
2012-01-09mtd: introduce mtd_read interfaceGravatar Artem Bityutskiy 1-3/+3
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Gravatar Brian Norris 1-1/+1
2011-09-11mtd: replace DEBUG() with pr_debug()Gravatar Brian Norris 1-21/+13
2011-09-11mtd: remove printk's for [kv][mz]alloc failuresGravatar Brian Norris 1-8/+2
2010-08-08mtd: Update copyright noticesGravatar David Woodhouse 1-1/+1
2010-02-26mtd: blktrans: Hotplug fixesGravatar Maxim Levitsky 1-1/+0
2008-12-10[MTD] update internal API to support 64-bit device sizeGravatar Adrian Hunter 1-3/+4
2008-08-02[MTD] Use DIV_ROUND_UPGravatar Julia Lawall 1-2/+1
2006-12-11[MTD] Fix ssfdc blksize typoGravatar David Woodhouse 1-1/+1
2006-12-10[MTD] Fix SSFDC build for variable blocksize.Gravatar David Woodhouse 1-1/+1
2006-11-28[MTD] [NAND] remove len/ooblen confusion.Gravatar Vitaly Wool 1-3/+2
2006-09-23[MTD] Whitespace cleanup in SSFDC driver.Gravatar David Woodhouse 1-11/+11
2006-09-23[MTD] SSFDC translation layer minor cleanupGravatar David Woodhouse 1-15/+21
2006-09-22[MTD] Add SSFDC (SmartMedia) read-only translation layerGravatar Claudio Lanconelli 1-0/+468