mbox series

[GIT,PULL] Qualcomm fix for 5.12

Message ID 20210404155604.712236-1-bjorn.andersson@linaro.org (mailing list archive)
State Mainlined, archived
Commit 0c9fdcdba68208270ae85d39600ea97da1718344
Headers show
Series [GIT,PULL] Qualcomm fix for 5.12 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-fixes-for-5.12

Message

Bjorn Andersson April 4, 2021, 3:56 p.m. UTC
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-fixes-for-5.12

for you to fetch changes up to 0c9fdcdba68208270ae85d39600ea97da1718344:

  soc: qcom: geni: shield geni_icc_get() for ACPI boot (2021-03-11 20:22:05 -0600)

----------------------------------------------------------------
Qualcomm fix for 5.12

This bypasses the, recently introduced, interconnect handling in the
GENI (serial engine) driver when running off ACPI, as this causes the
GENI probe to fail and the Lenovo Yoga C630 to boot without keyboard and
touchpad.

----------------------------------------------------------------
Shawn Guo (1):
      soc: qcom: geni: shield geni_icc_get() for ACPI boot

 drivers/soc/qcom/qcom-geni-se.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Arnd Bergmann April 8, 2021, 3:50 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sun, 4 Apr 2021 10:56:04 -0500, Bjorn Andersson wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-fixes-for-5.12
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: aa68a77863b3fa74aa6659c7cb46ce708a09429f

       Arnd