From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932412AbcFLLHH (ORCPT ); Sun, 12 Jun 2016 07:07:07 -0400 Received: from down.free-electrons.com ([37.187.137.238]:34700 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751117AbcFLLHF (ORCPT ); Sun, 12 Jun 2016 07:07:05 -0400 Date: Sun, 12 Jun 2016 13:07:03 +0200 From: Alexandre Belloni To: Arnd Bergmann , Olof Johansson , arm@kernel.org Cc: Nicolas Ferre , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: at91: soc for 4.8 #1 Message-ID: <20160612110703.GA24734@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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