aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/diskonchip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2016-05-05mtd: nand: diskonchip: switch to mtd_ooblayout_opsBoris Brezillon1-15/+45
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja1-1/+1
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-35/+35
2016-01-06mtd: nand: diskonchip: remove custom 'erased check' implementationBoris BREZILLON1-35/+3
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: diskonchip: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-7/+7
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-33/+33
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-1/+1
2015-06-16mtd: diskonchip: remove two-phase partitioning / registrationBrian Norris1-8/+2
2015-05-06mtd: diskonchip: don't call nand_scan_bbt() directlyBrian Norris1-11/+16
2014-03-31mtd: diskonchip: mem resource name is not optionalSasha Levin1-1/+1
2014-03-10mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-1/+2
2014-01-03mtd: diskonchip: Remove unnecessary OOM messagesJingoo Han1-3/+0
2014-01-03mtd: nand: diskonchip: Request memory region prior ioremap()Alexander Shiyan1-1/+9
2013-10-27mtd: diskonchip: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-05mtd: diskonchip: remove unused entries in KconfigMichael Opdenacker1-2/+2
2012-11-16mtd: diskonchip: don't warn about ARM architectureArnd Bergmann1-2/+0
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-63/+0
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+1
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-2/+2
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-4/+4
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker1-0/+1
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris1-1/+1
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris1-2/+2
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris1-1/+1
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-1/+1
2011-05-25mtd: diskonchip: convert to mtd_device_register()Jamie Iles1-11/+7
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse1-1/+0
2010-08-04mtd: doc2000: fix uninitialized variable in doc_ecc_decode()Mark Ware1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-03-30trivial: MTD: remove EOL from MODULE_DESCRIPTIONNiels de Vos1-1/+1
2008-08-01[MTD] [NAND] diskonchip.c fix sparse endian warningsHarvey Harrison1-15/+15
2008-07-11[MTD] [NAND] remove __PPC__ hardcoded address from DiskOnChip driversMilton Miller1-2/+0
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2007-10-20[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel1-2/+2
2007-08-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-3/+0
2007-07-31[MIPS] Remove Momentum Ocelot support.Ralf Baechle1-3/+0
2007-07-11[MTD] Remove Ocelot G support from DiskOnChip drivers.Yoichi Yuasa1-2/+0
2007-07-10[MIPS] Remove Momenco Ocelot C supportFranck Bui-Huu1-1/+1
2007-03-08[MTD] [NAND] Correct misspelled preprocessor variable.Robert P. J. Day1-1/+1
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-06-20[MTD] NAND: Fix breakage all over the placeThomas Gleixner1-1/+1
2006-05-29[MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner1-3/+2
2006-05-26[MTD] NAND modularize write functionThomas Gleixner1-1/+1
2006-05-25[MTD] NAND Modularize read functionThomas Gleixner1-1/+3
2006-05-23[MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner1-5/+6