mbox series

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

Message ID 20190418150721.8828-9-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-arm64-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-arm64-defconfig

for you to fetch changes up to bd9ae25314f275cea87a20db11756f32ed88dc15:

  arm64: defconfig: Add PWM Fan support (2019-04-03 18:41:07 +0200)

Thanks,
Thierry

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

These patches enable PWM fan and Tegra HDA support in the 64-bit ARM
default configuration, so that these features are enabled by default.

----------------------------------------------------------------
Jon Hunter (2):
      arm64: defconfig: Enable Tegra HDA support
      arm64: defconfig: Add PWM Fan support

 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Olof Johansson April 29, 2019, 6:37 a.m. UTC | #1
On Thu, Apr 18, 2019 at 05:07:20PM +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-arm64-defconfig
> 
> for you to fetch changes up to bd9ae25314f275cea87a20db11756f32ed88dc15:
> 
>   arm64: defconfig: Add PWM Fan support (2019-04-03 18:41:07 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> arm64: tegra: Default configuration updates for v5.2-rc1
> 
> These patches enable PWM fan and Tegra HDA support in the 64-bit ARM
> default configuration, so that these features are enabled by default.

Merged, thanks.


-Olof