mbox

[GIT,PULL] Qualcomm SoC Updates for 4.5

Message ID 1450384435-4300-1-git-send-email-andy.gross@linaro.org
State New
Headers show

Pull-request

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

Message

Andy Gross Dec. 17, 2015, 8:33 p.m. UTC
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

Comments

Olof Johansson Dec. 22, 2015, 8:11 p.m. UTC | #1
Hi,

On Thu, Dec 17, 2015 at 02:33:55PM -0600, Andy Gross wrote:
> 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

Merged, thanks.

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

This should really go through the serial maintainers, but it's a small change
so I'll take it this time around.


-Olof
Olof Johansson Dec. 22, 2015, 8:14 p.m. UTC | #2
On Thu, Dec 17, 2015 at 02:33:55PM -0600, Andy Gross wrote:
> 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

Andy,

This patch dropped Kumar when it was posted on the list (and acked by
him), but doesn't now that it's applied. I've checked in a fix on top
of it to do so.


-Olof