diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2020-06-16 22:03:48 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-01 23:45:14 +0200 |
commit | ca7d8b980b67f133317525c4273e144116ee1ae5 (patch) | |
tree | 3d59bc2f6d6bd5bcbcccc291bc91d1db8f744a29 /drivers/memory/Makefile | |
parent | dt-bindings: memory: document Renesas RPC-IF bindings (diff) | |
download | linux-ca7d8b980b67f133317525c4273e144116ee1ae5.tar.xz linux-ca7d8b980b67f133317525c4273e144116ee1ae5.zip |
memory: add Renesas RPC-IF driver
Add the memory driver for Renesas RPC-IF which registers either SPI or
HyperFLash device depending on the contents of the device tree subnode.
It also provides the absract "back end" device APIs that can be used by
the "front end" SPI/MTD drivers to talk to the real hardware.
Based on the original patch by Mason Yang <masonccyang@mxic.com.tw>.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Link: https://lore.kernel.org/r/9a3606ec-d4d0-c63a-4fb6-631ab38e621c@cogentembedded.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/memory/Makefile')
-rw-r--r-- | drivers/memory/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile index 6d7e3e64ba62..d105f8ebe8b8 100644 --- a/drivers/memory/Makefile +++ b/drivers/memory/Makefile @@ -22,6 +22,7 @@ obj-$(CONFIG_JZ4780_NEMC) += jz4780-nemc.o obj-$(CONFIG_MTK_SMI) += mtk-smi.o obj-$(CONFIG_DA8XX_DDRCTL) += da8xx-ddrctl.o obj-$(CONFIG_PL353_SMC) += pl353-smc.o +obj-$(CONFIG_RENESAS_RPCIF) += renesas-rpc-if.o obj-$(CONFIG_SAMSUNG_MC) += samsung/ obj-$(CONFIG_TEGRA_MC) += tegra/ |