aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/hyperbus/hbmc-am654.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-06-28mtd: hyperbus: Add driver for TI's HyperBus memory controllerVignesh Raghavendra1-0/+147
Add driver for HyperBus memory controller on TI's AM654 SoC. Programming IP is pretty simple and provides direct memory mapped access to connected Flash devices. Add basic support for the IP without DMA. Second chip-select is not supported for now. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>