summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/tegra_nand.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal1-1002/+0
2018-05-11mtd: nand: tegra: convert to driver model and live treeMarcel Ziswiler1-43/+55
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: gpio: Add live tree supportSimon Glass1-2/+2
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-06-04mtd: nand: Add page argument to write_page() etc.Scott Wood1-17/+4
2016-06-04mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-15/+14
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood1-2/+2
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-13tegra: nand: disable subpage writesMarcel Ziswiler1-0/+3
2015-08-13mtd/nand/tegra: alignment workaroundMarcel Ziswiler1-51/+36
2015-08-13tegra: nand: fix read_byte required for proper onfi detectionMarcel Ziswiler1-31/+7
2015-01-30dm: tegra: nand: Remove use of fdtdec GPIO supportSimon Glass1-5/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-01mtd: resync with Linux-3.7.1Sergey Lapin1-15/+12
2012-10-29tegra: nand: make ONFI detection workLucas Stach1-0/+36
2012-10-15tegra: nand: add board pinmuxLucas Stach1-1/+0
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren1-3/+2
2012-09-08tegra: nand: Add Tegra NAND driverJim Lin1-0/+1026