Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751831AbbEZTuA (ORCPT ); Tue, 26 May 2015 15:50:00 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:57425 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751416AbbEZTt6 (ORCPT ); Tue, 26 May 2015 15:49:58 -0400 Date: Tue, 26 May 2015 14:49:51 -0500 (CDT) From: Kumar Gala X-X-Sender: galak@galak-ubuntu.qualcomm.com To: arm@kernel.org cc: Arnd Bergmann , linux-arm-msm , Kernel Mailing List , Lina Iyer , Olof Johansson , linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] qcom SoC changes for 4.2 Message-ID: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1826 Lines: 46 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 for you to fetch changes up to b6a1dfbc7d57409accf213e78db7b059c206be9e: firmware: qcom: scm: Split out 32-bit specific SCM code (2015-04-28 14:20:40 -0500) ---------------------------------------------------------------- Qualcomm ARM Based SoC Updates for v4.2 * Added Subsystem Power Manager (SPM) driver * Split out 32-bit specific SCM code ---------------------------------------------------------------- Kumar Gala (1): firmware: qcom: scm: Split out 32-bit specific SCM code Lina Iyer (1): ARM: qcom: Add Subsystem Power Manager (SPM) driver drivers/firmware/Makefile | 3 +- drivers/firmware/qcom_scm-32.c | 480 +++++++++++++++++++++++++++++++++++++++++ drivers/firmware/qcom_scm.c | 442 +------------------------------------ drivers/firmware/qcom_scm.h | 38 ++++ drivers/soc/qcom/Kconfig | 7 + drivers/soc/qcom/Makefile | 1 + drivers/soc/qcom/spm.c | 385 +++++++++++++++++++++++++++++++++ 7 files changed, 920 insertions(+), 436 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/