summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
...
| * | mtd: nand: update nand_default_block_markbad()Brian Norris2010-08-021-10/+24
| * | mtd: denali.h: fixed checkpatch errorsDong, Chuanxiao2010-08-021-82/+78
| * | mtd: nand: davinci: correct 4-bit error correctionSudhakar Rajashekhara2010-08-021-0/+17
| * | mtd: nand: more BB Detection refactoring and dynamic scan optionsBrian Norris2010-08-022-55/+86
| * | mtd: nand: refactor BB marker detectionBrian Norris2010-08-022-11/+58
| * | mtd: s3c nand: parsing command-line partitions prior to set->partitionsConke Hu2010-08-021-9/+6
| * | mtd: mxc_nand: fix unbalanced enable for IRQEric Bénard2010-08-021-1/+1
| * | mtd: sm_common: remove casts from voidKulikov Vasiliy2010-08-021-1/+1
| * | mtd: r852: remove casts from voidKulikov Vasiliy2010-08-021-1/+1
| * | mtd: nandsim: remove casts from voidKulikov Vasiliy2010-08-021-7/+7
| * | mtd: r852: remove casts from voidKulikov Vasiliy2010-08-021-2/+2
| * | mtd: nand: edit macro flag for BBT scan of last page in blockBrian Norris2010-08-022-4/+4
| * | mtd: nand_ids: add two entries for NAND chipsBrian Norris2010-08-021-0/+4
| * | mtd: mxc_nand: remove unused variableUwe Kleine-König2010-08-021-1/+0
| * | mtd: denali: add Kconfig dependencyKarl Beldan2010-08-021-0/+1
| * | mtd: remove redundant dependency checks in Kconfig filesKyle Spaans2010-08-021-16/+14
| * | mtd: mxc_nand: fix OOB accesses on i.MX27Sascha Hauer2010-08-021-26/+5
| * | of/mtd: nand: fix build breakage in driversAnatolij Gustschin2010-06-032-10/+11
* | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-08-081-163/+55
|\ \ \ | |_|/ |/| |
| * | Merge branch 'devel-map-io' into omap-for-linusTony Lindgren2010-08-041-26/+7
| |\ \
| * | | omap3 nand: cleanup virtual address usagesSukumar Ghorai2010-08-021-161/+53
| * | | omap3 gpmc: functionality enhancementSukumar Ghorai2010-08-021-2/+2
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-08-053-0/+523
|\ \ \ \
| * | | | MTD: Nand: Add JZ4740 NAND driverLars-Peter Clausen2010-08-053-0/+523
| |/ / /
* | | | Merge branch 'master' into for-nextJiri Kosina2010-08-041-26/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2010-07-291-26/+7
| |\ \ \ | | |/ / | |/| |
| | * | mxc_nand: add support for platform defined partitionsBaruch Siach2010-07-261-0/+2
| | * | mxc_nand: Fix OOB handlingSascha Hauer2010-07-261-26/+5
* | | | Merge branch 'master' into for-nextJiri Kosina2010-06-168-52/+74
|\ \ \ \ | |/ / /
| * | | Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds2010-06-072-19/+29
| |\ \ \ | | | |/ | | |/|
| | * | mtd: Fix NAND submenuMaxim Levitsky2010-06-031-10/+11
| | * | mtd/r852: update card detect early.Maxim Levitsky2010-06-021-1/+1
| | * | mtd/r852: Fixes in case of DMA timeoutMaxim Levitsky2010-06-021-3/+11
| | * | mtd/r852: register IRQ as last stepMaxim Levitsky2010-06-021-5/+6
| * | | of/mtd: nand: fix build breakage in driversAnatolij Gustschin2010-06-022-10/+11
| * | | of/mtd/nand: mpc5121_nfc.c: Fix build failuresAnatolij Gustschin2010-06-021-4/+4
| | |/ | |/|
| * | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2237-561/+6072
| |\ \ | | |/
| * | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-225-10/+21
| * | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-183-9/+9
* | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
| |/ |/|
* | mtd: mxc_nand: Remove duplicate NAND_CMD_RESET case valueDavid Woodhouse2010-05-201-1/+0
* | mtd: update gfp/slab.h includesTejun Heo2010-05-192-0/+2
* | mtd: nand: add Toshiba TC58NVG0 device IDFlorian Fainelli2010-05-141-0/+1
* | mtd: nand: support alternate BB marker locations on MLCKevin Cernekee2010-05-142-0/+18
* | mtd: nand: extend NAND flash detection to new MLC chipsKevin Cernekee2010-05-141-20/+44
* | mtd: orion/kirkwood: add RnB line support to orion mtd driverBen Dooks2010-05-141-0/+3
* | mtd: sm_common: split smartmedia and xD tableMaxim Levitsky2010-05-143-18/+23
* | mtd: mxc_nand: support i.MX21Ivo Clarysse2010-05-141-16/+25
* | mtd: mxc_nand: set NFC registers after resetIvo Clarysse2010-05-141-42/+48
* | drivers/mtd/nand: Use kzallocJulia Lawall2010-05-131-5/+2