aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/denali.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-05mtd: denali: remove unnecessary stubsMasahiro Yamada1-38/+0
2015-01-13mtd: denali: fix incorrect bitmask error in denali_setup_dmaGraham Moore1-1/+1
2014-09-19mtd: denali: fix indents and other trivial thingsMasahiro Yamada1-77/+61
2014-09-19mtd: denali: remove unnecessary parenthesesMasahiro Yamada1-7/+7
2014-09-19mtd: denali: remove another set-but-unused variableBrian Norris1-2/+1
2014-09-15mtd: denali: remove a set-but-unused variableMasahiro Yamada1-2/+0
2014-09-15mtd: denali: change the type of iterators to intMasahiro Yamada1-4/+7
2014-09-15mtd: denali: remove unnecessary castsMasahiro Yamada1-18/+18
2014-09-15mtd: denali: remove unnecessary variable initializationsMasahiro Yamada1-32/+27
2014-09-15mtd: denali: fix the format of comment blocksMasahiro Yamada1-123/+188
2014-08-19mtd: nand: denali: set proper error code on timeoutBrian Norris1-3/+1
2014-08-19mtd: denali: avoid using a magic numberMasahiro Yamada1-1/+2
2014-07-14mtd: denali: use 8 bytes for READID commandgrmoore@altera.com1-3/+3
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris1-4/+3
2014-01-11mtd: denali: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZEHuang Shijie1-21/+30
2014-01-03mtd: denali: Mark function is_erased() as staticRashika Kheria1-1/+1
2013-10-27mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie1-1/+1
2013-10-27mtd: denali: make init function staticBrian Norris1-1/+1
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