aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/pxa3xx_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24mtd: pxa3xx_nand: set oob length in the runtimeLei Wen1-7/+18
2010-10-24mtd: pxa3xx_nand: remove the flash info in driver structureLei Wen1-72/+43
2010-10-24mtd: pxa3xx_nand: introduce default timing to reduce read id timesLei Wen1-35/+33
2010-10-24mtd: pxa3xx_nand: condense the flash definitionLei Wen1-156/+16
2010-09-13mtd: pxa3xx: fix build error when CONFIG_MTD_PARTITIONS is not definedMark F. Brown1-0/+6
2010-08-18pxa3xx: fix ns2cycle equationAxel Lin1-1/+1
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2010-05-10mtd: pxa32xx_nand: add support for partition table parsingMarc Kleine-Budde1-0/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-01pxa3xx_nand: move pxa3xx_nand.h common into plat directoryHaojian Zhuang1-1/+1
2009-12-01pxa3xx_nand: add new nand chip supportHaojian Zhuang1-0/+48
2009-12-01pxa3xx_nand: disable nand irq in initializationHaojian Zhuang1-0/+3
2009-12-01pxa3xx_nand: remove hardcode irq numberHaojian Zhuang1-4/+7
2009-12-01pxa3xx_nand: remove hardcode register addressHaojian Zhuang1-6/+4
2009-12-01pxa3xx_nand: adjust timing of Micron NAND flashHaojian Zhuang1-1/+1
2009-12-01pxa3xx_nand: reset read buffer before readingHaojian Zhuang1-0/+1
2009-12-01pxa3xx_nand: fix memory out of boundHaojian Zhuang1-2/+3
2009-09-19mtd: pxa3xx_nand: add single-bit error corrections reportingYeasah Pell1-5/+12
2009-04-06Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-4/+115
2009-03-20[MTD] [NAND] pxa3xx_nand: add ability to keep controller settings defined by OBM/bootloaderMike Rapoport1-1/+102
2009-03-20[MTD] [NAND] pxa3xx_nand: allow building as moduleMike Rapoport1-0/+10
2009-03-20[MTD] [NAND] pxa3xx_nand: use resource_size instead of 'r->end - r->start + 1'Mike Rapoport1-3/+3
2009-03-09[ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao1-1/+0
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
2008-12-15Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into develRussell King1-0/+1
2008-12-03[MTD] [NAND] fix OOPS accessing flash operations over STM flash on PXADenis V. Lunev1-0/+1
2008-12-02Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into develRussell King1-1/+1
2008-12-02[ARM] pxa: explicit #include <mach/dma.h> in various driversEric Miao1-1/+1
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
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 Scholz1-0/+4
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-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-06-04[MTD] [NAND] pxa: fix incorrect calling of pxa3xx_nand_config() on resume pathEric Miao1-1/+1
2008-04-22[MTD] [NAND] Fix checkpatch errors in pxa3xx_nandDavid Woodhouse1-9/+9
2008-04-22[MTD] [NAND] support for pxa3xxeric miao1-0/+1249