[PATCH] Fixed it by putting the proc cleanup code inside a #ifdef CONFIG_PROC_FS block.

2017-02-07 Thread Sreedhar
From: sreedhar donelli <sreedhar.done...@tcs.com> *** BLURB HERE *** sreedhar donelli (1): arm-proc-root-undeclared-error net/atm/clip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 1.9.1 =-=-= Notice: The information contained in this e-mail m

[PATCH] arm-proc-root-undeclared-error

2017-02-07 Thread Sreedhar
From: sreedhar donelli <sreedhar.done...@tcs.com> *** BLURB HERE *** sreedhar donelli (1): arm-proc-root-undeclared-error net/atm/clip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 1.9.1 =-=-= Notice: The information contained in this e-mail m

[PATCH] arm-proc-root-undeclared-error

2017-02-07 Thread Sreedhar
From: sreedhar donelli <sreedhar.done...@tcs.com> --- net/atm/clip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/atm/clip.c b/net/atm/clip.c index 53b4ac0..7a7cb4a 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c @@ -930,8 +930,9 @@ static void atm_clip_exit_

[PATCH] Fixed it by putting the proc cleanup code inside a #ifdef CONFIG_PROC_FS block.

2017-02-07 Thread Sreedhar
From: sreedhar donelli *** BLURB HERE *** sreedhar donelli (1): arm-proc-root-undeclared-error net/atm/clip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 1.9.1 =-=-= Notice: The information contained in this e-mail message and/or attachments to it may

[PATCH] arm-proc-root-undeclared-error

2017-02-07 Thread Sreedhar
From: sreedhar donelli *** BLURB HERE *** sreedhar donelli (1): arm-proc-root-undeclared-error net/atm/clip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 1.9.1 =-=-= Notice: The information contained in this e-mail message and/or attachments to it may

[PATCH] arm-proc-root-undeclared-error

2017-02-07 Thread Sreedhar
From: sreedhar donelli --- net/atm/clip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/atm/clip.c b/net/atm/clip.c index 53b4ac0..7a7cb4a 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c @@ -930,8 +930,9 @@ static void atm_clip_exit_noproc(void) static void

Re: [PATCH 1/2] qcom: ipq4019: Add regulator support to DK04 device tree

2016-04-05 Thread Sreedhar Sambangi
On 2016-04-04 22:59, Andy Gross wrote: On Mon, Apr 04, 2016 at 02:08:10PM -0700, Sreedhar Sambangi wrote: This adds the regulator nodes to DK04 device tree to support Change-Id: I9c1df0e720a330bf6db1889fd2247f6a70ea6faa Signed-off-by: Sreedhar Sambangi <ssamb...@codeaurora.

Re: [PATCH 2/2] qcom: ipq4019: Add LDO regulator driver for SDHC controller

2016-04-05 Thread Sreedhar Sambangi
On 2016-04-04 22:53, Andy Gross wrote: On Mon, Apr 04, 2016 at 02:08:24PM -0700, Sreedhar Sambangi wrote: From: Kirthik Srinivasan <kirt...@codeaurora.org> Add LDO regulator driver to enable SD /MMC card to switch between 3.0 volts and 1.8 volts Cha

[PATCH] qcom: sdhci-msm: enable the DLL clock

2016-04-05 Thread Sreedhar Sambangi
The DLL clock has to be enabled until the correct clock frequency is delivered to DLL '1'(default) - DLL clock is disabled '0' - dll clock has legacly clock enable. Signed-off-by: Varadarajan Narayanan <var...@codeaurora.org> Signed-off-by: Sreedhar Sambangi <ssamb...@codeaurora.org>

[PATCH] qcom: ipq4019: Add SDHC device nodes for SOC and DK04 board.

2016-04-05 Thread Sreedhar Sambangi
Add Support for SDHC Controller on the IPQ4019 SOC. Signed-off-by: Sreedhar Sambangi <ssamb...@codeaurora.org> --- arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi | 7 +++ arch/arm/boot/dts/qcom-ipq4019.dtsi | 10 ++ 2 files changed, 17 insertions(+) diff --git a/ar

