summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/denali.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mtd: denali: Remove device_info_tag structureChuanxiao.Dong2010-08-061-266/+33
| * mtd: Missing slab.h includeDavid Miller2010-08-061-0/+1
| * mtd: denali: update get nand para functionsChuanxiao Dong2010-08-051-72/+35
| * mtd: denali: rename functions which is named by using capitalsChuanxiao Dong2010-08-051-11/+11
| * mtd: denali.c: fix reserved all check-patch errorsChuanxiao Dong2010-08-051-49/+53
| * mtd: denali.c: fix all "line over 80 characters" warningsChuanxiao Dong2010-08-051-108/+192
| * mtd: denali.c: add and update KERN_ facility level in printk()Chuanxiao Dong2010-08-051-16/+16
| * mtd: denali.c: fixed all open brace { check-patch errorsChuanxiao Dong2010-08-051-116/+48
| * nand/denali Clean up all white spaces in code indentChuanxiao2010-08-051-169/+168
* | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
|/
* mtd/nand: Fix denali build on ppc64David Woodhouse2010-05-131-11/+11
* mtd/nand: Add Intel Moorestown/Denali NAND supportJason Roberts2010-05-131-0/+2134