aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/bf5xx_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez1-2/+1
2016-05-05mtd: nand: bf5xx: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-05-05mtd: nand: bf5xx: switch to mtd_ooblayout_opsBoris Brezillon1-23/+28
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-1/+1
2016-01-06mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON1-6/+14
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: bf5xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-6/+6
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-6/+6
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-1/+2
2015-10-13mtd: nand: bf5xx_nand: show parent device in sysfsFrans Klaver1-1/+1
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-02mtd: bf5xx_nand: drop no-op PM supportBrian Norris1-24/+0
2014-05-28mtd: bf5xx_nand: use the managed version of kzallocHimangi Saraogi1-9/+4
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03mtd: bf5xx_nand: Remove unnecessary OOM messagesJingoo Han1-1/+0
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-05mtd: nand: bf5xx_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-3/+0
2013-04-05mtd: bf5xx_nand: Use module_platform_driver()Sachin Kamat1-15/+1
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-2/+2
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu1-2/+4
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-2/+2
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+2
2011-05-25mtd: bf5xx_nand: convert to mtd_device_register()Jamie Iles1-6/+1
2010-10-25mtd: Blackfin NFC: fix badblock location with BootROM OOBMike Frysinger1-10/+4
2010-09-13mtd: Blackfin NFC: fix invalid free in remove()Mike Frysinger1-6/+1
2010-09-13mtd: Blackfin NFC: fix build error after nand_scan_ident() changeMike Frysinger1-1/+1
2010-08-05mtd: Blackfin NFC: fix nand busy detectionBarry Song1-2/+2
2010-08-05mtd: Blackfin NFC: fix handling of page sizesBarry Song1-38/+48
2010-08-05mtd: Blackfin NFC: wait for the ECC reset to finishBarry Song1-0/+2
2010-08-05mtd: Blackfin NFC: fix typo for read/write delay setupBarry Song1-1/+1
2010-08-05mtd: Blackfin NFC: make sure to check NAND_ALE in cmd_ctrlBarry Song1-1/+1
2010-08-05mtd: Blackfin NFC: fix raw page write/read handlingBarry Song1-0/+18
2010-08-05mtd: Blackfin NFC: delete useless comment about jffs2Barry Song1-3/+0
2010-05-10mtd: Blackfin NFC: localize MMR bit masksMike Frysinger1-4/+25
2009-06-05mtd: blackfin NFC: fix hang when using NAND on BF527-EZKITsCliff Cai1-2/+11
2009-06-05mtd: blackfin NFC: remove pointless return value in bf5xx_nand_dma_rwMike Frysinger1-3/+1
2009-03-20[MTD] [NAND] Blackfin NFC Driver: drop pointless casts with set_dma_callback()Mike Frysinger1-1/+1
2009-03-20[MTD] [NAND] Blackfin NFC Driver: mark bf5xx_nand_add_partition() as __devinitMike Frysinger1-1/+1
2009-03-20[MTD] [NAND] Blackfin NFC Driver: do not clobber DMAC1_PERIMUXMike Frysinger1-8/+6
2008-08-01[MTD] [NAND] Blackfin NFC Driver: Cleanup the error exit path of bf5xx_nand_probe functionBryan Wu1-14/+24
2008-08-01[MTD] [NAND] Blackfin NFC Driver: use standard dev_err() rather than printk()Mike Frysinger1-2/+1
2008-08-01[MTD] [NAND] Blackfin NFC Driver: add proper devinit/devexit markings to probe/remove functionsMike Frysinger1-3/+3
2008-08-01[MTD] [NAND] Blackfin NFC Driver: add support for the ECC layout the Blackfin bootrom usesMike Frysinger1-0/+40
2008-08-01[MTD] [NAND] Blackfin NFC Driver: fix bug - hw ecc calc by making sure we extract 11 bits from each register instead of 10Mike Frysinger1-2/+2
2008-08-01[MTD] [NAND] Blackfin NFC Driver: fix bug - do not clobber the status from the first 256 bytes if operating on 512 pagesMike Frysinger1-1/+1
2008-04-25[MTD] [NAND] bf5xx_nand: Avoid crash if bfin_mac is installed.Michael Hennerich1-8/+8
2008-04-22[MTD] [NAND] fix platform driver hotplug/coldplugKay Sievers1-0/+1