summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/bf5xx_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-861/+0Star
* mtd: nand: Stop using full path when referring to files placed in the same dirBoris Brezillon2018-02-161-2/+2
* mtd: nand: Get rid of comments giving the file path inside the file itselfBoris Brezillon2018-02-161-2/+1Star
* mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-141-2/+4
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* mtd: nand: import nand_hw_control_init()Marc Gonzalez2016-09-231-2/+1Star
* mtd: nand: bf5xx: set ECC algorithm explicitlyRafał Miłecki2016-05-051-0/+1
* mtd: nand: bf5xx: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-23/+28
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-1/+1
* mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON2016-01-071-6/+14
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0Star
* mtd: nand: bf5xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-6/+6
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-6/+6
* mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON2015-10-131-1/+2
* mtd: nand: bf5xx_nand: show parent device in sysfsFrans Klaver2015-10-131-1/+1
* mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* mtd: bf5xx_nand: drop no-op PM supportBrian Norris2014-07-031-24/+0Star
* mtd: bf5xx_nand: use the managed version of kzallocHimangi Saraogi2014-05-281-9/+4Star
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-111-1/+0Star
* mtd: bf5xx_nand: Remove unnecessary OOM messagesJingoo Han2014-01-031-1/+0Star
* mtd: nand: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* mtd: nand: bf5xx_nand: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-3/+0Star
* mtd: bf5xx_nand: Use module_platform_driver()Sachin Kamat2013-04-051-15/+1Star
* mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devinitBill Pemberton2012-11-221-2/+2
* mtd: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu2012-07-061-2/+4
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-141-2/+2
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+2
* mtd: bf5xx_nand: convert to mtd_device_register()Jamie Iles2011-05-251-6/+1Star
* mtd: Blackfin NFC: fix badblock location with BootROM OOBMike Frysinger2010-10-251-10/+4Star
* mtd: Blackfin NFC: fix invalid free in remove()Mike Frysinger2010-09-131-6/+1Star
* mtd: Blackfin NFC: fix build error after nand_scan_ident() changeMike Frysinger2010-09-131-1/+1
* mtd: Blackfin NFC: fix nand busy detectionBarry Song2010-08-051-2/+2
* mtd: Blackfin NFC: fix handling of page sizesBarry Song2010-08-051-38/+48
* mtd: Blackfin NFC: wait for the ECC reset to finishBarry Song2010-08-051-0/+2
* mtd: Blackfin NFC: fix typo for read/write delay setupBarry Song2010-08-051-1/+1
* mtd: Blackfin NFC: make sure to check NAND_ALE in cmd_ctrlBarry Song2010-08-051-1/+1
* mtd: Blackfin NFC: fix raw page write/read handlingBarry Song2010-08-051-0/+18
* mtd: Blackfin NFC: delete useless comment about jffs2Barry Song2010-08-051-3/+0Star
* mtd: Blackfin NFC: localize MMR bit masksMike Frysinger2010-05-101-4/+25
* mtd: blackfin NFC: fix hang when using NAND on BF527-EZKITsCliff Cai2009-06-051-2/+11
* mtd: blackfin NFC: remove pointless return value in bf5xx_nand_dma_rwMike Frysinger2009-06-051-3/+1Star
* [MTD] [NAND] Blackfin NFC Driver: drop pointless casts with set_dma_callback()Mike Frysinger2009-03-201-1/+1
* [MTD] [NAND] Blackfin NFC Driver: mark bf5xx_nand_add_partition() as __devinitMike Frysinger2009-03-201-1/+1
* [MTD] [NAND] Blackfin NFC Driver: do not clobber DMAC1_PERIMUXMike Frysinger2009-03-201-8/+6Star
* [MTD] [NAND] Blackfin NFC Driver: Cleanup the error exit path of bf5xx_nand_p...Bryan Wu2008-08-011-14/+24
* [MTD] [NAND] Blackfin NFC Driver: use standard dev_err() rather than printk()Mike Frysinger2008-08-011-2/+1Star
* [MTD] [NAND] Blackfin NFC Driver: add proper devinit/devexit markings to prob...Mike Frysinger2008-08-011-3/+3
* [MTD] [NAND] Blackfin NFC Driver: add support for the ECC layout the Blackfin...Mike Frysinger2008-08-011-0/+40