summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-0333-329/+1800
|\
| * mtd: bcm47xxnflash: use pr_fmt for module prefix in messagesRafał Miłecki2013-02-133-4/+8
| * mtd: davinci_nand: Use managed resourcesMrugesh Katepallewar2013-02-131-19/+5Star
| * mtd: mtd_torturetest can cause stack overflowsAl Cooper2013-02-131-14/+11Star
| * mtd: physmap_of: Convert device allocation to managed devm_kzalloc()Ezequiel Garcia2013-02-121-5/+3Star
| * mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC re...Josh Wu2013-02-121-3/+87
| * mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional.Josh Wu2013-02-121-21/+31
| * mtd: atmel_nand: avoid to report an error when lookup table offset is 0.Josh Wu2013-02-121-5/+4Star
| * mtd: bcm47xxsflash: adjust names of bus-specific functionsRafał Miłecki2013-02-041-4/+12
| * mtd: bcm47xxpart: improve probing of nvram partitionHauke Mehrtens2013-02-041-9/+13
| * mtd: bcm47xxpart: add support for other erase sizesHauke Mehrtens2013-02-041-1/+4
| * mtd: bcm47xxnflash: register this as normal driverHauke Mehrtens2013-02-041-5/+2Star
| * mtd: bcm47xxnflash: fix messageHauke Mehrtens2013-02-041-1/+2
| * mtd: bcm47xxsflash: register this as normal driverHauke Mehrtens2013-02-041-1/+2
| * mtd: bcm47xxsflash: write number of written bytesHauke Mehrtens2013-02-041-0/+1
| * mtd: gpmi: add sanity check for the ECCHuang Shijie2013-02-042-2/+30
| * mtd: gpmi: set the Golois Field bit for mx6q's BCHHuang Shijie2013-02-043-2/+28
| * mtd: devices: elm: Removes <xx> literals in elm DT nodePhilip Avinash2013-02-041-1/+1
| * mtd: gpmi: fix a dereferencing freed memory errorHuang Shijie2013-02-041-1/+1
| * mtd: fix the wrong timeo for panic_nand_wait()Huang Shijie2013-02-041-6/+2Star
| * mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) lockingStefan Roese2013-02-042-0/+218
| * mtd: Allow removal of partitioning modulesLubomir Rintel2013-02-043-0/+19
| * mtd: cmdlinepart: Make it into a moduleLubomir Rintel2013-02-042-3/+9
| * mtd: gpmi: dump the BCH registersHuang Shijie2013-02-042-0/+7
| * mtd: nane: print source of error messageTormod Volden2013-02-041-3/+2Star
| * mtd: fsl_ifc_nand: use more portable i/o accessorsKim Phillips2013-02-041-114/+119
| * mtd: uclinux: add a comment about why uclinux_ram_map must not be staticUwe Kleine-König2013-02-041-0/+6
| * mtd: uclinux: support ROM and allow passing the base addressUwe Kleine-König2013-02-042-6/+20
| * mtd: bcm47xxsflash: add own struct for abstrating bus typeRafał Miłecki2013-02-042-13/+39
| * mtd: bcm47xxpart: register extra "firmware" partitionRafał Miłecki2013-02-041-0/+11
| * mtd: bcm47xxpart: simplify size calculation to one loopRafał Miłecki2013-02-041-5/+6
| * mtd: chips: Add support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.cMichel Stempin2013-02-041-0/+4
| * mtd: nand: omap2: Support for hardware BCH error correction.Philip Avinash2013-02-041-39/+534
| * mtd: devices: elm: Add support for ELM error correctionPhilip Avinash2013-02-042-1/+407
| * mtd: nand: omap2: Update nerrors using ecc.strengthPhilip Avinash2013-02-041-4/+8
| * mtd: mxc_nand: compress ID info for send_read_id_v3Roman Schneider2013-02-041-0/+11
| * mtd: m25p80: Flash protection support for STmicro chipsAustin Boyle2013-02-041-0/+96
| * mtd: rename random32() to prandom_u32()Akinobu Mita2013-02-044-15/+15
| * mtd: cmdlinepart: update /proc/mtd commentChristopher Cordahi2013-02-041-1/+1
| * mtd: cmdlinepart: describe mtd orderingChristopher Cordahi2013-02-041-1/+12
| * mtd: cmdlinepart: skip partitions truncated to zeroChristopher Cordahi2013-02-041-9/+8Star
| * mtd: cmdlinepart: fix skipping zero sized partitionChristopher Cordahi2013-02-041-0/+1
| * mtd: gpmi: Always report ECC stats and return max_bitflipsZach Sadecki2013-02-041-19/+8Star
| * mtd: docg3 fix missing bitreverse libRobert Jarzmik2013-02-041-0/+1
| * mtd: davinci_nand: fix modular build with CONFIG_OF=ySergei Shtylyov2013-02-041-1/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-021-1/+1
|\ \
| * | MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens2013-02-151-1/+1
* | | mtd: mtd_stresstest: use prandom_bytes()Akinobu Mita2013-02-281-2/+1Star
* | | mtd: mtd_subpagetest: convert to use prandom libraryAkinobu Mita2013-02-281-30/+12Star
* | | mtd: mtd_speedtest: use prandom_bytesAkinobu Mita2013-02-281-8/+1Star