summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-07-02mtd: rawnand: add NVIDIA Tegra NAND Flash controller driverStefan Agner1-0/+1
Add support for the NAND flash controller found on NVIDIA Tegra 2 SoCs. This implementation does not make use of the command queue feature. Regular operations using ->exec_op() use PIO mode for data transfers. Raw, ECC and OOB read/writes make use of the DMA mode for data transfer. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Stefan Agner <stefan@agner.ch> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
2018-03-17mtd: rawnand: remove bf5xx_nand driverArnd Bergmann1-1/+0
The blackfin architecture is getting removed, so this driver has become obsolete. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
2018-03-03Merge tag 'nand/pxa3xx-removal' of git://git.infradead.org/linux-mtd into ↵Boris Brezillon1-1/+0
nand/next Remove the pxa3xx_nand driver (replaced by marvell_nand).
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-0/+68
As part of the process of sharing more code between different NAND based devices, we need to move all raw NAND related code to the raw/ subdirectory. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>