mbox series

[GIT,PULL] Qualcomm ARM64 fixes for 5.11

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

Pull-request

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

Message

Bjorn Andersson Jan. 25, 2021, 11:20 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-fixes-for-5.11

for you to fetch changes up to 93f2a11580a9732c1d90f9e01a7e9facc825658f:

  arm64: dts: qcom: sdm845: Reserve LPASS clocks in gcc (2021-01-13 00:20:13 -0600)

----------------------------------------------------------------
Qualcomm ARM64 fixes for 5.11

This fixes a regression in Lenovo Yoga C630, where the touchpad in some
units stopped working, by re-enabling the "tsc2" device.

It also marks the LPASS related clocks as protected to allow DB845c and
the Lenovo Yoga C630 to boot even if CONFIG_SDM_LPASSCC_845 is enabled.

----------------------------------------------------------------
Bjorn Andersson (1):
      arm64: dts: qcom: sdm845: Reserve LPASS clocks in gcc

Shawn Guo (1):
      arm64: dts: qcom: c630: keep both touchpad devices enabled

 arch/arm64/boot/dts/qcom/sdm845-db845c.dts           |  4 +++-
 arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 14 +++++---------
 2 files changed, 8 insertions(+), 10 deletions(-)

Comments

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

On Mon, 25 Jan 2021 17:20:39 -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-fixes-for-5.11
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 3de834b29239fb752f042dd78c88158541202063

       Arnd