| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw' | Shmulik Ladkani | 2012-05-13 | 1 | -3/+2 |
* | mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces | Brian Norris | 2012-05-13 | 1 | -4/+4 |
* | mtd: nand: read_page() returns max_bitflips | Mike Dunn | 2012-05-13 | 1 | -3/+7 |
* | mtd: use module_pci_driver | Axel Lin | 2012-05-13 | 1 | -14/+1 |
* | mtd: flash drivers set ecc strength | Mike Dunn | 2012-03-27 | 1 | -0/+3 |
* | mtd: denali: detect the number of banks before resetting NAND | Jamie Iles | 2011-09-11 | 1 | -1/+1 |
* | mtd: denali: remove calling mtd_device_unregister() after nand_release() | Axel Lin | 2011-09-11 | 1 | -1/+0 |
* | mtd: nand: rename NAND_USE_FLASH_BBT | Brian Norris | 2011-09-11 | 1 | -1/+1 |
* | mtd: nand: consolidate redundant flash-based BBT flags | Brian Norris | 2011-09-11 | 1 | -1/+2 |
* | mtd: convert remaining users to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -2/+2 |
* | mtd: denali: detect the number of banks | Jamie Iles | 2011-05-25 | 1 | -8/+20 |
* | mtd: denali: remove nearly-duplicated register definitions | Jamie Iles | 2011-05-25 | 1 | -81/+53 |
* | mtd: denali: convert to generic DMA API | Jamie Iles | 2011-05-25 | 1 | -43/+39 |
* | mtd: denali: drop __TIME__ usage | Michal Marek | 2011-05-25 | 1 | -2/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -3/+3 |
* | mtd: nand: denali should also handle NAND_CMD_PARAM | Florian Fainelli | 2010-10-24 | 1 | -0/+1 |
* | nand/denali: move all hardware initialization work to denali_hw_init | Chuanxiao Dong | 2010-08-12 | 1 | -5/+6 |
* | nand/denali: Add a page check in denali_read_page & denali_read_page_raw | Chuanxiao Dong | 2010-08-12 | 1 | -0/+14 |
* | nand/denali: use cpu_relax() while waiting for hardware interrupt | Chuanxiao Dong | 2010-08-12 | 1 | -2/+2 |
* | nand/denali: change read_status function method | Chuanxiao Dong | 2010-08-12 | 1 | -7/+5 |
* | nand/denali: Fixed check patch warnings | Chuanxiao Dong | 2010-08-12 | 1 | -12/+13 |
* | nand/denali: use dev_xx debug function to replace nand_dbg_print and some printk | Chuanxiao Dong | 2010-08-11 | 1 | -166/+42 |
* | nand/denali: Fixed handle ECC error bugs | Chuanxiao Dong | 2010-08-11 | 1 | -16/+29 |
* | nand/denali: use iowrite32() to replace denali_write32() | Chuanxiao Dong | 2010-08-11 | 1 | -76/+62 |
* | nand/denali: Fixed probe function bugs | Chuanxiao Dong | 2010-08-11 | 1 | -21/+23 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2010-08-10 | 1 | -765/+475 |
|\ |
|
| * | mtd: denali: Add multi connected NAND support | Chuanxiao Dong | 2010-08-06 | 1 | -1/+21 |
| * | mtd: denali: Remove set_ecc_config function | Chuanxiao Dong | 2010-08-06 | 1 | -40/+47 |
| * | mtd: denali: Remove unuseful code in get_xx_nand_para functions | Chuanxiao Dong | 2010-08-06 | 1 | -74/+7 |
| * | mtd: denali: Remove device_info_tag structure | Chuanxiao.Dong | 2010-08-06 | 1 | -266/+33 |
| * | mtd: Missing slab.h include | David Miller | 2010-08-06 | 1 | -0/+1 |
| * | mtd: denali: update get nand para functions | Chuanxiao Dong | 2010-08-05 | 1 | -72/+35 |
| * | mtd: denali: rename functions which is named by using capitals | Chuanxiao Dong | 2010-08-05 | 1 | -11/+11 |
| * | mtd: denali.c: fix reserved all check-patch errors | Chuanxiao Dong | 2010-08-05 | 1 | -49/+53 |
| * | mtd: denali.c: fix all "line over 80 characters" warnings | Chuanxiao Dong | 2010-08-05 | 1 | -108/+192 |
| * | mtd: denali.c: add and update KERN_ facility level in printk() | Chuanxiao Dong | 2010-08-05 | 1 | -16/+16 |
| * | mtd: denali.c: fixed all open brace { check-patch errors | Chuanxiao Dong | 2010-08-05 | 1 | -116/+48 |
| * | nand/denali Clean up all white spaces in code indent | Chuanxiao | 2010-08-05 | 1 | -169/+168 |
* | | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 2010-06-16 | 1 | -1/+1 |
|/ |
|
* | mtd/nand: Fix denali build on ppc64 | David Woodhouse | 2010-05-13 | 1 | -11/+11 |
* | mtd/nand: Add Intel Moorestown/Denali NAND support | Jason Roberts | 2010-05-13 | 1 | -0/+2134 |