]> git.baikalelectronics.ru Git - uboot.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)
commite35c8011f18d2a7aedc50db567f5c6f5ceb3ef8b
tree9ab09c844d54704a3a38593d4f3a50061cc69257
parenta1cdddc2371fcce632ce5ef63ca4985e9785b8f4
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]