All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] qcom driver changes for v3.15
@ 2014-02-25 15:29 ` Kumar Gala
  0 siblings, 0 replies; 6+ messages in thread
From: Kumar Gala @ 2014-02-25 15:29 UTC (permalink / raw)
  To: arm
  Cc: Kevin Hilman, Arnd Bergmann, linux-arm-msm, linux-kernel,
	Rohit Vaswani, Olof Johansson, David Brown, linus.walleij,
	gnurou, herbert, robdclark, linux-arm-kernel

The following changes since commit cf1e8f0cd665e2a9966d2bee4e11ecc0938ff166:

   ARM: qcom: Rename various msm prefixed functions to qcom (2014-02-06 16:20:41 -0600)

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

for you to fetch changes up to add798a40aec3a768165055477ba8bfee21e06fc:

   gpio: msm: switch Kconfig to ARCH_QCOM depends (2014-02-25 09:22:10 -0600)

----------------------------------------------------------------
Kumar Gala (5):
       tty: serial: msm: Enable building msm_serial for ARCH_QCOM
       drm/msm: drop ARCH_MSM Kconfig depend
       power: reset: msm - switch Kconfig to ARCH_QCOM depends
       hwrng: msm: switch Kconfig to ARCH_QCOM depends
       gpio: msm: switch Kconfig to ARCH_QCOM depends

  drivers/char/hw_random/Kconfig | 6 +++---
  drivers/gpio/Kconfig           | 2 +-
  drivers/gpu/drm/msm/Kconfig    | 2 +-
  drivers/power/reset/Kconfig    | 2 +-
  drivers/tty/serial/Kconfig     | 2 +-
  5 files changed, 7 insertions(+), 7 deletions(-)

--
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] 6+ messages in thread

* [GIT PULL] qcom driver changes for v3.15
@ 2014-02-25 15:29 ` Kumar Gala
  0 siblings, 0 replies; 6+ messages in thread
From: Kumar Gala @ 2014-02-25 15:29 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit cf1e8f0cd665e2a9966d2bee4e11ecc0938ff166:

   ARM: qcom: Rename various msm prefixed functions to qcom (2014-02-06 16:20:41 -0600)

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

for you to fetch changes up to add798a40aec3a768165055477ba8bfee21e06fc:

   gpio: msm: switch Kconfig to ARCH_QCOM depends (2014-02-25 09:22:10 -0600)

----------------------------------------------------------------
Kumar Gala (5):
       tty: serial: msm: Enable building msm_serial for ARCH_QCOM
       drm/msm: drop ARCH_MSM Kconfig depend
       power: reset: msm - switch Kconfig to ARCH_QCOM depends
       hwrng: msm: switch Kconfig to ARCH_QCOM depends
       gpio: msm: switch Kconfig to ARCH_QCOM depends

  drivers/char/hw_random/Kconfig | 6 +++---
  drivers/gpio/Kconfig           | 2 +-
  drivers/gpu/drm/msm/Kconfig    | 2 +-
  drivers/power/reset/Kconfig    | 2 +-
  drivers/tty/serial/Kconfig     | 2 +-
  5 files changed, 7 insertions(+), 7 deletions(-)

--
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] 6+ messages in thread

* Re: [GIT PULL] qcom driver changes for v3.15
  2014-02-25 15:29 ` Kumar Gala
@ 2014-02-25 17:14   ` Arnd Bergmann
  -1 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2014-02-25 17:14 UTC (permalink / raw)
  To: Kumar Gala
  Cc: arm, Kevin Hilman, linux-arm-msm, linux-kernel, Rohit Vaswani,
	Olof Johansson, David Brown, linus.walleij, gnurou, herbert,
	robdclark, linux-arm-kernel

On Tuesday 25 February 2014, Kumar Gala wrote:
> The following changes since commit cf1e8f0cd665e2a9966d2bee4e11ecc0938ff166:
> 
>    ARM: qcom: Rename various msm prefixed functions to qcom (2014-02-06 16:20:41 -0600)
> 
> 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.15
> 
> for you to fetch changes up to add798a40aec3a768165055477ba8bfee21e06fc:
> 
>    gpio: msm: switch Kconfig to ARCH_QCOM depends (2014-02-25 09:22:10 -0600)
> 

Applied to the next/drivers branch now, and added a merge description
that I adapted from your patch changelogs:

    Merge "qcom driver changes for v3.15" from Kumar Gala:
    
    We've split Qualcomm MSM support into legacy and multiplatform.  These
    drivers are only relevant on the multiplatform supported SoCs so switch the
    Kconfig depends to ARCH_QCOM.
    
It would be helpful if you can in the future always add a description
yourself when creating the tag.

	Arnd

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

