aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/cmx270_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-244/+0
2018-02-16mtd: nand: State when references to other drivers are no longer validBoris Brezillon1-1/+1
2018-02-16mtd: nand: Get rid of comments giving the file path inside the file itselfBoris Brezillon1-2/+0
2017-11-06mtd: constify mtd_partitionArvind Yadav1-1/+1
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-04-19drivers/mtd: Convert remaining uses of pr_warning to pr_warnJoe Perches1-2/+2
2016-11-07mtd: nand: cmx270: return error code of nand_scan() on errorMasahiro Yamada1-2/+2
2016-05-05mtd: nand: cmx270: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: cmx270: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-9/+5
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-4/+4
2014-01-03mtd: cmx270_nand: Remove unnecessary OOM messagesJingoo Han1-1/+0
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-13/+0
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-1/+1
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-21/+2
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker1-0/+1
2011-09-11mtd: cmx270_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-18/+2
2011-09-11mtd: cmx270_nand don't specify default parsing optionsDmitry Eremin-Solenikov1-5/+2
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-1/+1
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-09-21trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe1-2/+2
2009-03-09[ARM] pxa: move pxa2xx chip selects definitions out of pxa-regs.hEric Miao1-2/+1
2008-10-07[ARM] 5282/1: pxa: add CM-X255 supportMike Rapoport1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-07-09[ARM] 5105/1: CM-X270: update NAND flash driver to use gpio_libMike Rapoport1-32/+47
2007-04-27[MTD] [NAND] CM-x270 MTD driverMike Rapoport1-0/+267