mbox series

[GIT,PULL,7/9] ARM: tegra: Default configuration updates for v5.2-rc1

Message ID 20190418150721.8828-7-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/9] bus/tegra: Changes for v5.2-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm-defconfig

Message

Thierry Reding April 18, 2019, 3:07 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm-defconfig

for you to fetch changes up to a6f3d883a6ef19feee1d80bfd90701627b01b98a:

  ARM: Enable Trusted Foundations for multiplatform ARM v7 (2019-04-17 16:36:34 +0200)

Note that this pulls in a stable tag from Tony that brings the multi_v7
default configuratio up to date.

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Default configuration updates for v5.2-rc1

Enable Trusted Foundations support in the default configurations for
Tegra and multi-v7. This is necessary because the symbol is no longer
selected by default.

----------------------------------------------------------------
Thierry Reding (4):
      Merge tag 'multi-v7-defconfig-for-v5.2-signed' of git://git.kernel.org/.../tmlind/linux-omap into for-5.2/arm/defconfig
      ARM: tegra: Update default configuration for v5.1-rc1
      ARM: tegra: Enable Trusted Foundations by default
      ARM: Enable Trusted Foundations for multiplatform ARM v7

Tony Lindgren (2):
      ARM: multi_v7_defconfig: Update for dropped options
      ARM: multi_v7_defconfig: Update for moved options

 arch/arm/configs/multi_v7_defconfig | 133 +++++++++++++++++-------------------
 arch/arm/configs/tegra_defconfig    |  36 +++++-----
 2 files changed, 81 insertions(+), 88 deletions(-)

Comments

Olof Johansson April 29, 2019, 6:36 a.m. UTC | #1
On Thu, Apr 18, 2019 at 05:07:18PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm-defconfig
> 
> for you to fetch changes up to a6f3d883a6ef19feee1d80bfd90701627b01b98a:
> 
>   ARM: Enable Trusted Foundations for multiplatform ARM v7 (2019-04-17 16:36:34 +0200)
> 
> Note that this pulls in a stable tag from Tony that brings the multi_v7
> default configuratio up to date.
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Default configuration updates for v5.2-rc1
> 
> Enable Trusted Foundations support in the default configurations for
> Tegra and multi-v7. This is necessary because the symbol is no longer
> selected by default.

Merged, thanks.


-Olof