2016-07-01 09:46:36

by Tamizh Chelvam Raja

[permalink] [raw]
Subject: [PATCHv3] dts: Add btcoex_support flag in device tree

From: Tamizh chelvam <[email protected]>

BTCOEX feature is not available in all qca40xx chipsets.
To expose the btcoex support, this patch add btcoex_support
flag in device tree. If this value is 1 then the hardware
supports btcoex and 0 for not support.

Signed-off-by: Tamizh chelvam <[email protected]>
---
v3:
* separated from ath10k patch.

v2:
* Used CAF address.

arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
index b9457dd..f2a2345 100644
--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
@@ -91,6 +91,14 @@
};
};

+ wifi0: wifi@a000000 {
+ btcoex_support = <0x1>;
+ }
+
+ wifi1: wifi@a800000 {
+ btcoex_support = <0x0>;
+ }
+
serial@78af000 {
pinctrl-0 = <&serial_pins>;
pinctrl-names = "default";
--
1.7.9.5



2016-07-02 07:38:21

by kernel test robot

[permalink] [raw]
Subject: Re: [PATCHv3] dts: Add btcoex_support flag in device tree

Hi,

[auto build test ERROR on robh/for-next]
[also build test ERROR on v4.7-rc5 next-20160701]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url: https://github.com/0day-ci/linux/commits/c_traja-qti-qualcomm-com/dts-Add-btcoex_support-flag-in-device-tree/20160702-122641
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm-multi_v7_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 5.3.1-8) 5.3.1 20160205
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm

All errors (new ones prefixed by >>):

>> Error: arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi:98.3-9 syntax error
FATAL ERROR: Unable to parse input tree

---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation


Attachments:
(No filename) (1.07 kB)
.config.gz (36.81 kB)
Download all attachments

2016-07-01 09:49:06

by Tamizh Chelvam Raja

[permalink] [raw]
Subject: RE: [PATCHv3] dts: Add btcoex_support flag in device tree

Ignore this patch. Sorry for the noise.

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of [email protected]
Sent: Friday, July 01, 2016 3:22 PM
To: [email protected]
Cc: [email protected]; Tamizh chelvam <[email protected]>
Subject: [PATCHv3] dts: Add btcoex_support flag in device tree

From: Tamizh chelvam <[email protected]>

BTCOEX feature is not available in all qca40xx chipsets.
To expose the btcoex support, this patch add btcoex_support flag in device tree. If this value is 1 then the hardware supports btcoex and 0 for not support.

Signed-off-by: Tamizh chelvam <[email protected]>
---
v3:
* separated from ath10k patch.

v2:
* Used CAF address.

arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
index b9457dd..f2a2345 100644
--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
@@ -91,6 +91,14 @@
};
};

+ wifi0: wifi@a000000 {
+ btcoex_support = <0x1>;
+ }
+
+ wifi1: wifi@a800000 {
+ btcoex_support = <0x0>;
+ }
+
serial@78af000 {
pinctrl-0 = <&serial_pins>;
pinctrl-names = "default";
--
1.7.9.5

2016-07-03 05:00:13

by kernel test robot

[permalink] [raw]
Subject: Re: [PATCHv3] dts: Add btcoex_support flag in device tree

Hi,

[auto build test ERROR on robh/for-next]
[also build test ERROR on v4.7-rc5 next-20160701]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url: https://github.com/0day-ci/linux/commits/Raja-Tamizh-Chelvam/dts-Add-btcoex_support-flag-in-device-tree/20160702-122300
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 5.3.1-8) 5.3.1 20160205
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm

All errors (new ones prefixed by >>):

Error: arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi:98.3-9 syntax error
>> FATAL ERROR: Unable to parse input tree

---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation


Attachments:
(No filename) (1.06 kB)
.config.gz (56.24 kB)
Download all attachments