summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/pxa3xx_nand.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-05mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy1-1/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse1-16/+73
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-7/+0
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson1-1/+1
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann1-1/+1
2012-08-20mtd: nand: append missing parameter and valueHaojian Zhuang1-2/+2
2012-08-16MTD: pxa3xx-nand: add devicetree bindingsDaniel Mack1-14/+71
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu1-1/+3
2012-07-06mtd: nand: kill NAND_NO_READRDYBrian Norris1-1/+0
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-2/+3
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris1-1/+0
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+1
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-2/+3
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-11/+1
2011-09-11mtd: pxa3xx_nand: enable multiple chip select supportLei Wen1-50/+123
2011-09-11mtd: pxa3xx_nand: sperate each chip individual infoLei Wen1-132/+160
2011-09-11mtd: pxa3xx_nand: convert all printk into dev_*Lei Wen1-11/+16
2011-09-11mtd: pxa3xx_nand: enhance suspend and resume routineLei Wen1-1/+14
2011-09-11mtd: pxa3xx_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-9/+2
2011-09-11mtd: pxa3xx_nand: Fix blank page ECC mismatchDaniel Mack1-0/+2
2011-09-11mtd: pxa3xx_nand: fix nand detection issueLei Wen1-5/+7
2011-09-11mtd: pxa3xx_nand don't specify default parsing optionsDmitry Eremin-Solenikov1-8/+5
2011-09-11mtd: pxa3xx_nand: remove unused variable 'mtd'Axel Lin1-2/+0
2011-09-11mtd: pxa3xx_nand: fix a memory leakAxel Lin1-1/+1
2011-05-25mtd: pxa: convert to mtd_device_register()Jamie Iles1-10/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-11mtd: pxa3xx_nand: clean the keep configure codeLei Wen1-68/+35
2011-03-11mtd: pxa3xx_nand: mtd scan id process could be defined by driver itselfLei Wen1-93/+123
2011-03-11mtd: pxa3xx_nand: unify prepare commandLei Wen1-110/+139
2011-03-11mtd: pxa3xx_nand: discard wait_for_event,write_cmd,__readid functionLei Wen1-76/+1
2011-03-11mtd: pxa3xx_nand: rework irq logicLei Wen1-212/+187
2011-03-11mtd: pxa3xx_nand: make scan procedure more clearLei Wen1-44/+55
2011-01-06mtd: pxa3xx_nand: NULL dereference in pxa3xx_nand_probeDan Carpenter1-1/+1
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/torval...David 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 imp...Tejun 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