mbox

[GIT,PULL] ARM: at91: soc for 4.8 #1

Message ID 20160612110703.GA24734@piout.net
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.8-drivers

Message

Alexandre Belloni June 12, 2016, 11:07 a.m. UTC
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

Comments

Alexandre Belloni June 12, 2016, 11:09 a.m. UTC | #1
The subject is obviously wrong and should be "ARM: at91: drivers for 4.8 #1"

On 12/06/2016 at 13:07:03 +0200, Alexandre Belloni wrote :
> 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
Olof Johansson June 14, 2016, 5:19 p.m. UTC | #2
On Sun, Jun 12, 2016 at 01:07:03PM +0200, Alexandre Belloni wrote:
> 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

Merged, thanks.


-Olof