Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rene Habraken
GRAND_V1
Commits
911766b0
Commit
911766b0
authored
Jul 09, 2020
by
Rene Habraken
Browse files
cpll to qpll, added debug patches, connected syncA/B/C/D
parent
bc93cf83
Changes
7
Hide whitespace changes
Inline
Side-by-side
meta-adi/grand_zcu7/project-spec/meta-user/recipes-kernel/linux/linux-xlnx/0001-debug-ad9680.patch
0 → 100644
View file @
911766b0
From 1f1228c08f5d7a2694f679af13ab866ac0fc8912 Mon Sep 17 00:00:00 2001
From: rhabraken <r.habraken@science.ru.nl>
Date: Tue, 7 Jul 2020 12:02:20 +0200
Subject: [PATCH] debug-ad9680
Signed-off-by: rhabraken <r.habraken@science.ru.nl>
---
drivers/iio/adc/ad9680.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/iio/adc/ad9680.c b/drivers/iio/adc/ad9680.c
index 7190ad2f7936..582cca0e8929 100644
--- a/drivers/iio/adc/ad9680.c
+++ b/drivers/iio/adc/ad9680.c
@@ -6,6 +6,8 @@
* Licensed under the GPL-2.
*/
+#define DEBUG
+
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/device.h>
--
2.17.1
meta-adi/grand_zcu7/project-spec/meta-user/recipes-kernel/linux/linux-xlnx/0001-debug-txcvr.patch
0 → 100644
View file @
911766b0
From 05a4ea7cf8843d52f8d86748bd997dbc457eb43d Mon Sep 17 00:00:00 2001
From: rhabraken <r.habraken@science.ru.nl>
Date: Tue, 7 Jul 2020 10:49:09 +0200
Subject: [PATCH] enable debug
Signed-off-by: rhabraken <r.habraken@science.ru.nl>
---
drivers/iio/jesd204/axi_adxcvr.c | 3 +++
drivers/iio/jesd204/xilinx_transceiver.c | 2 ++
2 files changed, 5 insertions(+)
diff --git a/drivers/iio/jesd204/axi_adxcvr.c b/drivers/iio/jesd204/axi_adxcvr.c
index c4ab37ebc026..98d4e1c65465 100644
--- a/drivers/iio/jesd204/axi_adxcvr.c
+++ b/drivers/iio/jesd204/axi_adxcvr.c
@@ -7,6 +7,9 @@
*
* https://wiki.analog.com/resources/fpga/docs/axi_adxcvr
*/
+
+#define DEBUG
+
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/of_device.h>
diff --git a/drivers/iio/jesd204/xilinx_transceiver.c b/drivers/iio/jesd204/xilinx_transceiver.c
index 4df57c8d553e..7be90b450222 100644
--- a/drivers/iio/jesd204/xilinx_transceiver.c
+++ b/drivers/iio/jesd204/xilinx_transceiver.c
@@ -7,6 +7,8 @@
*
*/
+#define DEBUG
+
#include <linux/device.h>
#include <linux/fpga/adi-axi-common.h>
#include <linux/kernel.h>
--
2.17.1
meta-adi/grand_zcu7/project-spec/meta-user/recipes-kernel/linux/linux-xlnx/user_2020-07-07-12-40-00.cfg
0 → 100644
View file @
911766b0
# CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is not set
meta-adi/grand_zcu7/project-spec/meta-user/recipes-kernel/linux/linux-xlnx/user_2020-07-09-11-00-00.cfg
0 → 100644
View file @
911766b0
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=15
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=5
meta-adi/grand_zcu7/project-spec/meta-user/recipes-kernel/linux/linux-xlnx_%.bbappend
0 → 100644
View file @
911766b0
SRC_URI += "file://user_2020-07-07-12-40-00.cfg \
file://user_2020-07-09-11-00-00.cfg \
"
SRC_URI_append += " \
file://0001-debug-txcvr.patch \
file://0001-debug-ad9680.patch \
"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
meta-adi/meta-adi-xilinx/recipes-kernel/linux/linux-xlnx/0001-debug-ad9680.patch
0 → 100644
View file @
911766b0
From 1f1228c08f5d7a2694f679af13ab866ac0fc8912 Mon Sep 17 00:00:00 2001
From: rhabraken <r.habraken@science.ru.nl>
Date: Tue, 7 Jul 2020 12:02:20 +0200
Subject: [PATCH] debug-ad9680
Signed-off-by: rhabraken <r.habraken@science.ru.nl>
---
drivers/iio/adc/ad9680.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/iio/adc/ad9680.c b/drivers/iio/adc/ad9680.c
index 7190ad2f7936..582cca0e8929 100644
--- a/drivers/iio/adc/ad9680.c
+++ b/drivers/iio/adc/ad9680.c
@@ -6,6 +6,8 @@
* Licensed under the GPL-2.
*/
+#define DEBUG
+
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/device.h>
--
2.17.1
meta-adi/meta-adi-xilinx/recipes-kernel/linux/linux-xlnx/0001-debug-txcvr.patch
0 → 100644
View file @
911766b0
From 05a4ea7cf8843d52f8d86748bd997dbc457eb43d Mon Sep 17 00:00:00 2001
From: rhabraken <r.habraken@science.ru.nl>
Date: Tue, 7 Jul 2020 10:49:09 +0200
Subject: [PATCH] enable debug
Signed-off-by: rhabraken <r.habraken@science.ru.nl>
---
drivers/iio/jesd204/axi_adxcvr.c | 3 +++
drivers/iio/jesd204/xilinx_transceiver.c | 2 ++
2 files changed, 5 insertions(+)
diff --git a/drivers/iio/jesd204/axi_adxcvr.c b/drivers/iio/jesd204/axi_adxcvr.c
index c4ab37ebc026..98d4e1c65465 100644
--- a/drivers/iio/jesd204/axi_adxcvr.c
+++ b/drivers/iio/jesd204/axi_adxcvr.c
@@ -7,6 +7,9 @@
*
* https://wiki.analog.com/resources/fpga/docs/axi_adxcvr
*/
+
+#define DEBUG
+
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/of_device.h>
diff --git a/drivers/iio/jesd204/xilinx_transceiver.c b/drivers/iio/jesd204/xilinx_transceiver.c
index 4df57c8d553e..7be90b450222 100644
--- a/drivers/iio/jesd204/xilinx_transceiver.c
+++ b/drivers/iio/jesd204/xilinx_transceiver.c
@@ -7,6 +7,8 @@
*
*/
+#define DEBUG
+
#include <linux/device.h>
#include <linux/fpga/adi-axi-common.h>
#include <linux/kernel.h>
--
2.17.1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment