Arnd, Olof, Kevin, We finally get a driver for the EBI. It will hopefully allow to avoid relying on the bootloader for the EBI configuration.
The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.8-drivers for you to fetch changes up to 1fdab21d1d52a85c31f932844242fec5fb81daac: memory: atmel-ebi: add DT bindings documentation (2016-06-02 08:32:25 +0200) ---------------------------------------------------------------- Drivers for 4.8: - Add a driver for the EBI ---------------------------------------------------------------- Boris Brezillon (2): memory: add Atmel EBI (External Bus Interface) driver memory: atmel-ebi: add DT bindings documentation .../bindings/memory-controllers/atmel,ebi.txt | 136 ++++ drivers/memory/Kconfig | 11 + drivers/memory/Makefile | 1 + drivers/memory/atmel-ebi.c | 771 +++++++++++++++++++++ 4 files changed, 919 insertions(+) create mode 100644 Documentation/devicetree/bindings/memory-controllers/atmel,ebi.txt create mode 100644 drivers/memory/atmel-ebi.c -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com