summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/pxa3xx_nand.c
AgeCommit message (Expand)Author
2012-03-27mtd: flash drivers set ecc strengthMike Dunn
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin
2011-09-11mtd: pxa3xx_nand: enable multiple chip select supportLei Wen
2011-09-11mtd: pxa3xx_nand: sperate each chip individual infoLei Wen
2011-09-11mtd: pxa3xx_nand: convert all printk into dev_*Lei Wen
2011-09-11mtd: pxa3xx_nand: enhance suspend and resume routineLei Wen
2011-09-11mtd: pxa3xx_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov
2011-09-11mtd: pxa3xx_nand: Fix blank page ECC mismatchDaniel Mack
2011-09-11mtd: pxa3xx_nand: fix nand detection issueLei Wen
2011-09-11mtd: pxa3xx_nand don't specify default parsing optionsDmitry Eremin-Solenikov
2011-09-11mtd: pxa3xx_nand: remove unused variable 'mtd'Axel Lin
2011-09-11mtd: pxa3xx_nand: fix a memory leakAxel Lin
2011-05-25mtd: pxa: convert to mtd_device_register()Jamie Iles
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-11mtd: pxa3xx_nand: clean the keep configure codeLei Wen
2011-03-11mtd: pxa3xx_nand: mtd scan id process could be defined by driver itselfLei Wen
2011-03-11mtd: pxa3xx_nand: unify prepare commandLei Wen
2011-03-11mtd: pxa3xx_nand: discard wait_for_event,write_cmd,__readid functionLei Wen
2011-03-11mtd: pxa3xx_nand: rework irq logicLei Wen
2011-03-11mtd: pxa3xx_nand: make scan procedure more clearLei Wen
2011-01-06mtd: pxa3xx_nand: NULL dereference in pxa3xx_nand_probeDan Carpenter
2010-10-24mtd: pxa3xx_nand: set oob length in the runtimeLei Wen
2010-10-24mtd: pxa3xx_nand: remove the flash info in driver structureLei Wen
2010-10-24mtd: pxa3xx_nand: introduce default timing to reduce read id timesLei Wen
2010-10-24mtd: pxa3xx_nand: condense the flash definitionLei Wen
2010-09-13mtd: pxa3xx: fix build error when CONFIG_MTD_PARTITIONS is not definedMark F. Brown
2010-08-18pxa3xx: fix ns2cycle equationAxel Lin
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-05-10mtd: pxa32xx_nand: add support for partition table parsingMarc Kleine-Budde
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-01pxa3xx_nand: move pxa3xx_nand.h common into plat directoryHaojian Zhuang
2009-12-01pxa3xx_nand: add new nand chip supportHaojian Zhuang
2009-12-01pxa3xx_nand: disable nand irq in initializationHaojian Zhuang
2009-12-01pxa3xx_nand: remove hardcode irq numberHaojian Zhuang
2009-12-01pxa3xx_nand: remove hardcode register addressHaojian Zhuang
2009-12-01pxa3xx_nand: adjust timing of Micron NAND flashHaojian Zhuang
2009-12-01pxa3xx_nand: reset read buffer before readingHaojian Zhuang
2009-12-01pxa3xx_nand: fix memory out of boundHaojian Zhuang
2009-09-19mtd: pxa3xx_nand: add single-bit error corrections reportingYeasah Pell
2009-04-06Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-03-20[MTD] [NAND] pxa3xx_nand: add ability to keep controller settings defined by ...Mike Rapoport
2009-03-20[MTD] [NAND] pxa3xx_nand: allow building as moduleMike Rapoport
2009-03-20[MTD] [NAND] pxa3xx_nand: use resource_size instead of 'r->end - r->start + 1'Mike Rapoport
2009-03-09[ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao
2009-01-05[MTD] [NAND] pxa3xx: convert from ns to clock ticks more accuratelyMatt Reimer
2009-01-05[MTD] [NAND] pxa3xx: fix non-page-aligned readsMatt Reimer