aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/pxa3xx_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: pxa3xx_nand: Fix blank page ECC mismatchDaniel Mack2011-11-111-0/+2
* mtd: pxa3xx_nand: fix nand detection issueLei Wen2011-11-111-5/+7
* mtd: pxa: convert to mtd_device_register()Jamie Iles2011-05-251-10/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mtd: pxa3xx_nand: clean the keep configure codeLei Wen2011-03-111-68/+35
* mtd: pxa3xx_nand: mtd scan id process could be defined by driver itselfLei Wen2011-03-111-93/+123
* mtd: pxa3xx_nand: unify prepare commandLei Wen2011-03-111-110/+139
* mtd: pxa3xx_nand: discard wait_for_event,write_cmd,__readid functionLei Wen2011-03-111-76/+1
* mtd: pxa3xx_nand: rework irq logicLei Wen2011-03-111-212/+187
* mtd: pxa3xx_nand: make scan procedure more clearLei Wen2011-03-111-44/+55
* mtd: pxa3xx_nand: NULL dereference in pxa3xx_nand_probeDan Carpenter2011-01-061-1/+1
* mtd: pxa3xx_nand: set oob length in the runtimeLei Wen2010-10-241-7/+18
* mtd: pxa3xx_nand: remove the flash info in driver structureLei Wen2010-10-241-72/+43
* mtd: pxa3xx_nand: introduce default timing to reduce read id timesLei Wen2010-10-241-35/+33
* mtd: pxa3xx_nand: condense the flash definitionLei Wen2010-10-241-156/+16
* mtd: pxa3xx: fix build error when CONFIG_MTD_PARTITIONS is not definedMark F. Brown2010-09-131-0/+6
* pxa3xx: fix ns2cycle equationAxel Lin2010-08-181-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-101-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | mtd: pxa32xx_nand: add support for partition table parsingMarc Kleine-Budde2010-05-101-0/+11
|/
* pxa3xx_nand: move pxa3xx_nand.h common into plat directoryHaojian Zhuang2009-12-011-1/+1
* pxa3xx_nand: add new nand chip supportHaojian Zhuang2009-12-011-0/+48
* pxa3xx_nand: disable nand irq in initializationHaojian Zhuang2009-12-011-0/+3
* pxa3xx_nand: remove hardcode irq numberHaojian Zhuang2009-12-011-4/+7
* pxa3xx_nand: remove hardcode register addressHaojian Zhuang2009-12-011-6/+4
* pxa3xx_nand: adjust timing of Micron NAND flashHaojian Zhuang2009-12-011-1/+1
* pxa3xx_nand: reset read buffer before readingHaojian Zhuang2009-12-011-0/+1
* pxa3xx_nand: fix memory out of boundHaojian Zhuang2009-12-011-2/+3
* mtd: pxa3xx_nand: add single-bit error corrections reportingYeasah Pell2009-09-191-5/+12
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-04-061-4/+115
|\
| * [MTD] [NAND] pxa3xx_nand: add ability to keep controller settings defined by ...Mike Rapoport2009-03-201-1/+102
| * [MTD] [NAND] pxa3xx_nand: allow building as moduleMike Rapoport2009-03-201-0/+10
| * [MTD] [NAND] pxa3xx_nand: use resource_size instead of 'r->end - r->start + 1'Mike Rapoport2009-03-201-3/+3
* | [ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao2009-03-091-1/+0
|/
* [MTD] [NAND] pxa3xx: convert from ns to clock ticks more accuratelyMatt Reimer2009-01-051-1/+1
* [MTD] [NAND] pxa3xx: fix non-page-aligned readsMatt Reimer2009-01-051-2/+2
* Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King2008-12-151-0/+1
|\
| * [MTD] [NAND] fix OOPS accessing flash operations over STM flash on PXADenis V. Lunev2008-12-031-0/+1
* | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-021-1/+1
|\ \
| * | [ARM] pxa: explicit #include <mach/dma.h> in various driversEric Miao2008-12-021-1/+1
| |/
* | [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
|/
* [MTD] [NAND] pxa3xx_nand: added warning which tells id of detected NANDEnrico Scholz2008-09-011-1/+4
* [MTD] [NAND] pxa3xx_nand: moved some helper variables out from platform dataEnrico Scholz2008-09-011-18/+25
* [MTD] [NAND] pxa3xx_nand: added some 'const' annotations to the exported APIEnrico Scholz2008-09-011-5/+5
* [MTD] [NAND] pxa3xx_nand: allow to disable builtin flash-type tableEnrico Scholz2008-09-011-0/+4
* [MTD] [NAND] pxa3xx_nand: allow to define flash types in the platform dataEnrico Scholz2008-09-011-2/+16
* [MTD] [NAND] pxa3xx_nand: moved nand definitions into shared platform headerEnrico Scholz2008-09-011-44/+0
* [MTD] [NAND] pxa3xx_nand_flash: Add definition of STM2GbX16 NAND flashesSemun Lee2008-09-011-0/+23
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* [MTD] [NAND] pxa: fix incorrect calling of pxa3xx_nand_config() on resume pathEric Miao2008-06-041-1/+1