summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/denali.c
AgeCommit message (Expand)Author
2015-03-30mtd: denali: Disable sub-page writes in Denali NAND driverGraham Moore
2015-03-11mtd: nand: denali: drop dead codeBrian Norris
2015-02-05mtd: denali: remove unnecessary stubsMasahiro Yamada
2015-01-13mtd: denali: fix incorrect bitmask error in denali_setup_dmaGraham Moore
2014-09-19mtd: denali: fix indents and other trivial thingsMasahiro Yamada
2014-09-19mtd: denali: remove unnecessary parenthesesMasahiro Yamada
2014-09-19mtd: denali: remove another set-but-unused variableBrian Norris
2014-09-15mtd: denali: remove a set-but-unused variableMasahiro Yamada
2014-09-15mtd: denali: change the type of iterators to intMasahiro Yamada
2014-09-15mtd: denali: remove unnecessary castsMasahiro Yamada
2014-09-15mtd: denali: remove unnecessary variable initializationsMasahiro Yamada
2014-09-15mtd: denali: fix the format of comment blocksMasahiro Yamada
2014-08-19mtd: nand: denali: set proper error code on timeoutBrian Norris
2014-08-19mtd: denali: avoid using a magic numberMasahiro Yamada
2014-07-14mtd: denali: use 8 bytes for READID commandgrmoore@altera.com
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris
2014-01-11mtd: denali: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZEHuang Shijie
2014-01-03mtd: denali: Mark function is_erased() as staticRashika Kheria
2013-10-27mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie
2013-10-27mtd: denali: make init function staticBrian Norris
2013-08-30mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constantAkinobu Mita
2012-11-15mtd: denali: split the generic driver and PCI layerDinh Nguyen
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu
2012-05-13mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn
2012-05-13mtd: use module_pci_driverAxel Lin
2012-03-27mtd: flash drivers set ecc strengthMike Dunn
2011-09-11mtd: denali: detect the number of banks before resetting NANDJamie Iles
2011-09-11mtd: denali: remove calling mtd_device_unregister() after nand_release()Axel Lin
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles
2011-05-25mtd: denali: detect the number of banksJamie Iles
2011-05-25mtd: denali: remove nearly-duplicated register definitionsJamie Iles
2011-05-25mtd: denali: convert to generic DMA APIJamie Iles
2011-05-25mtd: denali: drop __TIME__ usageMichal Marek
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-24mtd: nand: denali should also handle NAND_CMD_PARAMFlorian Fainelli
2010-08-12nand/denali: move all hardware initialization work to denali_hw_initChuanxiao Dong
2010-08-12nand/denali: Add a page check in denali_read_page & denali_read_page_rawChuanxiao Dong
2010-08-12nand/denali: use cpu_relax() while waiting for hardware interruptChuanxiao Dong
2010-08-12nand/denali: change read_status function methodChuanxiao Dong
2010-08-12nand/denali: Fixed check patch warningsChuanxiao Dong
2010-08-11nand/denali: use dev_xx debug function to replace nand_dbg_print and some printkChuanxiao Dong
2010-08-11nand/denali: Fixed handle ECC error bugsChuanxiao Dong
2010-08-11nand/denali: use iowrite32() to replace denali_write32()Chuanxiao Dong
2010-08-11nand/denali: Fixed probe function bugsChuanxiao Dong
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2010-08-06mtd: denali: Add multi connected NAND supportChuanxiao Dong