[PATCH 1/2] qcom: ipq4019: Add regulator support to DK04 device tree

2016-04-04 Thread Sreedhar Sambangi
This adds the regulator nodes to DK04 device tree to support Change-Id: I9c1df0e720a330bf6db1889fd2247f6a70ea6faa Signed-off-by: Sreedhar Sambangi <ssamb...@codeaurora.org> --- .../bindings/regulator/ipq4019-regulator.txt | 19 +++ arch/arm/boot/dts/qcom-i

[PATCH 2/2] qcom: ipq4019: Add LDO regulator driver for SDHC controller

2016-04-04 Thread Sreedhar Sambangi
Cherian <raj...@codeaurora.org> Signed-off-by: Sreedhar Sambangi <ssamb...@codeaurora.org> --- drivers/regulator/Kconfig | 7 + drivers/regulator/Makefile| 1 + drivers/regulator/ipq4019-regulator.c | 275 ++ 3 files changed, 283 in

[PATCH 1/2] qcom: ipq4019: Add regulator support to DK04 device tree

2016-04-04 Thread Sreedhar Sambangi
This adds the regulator nodes to DK04 device tree to support Change-Id: I9c1df0e720a330bf6db1889fd2247f6a70ea6faa Signed-off-by: Sreedhar Sambangi --- .../bindings/regulator/ipq4019-regulator.txt | 19 +++ arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi | 11

[PATCH 2/2] qcom: ipq4019: Add LDO regulator driver for SDHC controller

2016-04-04 Thread Sreedhar Sambangi
From: Kirthik Srinivasan Add LDO regulator driver to enable SD /MMC card to switch between 3.0 volts and 1.8 volts Change-Id: I66f770878570b1f5b1db044ba626e0f6989acc3f Signed-off-by: Kirthik Srinivasan Signed-off-by: Rajith Cherian Signed-off-by: Sreedhar Sambangi --- drivers/regulator

[PATCH] qcom: sdhci-msm: enable the DLL clock

2016-04-05 Thread Sreedhar Sambangi
The DLL clock has to be enabled until the correct clock frequency is delivered to DLL '1'(default) - DLL clock is disabled '0' - dll clock has legacly clock enable. Signed-off-by: Varadarajan Narayanan Signed-off-by: Sreedhar Sambangi --- drivers/mmc/host/sdhci-msm.c | 7 +++ 1 file

[PATCH] qcom: ipq4019: Add SDHC device nodes for SOC and DK04 board.

2016-04-05 Thread Sreedhar Sambangi
Add Support for SDHC Controller on the IPQ4019 SOC. Signed-off-by: Sreedhar Sambangi --- arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi | 7 +++ arch/arm/boot/dts/qcom-ipq4019.dtsi | 10 ++ 2 files changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/qcom-ipq4019

Re: [PATCH 1/2] qcom: ipq4019: Add regulator support to DK04 device tree

2016-04-05 Thread Sreedhar Sambangi
On 2016-04-04 22:59, Andy Gross wrote: On Mon, Apr 04, 2016 at 02:08:10PM -0700, Sreedhar Sambangi wrote: This adds the regulator nodes to DK04 device tree to support Change-Id: I9c1df0e720a330bf6db1889fd2247f6a70ea6faa Signed-off-by: Sreedhar Sambangi --- .../bindings/regulator/ipq4019

Re: [PATCH 2/2] qcom: ipq4019: Add LDO regulator driver for SDHC controller

2016-04-05 Thread Sreedhar Sambangi
On 2016-04-04 22:53, Andy Gross wrote: On Mon, Apr 04, 2016 at 02:08:24PM -0700, Sreedhar Sambangi wrote: From: Kirthik Srinivasan Add LDO regulator driver to enable SD /MMC card to switch between 3.0 volts and 1.8 volts Change-Id: I66f770878570b1f5b1db044ba626e0f6989acc3f Signed-off