RE: Bluetooth: might sleep error in hidp_session_thread

2017-06-23 Thread Rohit Vaswani
I don't have a way to reply back to the older message; but you can use by tested-by for the below patch and re-send: For patch: [v4,3/3] Bluetooth: hidp: fix possible might sleep error in hidp_session_thread Tested-by: Rohit Vaswani <rvasw...@nvidia.com> -Rohit -Original M

RE: Bluetooth: might sleep error in hidp_session_thread

2017-06-23 Thread Rohit Vaswani
I don't have a way to reply back to the older message; but you can use by tested-by for the below patch and re-send: For patch: [v4,3/3] Bluetooth: hidp: fix possible might sleep error in hidp_session_thread Tested-by: Rohit Vaswani -Rohit -Original Message- From: jeffy

Bluetooth: might sleep error in hidp_session_thread

2017-06-12 Thread Rohit Vaswani
Hi Jeffy, I was looking into the patch from Jeffy Chen from February 14 2017 : [v4,3/3] Bluetooth: hidp: fix possible might sleep error in hidp_session_thread: https://patchwork.kernel.org/patch/9570931/ We faced a similar issue and this patch seems to fix the problem in our preliminary

Bluetooth: might sleep error in hidp_session_thread

2017-06-12 Thread Rohit Vaswani
Hi Jeffy, I was looking into the patch from Jeffy Chen from February 14 2017 : [v4,3/3] Bluetooth: hidp: fix possible might sleep error in hidp_session_thread: https://patchwork.kernel.org/patch/9570931/ We faced a similar issue and this patch seems to fix the problem in our preliminary

[PATCH] mm: cma: Fix incorrect type conversion for size during dma allocation

2015-10-14 Thread Rohit Vaswani
+0x114/0x18c Signed-off-by: Rohit Vaswani --- drivers/base/dma-contiguous.c | 2 +- include/linux/cma.h| 2 +- include/linux/dma-contiguous.h | 4 ++-- mm/cma.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/base/dma-contiguous.c

[PATCH] mm: cma: Fix incorrect type conversion for size during dma allocation

2015-10-14 Thread Rohit Vaswani
+0x114/0x18c Signed-off-by: Rohit Vaswani <rvasw...@codeaurora.org> --- drivers/base/dma-contiguous.c | 2 +- include/linux/cma.h| 2 +- include/linux/dma-contiguous.h | 4 ++-- mm/cma.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff

[PATCH] mm: cma: Fix incorrect type conversion for size during dma allocation

2015-10-12 Thread Rohit Vaswani
+0x114/0x18c Change-Id: I4e2db81c496604ecbe93ec21fe8ee94589c8eb63 Signed-off-by: Rohit Vaswani --- drivers/base/dma-contiguous.c | 2 +- include/linux/cma.h| 2 +- include/linux/dma-contiguous.h | 4 ++-- mm/cma.c | 4 ++-- 4 files changed, 6 insertions(+), 6

[PATCH] mm: cma: Fix incorrect type conversion for size during dma allocation

2015-10-12 Thread Rohit Vaswani
+0x114/0x18c Change-Id: I4e2db81c496604ecbe93ec21fe8ee94589c8eb63 Signed-off-by: Rohit Vaswani <rvasw...@codeaurora.org> --- drivers/base/dma-contiguous.c | 2 +- include/linux/cma.h| 2 +- include/linux/dma-contiguous.h | 4 ++-- mm/cma.c | 4 ++-- 4 files c

Re: [PATCH] arm64: smp: Update the topology masks before calling CPU_STARTING notifiers

2014-08-15 Thread Rohit Vaswani
On 8/15/2014 3:43 AM, Will Deacon wrote: On Wed, Aug 13, 2014 at 02:11:09AM +0100, Rohit Vaswani wrote: Currently, the CPU_STARTING notifiers would observe an incorrect sibling mask since the notifier chain is called before the topology masks are updated for the new cpu. Update the topology

Re: [PATCH] arm64: smp: Update the topology masks before calling CPU_STARTING notifiers

2014-08-15 Thread Rohit Vaswani
On 8/15/2014 3:43 AM, Will Deacon wrote: On Wed, Aug 13, 2014 at 02:11:09AM +0100, Rohit Vaswani wrote: Currently, the CPU_STARTING notifiers would observe an incorrect sibling mask since the notifier chain is called before the topology masks are updated for the new cpu. Update the topology

[PATCH] arm64: smp: Update the topology masks before calling CPU_STARTING notifiers

2014-08-12 Thread Rohit Vaswani
Currently, the CPU_STARTING notifiers would observe an incorrect sibling mask since the notifier chain is called before the topology masks are updated for the new cpu. Update the topology masks before calling the notifier chain to fix this problem. Signed-off-by: Rohit Vaswani --- arch/arm

[PATCH] arm64: smp: Update the topology masks before calling CPU_STARTING notifiers

2014-08-12 Thread Rohit Vaswani
Currently, the CPU_STARTING notifiers would observe an incorrect sibling mask since the notifier chain is called before the topology masks are updated for the new cpu. Update the topology masks before calling the notifier chain to fix this problem. Signed-off-by: Rohit Vaswani rvasw

Re: [PATCH 1/2] gpio: msm: Fix irq mask/unmask by writing bits instead of numbers

2013-12-18 Thread Rohit Vaswani
as interrupts. Signed-off-by: Stephen Boyd I've applied this for fixes and tagged for stable. Björn, Rohit: OK? Yours, Linus Walleij Acked-by: Rohit Vaswani Thanks, Rohit Vaswani -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation

Re: [PATCH 1/2] gpio: msm: Fix irq mask/unmask by writing bits instead of numbers

2013-12-18 Thread Rohit Vaswani
. This fixes gpios acting as interrupts. Signed-off-by: Stephen Boyd sb...@codeaurora.org I've applied this for fixes and tagged for stable. Björn, Rohit: OK? Yours, Linus Walleij Acked-by: Rohit Vaswani rvasw...@codeaurora.org Thanks, Rohit Vaswani -- The Qualcomm Innovation Center, Inc. is a member

[PATCHv6 2/4] ARM: msm: Add support for APQ8074 Dragonboard

2013-10-17 Thread Rohit Vaswani
This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/qcom-apq8074

[PATCHv6 2/4] ARM: msm: Add support for APQ8074 Dragonboard

2013-10-17 Thread Rohit Vaswani
This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/qcom

[PATCHv5 2/4] ARM: msm: Add support for APQ8074 Dragonboard

2013-10-12 Thread Rohit Vaswani
This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/qcom-apq8074

[PATCHv5 2/4] ARM: msm: Add support for APQ8074 Dragonboard

2013-10-12 Thread Rohit Vaswani
This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/qcom

Re: Use of drivers/platform and matching include?

2013-10-08 Thread Rohit Vaswani
already in codeaurora for 8974/8226/8626/8610 etc? Yes. Thanks, Andi -- 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 Thanks, Roh

Re: Use of drivers/platform and matching include?

2013-10-08 Thread Rohit Vaswani
already in codeaurora for 8974/8226/8626/8610 etc? Yes. Thanks, Andi -- 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 Thanks, Rohit Vaswani

Re: Use of drivers/platform and matching include?

2013-10-07 Thread Rohit Vaswani
? and the headers could go into include/linux/qcom-*.h Thanks, Rohit Vaswani -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: Use of drivers/platform and matching include?

