summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: m25p80: update Micron IDsSascha Hauer2014-05-151-2/+4
* mtd: partitions: only add write functions when mtd write support is enabledSascha Hauer2014-05-151-3/+6
* drop CONFIG_PARTITION_NEED_MTDSascha Hauer2014-05-132-3/+1
* Merge branch 'for-next/misc'Sascha Hauer2014-05-052-7/+1
|\
| * mtd: nand: bbt: Remove unused variableAlexander Shiyan2014-04-231-4/+1
| * mtd: partition: Remove unused variableAlexander Shiyan2014-04-231-3/+0
* | Merge branch 'for-next/env'Sascha Hauer2014-05-052-85/+75
|\ \
| * | mtd: nand: create bb devices automaticallySascha Hauer2014-04-281-0/+3
| * | mtd: refactor bb device creationSascha Hauer2014-04-281-22/+31
| * | mtd: nand: bb: use mtd api directlySascha Hauer2014-04-281-72/+50
| |/
* | mtd: nand-mxs: Return bitflipsSascha Hauer2014-04-291-1/+4
* | mtd: nand-bb: use list_for_each_entry_safeSascha Hauer2014-04-291-2/+2
|/
* Merge branch 'for-next/mtd'Sascha Hauer2014-04-048-15/+36
|\
| * nand: mxs: Fix for calculating ecc strength on some types of NAND flashDmitry Lavnikevich2014-03-121-4/+17
| * nand: mxs: Check for up to 4 NAND chipsDmitry Lavnikevich2014-03-121-2/+9
| * ubi: Fix for creating ubi volumes with 64bit sizeDmitry Lavnikevich2014-03-121-1/+1
| * mtd: Support for 4GB partitionsDmitry Lavnikevich2014-03-121-2/+2
| * mtd: Update internal API to support 64-bit device sizeDmitry Lavnikevich2014-03-125-6/+7
* | Merge branch 'for-next/misc'Sascha Hauer2014-04-041-1/+1
|\ \
| * | mtd: omap gpmc: Turn debug message into dev_dbgSascha Hauer2014-04-041-1/+1
| |/
* / mtd: ubi: avoid NULL pointer dereference in ubi_get_devicePhilipp Zabel2014-03-231-0/+2
|/
* Merge branch 'for-next/ubi'Sascha Hauer2014-03-074-20/+33
|\
| * mtd: ubi: rework loggingSascha Hauer2014-02-284-20/+33
* | Merge branch 'for-next/partitionhelper'Sascha Hauer2014-03-071-1/+1
|\ \
| * | mtd/nand: constify filename parameterUwe Kleine-König2014-02-281-1/+1
* | | Merge branch 'for-next/mtd'Sascha Hauer2014-03-077-54/+103
|\ \ \
| * | | mtd: mtdoob: Do not create for partitionsSascha Hauer2014-02-261-1/+4
| * | | mtd: mtdraw: Do not create for partitions and devices without oobSascha Hauer2014-02-261-0/+6
| * | | ubi: register ubi devices and volumes as devicesSascha Hauer2014-02-263-1/+31
| * | | mtd: register mtd partitions as real mtd devicesSascha Hauer2014-02-262-1/+9
| * | | mtd: partition: make the mtd device the parent of the partitionSascha Hauer2014-02-261-1/+1
| * | | mtd: partition: only copy selected fields to partitionSascha Hauer2014-02-261-1/+12
| * | | mtd: Only call of_parse_partitions when the mtd has a parentSascha Hauer2014-02-261-1/+3
| * | | mtd: erase_info may be modified in mtd_eraseSascha Hauer2014-02-261-5/+9
| * | | mtd: Simplify partitionsSascha Hauer2014-02-131-45/+31
| |/ /
* | | Merge branch 'for-next/modalias'Sascha Hauer2014-03-071-13/+15
|\ \ \
| * | | mtd: m25p80: set driver id_tableSascha Hauer2014-02-091-13/+15
| |/ /
* | | Merge branch 'for-next/misc'Sascha Hauer2014-03-072-2/+3
|\ \ \
| * | | mtd: nand_imx: Remove redundant assignmentAlexander Shiyan2014-02-171-1/+1
| * | | mtd: core: avoid possible NULL ptr derefLucas Stach2014-02-101-1/+2
| |/ /
* | / mtd: nand: atmel pmecc: disable subpage writesHerve Codina2014-03-031-0/+1
| |/ |/|
* | cfi_flash: fix NULL pointer dereferencePhilippe Rétornaz2014-02-281-1/+1
|/
* cfi_flash.c: correct calculation of region erasesize and offset for multiple ...Cristiano De Alti2014-02-041-2/+2
* UBI: Add some asserts to ubi_attach_fastmap()Richard Weinberger2014-01-071-0/+4
* UBI: Fix memory leak in ubi_attach_fastmap() error pathRichard Weinberger2014-01-071-0/+13
* UBI: simplify image sequence testRichard Genoud2014-01-071-3/+2
* UBI: fastmap: fix backward compatibility with image_seqRichard Genoud2014-01-071-3/+19
* UBI: Call scan_all() with correct offset in error caseRichard Weinberger2014-01-071-2/+4
* UBI: Fix error path in scan_pool()Richard Weinberger2014-01-071-1/+1
* UBI: fix refill_wl_user_pool()Richard Weinberger2014-01-071-4/+0