aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-03[MTD] [NAND] fix OOPS accessing flash operations over STM flash on PXADenis V. Lunev1-0/+1
2008-12-02[MTD] [NAND] drivers/mtd/nand/pasemi_nand.c: Add missing pci_dev_putJulia Lawall1-0/+1
2008-11-27[MTD] [NAND] fsl_upm: fix build problem with 2.6.28-rc2Wolfgang Grandegger1-3/+5
2008-10-20Merge git://git.infradead.org/mtd-2.6Linus Torvalds14-499/+2932
2008-10-20[MTD] [NAND] GPIO driver depends on ARM... for now.David Woodhouse1-1/+1
2008-10-20[MTD] [NAND] sh_flctl: fix compile errorYoshihiro Shimoda1-0/+577
2008-10-18[MTD] [NAND] GPIO NAND flash driverMike Rapoport3-0/+382
2008-10-18[MTD] [NAND] Fix compilation warnings in drivers/mtd/nand/cs553x_nand.cManish Katiyar1-0/+2
2008-10-17USB: remove info() macro from usb mtd driversGreg Kroah-Hartman1-2/+2
2008-10-16omap drivers: switch to standard GPIO callsDavid Brownell1-2/+2
2008-10-14[MTD] [NAND] sh_flctl: add support for Renesas SuperH FLCTLYoshihiro Shimoda3-0/+309
2008-10-14[MTD] [NAND] Bug on atmel_nand HW ECC : OOB info not correctly writtenRichard Genoud1-52/+6
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse3-5/+8
2008-10-13[MTD] remove unused mtd parameter in of_mtd_parse_partitions()Sebastian Andrzej Siewior1-2/+1
2008-10-10[MTD] [NAND] remove dead Kconfig associated with !CONFIG_PPC_MERGEKumar Gala1-7/+0
2008-10-10[MTD] [NAND] driver extension to support NAND on TQM85xx modulesWolfgang Grandegger2-5/+14
2008-10-10[MTD] [NAND] fsl_upm: update driver for the new OF bindingsAnton Vorontsov1-24/+33
2008-10-09Merge branch 'pxa-all' into develRussell King1-1/+1
2008-10-07Merge branches 'metronomefb', 'pxa-cm2xx', 'pxa-gumstix', 'pxa-misc', 'pxa-mitac', 'pxa-mp900', 'pxa-zylonite' and 'pxa-zaurus' into pxa-machinesRussell King2-5/+5
2008-10-07[ARM] 5282/1: pxa: add CM-X255 supportMike Rapoport1-1/+1
2008-09-21[ARM] 5265/3: [AT91] Add copyright infoAndrew Victor1-0/+3
2008-09-16[MTD] [NAND] nand_base.c: reset chip firstKarl Beldan1-0/+8
2008-09-05[MTD] [NAND] tmio_nand: fix base address programmingDmitry Baryshkov1-4/+4
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-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] [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-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 Bunk1-1/+0
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-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-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse13-18/+582
2008-08-12[MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffAdrian Hunter1-1/+1
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[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King10-18/+18
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King5-58/+146
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1