summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/bf5xx_nand.c
AgeCommit message (Expand)Author
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez
2016-05-05mtd: nand: bf5xx: set ECC algorithm explicitlyRafał Miłecki
2016-05-05mtd: nand: bf5xx: switch to mtd_ooblayout_opsBoris Brezillon
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON
2016-01-06mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON
2015-12-18mtd: nand: bf5xx: 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-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON
2015-10-13mtd: nand: bf5xx_nand: show parent device in sysfsFrans Klaver
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang
2014-07-02mtd: bf5xx_nand: drop no-op PM supportBrian Norris
2014-05-28mtd: bf5xx_nand: use the managed version of kzallocHimangi Saraogi
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03mtd: bf5xx_nand: Remove unnecessary OOM messagesJingoo Han
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han
2013-08-05mtd: nand: bf5xx_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-05mtd: bf5xx_nand: Use module_platform_driver()Sachin Kamat
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-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris
2012-03-27mtd: flash drivers set ecc strengthMike Dunn
2011-05-25mtd: bf5xx_nand: convert to mtd_device_register()Jamie Iles
2010-10-25mtd: Blackfin NFC: fix badblock location with BootROM OOBMike Frysinger
2010-09-13mtd: Blackfin NFC: fix invalid free in remove()Mike Frysinger
2010-09-13mtd: Blackfin NFC: fix build error after nand_scan_ident() changeMike Frysinger
2010-08-05mtd: Blackfin NFC: fix nand busy detectionBarry Song
2010-08-05mtd: Blackfin NFC: fix handling of page sizesBarry Song
2010-08-05mtd: Blackfin NFC: wait for the ECC reset to finishBarry Song
2010-08-05mtd: Blackfin NFC: fix typo for read/write delay setupBarry Song
2010-08-05mtd: Blackfin NFC: make sure to check NAND_ALE in cmd_ctrlBarry Song
2010-08-05mtd: Blackfin NFC: fix raw page write/read handlingBarry Song
2010-08-05mtd: Blackfin NFC: delete useless comment about jffs2Barry Song
2010-05-10mtd: Blackfin NFC: localize MMR bit masksMike Frysinger
2009-06-05mtd: blackfin NFC: fix hang when using NAND on BF527-EZKITsCliff Cai
2009-06-05mtd: blackfin NFC: remove pointless return value in bf5xx_nand_dma_rwMike Frysinger
2009-03-20[MTD] [NAND] Blackfin NFC Driver: drop pointless casts with set_dma_callback()Mike Frysinger
2009-03-20[MTD] [NAND] Blackfin NFC Driver: mark bf5xx_nand_add_partition() as __devinitMike Frysinger
2009-03-20[MTD] [NAND] Blackfin NFC Driver: do not clobber DMAC1_PERIMUXMike Frysinger
2008-08-01[MTD] [NAND] Blackfin NFC Driver: Cleanup the error exit path of bf5xx_nand_p...Bryan Wu
2008-08-01[MTD] [NAND] Blackfin NFC Driver: use standard dev_err() rather than printk()Mike Frysinger
2008-08-01[MTD] [NAND] Blackfin NFC Driver: add proper devinit/devexit markings to prob...Mike Frysinger
2008-08-01[MTD] [NAND] Blackfin NFC Driver: add support for the ECC layout the Blackfin...Mike Frysinger
2008-08-01[MTD] [NAND] Blackfin NFC Driver: fix bug - hw ecc calc by making sure we ext...Mike Frysinger
2008-08-01[MTD] [NAND] Blackfin NFC Driver: fix bug - do not clobber the status from th...Mike Frysinger
2008-04-25[MTD] [NAND] bf5xx_nand: Avoid crash if bfin_mac is installed.Michael Hennerich
2008-04-22[MTD] [NAND] fix platform driver hotplug/coldplugKay Sievers
2008-02-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds