summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2012-09-26UBI: fix trivial typo 'it' => 'is'Brian Norris1-1/+1
2012-09-26UBI: load after mtd device driversJiang Lu1-1/+1
2012-09-04UBI: print lessArtem Bityutskiy7-56/+42
2012-09-04UBI: use pr_ helper instead of printkArtem Bityutskiy6-103/+93
2012-09-04UBI: comply with coding styleArtem Bityutskiy9-113/+101
2012-09-04UBI: erase free PEB with bitflip in EC headerMatthieu CASTET1-1/+1
2012-09-04UBI: fix autoresize handling in R/O modeArtem Bityutskiy1-0/+5
2012-09-04UBI: add max_beb_per1024 to attach ioctlRichard Genoud2-2/+3
2012-09-04UBI: allow specifying bad PEBs limit using module parameterRichard Genoud2-15/+27
2012-09-04UBI: check max_beb_per1024 value in ubi_attach_mtd_devRichard Genoud1-0/+9
2012-09-04UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud3-8/+12
2012-09-04UBI: introduce MTD_PARAM_MAX_COUNTRichard Genoud1-2/+5
2012-09-04UBI: separate bad_peb_limit in a functionRichard Genoud1-23/+31
2012-09-04UBI: use the whole MTD device size to get bad_peb_limitRichard Genoud2-9/+39
2012-09-04mtd: mtdparts: introduce mtd_get_device_sizeRichard Genoud1-0/+10
2012-09-04mtd: mark mtd_is_partition argument as constantRichard Genoud1-1/+1
2012-09-04UBI: kill CONFIG_MTD_UBI_BEB_RESERVEShmulik Ladkani2-19/+0
2012-09-04UBI: limit amount of reserved eraseblocks for bad PEB handlingShmulik Ladkani2-21/+41
2012-09-04UBI: introduce new bad PEB limitShmulik Ladkani3-8/+32
2012-09-04UBI: print PID in debug messagesArtem Bityutskiy1-1/+2
2012-09-04UBI: print image sequence number as unsigned integerArtem Bityutskiy1-1/+1
2012-08-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+4
2012-08-10Merge branch 'testing/new-warnings' into fixesArnd Bergmann1-4/+3
2012-08-10mtd/omap2: fix dmaengine_slave_config error handlingArnd Bergmann1-4/+3
2012-08-09ARM: imx: gpmi-nand depends on mxs-dmaArnd Bergmann1-1/+1
2012-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-3/+2
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-50/+56
2012-07-31mtd: omap2: remove private DMA API implementationRussell King1-110/+26
2012-07-31mtd: omap2: add DMA engine supportRussell King1-1/+91
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-36/+192
2012-07-25Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann1-1/+5
2012-07-25ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn1-1/+1
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz1-0/+4
2012-07-23Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds5-21/+29
2012-07-23MTD: NAND: JZ4740: Multi-bank support with autodetectionMaarten ter Huurne1-36/+192
2012-07-18UBI: harmonize the update of ubi->beb_rsvd_pebsShmulik Ladkani3-18/+26
2012-07-18UBI: trivial: fix comment of ubi_calculate_reserved functionShmulik Ladkani1-1/+1
2012-07-18UBI: fix spelling of detach in debug outputPeter Meerwald1-1/+1
2012-07-18UBI: Change the default percentage of reserved PEBRichard Genoud1-1/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-3/+1
2012-07-13Merge tag 'for-linus-20120712' of git://git.infradead.org/linux-mtdLinus Torvalds3-22/+37
2012-07-06Merge tag 'for-linus-20120706' of git://git.infradead.org/linux-mtdLinus Torvalds2-1/+8
2012-07-06mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski1-9/+3
2012-07-06mtd: gpmi-nand: fix read page when reading to vmalloced areaSascha Hauer1-5/+5
2012-07-06mtd: mxc_nand: use 32bit copy functionsSascha Hauer1-8/+29
2012-07-06mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2012-06-28Merge tag 'upstream-3.5-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds1-4/+4
2012-06-27UBI: correct usage of IS_ENABLED()Brian Norris1-4/+4
2012-06-27mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven1-3/+2
2012-06-15kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers1-18/+4