summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/diskonchip.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: diskonchip: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-15/+45
* mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja2016-03-101-1/+1
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-35/+35
* mtd: nand: diskonchip: remove custom 'erased check' implementationBoris BREZILLON2016-01-061-35/+3
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: diskonchip: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+7
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-33/+33
* arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams2015-08-101-1/+1
* mtd: diskonchip: remove two-phase partitioning / registrationBrian Norris2015-06-161-8/+2
* mtd: diskonchip: don't call nand_scan_bbt() directlyBrian Norris2015-05-061-11/+16
* mtd: diskonchip: mem resource name is not optionalSasha Levin2014-03-311-1/+1
* mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris2014-03-101-1/+2
* mtd: diskonchip: Remove unnecessary OOM messagesJingoo Han2014-01-031-3/+0
* mtd: nand: diskonchip: Request memory region prior ioremap()Alexander Shiyan2014-01-031-1/+9
* mtd: diskonchip: Fix incorrect placement of __initdataSachin Kamat2013-10-271-1/+1
* mtd: diskonchip: remove unused entries in KconfigMichael Opdenacker2013-08-051-2/+2
* mtd: diskonchip: don't warn about ARM architectureArnd Bergmann2012-11-161-2/+0
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-63/+0
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+1
* mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-091-2/+2
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-071-4/+4
|\
| * mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-211-1/+1
| * mtd: spelling, capitalization, uniformityBrian Norris2011-09-111-2/+2
| * mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris2011-09-111-1/+1
| * mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-111-1/+1
* | mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker2011-10-311-0/+1
|/
* mtd: diskonchip: convert to mtd_device_register()Jamie Iles2011-05-251-11/+7
* Revert wrong fixes for common misspellingsLucas De Marchi2011-04-261-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse2010-08-081-1/+0
* mtd: doc2000: fix uninitialized variable in doc_ecc_decode()Mark Ware2010-08-041-2/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* trivial: MTD: remove EOL from MODULE_DESCRIPTIONNiels de Vos2009-03-301-1/+1
* [MTD] [NAND] diskonchip.c fix sparse endian warningsHarvey Harrison2008-08-011-15/+15
* [MTD] [NAND] remove __PPC__ hardcoded address from DiskOnChip driversMilton Miller2008-07-111-2/+0
* MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-041-2/+0
* [MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel2007-10-201-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-08-011-3/+0
|\
| * [MIPS] Remove Momentum Ocelot support.Ralf Baechle2007-07-311-3/+0
* | [MTD] Remove Ocelot G support from DiskOnChip drivers.Yoichi Yuasa2007-07-111-2/+0
|/
* [MIPS] Remove Momenco Ocelot C supportFranck Bui-Huu2007-07-101-1/+1
* [MTD] [NAND] Correct misspelled preprocessor variable.Robert P. J. Day2007-03-081-1/+1
* [MTD] replace kmalloc+memset with kzallocBurman Yan2006-11-281-2/+1
* [MTD] NAND: Fix breakage all over the placeThomas Gleixner2006-06-201-1/+1
* [MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner2006-05-291-3/+2
* [MTD] NAND modularize write functionThomas Gleixner2006-05-261-1/+1
* [MTD] NAND Modularize read functionThomas Gleixner2006-05-251-1/+3
* [MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner2006-05-231-5/+6
* [MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner2006-05-231-48/+29