mbox series

[GIT,PULL,4/6] memory: tegra: Changes for v4.21-rc1

Message ID 20181207141739.9085-4-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/6] dt-bindings: Changes for v4.21-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-memory

Message

Thierry Reding Dec. 7, 2018, 2:17 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-memory

for you to fetch changes up to 96e5da7c842424bcf64afe1082b960b42b96190b:

  memory: tegra: Introduce Tegra20 EMC driver (2018-11-08 12:50:34 +0100)

Thanks,
Thierry

----------------------------------------------------------------
memory: tegra: Changes for v4.21-rc1

This contains a single commit that adds support for the EMC driver on
Tegra20.

----------------------------------------------------------------
Dmitry Osipenko (1):
      memory: tegra: Introduce Tegra20 EMC driver

 drivers/memory/tegra/Kconfig       |  10 +
 drivers/memory/tegra/Makefile      |   1 +
 drivers/memory/tegra/tegra20-emc.c | 591 +++++++++++++++++++++++++++++++++++++
 3 files changed, 602 insertions(+)
 create mode 100644 drivers/memory/tegra/tegra20-emc.c

Comments

Olof Johansson Dec. 12, 2018, 9:45 p.m. UTC | #1
On Fri, Dec 07, 2018 at 03:17:37PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-memory
> 
> for you to fetch changes up to 96e5da7c842424bcf64afe1082b960b42b96190b:
> 
>   memory: tegra: Introduce Tegra20 EMC driver (2018-11-08 12:50:34 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> memory: tegra: Changes for v4.21-rc1
> 
> This contains a single commit that adds support for the EMC driver on
> Tegra20.

Merged, thanks.


-Olof