aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/malloc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09mtd: remove unused default_mtd_readv prototypeArtem Bityutskiy1-3/+0
2012-01-09mtd: sst25l: kill unused variableArtem Bityutskiy1-1/+1
2012-01-09mtd: onenand: kill unused variableArtem Bityutskiy1-1/+0
2012-01-09mtd: kill dev_to_mtd helperArtem Bityutskiy2-17/+13
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy7-33/+22
2012-01-09mtd: always initialize retlen to zeroArtem Bityutskiy1-0/+9
2012-01-09mtd: doc: do not initialize mtd_info fields to 0 or NULLArtem Bityutskiy4-29/+0
2012-01-09mtd: docprobe: use kzalloc insteadArtem Bityutskiy1-6/+1
2012-01-09mtd: move mtd->{get,put}_device functions upArtem Bityutskiy1-7/+6
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy12-14/+17
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy21-30/+34
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy10-12/+15
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy10-10/+15
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy3-4/+8
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy5-5/+10
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy5-6/+11
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy11-14/+17
2012-01-09mtd: introduce mtd_writev interfaceArtem Bityutskiy4-11/+18
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy3-4/+10
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy3-4/+12
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy3-4/+12
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy3-3/+11
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy3-4/+12
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy3-8/+15
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy13-27/+31
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy14-31/+37
2012-01-09mtd: introduce mtd_panic_write interfaceArtem Bityutskiy3-14/+19
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy22-73/+84
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy35-135/+152
2012-01-09mtd: introduce mtd_get_unmapped_area interfaceArtem Bityutskiy5-11/+18
2012-01-09mtd: introduce mtd_unpoint interfaceArtem Bityutskiy5-10/+14
2012-01-09mtd: introduce mtd_point interfaceArtem Bityutskiy5-12/+18
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy22-28/+37
2012-01-09mtd: mtdchar: rename functionsArtem Bityutskiy1-37/+39
2012-01-09logfs: rename functions starting with mtd_Artem Bityutskiy1-29/+32
2012-01-09mtd: lpddr: drop unnecessary zeroingArtem Bityutskiy1-7/+0
2012-01-09mtd: map.h: fix arm cross-build failureArtem Bityutskiy1-1/+1
2012-01-09mtd: txx9ndfmc: use devm_request_and_ioremapJulia Lawall1-5/+1
2012-01-09mtd: lantiq-flash: drop iounmap for devm_ allocated dataJulia Lawall1-5/+1
2012-01-09mtd: gpio-nand: add device tree bindingsJamie Iles2-7/+152
2012-01-09mtd: bcm63xxpart: check the image tag's crc32Jonas Gorski1-16/+29
2012-01-09MIPS: BCM63XX: bcm963xx_tag.h: make crc fields integersJonas Gorski1-6/+5
2012-01-09mtd: bcm63xxpart: don't assume NVRAM is always the fourth partitionJonas Gorski1-2/+2
2012-01-09mtd: bcm63xxpart: make sure CFE and NVRAM partitions are at least 64KiBJonas Gorski1-7/+15
2012-01-09mtd: bcm63xxpart: check version marker string for newer CFEsJonas Gorski1-5/+17
2012-01-09mtd: sm_ftl: fix module parameterRusty Russell1-1/+1
2012-01-09mtd: docg3: remove unused functionRobert Jarzmik1-0/+2
2012-01-09mtd: nand: Add ONFI support for FSL NAND controllerShengzhou Liu1-8/+10
2012-01-09mtd: nand: fixup for fmr initialization of Freescale NAND controllerShengzhou Liu1-5/+5
2012-01-09mtd: document that MEMWRITE ioctl is NAND-specificArtem Bityutskiy1-1/+2