public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [GIT PULL] qcom driver changes for v3.16
@ 2014-05-23 18:43 Kumar Gala
  2014-05-23 22:48 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Kumar Gala @ 2014-05-23 18:43 UTC (permalink / raw)
  To: arm
  Cc: Kevin Hilman, Arnd Bergmann, linux-arm-msm, linux-kernel,
	Olof Johansson, David Brown, linux-arm-kernel, gregkh, paul,
	santosh.shilimkar, agross, sandeep_n

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] qcom driver changes for v3.16
  2014-05-23 18:43 [GIT PULL] qcom driver changes for v3.16 Kumar Gala
@ 2014-05-23 22:48 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2014-05-23 22:48 UTC (permalink / raw)
  To: Kumar Gala
  Cc: arm, Kevin Hilman, linux-arm-msm, linux-kernel, Olof Johansson,
	David Brown, linux-arm-kernel, gregkh, paul, santosh.shilimkar,
	agross, sandeep_n

On Friday 23 May 2014, Kumar Gala wrote:
> 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

Merged into next/drivers, thanks

	Arnd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-23 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23 18:43 [GIT PULL] qcom driver changes for v3.16 Kumar Gala
2014-05-23 22:48 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox