mbox series

[GIT,PULL] arm64: tegra: Default configuration fixes for v5.7-rc4

Message ID 20200430105700.167199-1-thierry.reding@gmail.com (mailing list archive)
State Mainlined, archived
Commit 90670f0ef690f9c8712f236e8cf14c156c9a6365
Headers show
Series [GIT,PULL] arm64: tegra: Default configuration fixes for v5.7-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.7-arm64-defconfig-fixes

Message

Thierry Reding April 30, 2020, 10:57 a.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.7-arm64-defconfig-fixes

for you to fetch changes up to 90670f0ef690f9c8712f236e8cf14c156c9a6365:

  arm64: defconfig: Re-enable Tegra PCIe host driver (2020-04-14 16:15:00 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Default configuration fixes

This contains a single fix to reenable the Tegra194 PCIe host support by
default that was inadvertently dropped as a result of the host/endpoint
mode support that was added in v5.7-rc1.

----------------------------------------------------------------
Jon Hunter (1):
      arm64: defconfig: Re-enable Tegra PCIe host driver

 arch/arm64/configs/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jon Hunter May 11, 2020, 1 p.m. UTC | #1
On 30/04/2020 11:57, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
> 
>   Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.7-arm64-defconfig-fixes
> 
> for you to fetch changes up to 90670f0ef690f9c8712f236e8cf14c156c9a6365:
> 
>   arm64: defconfig: Re-enable Tegra PCIe host driver (2020-04-14 16:15:00 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> arm64: tegra: Default configuration fixes
> 
> This contains a single fix to reenable the Tegra194 PCIe host support by
> default that was inadvertently dropped as a result of the host/endpoint
> mode support that was added in v5.7-rc1.
> 
> ----------------------------------------------------------------
> Jon Hunter (1):
>       arm64: defconfig: Re-enable Tegra PCIe host driver
> 
>  arch/arm64/configs/defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 


Please can you pick this up for v5.7 fixes?

Thanks!
Jon