* [GIT PULL] qcom driver changes for v3.15
@ 2014-02-25 17:14   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2014-02-25 17:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 25 February 2014, Kumar Gala wrote:
> The following changes since commit cf1e8f0cd665e2a9966d2bee4e11ecc0938ff166:
> 
>    ARM: qcom: Rename various msm prefixed functions to qcom (2014-02-06 16:20:41 -0600)
> 
> 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.15
> 
> for you to fetch changes up to add798a40aec3a768165055477ba8bfee21e06fc:
> 
>    gpio: msm: switch Kconfig to ARCH_QCOM depends (2014-02-25 09:22:10 -0600)
> 

Applied to the next/drivers branch now, and added a merge description
that I adapted from your patch changelogs:

    Merge "qcom driver changes for v3.15" from Kumar Gala:
    
    We've split Qualcomm MSM support into legacy and multiplatform.  These
    drivers are only relevant on the multiplatform supported SoCs so switch the
    Kconfig depends to ARCH_QCOM.
    
It would be helpful if you can in the future always add a description
yourself when creating the tag.

	Arnd

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

* Re: [GIT PULL] qcom driver changes for v3.15
  2014-02-25 17:14   ` Arnd Bergmann
@ 2014-02-25 20:25     ` Kumar Gala
  -1 siblings, 0 replies; 6+ messages in thread
From: Kumar Gala @ 2014-02-25 20:25 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: arm, Kevin Hilman, linux-arm-msm, linux-kernel, Rohit Vaswani,
	Olof Johansson, David Brown, Linus Walleij, Alexandre Courbot,
	Herbert Xu, robdclark, linux-arm-kernel


On Feb 25, 2014, at 11:14 AM, Arnd Bergmann <arnd@arndb.de> wrote:

> On Tuesday 25 February 2014, Kumar Gala wrote:
>> The following changes since commit cf1e8f0cd665e2a9966d2bee4e11ecc0938ff166:
>> 
>>   ARM: qcom: Rename various msm prefixed functions to qcom (2014-02-06 16:20:41 -0600)
>> 
>> 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.15
>> 
>> for you to fetch changes up to add798a40aec3a768165055477ba8bfee21e06fc:
>> 
>>   gpio: msm: switch Kconfig to ARCH_QCOM depends (2014-02-25 09:22:10 -0600)
>> 
> 
> Applied to the next/drivers branch now, and added a merge description
> that I adapted from your patch changelogs:
> 
>    Merge "qcom driver changes for v3.15" from Kumar Gala:
> 
>    We've split Qualcomm MSM support into legacy and multiplatform.  These
>    drivers are only relevant on the multiplatform supported SoCs so switch the
>    Kconfig depends to ARCH_QCOM.
> 
> It would be helpful if you can in the future always add a description
> yourself when creating the tag.
> 
> 	Arnd

Oops, I think when I updated the tag before sending I lost the message in the tag

- k

-- 
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] 6+ messages in thread

* [GIT PULL] qcom driver changes for v3.15
@ 2014-02-25 20:25     ` Kumar Gala
  0 siblings, 0 replies; 6+ messages in thread
From: Kumar Gala @ 2014-02-25 20:25 UTC (permalink / raw)
  To: linux-arm-kernel


On Feb 25, 2014, at 11:14 AM, Arnd Bergmann <arnd@arndb.de> wrote:

> On Tuesday 25 February 2014, Kumar Gala wrote:
>> The following changes since commit cf1e8f0cd665e2a9966d2bee4e11ecc0938ff166:
>> 
>>   ARM: qcom: Rename various msm prefixed functions to qcom (2014-02-06 16:20:41 -0600)
>> 
>> 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.15
>> 
>> for you to fetch changes up to add798a40aec3a768165055477ba8bfee21e06fc:
>> 
>>   gpio: msm: switch Kconfig to ARCH_QCOM depends (2014-02-25 09:22:10 -0600)
>> 
> 
> Applied to the next/drivers branch now, and added a merge description
> that I adapted from your patch changelogs:
> 
>    Merge "qcom driver changes for v3.15" from Kumar Gala:
> 
>    We've split Qualcomm MSM support into legacy and multiplatform.  These
>    drivers are only relevant on the multiplatform supported SoCs so switch the
>    Kconfig depends to ARCH_QCOM.
> 
> It would be helpful if you can in the future always add a description
> yourself when creating the tag.
> 
> 	Arnd

Oops, I think when I updated the tag before sending I lost the message in the tag

- k

-- 
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] 6+ messages in thread

end of thread, other threads:[~2014-02-25 20:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-25 15:29 [GIT PULL] qcom driver changes for v3.15 Kumar Gala
2014-02-25 15:29 ` Kumar Gala
2014-02-25 17:14 ` Arnd Bergmann
2014-02-25 17:14   ` Arnd Bergmann
2014-02-25 20:25   ` Kumar Gala
2014-02-25 20:25     ` Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.