aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/denali.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-30mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constantAkinobu Mita1-1/+1
2012-11-15mtd: denali: split the generic driver and PCI layerDinh Nguyen1-132/+30
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu1-5/+7
2012-05-13mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani1-3/+2
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-4/+4
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn1-3/+7
2012-05-13mtd: use module_pci_driverAxel Lin1-14/+1
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+3
2011-09-11mtd: denali: detect the number of banks before resetting NANDJamie Iles1-1/+1
2011-09-11mtd: denali: remove calling mtd_device_unregister() after nand_release()Axel Lin1-1/+0
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris1-1/+1
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-1/+2
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-2/+2
2011-05-25mtd: denali: detect the number of banksJamie Iles1-8/+20
2011-05-25mtd: denali: remove nearly-duplicated register definitionsJamie Iles1-81/+53
2011-05-25mtd: denali: convert to generic DMA APIJamie Iles1-43/+39
2011-05-25mtd: denali: drop __TIME__ usageMichal Marek1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2010-10-24mtd: nand: denali should also handle NAND_CMD_PARAMFlorian Fainelli1-0/+1
2010-08-12nand/denali: move all hardware initialization work to denali_hw_initChuanxiao Dong1-5/+6
2010-08-12nand/denali: Add a page check in denali_read_page & denali_read_page_rawChuanxiao Dong1-0/+14
2010-08-12nand/denali: use cpu_relax() while waiting for hardware interruptChuanxiao Dong1-2/+2
2010-08-12nand/denali: change read_status function methodChuanxiao Dong1-7/+5
2010-08-12nand/denali: Fixed check patch warningsChuanxiao Dong1-12/+13
2010-08-11nand/denali: use dev_xx debug function to replace nand_dbg_print and some printkChuanxiao Dong1-166/+42
2010-08-11nand/denali: Fixed handle ECC error bugsChuanxiao Dong1-16/+29
2010-08-11nand/denali: use iowrite32() to replace denali_write32()Chuanxiao Dong1-76/+62
2010-08-11nand/denali: Fixed probe function bugsChuanxiao Dong1-21/+23
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-765/+475
2010-08-06mtd: denali: Add multi connected NAND supportChuanxiao Dong1-1/+21
2010-08-06mtd: denali: Remove set_ecc_config functionChuanxiao Dong1-40/+47
2010-08-06mtd: denali: Remove unuseful code in get_xx_nand_para functionsChuanxiao Dong1-74/+7
2010-08-06mtd: denali: Remove device_info_tag structureChuanxiao.Dong1-266/+33
2010-08-06mtd: Missing slab.h includeDavid Miller1-0/+1
2010-08-05mtd: denali: update get nand para functionsChuanxiao Dong1-72/+35
2010-08-05mtd: denali: rename functions which is named by using capitalsChuanxiao Dong1-11/+11
2010-08-05mtd: denali.c: fix reserved all check-patch errorsChuanxiao Dong1-49/+53
2010-08-05mtd: denali.c: fix all "line over 80 characters" warningsChuanxiao Dong1-108/+192
2010-08-05mtd: denali.c: add and update KERN_ facility level in printk()Chuanxiao Dong1-16/+16
2010-08-05mtd: denali.c: fixed all open brace { check-patch errorsChuanxiao Dong1-116/+48
2010-08-05nand/denali Clean up all white spaces in code indentChuanxiao1-169/+168
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-13mtd/nand: Fix denali build on ppc64David Woodhouse1-11/+11
2010-05-13mtd/nand: Add Intel Moorestown/Denali NAND supportJason Roberts1-0/+2134