aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-05[MTD] [NAND] tmio_nand: fix base address programmingDmitry Baryshkov1-4/+4
2008-09-05UBI: remove BKLArtem Bityutskiy1-5/+1
2008-09-04[MTD] [NAND] Define and use PCI_DEVICE_ID_MARVELL_88ALP01_NAND for CAFÉDavid Woodhouse1-1/+5
2008-09-02[MTD] [NAND] Freescale i.MX2 NAND driverSascha Hauer3-0/+1085
2008-09-02[MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl()Zev Weiss1-6/+10
2008-09-01[MTD] [NAND] pxa3xx_nand: added warning which tells id of detected NANDEnrico Scholz1-1/+4
2008-09-01[MTD] [NAND] pxa3xx_nand: moved some helper variables out from platform dataEnrico Scholz1-18/+25
2008-09-01[MTD] [NAND] pxa3xx_nand: added some 'const' annotations to the exported APIEnrico Scholz1-5/+5
2008-09-01[MTD] [NAND] pxa3xx_nand: allow to disable builtin flash-type tableEnrico Scholz2-0/+11
2008-09-01[MTD] [NAND] pxa3xx_nand: allow to define flash types in the platform dataEnrico Scholz1-2/+16
2008-09-01[MTD] [NAND] pxa3xx_nand: moved nand definitions into shared platform headerEnrico Scholz1-44/+0
2008-09-01[MTD] [NOR] Select MTD_CFI_UTIL when MTD_CFI probe routine is enabledDavid Woodhouse1-0/+1
2008-09-01[MTD] [NAND] pxa3xx_nand_flash: Add definition of STM2GbX16 NAND flashesSemun Lee1-0/+23
2008-09-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2008-08-31pcmcia: remove unused argument to pcmcia_parse_tuple()Dominik Brodowski1-6/+1
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-08-29sun_uflash: Convert to pure OF driver.David S. Miller1-38/+35
2008-08-25[MTD] [NAND] nand_ecc.c: adding support for 512 byte eccSingh, Vimal1-24/+62
2008-08-25[MTD] [NAND] au1550nd.c: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk4-4/+0
2008-08-23pcmcia: deprecate CS_SUCCESSDominik Brodowski1-9/+8
2008-08-23pcmcia: remove remaining in-kernel pcmcia_get_configuration_info() usersDominik Brodowski1-11/+1
2008-08-20[MTD] [NAND] Fix missing kernel-docAlexey Korolev2-6/+6
2008-08-20[MTD] [NAND] nand_ecc.c: fix big endian, strengthen test, add printkfrans1-11/+33
2008-08-17[MTD] removed unused #include <version.h>Huang Weiyi3-3/+0
2008-08-16Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2008-08-16[MTD] [NAND] Minor cleanup of nand_ecc.cDavid Woodhouse1-11/+9
2008-08-16[MTD] [NAND] nand_ecc.c: rewrite for improved performancefrans1-124/+372
2008-08-15[MTD] [OneNAND] OMAP3: add delay for GPIOAdrian Hunter1-2/+7
2008-08-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse24-36/+607
2008-08-12[MTD] [OneNAND] Add OMAP2 / OMAP3 OneNAND driverAdrian Hunter3-0/+785
2008-08-12[MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffAdrian Hunter4-6/+6
2008-08-11[MTD] m25p80.c extended jedec supportChen Gong1-39/+47
2008-08-11[MTD] m25p80.c code cleanupChen Gong1-1/+1
2008-08-11[MTD] m25p80.c erase enhanceChen Gong1-8/+40
2008-08-11[MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #includeHuang Weiyi1-1/+0
2008-08-10mfd: have TMIO drivers and subdevices depend on ARMSamuel Ortiz1-1/+1
2008-08-10mfd: driver for the TMIO NAND controllerIan Molton3-0/+564
2008-08-09[ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek1-1/+1
2008-08-07[MTD] [NOR] Rename and export new cfi_qry_*() functionsDavid Woodhouse2-21/+25
2008-08-07[MTD] make dataflash write-verify be optionalDavid Brownell2-5/+13
2008-08-07[MTD] Compile fix for dataflash OTP supportDavid Brownell1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King20-31/+31
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King8-129/+249
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King10-10/+10
2008-08-06[MTD] [NOR] cfi_cmdset_0001: Timeouts for erase, write and unlock operationsAnders Grafström1-14/+38
2008-08-06[MTD] [NOR] Add qry_mode_on()/qry_omde_off() to deal with odd chipsAlexey Korolev2-49/+65
2008-08-06[MTD] [NOR] Add "Spansion" to MTD_CFI_AMDSTD kconfig menu descriptionGeorge G. Davis1-1/+1
2008-08-04[MTD] Remove references to TI 'toto' platform.David Woodhouse6-354/+0
2008-08-03Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1