Re: [GIT PULL] qcom SoC changes for v3.16-2

2014-05-30 Thread Olof Johansson
On Fri, May 30, 2014 at 11:43:13AM -0500, Kumar Gala wrote:
 The following changes since commit 87cfb00d666cca3abf36f755279cde1b27b9c377:
 
   ARM: qcom: Select PINCTRL by default for ARCH_QCOM (2014-05-22 11:50:42 
 -0500)
 
 are available in the git repository at:
 
   git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git 
 tags/qcom-soc-for-3.16-2
 
 for you to fetch changes up to 2f528dd3b30c4351c0ece73b8bdc39753c02003b:
 
   ARM: debug: qcom: add UART addresses to Kconfig help for APQ8084 
 (2014-05-29 11:14:28 -0500)
 
 
 Qualcomm ARM Based SoC Updates for v3.16-2
 
 * Updated Kconfig DEBUG_QCOM_UARTDM help to include APQ8084 info

Merged, thanks.


-Olof
--
To unsubscribe from this list: send the line unsubscribe linux-arm-msm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PULL] qcom SoC changes for v3.16

2014-05-26 Thread Paul Bolle
On Fri, 2014-05-23 at 13:42 -0500, Kumar Gala wrote:
 Ivan T. Ivanov (1):
ARM: debug: qcom: make UART address selection configuration option

This one just landed in linux-next (next-20140526).

It removed the Kconfig options DEBUG_MSM_UART1, DEBUG_MSM_UART3, and
DEBUG_MSM_UART3. It did not touch these references to their macros:
arch/arm/mach-msm/io.c:60:#if defined(CONFIG_DEBUG_MSM_UART1) || 
defined(CONFIG_DEBUG_MSM_UART2) || \
arch/arm/mach-msm/io.c:61:defined(CONFIG_DEBUG_MSM_UART3)
arch/arm/mach-msm/io.c:79:#if defined(CONFIG_DEBUG_MSM_UART1) || 
defined(CONFIG_DEBUG_MSM_UART2) || \
arch/arm/mach-msm/io.c:80:defined(CONFIG_DEBUG_MSM_UART3)

Is a patch to fix this queued somewhere?


Paul Bolle

--
To unsubscribe from this list: send the line unsubscribe linux-arm-msm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PULL] qcom SoC changes for v3.16

2014-05-26 Thread Georgi Djakov

On 05/26/2014 03:49 PM, Paul Bolle wrote:

On Fri, 2014-05-23 at 13:42 -0500, Kumar Gala wrote:

Ivan T. Ivanov (1):
ARM: debug: qcom: make UART address selection configuration option


This one just landed in linux-next (next-20140526).

It removed the Kconfig options DEBUG_MSM_UART1, DEBUG_MSM_UART3, and
DEBUG_MSM_UART3. It did not touch these references to their macros:
 arch/arm/mach-msm/io.c:60:#if defined(CONFIG_DEBUG_MSM_UART1) || 
defined(CONFIG_DEBUG_MSM_UART2) || \
 arch/arm/mach-msm/io.c:61:defined(CONFIG_DEBUG_MSM_UART3)
 arch/arm/mach-msm/io.c:79:#if defined(CONFIG_DEBUG_MSM_UART1) || 
defined(CONFIG_DEBUG_MSM_UART2) || \
 arch/arm/mach-msm/io.c:80:defined(CONFIG_DEBUG_MSM_UART3)

Is a patch to fix this queued somewhere?



Not yet, but I'll send one in a minute.

Thanks,
Georgi
--
To unsubscribe from this list: send the line unsubscribe linux-arm-msm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PULL] qcom SoC changes for v3.16

2014-05-26 Thread Ivan T. Ivanov
On Mon, 2014-05-26 at 14:49 +0200, Paul Bolle wrote:
 On Fri, 2014-05-23 at 13:42 -0500, Kumar Gala wrote:
  Ivan T. Ivanov (1):
 ARM: debug: qcom: make UART address selection configuration option
 
 This one just landed in linux-next (next-20140526).
 
 It removed the Kconfig options DEBUG_MSM_UART1, DEBUG_MSM_UART3, and
 DEBUG_MSM_UART3. It did not touch these references to their macros:
 arch/arm/mach-msm/io.c:60:#if defined(CONFIG_DEBUG_MSM_UART1) || 
 defined(CONFIG_DEBUG_MSM_UART2) || \
 arch/arm/mach-msm/io.c:61:defined(CONFIG_DEBUG_MSM_UART3)
 arch/arm/mach-msm/io.c:79:#if defined(CONFIG_DEBUG_MSM_UART1) || 
 defined(CONFIG_DEBUG_MSM_UART2) || \
 arch/arm/mach-msm/io.c:80:defined(CONFIG_DEBUG_MSM_UART3)
 
 Is a patch to fix this queued somewhere?
 

Hm, there was some conflicts, which where resolved by Stephen
Rothwell [1], but maybe there is still something wrong. Have to check.

Regards,
Ivan

[1] https://lkml.org/lkml/2014/5/25/147


 
 Paul Bolle
 


--
To unsubscribe from this list: send the line unsubscribe linux-arm-msm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html