mtd: hyperbus: Add driver for TI's HyperBus memory controller
authorVignesh Raghavendra <vigneshr@ti.com>
Tue, 25 Jun 2019 07:57:46 +0000 (13:27 +0530)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 28 Jun 2019 07:35:45 +0000 (09:35 +0200)
commitb07079f1642c28dac4f6f339d5aca66203519734
treee2399d9f0b90dda5248f6cce3abdf0ce2e10f2fb
parentd7865933af9ed38f39cf085e1def44b637109999
mtd: hyperbus: Add driver for TI's HyperBus memory controller

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>
drivers/mtd/hyperbus/Kconfig
drivers/mtd/hyperbus/Makefile
drivers/mtd/hyperbus/hbmc-am654.c [new file with mode: 0644]