[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1405231342160.15680@galak-ubuntu.qualcomm.com>
Date: Fri, 23 May 2014 13:43:56 -0500 (CDT)
From: Kumar Gala <galak@...eaurora.org>
To: arm@...nel.org
cc: Kevin Hilman <khilman@...aro.org>, Arnd Bergmann <arnd@...db.de>,
linux-arm-msm <linux-arm-msm@...r.kernel.org>,
linux-kernel@...r.kernel.org, Olof Johansson <olof@...om.net>,
David Brown <davidb@...eaurora.org>,
linux-arm-kernel@...ts.infradead.org, gregkh@...uxfoundation.org,
paul@...an.com, santosh.shilimkar@...com, agross@...eaurora.org,
sandeep_n@...com
Subject: Re: [GIT PULL] qcom driver changes for v3.16
The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git tags/qcom-drivers-for-3.16
for you to fetch changes up to 5d144e36b7c51612922fa05d37ff3a869261cc82:
soc: qcom: Add GSBI driver (2014-05-23 11:38:04 -0500)
----------------------------------------------------------------
Qualcomm ARM Based driver Updates for v3.16
* Introduce drivers/soc directory for misc SoC specific code
* Add driver to configure GSBI device
----------------------------------------------------------------
Andy Gross (1):
soc: qcom: Add GSBI driver
Santosh Shilimkar (1):
soc: Introduce drivers/soc place-holder for SOC specific drivers
drivers/Kconfig | 2 ++
drivers/Makefile | 3 ++
drivers/soc/Kconfig | 5 +++
drivers/soc/Makefile | 5 +++
drivers/soc/qcom/Kconfig | 11 ++++++
drivers/soc/qcom/Makefile | 1 +
drivers/soc/qcom/qcom_gsbi.c | 84 ++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 111 insertions(+)
create mode 100644 drivers/soc/Kconfig
create mode 100644 drivers/soc/Makefile
create mode 100644 drivers/soc/qcom/Kconfig
create mode 100644 drivers/soc/qcom/Makefile
create mode 100644 drivers/soc/qcom/qcom_gsbi.c
--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists