mbox

[GIT,PULL] qcom driver changes for v3.15

Message ID alpine.DEB.2.00.1402250926210.17163@galak-ubuntu.qualcomm.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git tags/qcom-drivers-for-3.15

Message

Kumar Gala Feb. 25, 2014, 3:29 p.m. UTC
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

Comments

Arnd Bergmann Feb. 25, 2014, 5:14 p.m. UTC | #1
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
Kumar Gala Feb. 25, 2014, 8:25 p.m. UTC | #2
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