aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/cafe_nand.c
AgeCommit message (Expand)Author
2020-06-25mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon
2016-11-07mtd: nand: cafe: return error code of nand_scan_ident() on errorMasahiro Yamada
2016-05-05mtd: nand: cafe: switch to mtd_ooblayout_opsBoris Brezillon
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON
2015-12-18mtd: nand: cafe: use the mtd instance embedded in struct nand_chipBoris BREZILLON
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON
2015-11-19mtd: nand: fix drivers abusing mtd->privBoris BREZILLON
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON
2015-10-13mtd: nand: cafe_nand: drop owner assignmentFrans Klaver
2014-11-25mtd: cafe_nand: drop duplicate .write_page implementationBrian Norris
2014-03-10mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie
2014-01-03mtd: cafe_nand: Remove unnecessary OOM messagesJingoo Han
2013-04-05mtd: nand: subpage write support for hardware based ECC schemesGupta, Pekon
2013-04-05mtd: nand: remove a bunch of unused commandsArtem Bityutskiy
2012-11-22mtd: remove use of __devexitBill Pemberton
2012-11-22mtd: remove use of __devinitBill Pemberton
2012-11-22mtd: remove use of __devexit_pBill Pemberton
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu
2012-07-06mtd: cafe_nand: spelling mistakeBrian Norris
2012-07-06mtd: cafe_nand: fix an & vs | mistakeDan Carpenter
2012-05-13mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn
2012-05-13mtd: use module_pci_driverAxel Lin
2012-03-27mtd: flash drivers set ecc strengthMike Dunn
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris
2011-09-11mtd: cafe_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov
2011-09-11mtd: cafe_nand: drop reference to CONFIG_MTD_CMDLINE_PARTSDmitry Eremin-Solenikov
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris
2011-05-25mtd: cafe_nand: convert to mtd_device_register()Jamie Iles
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse
2010-02-25mtd: nand: make PCI device id constantMárton Németh
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-09-21trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe
2009-09-19mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje
2009-04-24cafe_nand: Fix warningAlan Cox
2009-04-04[MTD] [NAND] Add parent info for CAFÉ controllerDavid Woodhouse