mbox series

[GIT,PULL,3/5] ARM: tegra: Core changes for v4.18-rc1

Message ID 20180518142245.20242-3-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/5] dt-bindings: tegra: Changes for v4.18-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.18-arm-soc

Message

Thierry Reding May 18, 2018, 2:22 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.18-arm-soc

for you to fetch changes up to 15164e0072b579f77c9025f3da3ed931869b89cd:

  ARM: tegra: Create platform device for tegra20-cpufreq driver (2018-05-18 11:15:42 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Core changes for v4.18-rc1

Contains a single patch that instantiates a platform device for the CPU
frequency driver.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: tegra: Create platform device for tegra20-cpufreq driver

 arch/arm/mach-tegra/tegra.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Olof Johansson May 25, 2018, 12:15 p.m. UTC | #1
On Fri, May 18, 2018 at 04:22:43PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.18-arm-soc
> 
> for you to fetch changes up to 15164e0072b579f77c9025f3da3ed931869b89cd:
> 
>   ARM: tegra: Create platform device for tegra20-cpufreq driver (2018-05-18 11:15:42 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Core changes for v4.18-rc1
> 
> Contains a single patch that instantiates a platform device for the CPU
> frequency driver.

Merged, thanks.


-Olof