aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/denali.c
Commit message (Expand)AuthorAge
* mtd: denali: Disable sub-page writes in Denali NAND driverGraham Moore2015-03-30
* mtd: nand: denali: drop dead codeBrian Norris2015-03-11
* mtd: denali: remove unnecessary stubsMasahiro Yamada2015-02-05
* mtd: denali: fix incorrect bitmask error in denali_setup_dmaGraham Moore2015-01-13
* mtd: denali: fix indents and other trivial thingsMasahiro Yamada2014-09-19
* mtd: denali: remove unnecessary parenthesesMasahiro Yamada2014-09-19
* mtd: denali: remove another set-but-unused variableBrian Norris2014-09-19
* mtd: denali: remove a set-but-unused variableMasahiro Yamada2014-09-15
* mtd: denali: change the type of iterators to intMasahiro Yamada2014-09-15
* mtd: denali: remove unnecessary castsMasahiro Yamada2014-09-15
* mtd: denali: remove unnecessary variable initializationsMasahiro Yamada2014-09-15
* mtd: denali: fix the format of comment blocksMasahiro Yamada2014-09-15
* mtd: nand: denali: set proper error code on timeoutBrian Norris2014-08-19
* mtd: denali: avoid using a magic numberMasahiro Yamada2014-08-19
* mtd: denali: use 8 bytes for READID commandgrmoore@altera.com2014-07-14
* mtd: nand: refactor erase_cmd() to return chip statusBrian Norris2014-05-09
* mtd: denali: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZEHuang Shijie2014-01-11
* mtd: denali: Mark function is_erased() as staticRashika Kheria2014-01-03
* mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie2013-10-27
* mtd: denali: make init function staticBrian Norris2013-10-27
* mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constantAkinobu Mita2013-08-30
* mtd: denali: split the generic driver and PCI layerDinh Nguyen2012-11-15
* mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu2012-07-06
* mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-14
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-14
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-14
* mtd: use module_pci_driverAxel Lin2012-05-13
* mtd: flash drivers set ecc strengthMike Dunn2012-03-26
* mtd: denali: detect the number of banks before resetting NANDJamie Iles2011-09-11
* mtd: denali: remove calling mtd_device_unregister() after nand_release()Axel Lin2011-09-11
* mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris2011-09-11
* mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-11
* mtd: convert remaining users to mtd_device_register()Jamie Iles2011-05-24
* mtd: denali: detect the number of banksJamie Iles2011-05-24
* mtd: denali: remove nearly-duplicated register definitionsJamie Iles2011-05-24
* mtd: denali: convert to generic DMA APIJamie Iles2011-05-24
* mtd: denali: drop __TIME__ usageMichal Marek2011-05-24
* Fix common misspellingsLucas De Marchi2011-03-31
* mtd: nand: denali should also handle NAND_CMD_PARAMFlorian Fainelli2010-10-24
* nand/denali: move all hardware initialization work to denali_hw_initChuanxiao Dong2010-08-12
* nand/denali: Add a page check in denali_read_page & denali_read_page_rawChuanxiao Dong2010-08-12
* nand/denali: use cpu_relax() while waiting for hardware interruptChuanxiao Dong2010-08-12
* nand/denali: change read_status function methodChuanxiao Dong2010-08-12
* nand/denali: Fixed check patch warningsChuanxiao Dong2010-08-12
* nand/denali: use dev_xx debug function to replace nand_dbg_print and some printkChuanxiao Dong2010-08-10
* nand/denali: Fixed handle ECC error bugsChuanxiao Dong2010-08-10
* nand/denali: use iowrite32() to replace denali_write32()Chuanxiao Dong2010-08-10
* nand/denali: Fixed probe function bugsChuanxiao Dong2010-08-10
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-10
|\
| * mtd: denali: Add multi connected NAND supportChuanxiao Dong2010-08-06