]> git.ipfire.org Git - thirdparty/u-boot.git/commit
memory: atmel-ebi: add Atmel EBI (External Bus Interface) driver
authorBalamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com>
Tue, 25 Oct 2022 10:51:04 +0000 (16:21 +0530)
committerEugen Hristev <eugen.hristev@microchip.com>
Thu, 8 Dec 2022 16:06:27 +0000 (18:06 +0200)
commit68ddf18dc3bd6b9c229bae0f9cf383f7255c0437
tree9ab09c844d54704a3a38593d4f3a50061cc69257
parentde32a2a32aec6ba82fc60c15bef4750ee6729826
memory: atmel-ebi: add Atmel EBI (External Bus Interface) driver

The EBI is used to access peripherals like NAND, SRAM, NOR etc. Add
this driver to probe the nand flash controller. This is a dummy driver
and not yet a complete device driver for EBI.

Signed-off-by: Balamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com>
MAINTAINERS
drivers/memory/Kconfig
drivers/memory/Makefile
drivers/memory/atmel_ebi.c [new file with mode: 0644]