From: andy.gross@linaro.org (Andy Gross)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Qualcomm Driver updates for 4.16
Date: Mon, 1 Jan 2018 00:53:28 -0600 [thread overview]
Message-ID: <1514789609-4133-4-git-send-email-andy.gross@linaro.org> (raw)
In-Reply-To: <1514789609-4133-1-git-send-email-andy.gross@linaro.org>
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-4.16
for you to fetch changes up to c01fc2275e01a91e2243d9202c04f3ed872f9de8:
soc: qcom: smp2p: Use common error handling code in qcom_smp2p_probe() (2018-01-01 00:29:09 -0600)
----------------------------------------------------------------
Qualcomm ARM Based Driver Updates for v4.16
* Fix error handling code in SMP2P probe
* Update SMP2P to use ACPS as mailbox client
* Add QMI support
* Fixups for Qualcomm SCM
* Fix licensing on rmtfs_mem
* Correct SMSM child node lookup
----------------------------------------------------------------
Bjorn Andersson (3):
soc: qcom: smp2p: Access APCS as mailbox client
soc: qcom: Introduce QMI encoder/decoder
soc: qcom: Introduce QMI helpers
Jesse Chan (1):
soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
Johan Hovold (1):
soc: qcom: smsm: fix child-node lookup
Jordan Crouse (1):
firmware: qcom_scm: Add dependent headers to qcom_scm.h
Markus Elfring (1):
soc: qcom: smp2p: Use common error handling code in qcom_smp2p_probe()
Sudeep Holla (1):
firmware: qcom_scm: drop redandant of_platform_populate
.../devicetree/bindings/soc/qcom/qcom,smp2p.txt | 8 +-
drivers/firmware/qcom_scm.c | 24 -
drivers/soc/qcom/Kconfig | 10 +
drivers/soc/qcom/Makefile | 2 +
drivers/soc/qcom/qmi_encdec.c | 816 ++++++++++++++++++++
drivers/soc/qcom/qmi_interface.c | 848 +++++++++++++++++++++
drivers/soc/qcom/rmtfs_mem.c | 4 +
drivers/soc/qcom/smp2p.c | 55 +-
drivers/soc/qcom/smsm.c | 6 +-
include/linux/qcom_scm.h | 3 +
include/linux/soc/qcom/qmi.h | 271 +++++++
11 files changed, 2006 insertions(+), 41 deletions(-)
create mode 100644 drivers/soc/qcom/qmi_encdec.c
create mode 100644 drivers/soc/qcom/qmi_interface.c
create mode 100644 include/linux/soc/qcom/qmi.h
next prev parent reply other threads:[~2018-01-01 6:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-01 6:53 [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.16 Andy Gross
2018-01-01 6:53 ` [GIT PULL] Qualcomm ARM64 DT " Andy Gross
2018-01-05 10:44 ` Arnd Bergmann
2018-01-01 6:53 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
2018-01-05 10:54 ` Arnd Bergmann
2018-01-01 6:53 ` Andy Gross [this message]
2018-01-02 11:38 ` [GIT PULL] Qualcomm Driver " Sudeep Holla
2018-01-04 19:56 ` Andy Gross
2018-01-04 20:02 ` Andy Gross
2018-01-01 6:53 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
2018-01-05 10:46 ` Arnd Bergmann
2018-01-05 10:42 ` [GIT PULL] Qualcomm ARM64 Defconfig " 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=1514789609-4133-4-git-send-email-andy.gross@linaro.org \
--to=andy.gross@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).