aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/denali.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-22mtd: nand: denali: change the setup_dma choice into hookMasahiro Yamada1-0/+2
2017-09-22mtd: nand: denali: support direct addressing modeMasahiro Yamada1-0/+2
2017-09-22mtd: nand: denali: clean up commentsMasahiro Yamada1-16/+8
2017-09-22mtd: nand: denali: clean up macros with <linux/bitfield.h>Masahiro Yamada1-8/+5
2017-09-22mtd: nand: denali: consolidate include directivesMasahiro Yamada1-0/+3
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-06-20mtd: nand: denali: avoid magic numbers and rename for clarificationMasahiro Yamada1-10/+5
2017-06-20mtd: nand: denali: support hardware-assisted erased page detectionMasahiro Yamada1-0/+5
2017-06-20mtd: nand: denali: fix raw and oob accessors for syndrome page layoutMasahiro Yamada1-2/+1
2017-06-20mtd: nand: denali: merge struct nand_buf into struct denali_nand_infoMasahiro Yamada1-6/+2
2017-06-20mtd: nand: denali: propagate page to helpers via function argumentMasahiro Yamada1-1/+0
2017-06-20mtd: nand: denali: switch over to cmd_ctrl instead of cmdfuncMasahiro Yamada1-2/+0
2017-06-20mtd: nand: denali: rework interrupt handlingMasahiro Yamada1-0/+1
2017-06-20mtd: nand: denali: handle timing parameters by setup_data_interface()Masahiro Yamada1-17/+9
2017-06-20mtd: nand: denali: remove unneeded find_valid_banks()Masahiro Yamada1-1/+0
2017-06-20mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESSMasahiro Yamada1-1/+0
2017-06-10mtd: nand: denali: avoid hard-coding ECC step, strength, bytesMasahiro Yamada1-2/+10
2017-06-10mtd: nand: denali: use BIT() and GENMASK() for register macrosMasahiro Yamada1-125/+119
2017-04-25mtd: nand: denali: allow to override revision numberMasahiro Yamada1-2/+1
2017-04-25mtd: nand: denali: support 64bit capable DMA engineMasahiro Yamada1-0/+1
2017-04-25mtd: nand: denali: support HW_ECC_FIXUP capabilityMasahiro Yamada1-2/+12
2017-03-28mtd: nand: denali: remove unnecessary writes to ECC_CORRECTIONMasahiro Yamada1-3/+0
2017-03-24mtd: nand: denali: use int where no reason to use fixed width variableMasahiro Yamada1-4/+4
2017-03-24mtd: nand: denali: introduce capability flagMasahiro Yamada1-0/+1
2017-03-24mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macrosMasahiro Yamada1-43/+18
2017-03-24mtd: nand: denali: fix comment of denali_nand_info::flash_memMasahiro Yamada1-2/+2
2017-03-24mtd: nand: denali: remove more unused struct membersMasahiro Yamada1-2/+0
2017-03-24mtd: nand: denali: remove unused CONFIG option and macrosMasahiro Yamada1-99/+0
2016-11-19mtd: nand: denali: remove unused struct member totalblks, blksperchipMasahiro Yamada1-2/+0
2016-11-19mtd: nand: denali: remove detect_partition_feature()Masahiro Yamada1-9/+0
2016-11-19mtd: nand: denali: remove unused struct member denali_nand_info::idxMasahiro Yamada1-1/+0
2015-12-18mtd: nand: denali: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-1/+0
2015-09-29mtd: nand: denali: max_banks calculation changed in revision 5.1Graham Moore1-0/+2
2014-09-17mtd: denali: fix include guard and license block of denali.hMasahiro Yamada1-23/+4
2014-01-11mtd: denali: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZEHuang Shijie1-3/+1
2012-11-15mtd: denali: add a DT driverDinh Nguyen1-0/+1
2012-11-15mtd: denali: split the generic driver and PCI layerDinh Nguyen1-0/+4
2011-05-25mtd: denali: detect the number of banksJamie Iles1-1/+1
2011-05-25mtd: denali: remove nearly-duplicated register definitionsJamie Iles1-314/+57
2011-05-25mtd: denali: convert to generic DMA APIJamie Iles1-1/+1
2010-08-11nand/denali: use dev_xx debug function to replace nand_dbg_print and some printkChuanxiao Dong1-18/+0
2010-08-06mtd: denali: Add multi connected NAND supportChuanxiao Dong1-0/+1
2010-08-06mtd: denali: Remove set_ecc_config functionChuanxiao Dong1-0/+1
2010-08-06mtd: denali: Remove device_info_tag structureChuanxiao.Dong1-39/+4
2010-08-05mtd: denali: rename functions which is named by using capitalsChuanxiao Dong1-5/+0
2010-08-02mtd: denali.h: fixed checkpatch errorsDong, Chuanxiao1-82/+78
2010-05-13mtd/nand: Add Intel Moorestown/Denali NAND supportJason Roberts1-0/+816