aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/cafe_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon1-0/+2
2016-11-07mtd: nand: cafe: return error code of nand_scan_ident() on errorMasahiro Yamada1-3/+2
2016-05-05mtd: nand: cafe: switch to mtd_ooblayout_opsBoris Brezillon1-12/+32
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja1-1/+1
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-12/+12
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: cafe: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-5/+5
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-9/+9
2015-11-19mtd: nand: fix drivers abusing mtd->privBoris BREZILLON1-12/+22
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-1/+2
2015-10-13mtd: nand: cafe_nand: drop owner assignmentFrans Klaver1-1/+0
2014-11-25mtd: cafe_nand: drop duplicate .write_page implementationBrian Norris1-45/+0
2014-03-10mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie1-22/+46
2014-01-03mtd: cafe_nand: Remove unnecessary OOM messagesJingoo Han1-3/+1
2013-04-05mtd: nand: subpage write support for hardware based ECC schemesGupta, Pekon1-2/+2
2013-04-05mtd: nand: remove a bunch of unused commandsArtem Bityutskiy1-6/+0
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-4/+4
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-7/+0
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu1-3/+8
2012-07-06mtd: cafe_nand: spelling mistakeBrian Norris1-1/+1
2012-07-06mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2012-05-13mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani1-2/+2
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-5/+8
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris1-1/+1
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn1-1/+3
2012-05-13mtd: use module_pci_driverAxel Lin1-11/+1
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+1
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-1/+1
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-16/+5
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker1-0/+1
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris1-1/+1
2011-09-11mtd: cafe_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-12/+2
2011-09-11mtd: cafe_nand: drop reference to CONFIG_MTD_CMDLINE_PARTSDmitry Eremin-Solenikov1-2/+0
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris1-1/+1
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-1/+2
2011-05-25mtd: cafe_nand: convert to mtd_device_register()Jamie Iles1-9/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse1-1/+1
2010-02-25mtd: nand: make PCI device id constantMárton Németh1-1/+1
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2009-09-21trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe1-2/+2
2009-09-19mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje1-1/+1
2009-04-24cafe_nand: Fix warningAlan Cox1-1/+1
2009-04-04[MTD] [NAND] Add parent info for CAFÉ controllerDavid Woodhouse1-0/+1
2009-01-09[MTD] [NAND] add cmdline parsing (mtdparts=) support to cafe_nandPhilip Rakity1-2/+5