summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/denali.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: denali: remove unnecessary stubsMasahiro Yamada2015-02-051-38/+0
* mtd: denali: fix incorrect bitmask error in denali_setup_dmaGraham Moore2015-01-131-1/+1
* mtd: denali: fix indents and other trivial thingsMasahiro Yamada2014-09-191-77/+61
* mtd: denali: remove unnecessary parenthesesMasahiro Yamada2014-09-191-7/+7
* mtd: denali: remove another set-but-unused variableBrian Norris2014-09-191-2/+1
* mtd: denali: remove a set-but-unused variableMasahiro Yamada2014-09-151-2/+0
* mtd: denali: change the type of iterators to intMasahiro Yamada2014-09-151-4/+7
* mtd: denali: remove unnecessary castsMasahiro Yamada2014-09-151-18/+18
* mtd: denali: remove unnecessary variable initializationsMasahiro Yamada2014-09-151-32/+27
* mtd: denali: fix the format of comment blocksMasahiro Yamada2014-09-151-123/+188
* mtd: nand: denali: set proper error code on timeoutBrian Norris2014-08-191-3/+1
* mtd: denali: avoid using a magic numberMasahiro Yamada2014-08-191-1/+2
* mtd: denali: use 8 bytes for READID commandgrmoore@altera.com2014-07-141-3/+3
* mtd: nand: refactor erase_cmd() to return chip statusBrian Norris2014-05-091-4/+3
* mtd: denali: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZEHuang Shijie2014-01-111-21/+30
* mtd: denali: Mark function is_erased() as staticRashika Kheria2014-01-031-1/+1
* mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie2013-10-271-1/+1
* mtd: denali: make init function staticBrian Norris2013-10-271-1/+1
* mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constantAkinobu Mita2013-08-301-1/+1
* mtd: denali: split the generic driver and PCI layerDinh Nguyen2012-11-151-132/+30
* mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu2012-07-061-5/+7
* mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-131-3/+2
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-131-4/+4
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-131-3/+7
* mtd: use module_pci_driverAxel Lin2012-05-131-14/+1
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+3
* mtd: denali: detect the number of banks before resetting NANDJamie Iles2011-09-111-1/+1
* mtd: denali: remove calling mtd_device_unregister() after nand_release()Axel Lin2011-09-111-1/+0
* mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris2011-09-111-1/+1
* mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-111-1/+2
* mtd: convert remaining users to mtd_device_register()Jamie Iles2011-05-251-2/+2
* mtd: denali: detect the number of banksJamie Iles2011-05-251-8/+20
* mtd: denali: remove nearly-duplicated register definitionsJamie Iles2011-05-251-81/+53
* mtd: denali: convert to generic DMA APIJamie Iles2011-05-251-43/+39
* mtd: denali: drop __TIME__ usageMichal Marek2011-05-251-2/+1
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* mtd: nand: denali should also handle NAND_CMD_PARAMFlorian Fainelli2010-10-241-0/+1
* nand/denali: move all hardware initialization work to denali_hw_initChuanxiao Dong2010-08-121-5/+6
* nand/denali: Add a page check in denali_read_page & denali_read_page_rawChuanxiao Dong2010-08-121-0/+14
* nand/denali: use cpu_relax() while waiting for hardware interruptChuanxiao Dong2010-08-121-2/+2
* nand/denali: change read_status function methodChuanxiao Dong2010-08-121-7/+5
* nand/denali: Fixed check patch warningsChuanxiao Dong2010-08-121-12/+13
* nand/denali: use dev_xx debug function to replace nand_dbg_print and some printkChuanxiao Dong2010-08-111-166/+42
* nand/denali: Fixed handle ECC error bugsChuanxiao Dong2010-08-111-16/+29
* nand/denali: use iowrite32() to replace denali_write32()Chuanxiao Dong2010-08-111-76/+62
* nand/denali: Fixed probe function bugsChuanxiao Dong2010-08-111-21/+23
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-101-765/+475
|\
| * mtd: denali: Add multi connected NAND supportChuanxiao Dong2010-08-061-1/+21
| * mtd: denali: Remove set_ecc_config functionChuanxiao Dong2010-08-061-40/+47
| * mtd: denali: Remove unuseful code in get_xx_nand_para functionsChuanxiao Dong2010-08-061-74/+7
OpenPOWER on IntegriCloud