summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/cafe_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-871/+0Star
* mtd: nand: cafe: clean up DMA address setupMasahiro Yamada2017-12-141-6/+2Star
* mtd: nand: cafe: remove use of NAND_OWN_BUFFERSMasahiro Yamada2017-12-141-20/+4Star
* mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-141-3/+3
* mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon2017-12-141-11/+3Star
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon2017-05-301-0/+2
* mtd: nand: cafe: return error code of nand_scan_ident() on errorMasahiro Yamada2016-11-071-3/+2Star
* mtd: nand: cafe: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-12/+32
* mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja2016-03-101-1/+1
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-12/+12
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0Star
* mtd: nand: cafe: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-5/+5
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-9/+9
* mtd: nand: fix drivers abusing mtd->privBoris BREZILLON2015-11-191-12/+22
* mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON2015-10-131-1/+2
* mtd: nand: cafe_nand: drop owner assignmentFrans Klaver2015-10-131-1/+0Star
* mtd: cafe_nand: drop duplicate .write_page implementationBrian Norris2014-11-261-45/+0Star
* mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie2014-03-111-22/+46
* mtd: cafe_nand: Remove unnecessary OOM messagesJingoo Han2014-01-031-3/+1Star
* mtd: nand: subpage write support for hardware based ECC schemesGupta, Pekon2013-04-051-2/+2
* mtd: nand: remove a bunch of unused commandsArtem Bityutskiy2013-04-051-6/+0Star
* mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devinitBill Pemberton2012-11-221-4/+4
* mtd: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-7/+0Star
* mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu2012-07-061-3/+8
* mtd: cafe_nand: spelling mistakeBrian Norris2012-07-061-1/+1
* mtd: cafe_nand: fix an & vs | mistakeDan Carpenter2012-07-061-1/+1
* mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-141-2/+2
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-141-5/+8
* mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-141-1/+1
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-141-1/+3
* mtd: use module_pci_driverAxel Lin2012-05-141-11/+1Star
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+1
* mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-1/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-071-16/+5Star
|\
| * mtd: spelling, capitalization, uniformityBrian Norris2011-09-111-1/+1
| * mtd: cafe_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-12/+2Star
| * mtd: cafe_nand: drop reference to CONFIG_MTD_CMDLINE_PARTSDmitry Eremin-Solenikov2011-09-111-2/+0Star
| * 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: Add module.h to drivers users that were implicitly using it.Paul Gortmaker2011-11-011-0/+1
|/
* mtd: cafe_nand: convert to mtd_device_register()Jamie Iles2011-05-251-9/+2Star
* Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-101-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse2010-02-261-1/+1
* | mtd: nand: make PCI device id constantMárton Németh2010-02-251-1/+1
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-09-231-1/+1
|\