aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2012-06-07UBI: correct ubi_wl_flush lockingGravatar Artem Bityutskiy 1-4/+13
2012-06-07UBI: fix debugfs-less systems supportGravatar Artem Bityutskiy 1-2/+10
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 50-704/+1342
2012-06-01mtd: mxc_nand: move ecc strengh setup before nand_scan_tailGravatar Sascha Hauer 1-6/+6
2012-06-01mtd: block2mtd: fix recursive call of mtd_writevGravatar Gabor Juhos 1-1/+0
2012-06-01mtd: gpmi-nand: define ecc.strengthGravatar Marek Vasut 1-0/+5
2012-06-01mtd: of_parts: fix breakage in KconfigGravatar Frank Svendsboe 1-1/+1
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-44/+32
2012-05-29mtd: nand: fix scan_read_raw_oobGravatar Dmitry Maluka 1-0/+1
2012-05-29mtd: docg3 fix in-middle of blocks readsGravatar Robert Jarzmik 1-11/+23
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 2-3/+21
2012-05-22Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 18-1410/+1198
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-8/+8
2012-05-22Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-3/+44
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-0/+9
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 2-7/+5
2012-05-21MTD: MIPS: lantiq: verify that the NOR interface is available on falcon socGravatar John Crispin 1-0/+7
2012-05-21MTD: MIPS: lantiq: implement OF supportGravatar John Crispin 1-44/+25
2012-05-21UBI: modify ubi_wl_flush function to clear work queue for a lnumGravatar Joel Reardon 6-31/+69
2012-05-21UBI: introduce UBI_ALL constantGravatar Artem Bityutskiy 1-5/+5
2012-05-21UBI: add lnum and vol_id to struct ubi_workGravatar Joel Reardon 3-18/+33
2012-05-21UBI: add volume id struct ubi_ainf_pebGravatar Joel Reardon 2-16/+35
2012-05-20UBI: add in hex the value for UBI_INTERNAL_VOL_START to commentGravatar Joel Reardon 1-2/+2
2012-05-20UBI: rename scan.c to attach.cGravatar Artem Bityutskiy 2-1/+1
2012-05-20UBI: remove scan.hGravatar Artem Bityutskiy 2-174/+147
2012-05-20UBI: rename UBI_SCAN_UNKNOWN_ECGravatar Artem Bityutskiy 2-12/+15
2012-05-20UBI: move and rename attach_by_scanningGravatar Artem Bityutskiy 4-62/+58
2012-05-20UBI: rename _init_scan functionsGravatar Artem Bityutskiy 4-9/+9
2012-05-20UBI: amend comments after all the renamingsGravatar Artem Bityutskiy 6-81/+73
2012-05-20UBI: rename ubi_scan_leb_slabGravatar Artem Bityutskiy 2-16/+16
2012-05-20UBI: rename ubi_scan_move_to_listGravatar Artem Bityutskiy 2-3/+3
2012-05-20UBI: rename ubi_scan_destroy_aiGravatar Artem Bityutskiy 3-6/+6
2012-05-20UBI: rename ubi_scan_get_free_pebGravatar Artem Bityutskiy 3-6/+6
2012-05-20UBI: rename ubi_scan_rm_volumeGravatar Artem Bityutskiy 3-5/+5
2012-05-20UBI: rename ubi_scan_find_avGravatar Artem Bityutskiy 4-9/+9
2012-05-20UBI: rename ubi_scan_add_usedGravatar Artem Bityutskiy 3-12/+9
2012-05-20UBI: remove unused functionGravatar Artem Bityutskiy 2-31/+0
2012-05-20UBI: make ubi_scan_erase_peb static and renameGravatar Artem Bityutskiy 2-6/+4
2012-05-20UBI: rename sv to avGravatar Artem Bityutskiy 7-182/+182
2012-05-20UBI: rename si to aiGravatar Artem Bityutskiy 8-260/+260
2012-05-20UBI: rename seb to aebGravatar Artem Bityutskiy 7-196/+196
2012-05-20UBI: amend comments after renaming in scan.cGravatar Artem Bityutskiy 1-10/+11
2012-05-20UBI: rename struct ubi_scan_infoGravatar Artem Bityutskiy 7-42/+44
2012-05-20UBI: rename struct ubi_scan_volumeGravatar Artem Bityutskiy 7-34/+34
2012-05-20UBI: rename struct ubi_scan_lebGravatar Artem Bityutskiy 8-37/+37
2012-05-20UBI: rename few functions for consistencyGravatar Artem Bityutskiy 3-14/+15
2012-05-20UBI: get rid of dbg_errGravatar Artem Bityutskiy 8-54/+52
2012-05-20UBI: more of clean-up terminology for self-checksGravatar Artem Bityutskiy 4-54/+49
2012-05-20UBI: clean-up terminology for self-checks in io.cGravatar Artem Bityutskiy 1-39/+37
2012-05-20UBI: remove Kconfig debugging optionGravatar Artem Bityutskiy 8-120/+0