summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/denali.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-201-1371/+0
* mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCsMasahiro Yamada2018-09-101-0/+4
* mtd: nand: denali: correct buffer alignment for DMA transferMasahiro Yamada2018-07-251-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mtd: nand: denali: consolidate include directivesMasahiro Yamada2017-12-041-3/+3
* mtd: nand: denali: remove ad-hoc board_nand_init() entryMasahiro Yamada2017-12-041-26/+0
* mtd: nand: denali: remove bogus __maybe_unusedMasahiro Yamada2017-12-041-1/+1
* mtd: nand: denali: sync with Linux 4.15-rc1Masahiro Yamada2017-11-291-968/+1059
* mtd: nand: denali: allow to override corrupted revision registerMasahiro Yamada2017-09-181-12/+15
* mtd: nand: denali_dt: add a DT driverMasahiro Yamada2017-08-301-1/+3
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* mtd: nand: Sync with Linux v4.6Scott Wood2016-06-031-22/+17
* mtd: nand: Add page argument to write_page() etc.Scott Wood2016-06-031-2/+4
* mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-031-2/+2
* nand: Embed mtd_info in struct nand_chipScott Wood2016-06-031-2/+2
* mtd: nand: denali: max_banks calculation changed in revision 5.1Graham Moore2016-04-011-1/+10
* mtd: denali: fix warning when compiled for 64bit systemMasahiro Yamada2016-03-241-3/+3
* nand: Sync with Linux v4.1Scott Wood2015-08-251-94/+115
* mtd: denali: set some registers after nand_scan_ident()Masahiro Yamada2014-11-261-0/+11
* mtd: denali: use CONFIG_SYS_NAND_SELF_INITMasahiro Yamada2014-11-261-37/+84
* mtd: denali: support NAND_CMD_RNDOUT commandMasahiro Yamada2014-10-091-0/+7
* mtd: denali: fix NAND_CMD_PARAM commandMasahiro Yamada2014-10-091-2/+3
* nand/denali: Adding Denali NAND driver supportChin Liang See2014-09-251-0/+1205