[PATCH] ARM: msm: rename two Kconfig macros

2014-05-15 Thread Paul Bolle
Commit 650e3f0d66ad ("ARM: msm: Consolidate and move DEBUG_LL to DEBUG_LL choice") appears to have renamed MSM_DEBUG_UART1 MSM_DEBUG_UART2 MSM_DEBUG_UART3 to DEBUG_MSM_UART1 DEBUG_MSM_UART2 DEBUG_MSM_UART3 It missed a check for CONFIG_MSM_DEBUG_UART1 and a check for

[PATCH] ARM: msm: rename two Kconfig macros

2014-05-15 Thread Paul Bolle
Commit 650e3f0d66ad (ARM: msm: Consolidate and move DEBUG_LL to DEBUG_LL choice) appears to have renamed MSM_DEBUG_UART1 MSM_DEBUG_UART2 MSM_DEBUG_UART3 to DEBUG_MSM_UART1 DEBUG_MSM_UART2 DEBUG_MSM_UART3 It missed a check for CONFIG_MSM_DEBUG_UART1 and a check for

[PATCH] ARM: msm: rename two Kconfig macros

2013-03-29 Thread Paul Bolle
Commit 650e3f0d66ade2a614d854765dae3bbc9a87f58d ("ARM: msm: Consolidate and move DEBUG_LL to DEBUG_LL choice") renamed the Kconfig symbols MSM_DEBUG_UART1, MSM_DEBUG_UART2, and MSM_DEBUG_UART3 to DEBUG_MSM_UART1, etc. It also added some references to CONFIG_DEBUG_MSM_UART1, etc. It did not,

[PATCH] ARM: msm: rename two Kconfig macros

2013-03-29 Thread Paul Bolle
Commit 650e3f0d66ade2a614d854765dae3bbc9a87f58d (ARM: msm: Consolidate and move DEBUG_LL to DEBUG_LL choice) renamed the Kconfig symbols MSM_DEBUG_UART1, MSM_DEBUG_UART2, and MSM_DEBUG_UART3 to DEBUG_MSM_UART1, etc. It also added some references to CONFIG_DEBUG_MSM_UART1, etc. It did not, however,