summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: devices: elm: check for device's presence before configurationDaniel Mack2013-04-051-2/+3
* mtd: nand_base: Removed unnecessary cleaning "onfi_version" variableAlexander Shiyan2013-04-051-2/+0Star
* mtd: nand_base: Removed unnecessary command maskingAlexander Shiyan2013-04-051-2/+1Star
* mtd: nand_ids: introduce helper macrosArtem Bityutskiy2013-04-052-111/+109Star
* mtd: nand: remove few tiny page NAND bitsArtem Bityutskiy2013-04-053-13/+4Star
* mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy2013-04-053-5/+5
* mtd: nand: use NAND_HAS_CACHEPROGArtem Bityutskiy2013-04-051-1/+1
* mtd: nand: remove a bunch of unused commandsArtem Bityutskiy2013-04-054-33/+0Star
* mtd: nand: remove AG-AND supportArtem Bityutskiy2013-04-053-116/+2Star
* mtd: nand: remove the rtc_from4 driver supportArtem Bityutskiy2013-04-053-635/+0Star
* mtd: decommission the NAND museumArtem Bityutskiy2013-04-052-25/+5Star
* mtd: nand_ids: minor clean-upsArtem Bityutskiy2013-04-051-19/+15Star
* mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDYBrian Norris2013-03-142-39/+57
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-0315-245/+886
|\
| * 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: 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: bcm47xxnflash: register this as normal driverHauke Mehrtens2013-02-041-5/+2Star
| * mtd: bcm47xxnflash: fix messageHauke Mehrtens2013-02-041-1/+2
| * 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: 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: 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: nand: omap2: Support for hardware BCH error correction.Philip Avinash2013-02-041-39/+534
| * 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: rename random32() to prandom_u32()Akinobu Mita2013-02-041-3/+3
| * mtd: gpmi: Always report ECC stats and return max_bitflipsZach Sadecki2013-02-041-19/+8Star
| * mtd: davinci_nand: fix modular build with CONFIG_OF=ySergei Shtylyov2013-02-041-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-22/+12Star
|\ \
| * | export kernel_write(), convert open-coded instancesAl Viro2013-02-261-22/+12Star
| |/
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-8/+14
|\ \
| * | mtd: fsmc_nand: add missing DMA unmap to dma_xfer()Bartlomiej Zolnierkiewicz2013-01-081-8/+14
* | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-221-0/+1
|\ \ \
| * | | ARM: nomadik: add FSMC NANDLinus Walleij2013-01-281-0/+1
| | |/ | |/|
* | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-221-1/+3
|\ \ \
| * | | mtd: omap-nand: pass device_node in platform dataDaniel Mack2013-01-141-1/+3
| |/ /
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-217-47/+36Star
|\ \ \
| * | | mtd: Convert to devm_ioremap_resource()Thierry Reding2013-01-256-43/+33Star
| * | | drivers/mtd/nand: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-4/+3Star
| |/ /
* | | Merge tag 'for-linus-20130204' of git://git.infradead.org/linux-mtdLinus Torvalds2013-02-043-5/+8
|\ \ \ | |/ / |/| |
| * | mtd: nand: onfi don't WARN if we are in 16 bits modeMatthieu CASTET2013-01-191-2/+5
| * | mtd: davinci_nand: fix modular build with CONFIG_OF=ySergei Shtylyov2013-01-111-1/+1
| * | mtd: bcm47xxnflash: increase NFLASH_READY_RETRIESRafał Miłecki2012-12-241-2/+2
| |/
* / Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman2013-01-046-14/+14
|/