summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds2010-06-082-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-032-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
|\|
| * mtd: mxc_nand: Remove duplicate NAND_CMD_RESET case valueDavid Woodhouse2010-05-201-1/+0Star
| * 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/+2Star
| * mtd/nand: Fix denali build on ppc64David Woodhouse2010-05-131-11/+11
| * mtd/nand: Add Intel Moorestown/Denali NAND supportJason Roberts2010-05-134-0/+2968
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-1013-1/+19
| |\
| | * mtd: fix Orion NAND driver compilation with ARM OABIPaulius Zaleckas2010-04-241-1/+7
| * | mtd: mpc5121_nfc: Changed SVR check to allow MPC5123.Steve Deiters2010-05-101-2/+2
| * | mtd: pxa32xx_nand: add support for partition table parsingMarc Kleine-Budde2010-05-101-0/+11
| * | mtd/nand/bcm_umi: remove unused #include <linux/version.h>Huang Weiyi2010-05-101-1/+0Star
| * | mtd/nand/fsl_upm: Replace the dangerous to_fsl_upm_nand macroFerenc Wagner2010-05-101-1/+4
| * | mtd: Blackfin NFC: localize MMR bit masksMike Frysinger2010-05-101-4/+25
| * | mtd: kconfig: remove stray endchoice from help textFerenc Wagner2010-05-101-2/+0Star
| * | mtd: nandsim: make some structures anonymousArtem Bityutskiy2010-05-101-3/+3
| * | mtd: nand: split out ECC moduleMaxim Levitsky2010-03-262-8/+14
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-03-266-57/+61
| |\ \
| * | | mtd/nand/r852: Use pci_dma_mapping_error()David Woodhouse2010-03-111-1/+1
| * | | mtd/nand/r852: fix build for CONFIG_PCI disabledRandy Dunlap2010-03-112-0/+2
| * | | mtd: nand: r852: declare inline functions staticStephen Rothwell2010-03-091-3/+3
| * | | mtd: nand: r852: fix name space clashStephen Rothwell2010-03-091-4/+5
| * | | mtd/nand/r852: fix build for CONFIG_PM=nRandy Dunlap2010-03-091-0/+5
| * | | mtd: r852: Few fixes for problems that occur when card is rapidly inserted/re...Maxim Levitsky2010-03-091-4/+17
| * | | mtd: r852 fix pci IDMaxim Levitsky2010-02-261-1/+1
| * | | mtd: Few follow up cleanups for Smartmedia/xD supportMaxim Levitsky2010-02-261-2/+4
| * | | mtd: nand: Add driver for Ricoh xD/SmartMedia readerMaxim Levitsky2010-02-264-0/+1292
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-02-263-257/+0Star
| |\ \ \
| * | | | mtd: nand: Add SmartMedia device table to sm_common moduleDavid Woodhouse2010-02-262-7/+38
| * | | | mtd: Workaround wrong write protect status on some xD cardsMaxim Levitsky2010-02-261-1/+7
| * | | | mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse2010-02-2612-25/+27
| * | | | mtd: common module for smartmedia/xD supportMaxim Levitsky2010-02-264-0/+178
| * | | | mtd: nand: add ->badblockbits for minimum number of set bits in bad block byteMaxim Levitsky2010-02-261-4/+9
| * | | | mtd: nand: make reads using MTD_OOB_RAW affect only ECC validationMaxim Levitsky2010-02-262-16/+29
| * | | | mtd: nand: cleanup the nand_do_write_opsMaxim Levitsky2010-02-261-7/+17
| * | | | mtd: nand: make MTD_OOB_PLACE work correctly.Maxim Levitsky2010-02-261-1/+5
| * | | | mtd: nand: make suspend work if device is accessed by kernel threads.Maxim Levitsky2010-02-261-3/+0Star