linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: andy.gross@linaro.org (Andy Gross)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Qualcomm SoC Updates for 4.5
Date: Thu, 17 Dec 2015 14:33:55 -0600	[thread overview]
Message-ID: <1450384435-4300-1-git-send-email-andy.gross@linaro.org> (raw)

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-soc-for-4.5

for you to fetch changes up to bbeaa59598cae12626c9c42e91821e3abd5b87f0:

  MAINTAINERS: Change QCOM entries (2015-12-17 13:55:38 -0600)

----------------------------------------------------------------
Qualcomm ARM Based SoC Updates for 4.5

* Add WCNSS_CTRL client
* Various Kconfig changes to fix build issues
* Update SoC Qualcomm MAINTAINERS entry
* Add SMP2P, SMSM, and SMEM state machine drivers
* Add SMD-RPM support for existing platforms

----------------------------------------------------------------
Andy Gross (2):
      soc: qcom: smd-rpm: Add existing platform support
      MAINTAINERS: Change QCOM entries

Arnd Bergmann (2):
      soc: qcom: enable smsm/smp2p modular build
      ARM: qcom: select ARM_CPU_SUSPEND for power management

Bjorn Andersson (5):
      soc: qcom: Introduce common SMEM state machine code
      soc: qcom: smsm: Add driver for Qualcomm SMSM
      soc: qcom: smp2p: Qualcomm Shared Memory Point to Point
      MAINTAINERS: Add rules for Qualcomm dts files
      soc: qcom: Introduce WCNSS_CTRL SMD client

Stephen Boyd (1):
      serial: msm_serial: Make config tristate

 MAINTAINERS                         |   8 +-
 drivers/soc/qcom/Kconfig            |  27 ++
 drivers/soc/qcom/Makefile           |   4 +
 drivers/soc/qcom/smd-rpm.c          |   2 +
 drivers/soc/qcom/smem_state.c       | 201 ++++++++++++
 drivers/soc/qcom/smp2p.c            | 578 +++++++++++++++++++++++++++++++++
 drivers/soc/qcom/smsm.c             | 625 ++++++++++++++++++++++++++++++++++++
 drivers/soc/qcom/wcnss_ctrl.c       | 272 ++++++++++++++++
 drivers/tty/serial/Kconfig          |   2 +-
 include/linux/soc/qcom/smem_state.h |  18 ++
 10 files changed, 1733 insertions(+), 4 deletions(-)
 create mode 100644 drivers/soc/qcom/smem_state.c
 create mode 100644 drivers/soc/qcom/smp2p.c
 create mode 100644 drivers/soc/qcom/smsm.c
 create mode 100644 drivers/soc/qcom/wcnss_ctrl.c
 create mode 100644 include/linux/soc/qcom/smem_state.h

             reply	other threads:[~2015-12-17 20:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-17 20:33 Andy Gross [this message]
2015-12-22 20:11 ` [GIT PULL] Qualcomm SoC Updates for 4.5 Olof Johansson
2015-12-22 20:14 ` Olof Johansson

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=1450384435-4300-1-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).