summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2009-04-06[MTD] [NAND] Add support for 4KiB pages.Thomas Gleixner1-0/+18
2009-04-04[MTD] [NAND] Add parent info for CAFÉ controllerDavid Woodhouse1-0/+1
2009-04-04[MTD] support driver model updatesDavid Brownell2-0/+3
2009-04-03[MTD] [NAND] move gen_nand's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-03-24[MTD] [NAND] sh_flctl: fix hardware ecc handling for 2048 byte pageYoshihiro Shimoda1-6/+12
2009-03-20[MTD] [NAND] pxa3xx_nand: add ability to keep controller settings defined by ...Mike Rapoport1-1/+102
2009-03-20[MTD] [NAND] pxa3xx_nand: allow building as moduleMike Rapoport2-1/+11
2009-03-20[MTD] [NAND] pxa3xx_nand: use resource_size instead of 'r->end - r->start + 1'Mike Rapoport1-3/+3
2009-03-20[MTD] TXx9 SoC NAND Flash Memory Controller driverAtsushi Nemoto3-0/+435
2009-03-20[MTD] partitioning utility predicatesDavid Brownell1-13/+0
2009-03-20[MTD] [NAND] davinci: drop usage of cpu_is_* macroKevin Hilman1-3/+0
2009-03-20[MTD] [NAND] fix broken debug messagesDavid Brownell1-4/+4
2009-03-20[MTD] [NAND] davinci_nand driverDavid Brownell3-0/+592
2009-03-20[MTD] [NAND] fix "raw" reads with ECC syndrome layoutsDavid Brownell1-4/+95
2009-03-20[MTD] [NAND] Blackfin NFC Driver: drop pointless casts with set_dma_callback()Mike Frysinger1-1/+1
2009-03-20[MTD] [NAND] Blackfin NFC Driver: mark bf5xx_nand_add_partition() as __devinitMike Frysinger1-1/+1
2009-03-20[MTD] [NAND] Blackfin NFC Driver: do not clobber DMAC1_PERIMUXMike Frysinger1-8/+6
2009-03-04[ARM] fix lots of ARM __devexit sillynessRussell King1-1/+1
2009-02-17[ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device con...Gregory CLEMENT1-1/+2
2009-01-28powerpc: More printing warning fixes for the l64 to ll64 conversionStephen Rothwell2-6/+6
2009-01-09[MTD] [NAND] add cmdline parsing (mtdparts=) support to cafe_nandPhilip Rakity1-2/+5
2009-01-05[MTD] [NAND] ndfc driverSean MacLennan2-136/+140
2009-01-05[MTD] [NAND] pxa3xx: convert from ns to clock ticks more accuratelyMatt Reimer1-1/+1
2009-01-05[MTD] [NAND] pxa3xx: fix non-page-aligned readsMatt Reimer1-2/+2
2009-01-05[MTD] [NAND] fix nandsim sched.h referencesRandy Dunlap1-0/+1
2009-01-05[MTD] [NAND] alauda: use USB API functions rather than constantsJulia Lawall1-3/+3
2009-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse3-7/+7
2008-12-23[MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers3-3/+3
2008-12-16[ARM] MX3: add NAND supportSascha Hauer1-1/+1
2008-12-16Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King3-3/+7
2008-12-10[MTD] [NAND] Set the fsl elbc ECCM according the settings in bootloader.Jason Jin1-1/+3
2008-12-10[MTD] [NAND] remove excess kernel-doc notationRandy Dunlap1-1/+0
2008-12-10Merge branch 'misc/mtd/sharpsl-nand' of git://git.kernel.org/pub/scm/linux/ke...David Woodhouse1-125/+122
2008-12-10[MTD] [NAND] Remove strange u_int64_t types from nandsimDavid Woodhouse1-5/+5
2008-12-10[MTD] update internal API to support 64-bit device sizeAdrian Hunter2-25/+30
2008-12-10MTD: nandsim: use less RAMAlexey Korolev1-7/+18
2008-12-10MTD: nandsim: add option to use a file to cache pagesAdrian Hunter1-24/+261
2008-12-10MTD: nandsim: suppress unnecessary warningAdrian Hunter1-7/+11
2008-12-03[MTD] [NAND] fix OOPS accessing flash operations over STM flash on PXADenis V. Lunev1-0/+1
2008-12-03Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King1-1/+1
2008-12-02[MTD] [NAND] drivers/mtd/nand/pasemi_nand.c: Add missing pci_dev_putJulia Lawall1-0/+1
2008-12-02[ARM] pxa: explicit #include <mach/dma.h> in various driversEric Miao1-1/+1
2008-11-29Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King1-2/+2
2008-11-27Merge branches 'core' and 'clks' into develRussell King1-1/+1
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-11-27[ARM] remove memzero()Russell King1-2/+2
2008-11-27[MTD] [NAND] fsl_upm: fix build problem with 2.6.28-rc2Wolfgang Grandegger1-3/+5
2008-10-30[ARM] S3C: Move nand headers to arch/arm/plat-s3c/include/platBen Dooks1-2/+2
2008-10-29[MTD] sharpsl-nand: move registration to board codeDmitry Baryshkov1-86/+0
2008-10-29[MTD] sharpsl-nand: use platform_data for model-specific valuesDmitry Baryshkov1-74/+84