From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Gross Subject: [GIT PULL] qcom fixes for 4.3-rc1 *RESEND* Date: Wed, 23 Sep 2015 12:20:05 -0500 Message-ID: <1443028805-24689-1-git-send-email-agross@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:57697 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755740AbbIWRUH (ORCPT ); Wed, 23 Sep 2015 13:20:07 -0400 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: arm@kernel.org Cc: Olof Johansson , Arnd Bergmann , linux-arm-msm@vger.kernel.org The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: Linux 4.3-rc1 (2015-09-12 16:35:56 -0700) are available in the git repository at: git@git.codeaurora.org:quic/kernel/agross-msm.git tags/qcom-fixes-for-4.3-rc1 for you to fetch changes up to 50b956f3d85cdea130866f33613416431d60f396: firmware: qcom: scm: Add function stubs for ARM64 (2015-09-23 12:00:43 -0500) ---------------------------------------------------------------- Qualcomm fixes for v4.3-rc1 * Add SCM function call stubs on ARM64 ---------------------------------------------------------------- Andy Gross (1): firmware: qcom: scm: Add function stubs for ARM64 drivers/firmware/Kconfig | 8 +++++ drivers/firmware/Makefile | 3 +- drivers/firmware/qcom_scm-64.c | 63 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 drivers/firmware/qcom_scm-64.c