mbox series

[GIT,PULL,4/6] ARM: tegra: Default configuration fixes for v5.18

Message ID 20220506143005.3916655-4-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/6] ARM: tegra: Core changes for v5.19-rc1 | expand

Pull-request

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

Message

Thierry Reding May 6, 2022, 2:30 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 39ad93d280506f4953a9d0c545cfffa581889326:

  ARM: config: multi v7: Enable NVIDIA Tegra video decoder driver (2022-04-06 17:03:30 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Default configuration fixes for v5.18

This contains two updates to the default configuration needed because of
a Kconfig symbol name change. This fixes a failure that was detected in
the NVIDIA automated test farm.

----------------------------------------------------------------
Dmitry Osipenko (2):
      ARM: tegra_defconfig: Update CONFIG_TEGRA_VDE option
      ARM: config: multi v7: Enable NVIDIA Tegra video decoder driver

 arch/arm/configs/multi_v7_defconfig | 1 +
 arch/arm/configs/tegra_defconfig    | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

Thierry Reding May 6, 2022, 2:33 p.m. UTC | #1
On Fri, May 06, 2022 at 04:30:03PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
>   Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.19-arm-defconfig
> 
> for you to fetch changes up to 39ad93d280506f4953a9d0c545cfffa581889326:
> 
>   ARM: config: multi v7: Enable NVIDIA Tegra video decoder driver (2022-04-06 17:03:30 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Default configuration fixes for v5.18
> 
> This contains two updates to the default configuration needed because of
> a Kconfig symbol name change. This fixes a failure that was detected in
> the NVIDIA automated test farm.
> 
> ----------------------------------------------------------------
> Dmitry Osipenko (2):
>       ARM: tegra_defconfig: Update CONFIG_TEGRA_VDE option
>       ARM: config: multi v7: Enable NVIDIA Tegra video decoder driver
> 
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  arch/arm/configs/tegra_defconfig    | 3 ++-
>  2 files changed, 3 insertions(+), 1 deletion(-)

Hi ARM SoC maintainers,

I just noticed as these were coming into my inbox that I had already
sent this out as fixes for v5.18 and you've already pulled this one in,
so feel free to ignore this GIT PULL 4/6.

Thierry