mbox series

[GIT,PULL] Qualcomm ARM64 DT fixes for v5.7

Message ID 20200429052932.GA2627045@builder.lan
State New
Headers show
Series [GIT,PULL] Qualcomm ARM64 DT fixes for v5.7 | expand

Pull-request

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

Message

Bjorn Andersson April 29, 2020, 5:29 a.m. UTC
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

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

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.7

for you to fetch changes up to 7710f80ecd9c74544a22557ab581cf603e713f51:

  arm64: dts: qcom: db820c: fix audio configuration (2020-04-22 19:26:14 -0700)

----------------------------------------------------------------
Qualcomm ARM64 DT fixes for v5.7

This reduces the (hard coded) CPU voltage to a safe level on MSM8996 and
updates the audio nodes on db820c, db845c and c630 to reflect audio
changes that landed late in the cycle.

----------------------------------------------------------------
Bjorn Andersson (1):
      arm64: dts: qcom: msm8996: Reduce vdd_apc voltage

Srinivas Kandagatla (3):
      arm64: qcom: c630: fix asm dai setup
      arm64: dts: qcom: db845c: fix asm dai setup
      arm64: dts: qcom: db820c: fix audio configuration

 arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi       | 23 +++++++++++++++++++---
 arch/arm64/boot/dts/qcom/msm8996.dtsi              |  2 ++
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts         |  3 ---
 .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts      |  2 --
 4 files changed, 22 insertions(+), 8 deletions(-)

Comments

Bjorn Andersson May 14, 2020, 2 p.m. UTC | #1
Arnd, Olof?

On Tue, Apr 28, 2020 at 10:28 PM Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:
>
> The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
>
>   Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)
>
> 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.7
>
> for you to fetch changes up to 7710f80ecd9c74544a22557ab581cf603e713f51:
>
>   arm64: dts: qcom: db820c: fix audio configuration (2020-04-22 19:26:14 -0700)
>
> ----------------------------------------------------------------
> Qualcomm ARM64 DT fixes for v5.7
>
> This reduces the (hard coded) CPU voltage to a safe level on MSM8996 and
> updates the audio nodes on db820c, db845c and c630 to reflect audio
> changes that landed late in the cycle.
>
> ----------------------------------------------------------------
> Bjorn Andersson (1):
>       arm64: dts: qcom: msm8996: Reduce vdd_apc voltage
>
> Srinivas Kandagatla (3):
>       arm64: qcom: c630: fix asm dai setup
>       arm64: dts: qcom: db845c: fix asm dai setup
>       arm64: dts: qcom: db820c: fix audio configuration
>
>  arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi       | 23 +++++++++++++++++++---
>  arch/arm64/boot/dts/qcom/msm8996.dtsi              |  2 ++
>  arch/arm64/boot/dts/qcom/sdm845-db845c.dts         |  3 ---
>  .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts      |  2 --
>  4 files changed, 22 insertions(+), 8 deletions(-)
Arnd Bergmann May 14, 2020, 3:38 p.m. UTC | #2
On Thu, May 14, 2020 at 4:02 PM Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:
>
> Arnd, Olof?
>

I finally pulled it in last night, sorry for the delay. I think my git
push came too late
for today's linux-next, but the branch was successfully build tested
along with the
other fixes we got for v5.7, so I plan to forward it all tomorrow.

     Arnd