summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/mci'Sascha Hauer2013-06-021-1/+2
|\
| * driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-1/+2
* | Merge branch 'for-next/imx-oftree'Sascha Hauer2013-06-022-0/+20
|\ \
| * | mtd: m25p80: add devicetree supportSascha Hauer2013-05-311-0/+9
| * | mtd: dataflash: Add devicetree probing supportSascha Hauer2013-05-211-0/+11
| |/
* | mtd: call mtd_erase with complete area if possibleSascha Hauer2013-05-271-0/+6
* | cfi: make hardware device parent of mtd deviceSascha Hauer2013-05-271-0/+1
* | cfi: Add dev * to flash_info and switch to dev_*Sascha Hauer2013-05-272-27/+29
* | cfi: remove unused field from struct flash_infoSascha Hauer2013-05-271-1/+0
* | cfi_flash: size_ratio should not be 0Oleksij Rempel2013-05-271-1/+2
* | cfi_flash: add shift option for some cfi memory chipsOleksij Rempel2013-05-272-5/+22
|/
* nand_base: sync flash detection functions with linux 3.9's codeEric Bénard2013-05-171-120/+266
* Merge branch 'for-next/param'Sascha Hauer2013-05-062-19/+16
|\
| * mtd: Nand: Use dev_add_param_bool for erasebad parameterSascha Hauer2013-04-111-10/+12
| * treewide: Use dev_add_param_int_ro where possibleSascha Hauer2013-04-111-9/+4
* | Merge branch 'for-next/mtd'Sascha Hauer2013-05-062-8/+9
|\ \
| * | mtd: update NAND manufacturer names from the kernelJan Luebbe2013-04-111-1/+3
| * | nand_base: detect more ONFI flashEric Bénard2013-04-111-7/+6
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2013-05-061-3/+6
|\ \
| * | NAND: imx: Fix memory leakAlexander Shiyan2013-04-301-3/+6
| |/
* / mtdraw: fix oob read and writeEric Bénard2013-04-121-0/+2
|/
* Merge branch 'for-next/relocate'Sascha Hauer2013-04-041-1/+2
|\
| * ARM boards: Use accessor functions to access linker variablesSascha Hauer2013-03-071-1/+2
* | Merge branch 'for-next/mtd'Sascha Hauer2013-04-0414-24/+326
|\ \
| * | mtd: nand: Add command to generate a flash BBTSascha Hauer2013-03-094-2/+243
| * | mtd: nand: Add bbt parameterSascha Hauer2013-03-091-0/+19
| * | mtd nand i.MX: remove unused codeSascha Hauer2013-03-041-7/+0
| * | mtd: nand: replace NAND_USE_FLASH_BBT with NAND_BBT_USE_FLASHSascha Hauer2013-03-045-6/+6
| * | mtd: Add parameter to allow erasing bad blocksSascha Hauer2013-03-045-3/+41
| * | mtd: nand: register nand flashes with nand specific functionSascha Hauer2013-03-047-6/+17
| |/
* | Merge branch 'for-next/misc-arm'Sascha Hauer2013-04-041-1/+1
|\ \
| * | include asm/sections.h instead of asm-generic/sections.hSascha Hauer2013-03-101-1/+1
* | | Introduce device_spi_driver() macro and use it for SPI driversAlexander Shiyan2013-03-142-13/+2
* | | SPI: Rename spi_register_driver() for using with register_driver_macro()Alexander Shiyan2013-03-142-2/+2
|/ /
* / mtd: nand: Fix compiler warningAlexander Shiyan2013-03-061-1/+1
|/
* Merge branch 'for-next/mtd'Sascha Hauer2013-03-0412-28/+2315
|\
| * mtd nor: remove unnecessary 'depend' in KconfigSascha Hauer2013-02-181-8/+0
| * nor flash: integrate into mtdSascha Hauer2013-02-148-0/+2232
| * mtd: implement mtd_lock and mtd_unlockSascha Hauer2013-02-141-0/+37
| * mtd: Use mtd_* functions where appropriateSascha Hauer2013-02-144-11/+11
| * mtd: Add mtd_* functionsSascha Hauer2013-02-141-9/+40
| * mtd: rename mtd file operations callback functionsSascha Hauer2013-02-141-8/+9
* | Merge branch 'for-next/misc'Sascha Hauer2013-03-047-58/+7
|\ \
| * | Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-137-58/+7
| |/
* | mtd: always write page when oob is givenSascha Hauer2013-03-031-1/+1
* | mtd: nand: do not write empty pagesSascha Hauer2013-02-212-4/+38
|/
* Merge branch 'for-next/mtd'Sascha Hauer2013-02-041-0/+1
|\
| * mtd m25p80: Add support for w25q80blSascha Hauer2013-01-211-0/+1
* | Merge branch 'for-next/compile-log-level'Sascha Hauer2013-02-044-44/+53
|\ \
| * | mtd nand: Specify pr_fmt and change messages to pr_*Sascha Hauer2013-01-273-39/+47