All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Andy Gross <agross@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>
Subject: [GIT PULL] Qualcomm ARM64 DT fixes for v5.7
Date: Tue, 28 Apr 2020 22:29:32 -0700	[thread overview]
Message-ID: <20200429052932.GA2627045@builder.lan> (raw)

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(-)

WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: arm@kernel.org, soc@kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>,
	linux-arm-msm@vger.kernel.org,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	Kevin Hilman <khilman@baylibre.com>,
	Olof Johansson <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Qualcomm ARM64 DT fixes for v5.7
Date: Tue, 28 Apr 2020 22:29:32 -0700	[thread overview]
Message-ID: <20200429052932.GA2627045@builder.lan> (raw)

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2020-04-29  5:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-29  5:29 Bjorn Andersson [this message]
2020-04-29  5:29 ` [GIT PULL] Qualcomm ARM64 DT fixes for v5.7 Bjorn Andersson
2020-05-14 14:00 ` Bjorn Andersson
2020-05-14 14:00   ` Bjorn Andersson
2020-05-14 15:38   ` Arnd Bergmann
2020-05-14 15:38     ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200429052932.GA2627045@builder.lan \
    --to=bjorn.andersson@linaro.org \
    --cc=agross@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.