2014-02-25 15:29:10

by Kumar Gala

[permalink] [raw]
Subject: [GIT PULL] qcom driver changes for v3.15

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


2014-02-25 17:14:56

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [GIT PULL] qcom driver changes for v3.15

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

2014-02-25 20:25:56

by Kumar Gala

[permalink] [raw]
Subject: Re: [GIT PULL] qcom driver changes for v3.15


On Feb 25, 2014, at 11:14 AM, Arnd Bergmann <[email protected]> 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