summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2019-02-15 13:16:28 +0106
committerJohn Ogness <john.ogness@linutronix.de>2019-02-15 13:16:28 +0106
commitf19259fb36ffe74a11325c14ee2260a8e323b8ee (patch)
tree6cf02a4fcedfa1451c164f6c3a44a0781f41a571
parent9fffe2a41d0aa2b47c589db2523707a9e14ab5a1 (diff)
schulung_tools: drivers: remove modules subdir
There is no need for the extra directory level. Move all the example modules to the parent "drivers" directory and delete the modules directory. Signed-off-by: John Ogness <john.ogness@linutronix.de>
-rw-r--r--schulung_tools/drivers/hellodriver/Makefile (renamed from schulung_tools/drivers/modules/hellodriver/Makefile)0
-rw-r--r--schulung_tools/drivers/hellodriver/hello.c (renamed from schulung_tools/drivers/modules/hellodriver/hello.c)0
-rw-r--r--schulung_tools/drivers/hellodriver/patch-add-sysfs.diff (renamed from schulung_tools/drivers/modules/hellodriver/patch-add-sysfs.diff)0
-rw-r--r--schulung_tools/drivers/hellodriver/patch-hello-dts.diff (renamed from schulung_tools/drivers/modules/hellodriver/patch-hello-dts.diff)0
-rw-r--r--schulung_tools/drivers/hellodriver/patch-kernel-build.diff (renamed from schulung_tools/drivers/modules/hellodriver/patch-kernel-build.diff)0
-rw-r--r--schulung_tools/drivers/hellodriver/patches-leds/0001-hello-change-from-platform-to-pci-bus.patch (renamed from schulung_tools/drivers/modules/hellodriver/patches-leds/0001-hello-change-from-platform-to-pci-bus.patch)0
-rw-r--r--schulung_tools/drivers/hellodriver/patches-leds/0002-hello-add-pci-memory-mapping.patch (renamed from schulung_tools/drivers/modules/hellodriver/patches-leds/0002-hello-add-pci-memory-mapping.patch)0
-rw-r--r--schulung_tools/drivers/hellodriver/patches-leds/0003-hello-add-led-toggling-via-chardev-read-write.patch (renamed from schulung_tools/drivers/modules/hellodriver/patches-leds/0003-hello-add-led-toggling-via-chardev-read-write.patch)0
-rw-r--r--schulung_tools/drivers/hellodriver/patches-leds/0004-hello-add-led-toggling-via-chardev-ioctl.patch (renamed from schulung_tools/drivers/modules/hellodriver/patches-leds/0004-hello-add-led-toggling-via-chardev-ioctl.patch)0
-rw-r--r--schulung_tools/drivers/hellodriver/patches-leds/0005-hello-add-led-toggling-via-leds-subsystem.patch (renamed from schulung_tools/drivers/modules/hellodriver/patches-leds/0005-hello-add-led-toggling-via-leds-subsystem.patch)0
-rw-r--r--schulung_tools/drivers/hellodriver/patches-leds/0006-hello-remove-chardev-use-only-leds-subsystem.patch (renamed from schulung_tools/drivers/modules/hellodriver/patches-leds/0006-hello-remove-chardev-use-only-leds-subsystem.patch)0
-rw-r--r--schulung_tools/drivers/hellodriver/patches-leds/README (renamed from schulung_tools/drivers/modules/hellodriver/patches-leds/README)0
-rw-r--r--schulung_tools/drivers/klist/0001-klist-example.patch (renamed from schulung_tools/drivers/modules/klist/0001-klist-example.patch)0
-rw-r--r--schulung_tools/drivers/simplemodule/Makefile (renamed from schulung_tools/drivers/modules/simplemodule/Makefile)0
-rw-r--r--schulung_tools/drivers/simplemodule/simple.c (renamed from schulung_tools/drivers/modules/simplemodule/simple.c)0
15 files changed, 0 insertions, 0 deletions
diff --git a/schulung_tools/drivers/modules/hellodriver/Makefile b/schulung_tools/drivers/hellodriver/Makefile
index 764fefd..764fefd 100644
--- a/schulung_tools/drivers/modules/hellodriver/Makefile
+++ b/schulung_tools/drivers/hellodriver/Makefile
diff --git a/schulung_tools/drivers/modules/hellodriver/hello.c b/schulung_tools/drivers/hellodriver/hello.c
index 7f78d06..7f78d06 100644
--- a/schulung_tools/drivers/modules/hellodriver/hello.c
+++ b/schulung_tools/drivers/hellodriver/hello.c
diff --git a/schulung_tools/drivers/modules/hellodriver/patch-add-sysfs.diff b/schulung_tools/drivers/hellodriver/patch-add-sysfs.diff
index 44c913e..44c913e 100644
--- a/schulung_tools/drivers/modules/hellodriver/patch-add-sysfs.diff
+++ b/schulung_tools/drivers/hellodriver/patch-add-sysfs.diff
diff --git a/schulung_tools/drivers/modules/hellodriver/patch-hello-dts.diff b/schulung_tools/drivers/hellodriver/patch-hello-dts.diff
index 2d0bf52..2d0bf52 100644
--- a/schulung_tools/drivers/modules/hellodriver/patch-hello-dts.diff
+++ b/schulung_tools/drivers/hellodriver/patch-hello-dts.diff
diff --git a/schulung_tools/drivers/modules/hellodriver/patch-kernel-build.diff b/schulung_tools/drivers/hellodriver/patch-kernel-build.diff
index 8d43ca7..8d43ca7 100644
--- a/schulung_tools/drivers/modules/hellodriver/patch-kernel-build.diff
+++ b/schulung_tools/drivers/hellodriver/patch-kernel-build.diff
diff --git a/schulung_tools/drivers/modules/hellodriver/patches-leds/0001-hello-change-from-platform-to-pci-bus.patch b/schulung_tools/drivers/hellodriver/patches-leds/0001-hello-change-from-platform-to-pci-bus.patch
index 35dc817..35dc817 100644
--- a/schulung_tools/drivers/modules/hellodriver/patches-leds/0001-hello-change-from-platform-to-pci-bus.patch
+++ b/schulung_tools/drivers/hellodriver/patches-leds/0001-hello-change-from-platform-to-pci-bus.patch
diff --git a/schulung_tools/drivers/modules/hellodriver/patches-leds/0002-hello-add-pci-memory-mapping.patch b/schulung_tools/drivers/hellodriver/patches-leds/0002-hello-add-pci-memory-mapping.patch
index 0a11a57..0a11a57 100644
--- a/schulung_tools/drivers/modules/hellodriver/patches-leds/0002-hello-add-pci-memory-mapping.patch
+++ b/schulung_tools/drivers/hellodriver/patches-leds/0002-hello-add-pci-memory-mapping.patch
diff --git a/schulung_tools/drivers/modules/hellodriver/patches-leds/0003-hello-add-led-toggling-via-chardev-read-write.patch b/schulung_tools/drivers/hellodriver/patches-leds/0003-hello-add-led-toggling-via-chardev-read-write.patch
index 8f81e39..8f81e39 100644
--- a/schulung_tools/drivers/modules/hellodriver/patches-leds/0003-hello-add-led-toggling-via-chardev-read-write.patch
+++ b/schulung_tools/drivers/hellodriver/patches-leds/0003-hello-add-led-toggling-via-chardev-read-write.patch
diff --git a/schulung_tools/drivers/modules/hellodriver/patches-leds/0004-hello-add-led-toggling-via-chardev-ioctl.patch b/schulung_tools/drivers/hellodriver/patches-leds/0004-hello-add-led-toggling-via-chardev-ioctl.patch
index a67bf98..a67bf98 100644
--- a/schulung_tools/drivers/modules/hellodriver/patches-leds/0004-hello-add-led-toggling-via-chardev-ioctl.patch
+++ b/schulung_tools/drivers/hellodriver/patches-leds/0004-hello-add-led-toggling-via-chardev-ioctl.patch
diff --git a/schulung_tools/drivers/modules/hellodriver/patches-leds/0005-hello-add-led-toggling-via-leds-subsystem.patch b/schulung_tools/drivers/hellodriver/patches-leds/0005-hello-add-led-toggling-via-leds-subsystem.patch
index 32f37ce..32f37ce 100644
--- a/schulung_tools/drivers/modules/hellodriver/patches-leds/0005-hello-add-led-toggling-via-leds-subsystem.patch
+++ b/schulung_tools/drivers/hellodriver/patches-leds/0005-hello-add-led-toggling-via-leds-subsystem.patch
diff --git a/schulung_tools/drivers/modules/hellodriver/patches-leds/0006-hello-remove-chardev-use-only-leds-subsystem.patch b/schulung_tools/drivers/hellodriver/patches-leds/0006-hello-remove-chardev-use-only-leds-subsystem.patch
index 3274ccd..3274ccd 100644
--- a/schulung_tools/drivers/modules/hellodriver/patches-leds/0006-hello-remove-chardev-use-only-leds-subsystem.patch
+++ b/schulung_tools/drivers/hellodriver/patches-leds/0006-hello-remove-chardev-use-only-leds-subsystem.patch
diff --git a/schulung_tools/drivers/modules/hellodriver/patches-leds/README b/schulung_tools/drivers/hellodriver/patches-leds/README
index 51bbffa..51bbffa 100644
--- a/schulung_tools/drivers/modules/hellodriver/patches-leds/README
+++ b/schulung_tools/drivers/hellodriver/patches-leds/README
diff --git a/schulung_tools/drivers/modules/klist/0001-klist-example.patch b/schulung_tools/drivers/klist/0001-klist-example.patch
index b52216a..b52216a 100644
--- a/schulung_tools/drivers/modules/klist/0001-klist-example.patch
+++ b/schulung_tools/drivers/klist/0001-klist-example.patch
diff --git a/schulung_tools/drivers/modules/simplemodule/Makefile b/schulung_tools/drivers/simplemodule/Makefile
index 9413c4d..9413c4d 100644
--- a/schulung_tools/drivers/modules/simplemodule/Makefile
+++ b/schulung_tools/drivers/simplemodule/Makefile
diff --git a/schulung_tools/drivers/modules/simplemodule/simple.c b/schulung_tools/drivers/simplemodule/simple.c
index e091f68..e091f68 100644
--- a/schulung_tools/drivers/modules/simplemodule/simple.c
+++ b/schulung_tools/drivers/simplemodule/simple.c