2013-10-07 Thread Rohit Vaswani
/* be a reasonable place to add them ? and the headers could go into include/linux/qcom-*.h snip Thanks, Rohit Vaswani -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCHv4 2/4] ARM: msm: Add support for APQ8074 Dragonboard

2013-10-04 Thread Rohit Vaswani
On 10/4/2013 1:28 AM, Ivan T. Ivanov wrote: Hi Rohit, On Thu, 2013-10-03 at 16:05 -0700, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit

Re: [PATCHv4 2/4] ARM: msm: Add support for APQ8074 Dragonboard

2013-10-04 Thread Rohit Vaswani
On 10/4/2013 1:28 AM, Ivan T. Ivanov wrote: Hi Rohit, On Thu, 2013-10-03 at 16:05 -0700, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit

[PATCH 3/4] ARM: debug: msm: Add DEBUG_LL support for ARCH_MSM8974

2013-10-03 Thread Rohit Vaswani
Add debug uart support for MSM8974. This patch adds a Kconfig entry and the base address for the debug uart. Signed-off-by: Rohit Vaswani --- arch/arm/Kconfig.debug | 9 + arch/arm/include/debug/msm.S | 5 + 2 files changed, 14 insertions(+) diff --git a/arch/arm

[PATCH 0/4]Re-organize DEBUG_UART for MSM and add support for MSM8974

2013-10-03 Thread Rohit Vaswani
As a pre-cursor, this series cleans-up the DEBUG_UART configs for msm and includes patches to add basic board support for MSM8974 and debug uart support for it as well. The debug uart patches will be added to Russell's patch tracker and hence were separated from the MSM8974 patch. Rohit Vaswani

[PATCH 1/4] ARM: debug: Create CONFIG_DEBUG_MSM_UART and re-organize the selects for MSM

2013-10-03 Thread Rohit Vaswani
Create the hidden config DEBUG_MSM_UART and clean-up the default selection for CONFIG_DEBUG_LL_INCLUDE. Signed-off-by: Rohit Vaswani --- arch/arm/Kconfig.debug | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug

[PATCHv4 2/4] ARM: msm: Add support for APQ8074 Dragonboard

2013-10-03 Thread Rohit Vaswani
This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/qcom-apq8074

[PATCH 1/4] ARM: debug: Create CONFIG_DEBUG_MSM_UART and re-organize the selects for MSM

2013-10-03 Thread Rohit Vaswani
Create the hidden config DEBUG_MSM_UART and clean-up the default selection for CONFIG_DEBUG_LL_INCLUDE. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/Kconfig.debug | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/arch/arm/Kconfig.debug b

[PATCHv4 2/4] ARM: msm: Add support for APQ8074 Dragonboard

2013-10-03 Thread Rohit Vaswani
This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/qcom

[PATCH 0/4]Re-organize DEBUG_UART for MSM and add support for MSM8974

2013-10-03 Thread Rohit Vaswani
As a pre-cursor, this series cleans-up the DEBUG_UART configs for msm and includes patches to add basic board support for MSM8974 and debug uart support for it as well. The debug uart patches will be added to Russell's patch tracker and hence were separated from the MSM8974 patch. Rohit Vaswani

[PATCH 3/4] ARM: debug: msm: Add DEBUG_LL support for ARCH_MSM8974

2013-10-03 Thread Rohit Vaswani
Add debug uart support for MSM8974. This patch adds a Kconfig entry and the base address for the debug uart. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/Kconfig.debug | 9 + arch/arm/include/debug/msm.S | 5 + 2 files changed, 14 insertions(+) diff --git

Re: [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-26 Thread Rohit Vaswani
On 9/26/2013 11:05 AM, Rohit Vaswani wrote: On 9/26/2013 9:37 AM, Kumar Gala wrote: +++ b/arch/arm/boot/dts/qcom-apq8074-dragonboard.dts @@ -0,0 +1,6 @@ +/include/ "qcom-msm8974.dtsi" + +/ { +model = "Qualcomm APQ8074 Dragonboard"; +compatible = "qcom,ap

Re: [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-26 Thread Rohit Vaswani
;, + <0xf9002000 0x1000>; + }; + + timer { + compatible = "arm,armv7-timer"; + interrupts = <1 2 0xf08>, +<1 3 0xf08>, + <1 4 0xf08>, +<

Re: [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-26 Thread Rohit Vaswani
, +1 3 0xf08, +1 4 0xf08, +1 1 0xf08; + clock-frequency = 1920; + }; +}; - k Thanks, Rohit Vaswani -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted

Re: [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-26 Thread Rohit Vaswani
On 9/26/2013 11:05 AM, Rohit Vaswani wrote: On 9/26/2013 9:37 AM, Kumar Gala wrote: snip +++ b/arch/arm/boot/dts/qcom-apq8074-dragonboard.dts @@ -0,0 +1,6 @@ +/include/ qcom-msm8974.dtsi + +/ { +model = Qualcomm APQ8074 Dragonboard; +compatible = qcom,apq8074-dragonboard, qcom

Re: [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-25 Thread Rohit Vaswani
On 9/25/2013 12:49 PM, Kumar Gala wrote: On Sep 23, 2013, at 10:13 PM, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani --- arch

Re: [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-25 Thread Rohit Vaswani
On 9/25/2013 12:49 PM, Kumar Gala wrote: On Sep 23, 2013, at 10:13 PM, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani rvasw

[PATCH 1/3] ARM: debug: Create CONFIG_DEBUG_MSM_UART and re-organize the selects for MSM

2013-09-23 Thread Rohit Vaswani
Create the hidden config DEBUG_MSM_UART and clean-up the default selection for CONFIG_DEBUG_LL_INCLUDE. Signed-off-by: Rohit Vaswani --- arch/arm/Kconfig.debug | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug

[PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-23 Thread Rohit Vaswani
This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani --- arch/arm/Kconfig.debug | 9 +++ arch/arm/boot/dts/Makefile

[no subject]

2013-09-23 Thread Rohit Vaswani
Date: Mon, 23 Sep 2013 19:51:25 -0700 Subject: [PATCH 1/3] ARM: debug: Create CONFIG_DEBUG_MSM_UART and re-organize the selects for MSM Create the hidden config DEBUG_MSM_UART and clean-up the default selection for CONFIG_DEBUG_LL_INCLUDE. Signed-off-by: Rohit Vaswani --- arch/arm

[no subject]

2013-09-23 Thread Rohit Vaswani
Date: Mon, 23 Sep 2013 19:51:25 -0700 Subject: [PATCH 1/3] ARM: debug: Create CONFIG_DEBUG_MSM_UART and re-organize the selects for MSM Create the hidden config DEBUG_MSM_UART and clean-up the default selection for CONFIG_DEBUG_LL_INCLUDE. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org

[PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-23 Thread Rohit Vaswani
This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/Kconfig.debug | 9 +++ arch/arm/boot/dts

[PATCH 1/3] ARM: debug: Create CONFIG_DEBUG_MSM_UART and re-organize the selects for MSM

2013-09-23 Thread Rohit Vaswani
Create the hidden config DEBUG_MSM_UART and clean-up the default selection for CONFIG_DEBUG_LL_INCLUDE. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/Kconfig.debug | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/arch/arm/Kconfig.debug b

Re: [PATCH] ARM: msm: Move msm devicetrees under a Qualcomm dir

2013-09-16 Thread Rohit Vaswani
as run out of steam, especially as more SoCs come out of Qualcomm that aren't just targeting phones & tablets. - k Thanks, Rohit Vaswani -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list:

Re: [PATCH] ARM: msm: Move msm devicetrees under a Qualcomm dir

2013-09-16 Thread Rohit Vaswani
run out of steam, especially as more SoCs come out of Qualcomm that aren't just targeting phones tablets. - k Thanks, Rohit Vaswani -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line

Re: [PATCH 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-09-12 Thread Rohit Vaswani
to format this as a valid patch. I don't have preferences. Rohit could you send this patch with you changes? Yep. Will fixup this as part of the initial support. Regards, Ivan Thanks, David Thanks, Rohit Vaswani -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum

Re: [PATCH 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-09-12 Thread Rohit Vaswani
to format this as a valid patch. I don't have preferences. Rohit could you send this patch with you changes? Yep. Will fixup this as part of the initial support. Regards, Ivan Thanks, David Thanks, Rohit Vaswani -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum

[PATCHv2 2/2] ARM: msm: Create a common board-dt and config ARCH_MSM_DT

2013-09-09 Thread Rohit Vaswani
Create a config ARCH_MSM_DT and common board-dt.c to encapsulate the MSM DT based targets. Reviewed-by: Stephen Boyd Signed-off-by: Rohit Vaswani --- arch/arm/mach-msm/Kconfig | 13 +++ arch/arm/mach-msm/Makefile| 3 +-- arch/arm/mach-msm/board-dt-8660.c | 48

[PATCHv2 1/2] ARM: msm: Remove irqs-*.h files for DT based targets

2013-09-09 Thread Rohit Vaswani
From: Stephen Boyd We don't want or need the irqs.h files from the DT based MSM targets. Remove these header files and select sparse irq so that we don't try to include the mach/irqs.h file. Reviewed-by: Rohit Vaswani Signed-off-by: Stephen Boyd Signed-off-by: Rohit Vaswani --- arch/arm

[PATCH 1/2] ARM: msm: Remove irqs-*.h files for DT based targets

2013-09-09 Thread Rohit Vaswani
From: Stephen Boyd We don't want or need the irqs.h files from the DT based MSM targets. Remove these header files and select sparse irq so that we don't try to include the mach/irqs.h file. Signed-off-by: Stephen Boyd --- arch/arm/mach-msm/Kconfig | 2 +

[PATCH 2/2] ARM: msm: Create a common board-dt and config ARCH_MSM_DT

2013-09-09 Thread Rohit Vaswani
Create a config ARCH_MSM_DT and common board-dt.c to encapsulate the MSM DT based targets. Signed-off-by: Rohit Vaswani --- arch/arm/mach-msm/Kconfig | 13 +++ arch/arm/mach-msm/Makefile| 3 +-- arch/arm/mach-msm/board-dt-8660.c | 48

Re: [PATCHv3 1/2] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-09 Thread Rohit Vaswani
On 9/9/2013 3:04 PM, Kumar Gala wrote: On Sep 9, 2013, at 4:42 PM, Rohit Vaswani wrote: On 9/9/2013 2:25 PM, Kumar Gala wrote: On Fri, Sep 06, 2013 at 12:32:22PM -0700, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard dtb-$(CONFIG_ARCH_MSM) += msm8660

Re: [PATCHv3 1/2] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-09 Thread Rohit Vaswani
On 9/9/2013 2:25 PM, Kumar Gala wrote: On Fri, Sep 06, 2013 at 12:32:22PM -0700, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard dtb-$(CONFIG_ARCH_MSM) += msm8660-surf.dtb \ - msm8960-cdp.dtb + msm8960-cdp.dtb \ + apq8074-dragonboard.dtb

Re: [PATCHv3 1/2] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-09 Thread Rohit Vaswani
On 9/6/2013 2:50 PM, Olof Johansson wrote: Hi, Some comments below. On Fri, Sep 06, 2013 at 12:32:22PM -0700, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard dtb-$(CONFIG_ARCH_MSM) += msm8660-surf.dtb \ - msm8960-cdp.dtb + msm8960-cdp.dtb

Re: [PATCHv3 1/2] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-09 Thread Rohit Vaswani
On 9/6/2013 2:50 PM, Olof Johansson wrote: Hi, Some comments below. On Fri, Sep 06, 2013 at 12:32:22PM -0700, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard snip dtb-$(CONFIG_ARCH_MSM) += msm8660-surf.dtb \ - msm8960-cdp.dtb + msm8960-cdp.dtb

Re: [PATCHv3 1/2] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-09 Thread Rohit Vaswani
On 9/9/2013 2:25 PM, Kumar Gala wrote: snip On Fri, Sep 06, 2013 at 12:32:22PM -0700, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard snip dtb-$(CONFIG_ARCH_MSM) += msm8660-surf.dtb \ - msm8960-cdp.dtb + msm8960-cdp.dtb \ + apq8074

Re: [PATCHv3 1/2] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-09 Thread Rohit Vaswani
On 9/9/2013 3:04 PM, Kumar Gala wrote: On Sep 9, 2013, at 4:42 PM, Rohit Vaswani wrote: On 9/9/2013 2:25 PM, Kumar Gala wrote: snip On Fri, Sep 06, 2013 at 12:32:22PM -0700, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard snip dtb-$(CONFIG_ARCH_MSM

[PATCH 2/2] ARM: msm: Create a common board-dt and config ARCH_MSM_DT

2013-09-09 Thread Rohit Vaswani
Create a config ARCH_MSM_DT and common board-dt.c to encapsulate the MSM DT based targets. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/mach-msm/Kconfig | 13 +++ arch/arm/mach-msm/Makefile| 3 +-- arch/arm/mach-msm/board-dt-8660.c | 48

[PATCH 1/2] ARM: msm: Remove irqs-*.h files for DT based targets

2013-09-09 Thread Rohit Vaswani
From: Stephen Boyd sb...@codeaurora.org We don't want or need the irqs.h files from the DT based MSM targets. Remove these header files and select sparse irq so that we don't try to include the mach/irqs.h file. Signed-off-by: Stephen Boyd sb...@codeaurora.org --- arch/arm/mach-msm/Kconfig

[PATCHv2 2/2] ARM: msm: Create a common board-dt and config ARCH_MSM_DT

2013-09-09 Thread Rohit Vaswani
Create a config ARCH_MSM_DT and common board-dt.c to encapsulate the MSM DT based targets. Reviewed-by: Stephen Boyd sb...@codeaurora.org Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/mach-msm/Kconfig | 13 +++ arch/arm/mach-msm/Makefile| 3 +-- arch

[PATCHv2 1/2] ARM: msm: Remove irqs-*.h files for DT based targets

2013-09-09 Thread Rohit Vaswani
From: Stephen Boyd sb...@codeaurora.org We don't want or need the irqs.h files from the DT based MSM targets. Remove these header files and select sparse irq so that we don't try to include the mach/irqs.h file. Reviewed-by: Rohit Vaswani rvasw...@codeaurora.org Signed-off-by: Stephen Boyd sb

[PATCHv3 1/2] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-06 Thread Rohit Vaswani
This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani --- arch/arm/boot/dts/Makefile| 3 ++- arch/arm/boot/dts/apq8074-dragonboard.dts | 6

Re: [PATCHv2 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-09-06 Thread Rohit Vaswani
On 9/6/2013 7:22 AM, Kumar Gala wrote: On Sep 5, 2013, at 7:04 PM, Rohit Vaswani wrote: This patch adds basic board support for MSM8974 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani --- arch/arm

Re: [PATCHv2 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-09-06 Thread Rohit Vaswani
On 9/6/2013 7:28 AM, Kumar Gala wrote: On Sep 5, 2013, at 7:04 PM, Rohit Vaswani wrote: diff --git a/arch/arm/boot/dts/msm8974-db.dts b/arch/arm/boot/dts/msm8974-db.dts new file mode 100644 index 000..74106a8 --- /dev/null +++ b/arch/arm/boot/dts/msm8974-db.dts @@ -0,0 +1,7 @@ +/include

Re: [PATCHv2 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-09-06 Thread Rohit Vaswani
On 9/6/2013 7:28 AM, Kumar Gala wrote: On Sep 5, 2013, at 7:04 PM, Rohit Vaswani wrote: diff --git a/arch/arm/boot/dts/msm8974-db.dts b/arch/arm/boot/dts/msm8974-db.dts new file mode 100644 index 000..74106a8 --- /dev/null +++ b/arch/arm/boot/dts/msm8974-db.dts @@ -0,0 +1,7 @@ +/include

Re: [PATCHv2 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-09-06 Thread Rohit Vaswani
On 9/6/2013 7:22 AM, Kumar Gala wrote: On Sep 5, 2013, at 7:04 PM, Rohit Vaswani wrote: This patch adds basic board support for MSM8974 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani rvasw

[PATCHv3 1/2] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-06 Thread Rohit Vaswani
This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/boot/dts/Makefile| 3 ++- arch/arm/boot/dts/apq8074

[PATCHv2 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-09-05 Thread Rohit Vaswani
This patch adds basic board support for MSM8974 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani --- arch/arm/boot/dts/Makefile| 3 ++- arch/arm/boot/dts/msm8974-db.dts | 7 +++ arch/arm

[PATCHv2 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-09-05 Thread Rohit Vaswani
This patch adds basic board support for MSM8974 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/boot/dts/Makefile| 3 ++- arch/arm/boot/dts/msm8974-db.dts

Re: [RESEND PATCH 4/4] ARM: msm: Add support for 8974 SMP

2013-08-14 Thread Rohit Vaswani
On 8/2/2013 8:46 AM, Kumar Gala wrote: On Aug 1, 2013, at 9:15 PM, Rohit Vaswani wrote: Add the cpus bindings and the Kraitv2 release sequence to make SMP work for 2 cores on MSM8974. Signed-off-by: Rohit Vaswani --- Documentation/devicetree/bindings/arm/cpus.txt | 1 + arch/arm/boot/dts

Re: [PATCH 3/4] ARM: msm: Add SMP support for 8960

2013-08-14 Thread Rohit Vaswani
On 8/2/2013 8:43 AM, Kumar Gala wrote: On Aug 1, 2013, at 9:15 PM, Rohit Vaswani wrote: Add the cpus bindings and the Krait release sequence to make SMP work for MSM8960 Signed-off-by: Rohit Vaswani --- Documentation/devicetree/bindings/arm/cpus.txt | 2 + Documentation/devicetree

Re: [RESEND PATCH 4/4] ARM: msm: Add support for 8974 SMP

2013-08-14 Thread Rohit Vaswani
On 8/12/2013 9:39 AM, Mark Rutland wrote: On Fri, Aug 02, 2013 at 03:15:25AM +0100, Rohit Vaswani wrote: Add the cpus bindings and the Kraitv2 release sequence to make SMP work for 2 cores on MSM8974. Signed-off-by: Rohit Vaswani --- Documentation/devicetree/bindings/arm/cpus.txt | 1

Re: [RESEND PATCH 2/4] ARM: msm: Re-organize platsmp to make it extensible

2013-08-14 Thread Rohit Vaswani
. On Fri, Aug 02, 2013 at 03:15:23AM +0100, Rohit Vaswani wrote: This makes it easy to add SMP support for new targets by adding cpus property and the release sequence. We add the enable-method property for the cpus property to specify which release sequence to use. While at it, add the 8660 cpus

Re: [RESEND PATCH 2/4] ARM: msm: Re-organize platsmp to make it extensible

2013-08-14 Thread Rohit Vaswani
. On Fri, Aug 02, 2013 at 03:15:23AM +0100, Rohit Vaswani wrote: This makes it easy to add SMP support for new targets by adding cpus property and the release sequence. We add the enable-method property for the cpus property to specify which release sequence to use. While at it, add the 8660 cpus

Re: [RESEND PATCH 4/4] ARM: msm: Add support for 8974 SMP

2013-08-14 Thread Rohit Vaswani
On 8/12/2013 9:39 AM, Mark Rutland wrote: On Fri, Aug 02, 2013 at 03:15:25AM +0100, Rohit Vaswani wrote: Add the cpus bindings and the Kraitv2 release sequence to make SMP work for 2 cores on MSM8974. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- Documentation/devicetree/bindings

Re: [PATCH 3/4] ARM: msm: Add SMP support for 8960

2013-08-14 Thread Rohit Vaswani
On 8/2/2013 8:43 AM, Kumar Gala wrote: On Aug 1, 2013, at 9:15 PM, Rohit Vaswani wrote: Add the cpus bindings and the Krait release sequence to make SMP work for MSM8960 Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- Documentation/devicetree/bindings/arm/cpus.txt | 2

Re: [RESEND PATCH 4/4] ARM: msm: Add support for 8974 SMP

2013-08-14 Thread Rohit Vaswani
On 8/2/2013 8:46 AM, Kumar Gala wrote: On Aug 1, 2013, at 9:15 PM, Rohit Vaswani wrote: Add the cpus bindings and the Kraitv2 release sequence to make SMP work for 2 cores on MSM8974. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- Documentation/devicetree/bindings/arm/cpus.txt | 1

Re: [PATCH] [TRIVIAL] ARM: msm: fix compilation error in gpiomux

2013-08-08 Thread Rohit Vaswani
Best regards, Krzysztof ___ linux-arm-kernel mailing list linux-arm-ker...@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel Thanks, Rohit Vaswani -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora

Re: [PATCH] [TRIVIAL] ARM: msm: fix compilation error in gpiomux

2013-08-08 Thread Rohit Vaswani
this patch ? Best regards, Krzysztof ___ linux-arm-kernel mailing list linux-arm-ker...@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel Thanks, Rohit Vaswani -- The Qualcomm Innovation Center, Inc. is a member

Re: [PATCH 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-08-06 Thread Rohit Vaswani
On 8/6/2013 7:01 AM, Javier Martinez Canillas wrote: On Tue, Aug 6, 2013 at 1:02 AM, Rohit Vaswani wrote: This patch adds basic board support for MSM8974 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit

Re: [PATCH 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-08-06 Thread Rohit Vaswani
On 8/6/2013 8:47 AM, Kumar Gala wrote: On Aug 5, 2013, at 6:02 PM, Rohit Vaswani wrote: This patch adds basic board support for MSM8974 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. I think the board is APQ8074 and not MSM8974

Re: [PATCH 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-08-06 Thread Rohit Vaswani
On 8/6/2013 8:47 AM, Kumar Gala wrote: On Aug 5, 2013, at 6:02 PM, Rohit Vaswani wrote: This patch adds basic board support for MSM8974 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. I think the board is APQ8074 and not MSM8974

Re: [PATCH 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-08-06 Thread Rohit Vaswani
On 8/6/2013 7:01 AM, Javier Martinez Canillas wrote: On Tue, Aug 6, 2013 at 1:02 AM, Rohit Vaswani rvasw...@codeaurora.org wrote: This patch adds basic board support for MSM8974 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree

[PATCH 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-08-05 Thread Rohit Vaswani
This patch adds basic board support for MSM8974 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani --- arch/arm/boot/dts/Makefile| 3 ++- arch/arm/boot/dts/msm8974-db.dts | 26

[PATCH 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-08-05 Thread Rohit Vaswani
This patch adds basic board support for MSM8974 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/boot/dts/Makefile| 3 ++- arch/arm/boot/dts/msm8974-db.dts

Re: [RESEND PATCH 1/2] ARM: msm: Add support for MSM8974

2013-08-01 Thread Rohit Vaswani
On 8/1/2013 7:29 PM, Stephen Warren wrote: On 08/01/2013 07:23 PM, Rohit Vaswani wrote: This patch adds basic board support for MSM8974 which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. arch/arm/boot/dts/msm8974.dts | 26

[RESEND PATCH 1/4] ARM: msm: Remove pen_release usage

2013-08-01 Thread Rohit Vaswani
pen_release is no longer required as the synchronization is now managed by generic arm code. This is done as suggested in https://lkml.org/lkml/2013/6/4/184 Signed-off-by: Rohit Vaswani --- arch/arm/mach-msm/Makefile | 2 +- arch/arm/mach-msm/headsmp.S | 39

[PATCH 3/4] ARM: msm: Add SMP support for 8960

2013-08-01 Thread Rohit Vaswani
Add the cpus bindings and the Krait release sequence to make SMP work for MSM8960 Signed-off-by: Rohit Vaswani --- Documentation/devicetree/bindings/arm/cpus.txt | 2 + Documentation/devicetree/bindings/arm/msm/kpss.txt | 16 ++ arch/arm/boot/dts/msm8960-cdp.dts | 22

[RESEND PATCH 2/4] ARM: msm: Re-organize platsmp to make it extensible

2013-08-01 Thread Rohit Vaswani
This makes it easy to add SMP support for new targets by adding cpus property and the release sequence. We add the enable-method property for the cpus property to specify which release sequence to use. While at it, add the 8660 cpus bindings to make SMP work. Signed-off-by: Rohit Vaswani

[RESEND PATCH 4/4] ARM: msm: Add support for 8974 SMP

2013-08-01 Thread Rohit Vaswani
Add the cpus bindings and the Kraitv2 release sequence to make SMP work for 2 cores on MSM8974. Signed-off-by: Rohit Vaswani --- Documentation/devicetree/bindings/arm/cpus.txt | 1 + arch/arm/boot/dts/msm8974.dts | 23 arch/arm/mach-msm/board-dt-8974.c

[RESEND PATCH 0/4]Add SMP support for MSM8660, MSM8960 and MSM8974

2013-08-01 Thread Rohit Vaswani
dary cores based on the cpu. Rohit Vaswani (4): ARM: msm: Remove pen_release usage ARM: msm: Re-organize platsmp to make it extensible ARM: msm: Add SMP support for 8960 ARM: msm: Add support for 8974 SMP Documentation/devicetree/bindings/arm/cpus.txt | 9 + Documentation/devicetree/bi

[RESEND PATCH 1/2] ARM: msm: Add support for MSM8974

2013-08-01 Thread Rohit Vaswani
This patch adds basic board support for MSM8974 which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani --- arch/arm/boot/dts/Makefile| 3 ++- arch/arm/boot/dts/msm8974.dts | 26

[RESEND PATCH 1/2] ARM: msm: Add support for MSM8974

2013-08-01 Thread Rohit Vaswani
This patch adds basic board support for MSM8974 which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/boot/dts/Makefile| 3 ++- arch/arm/boot/dts/msm8974.dts | 26

[RESEND PATCH 4/4] ARM: msm: Add support for 8974 SMP

2013-08-01 Thread Rohit Vaswani
Add the cpus bindings and the Kraitv2 release sequence to make SMP work for 2 cores on MSM8974. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- Documentation/devicetree/bindings/arm/cpus.txt | 1 + arch/arm/boot/dts/msm8974.dts | 23 arch/arm/mach-msm/board-dt

[RESEND PATCH 0/4]Add SMP support for MSM8660, MSM8960 and MSM8974

2013-08-01 Thread Rohit Vaswani
on the cpu. Rohit Vaswani (4): ARM: msm: Remove pen_release usage ARM: msm: Re-organize platsmp to make it extensible ARM: msm: Add SMP support for 8960 ARM: msm: Add support for 8974 SMP Documentation/devicetree/bindings/arm/cpus.txt | 9 + Documentation/devicetree/bindings/arm

[RESEND PATCH 1/4] ARM: msm: Remove pen_release usage

2013-08-01 Thread Rohit Vaswani
pen_release is no longer required as the synchronization is now managed by generic arm code. This is done as suggested in https://lkml.org/lkml/2013/6/4/184 Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- arch/arm/mach-msm/Makefile | 2 +- arch/arm/mach-msm/headsmp.S | 39

[PATCH 3/4] ARM: msm: Add SMP support for 8960

2013-08-01 Thread Rohit Vaswani
Add the cpus bindings and the Krait release sequence to make SMP work for MSM8960 Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- Documentation/devicetree/bindings/arm/cpus.txt | 2 + Documentation/devicetree/bindings/arm/msm/kpss.txt | 16 ++ arch/arm/boot/dts/msm8960-cdp.dts

[RESEND PATCH 2/4] ARM: msm: Re-organize platsmp to make it extensible

2013-08-01 Thread Rohit Vaswani
This makes it easy to add SMP support for new targets by adding cpus property and the release sequence. We add the enable-method property for the cpus property to specify which release sequence to use. While at it, add the 8660 cpus bindings to make SMP work. Signed-off-by: Rohit Vaswani rvasw

Re: [RESEND PATCH 1/2] ARM: msm: Add support for MSM8974

2013-08-01 Thread Rohit Vaswani
On 8/1/2013 7:29 PM, Stephen Warren wrote: On 08/01/2013 07:23 PM, Rohit Vaswani wrote: This patch adds basic board support for MSM8974 which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. arch/arm/boot/dts/msm8974.dts | 26

  1   2   3   >