aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely37-561/+6072
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely5-10/+21
2010-05-20mtd: mxc_nand: Remove duplicate NAND_CMD_RESET case valueDavid Woodhouse1-1/+0
2010-05-19mtd: update gfp/slab.h includesTejun Heo2-0/+2
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely3-9/+9
2010-05-14mtd: nand: add Toshiba TC58NVG0 device IDFlorian Fainelli1-0/+1
2010-05-14mtd: nand: support alternate BB marker locations on MLCKevin Cernekee2-0/+18
2010-05-14mtd: nand: extend NAND flash detection to new MLC chipsKevin Cernekee1-20/+44
2010-05-14mtd: orion/kirkwood: add RnB line support to orion mtd driverBen Dooks1-0/+3
2010-05-14mtd: sm_common: split smartmedia and xD tableMaxim Levitsky3-18/+23
2010-05-14mtd: mxc_nand: support i.MX21Ivo Clarysse1-16/+25
2010-05-14mtd: mxc_nand: set NFC registers after resetIvo Clarysse1-42/+48
2010-05-13drivers/mtd/nand: Use kzallocJulia Lawall1-5/+2
2010-05-13mtd/nand: Fix denali build on ppc64David Woodhouse1-11/+11
2010-05-13mtd/nand: Add Intel Moorestown/Denali NAND supportJason Roberts4-0/+2968
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse13-1/+19
2010-05-10mtd: mpc5121_nfc: Changed SVR check to allow MPC5123.Steve Deiters1-2/+2
2010-05-10mtd: pxa32xx_nand: add support for partition table parsingMarc Kleine-Budde1-0/+11
2010-05-10mtd/nand/bcm_umi: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2010-05-10mtd/nand/fsl_upm: Replace the dangerous to_fsl_upm_nand macroFerenc Wagner1-1/+4
2010-05-10mtd: Blackfin NFC: localize MMR bit masksMike Frysinger1-4/+25
2010-05-10mtd: kconfig: remove stray endchoice from help textFerenc Wagner1-2/+0
2010-05-10mtd: nandsim: make some structures anonymousArtem Bityutskiy1-3/+3
2010-04-24mtd: fix Orion NAND driver compilation with ARM OABIPaulius Zaleckas1-1/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo12-0/+12
2010-03-26mtd: nand: split out ECC moduleMaxim Levitsky2-8/+14
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse6-57/+61
2010-03-15mtd: enable sh_flctl on SH-Mobile ARMMagnus Damm1-1/+1
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2010-03-11mtd/nand/r852: Use pci_dma_mapping_error()David Woodhouse1-1/+1
2010-03-11mtd/nand/r852: fix build for CONFIG_PCI disabledRandy Dunlap2-0/+2
2010-03-08mtd: nand: r852: declare inline functions staticStephen Rothwell1-3/+3
2010-03-08mtd: nand: r852: fix name space clashStephen Rothwell1-4/+5
2010-03-08mtd/nand/r852: fix build for CONFIG_PM=nRandy Dunlap1-0/+5
2010-03-08mtd: r852: Few fixes for problems that occur when card is rapidly inserted/removed.Maxim Levitsky1-4/+17
2010-03-08Merge branch 'origin' into devel-stableRussell King4-54/+58
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-3/+3
2010-03-01Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren3-23/+54
2010-02-27MIPS: Alchemy: devboard register abstractionManuel Lauss1-1/+3
2010-02-26mtd: r852 fix pci IDMaxim Levitsky1-1/+1
2010-02-26mtd: Few follow up cleanups for Smartmedia/xD supportMaxim Levitsky1-2/+4
2010-02-26mtd: nand: Add driver for Ricoh xD/SmartMedia readerMaxim Levitsky4-0/+1292
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse3-257/+0
2010-02-26mtd: nand: Add SmartMedia device table to sm_common moduleDavid Woodhouse2-7/+38
2010-02-26mtd: Workaround wrong write protect status on some xD cardsMaxim Levitsky1-1/+7
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse12-25/+27
2010-02-26mtd: common module for smartmedia/xD supportMaxim Levitsky4-0/+178
2010-02-26mtd: nand: add ->badblockbits for minimum number of set bits in bad block byteMaxim Levitsky1-4/+9
2010-02-26mtd: nand: make reads using MTD_OOB_RAW affect only ECC validationMaxim Levitsky2-16/+29
2010-02-26mtd: nand: cleanup the nand_do_write_opsMaxim Levitsky1-7/+17