From: Kumar Gala <galak@codeaurora.org>
To: arm@kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>,
linux-arm-msm <linux-arm-msm@vger.kernel.org>,
Kernel Mailing List <linux-kernel@vger.kernel.org>,
Lina Iyer <lina.iyer@linaro.org>, Olof Johansson <olof@lixom.net>,
linux-arm-kernel@lists.infradead.org, jilaiw@codeaurora.org
Subject: Re: [GIT PULL] qcom SoC changes for 4.2-1
Date: Thu, 28 May 2015 10:55:39 -0500 (CDT) [thread overview]
Message-ID: <alpine.DEB.2.02.1505281055020.17861@galak-ubuntu.qualcomm.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1505261449220.26936@galak-ubuntu.qualcomm.com>
(Updated to pull in one long standing SCM change to add HDCP support)
The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git tags/qcom-soc-for-4.2-1
for you to fetch changes up to 9626b6993b2e6faf047d2d96958e8474edc9c7a5:
firmware: qcom: scm: Add HDCP Support (2015-05-28 10:47:45 -0500)
----------------------------------------------------------------
Qualcomm ARM Based SoC Updates for v4.2-1
* Added Subsystem Power Manager (SPM) driver
* Split out 32-bit specific SCM code
* Added HDCP SCM call
----------------------------------------------------------------
Kumar Gala (1):
firmware: qcom: scm: Split out 32-bit specific SCM code
Lina Iyer (1):
ARM: qcom: Add Subsystem Power Manager (SPM) driver
jilai wang (1):
firmware: qcom: scm: Add HDCP Support
drivers/firmware/Makefile | 3 +-
drivers/firmware/qcom_scm-32.c | 503 +++++++++++++++++++++++++++++++++++++++++
drivers/firmware/qcom_scm.c | 474 ++++----------------------------------
drivers/firmware/qcom_scm.h | 47 ++++
drivers/soc/qcom/Kconfig | 7 +
drivers/soc/qcom/Makefile | 1 +
drivers/soc/qcom/spm.c | 385 +++++++++++++++++++++++++++++++
include/linux/qcom_scm.h | 13 +-
8 files changed, 995 insertions(+), 438 deletions(-)
create mode 100644 drivers/firmware/qcom_scm-32.c
create mode 100644 drivers/firmware/qcom_scm.h
create mode 100644 drivers/soc/qcom/spm.c
--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2015-05-28 15:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-26 19:49 [GIT PULL] qcom SoC changes for 4.2 Kumar Gala
2015-05-28 15:55 ` Kumar Gala [this message]
2015-05-29 12:42 ` [GIT PULL] qcom SoC changes for 4.2-1 Arnd Bergmann
2015-06-01 18:35 ` Arnd Bergmann
2015-06-01 19:04 ` Kumar Gala
2015-06-01 19:13 ` Lina Iyer
2015-06-04 16:49 ` Lina Iyer
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=alpine.DEB.2.02.1505281055020.17861@galak-ubuntu.qualcomm.com \
--to=galak@codeaurora.org \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=jilaiw@codeaurora.org \
--cc=lina.iyer@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=olof@lixom.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox