mbox series

[GIT,PULL] Qualcomm ARM64 defconfig fixes for v5.11

Message ID 20210125232412.642834-1-bjorn.andersson@linaro.org
State New
Headers show
Series [GIT,PULL] Qualcomm ARM64 defconfig fixes for v5.11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-defconfig-fixes-for-5.11

Message

Bjorn Andersson Jan. 25, 2021, 11:24 p.m. UTC
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-defconfig-fixes-for-5.11

for you to fetch changes up to 5b5465dd947cb655550332d3fa509f91a768482b:

  arm64: defconfig: Make INTERCONNECT_QCOM_SDM845 builtin (2020-12-30 11:07:32 -0600)

----------------------------------------------------------------
Qualcomm ARM64 defconfig fixes for v5.11

Devicetree patches for SDM845 introduced in v5.11 requires the
platform's interconnect driver to be buildin, or the kernel will fail to
provide a valid console when we hit userspace.

----------------------------------------------------------------
Bjorn Andersson (1):
      arm64: defconfig: Make INTERCONNECT_QCOM_SDM845 builtin

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

Comments

Arnd Bergmann Jan. 30, 2021, 11:30 a.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 25 Jan 2021 17:24:12 -0600, Bjorn Andersson wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-defconfig-fixes-for-5.11
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 082153866e6600e37a98d6fa21fbc347fa22f6a1

       Arnd