aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAge
...
| * mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie2012-03-26
| * mxs-dma : move the mxs dma.h to a more common placeHuang Shijie2012-03-26
| * mtd: gpmi: fix compiler warningHuang Shijie2012-03-26
| * mtd: move zero length verification to MTD API functionsArtem Bityutskiy2012-03-26
| * mtd: do not duplicate length and offset checks in driversArtem Bityutskiy2012-03-26
| * mtd: nand: write BBM to OOB even with flash-based BBTBrian Norris2012-03-26
| * mtd: docg4: fix printk() warningsDan Carpenter2012-03-26
| * mtd: nand: gpmi: use correct member for checking NAND_BBT_USE_FLASHWolfram Sang2012-03-26
| * mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-26
| * mtd: nand: add support for diskonchip G4 nand flash deviceMike Dunn2012-03-26
| * mtd: nand: move SCANLASTPAGE handling to the correct code blockBrian Norris2012-03-26
| * mtd: nand: differentiate 1- vs. 2-byte writes when marking bad blocksBrian Norris2012-03-26
| * mtd: nand: fix SCAN2NDPAGE check for BBMBrian Norris2012-03-26
| * mtd: nand: erase block before marking badBrian Norris2012-03-26
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-29
|\ \
| * | dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-21
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28
|\ \ \
| * | | Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* | | | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-28
|\ \ \ \
| * \ \ \ Merge branch 'kirkwood/dt' into next/dt2Arnd Bergmann2012-03-24
| |\ \ \ \
| * | | | | atmel/nand: add DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-15
| * | | | | mtd/atmel_nand: add on_flash_bbt to enable the use of On Flash BBTJean-Christophe PLAGNIOL-VILLARD2012-03-15
| * | | | | ATMEL: fix nand ecc supportJean-Christophe PLAGNIOL-VILLARD2012-03-15
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-27
|\ \ \ \ \
| * | | | | MTD: Relax dependenciesRichard Weinberger2012-03-24
| |/ / / /
* | | | | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-27
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ARM: OMAP1: ams-delta: clean up init data section assignmentsJanusz Krzysztofik2012-03-01
| * | | | Merge branch 'omap1' into ams-deltaTony Lindgren2012-03-01
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'omap1-part2' into omap1Tony Lindgren2012-01-20
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | MTD: NAND: ams-delta: use GPIO instead of custom I/OJanusz Krzysztofik2011-12-22
* | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-27
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-03-08
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim2012-03-02
| | |/ /
* | / / NAND Machine support for Integrated Flash ControllerPrabhakar Kushwaha2012-03-16
|/ / /
* | | Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3Linus Torvalds2012-02-04
|\ \ \ | |/ / |/| |
| * | Revert "mtd: atmel_nand: optimize read/write buffer functions"Artem Bityutskiy2012-02-04
| * | mtd: gpmi-nand bugfix: reset the BCH module when it is not MX23Huang Shijie2012-01-11
| * | mtd: nand: fix typo in commentWolfram Sang2012-01-11
* | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-17
|\ \ \
| * | | mtd: gpmi-nand: move to dma_transfer_directionShawn Guo2011-12-23
| | |/ | |/|
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-01-14
|\ \ \
| * | | MTD: nand: make au1550nd.c a platform_driverManuel Lauss2011-12-08
| |/ /
* | / module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
| |/ |/|
* | Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-01-10
|\ \
| * | mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-09
| * | mtd: introduce mtd_resume interfaceArtem Bityutskiy2012-01-09
| * | mtd: introduce mtd_suspend interfaceArtem Bityutskiy2012-01-09
| * | mtd: introduce mtd_write_oob interfaceArtem Bityutskiy2012-01-09
| * | mtd: introduce mtd_read_oob interfaceArtem Bityutskiy2012-01-09
| * | mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-09