Merge pull request #1038 from rabits/fb-restore_port_author

ASUS Tinkerboard: Restore justice - author of the gpiomem port
This commit is contained in:
Igor Pečovnik 2018-07-09 07:21:51 +02:00 committed by GitHub
commit be4a4a60aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View File

@ -55,7 +55,7 @@ new file mode 100644
index 0000000..984471c
--- /dev/null
+++ b/drivers/char/rockchip/rk3288-gpiomem.c
@@ -0,0 +1,303 @@
@@ -0,0 +1,307 @@
+/**
+ * GPIO memory device driver
+ *
@ -97,6 +97,10 @@ index 0000000..984471c
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/*
+ * Ported to rk3288 from Jörg Wolff, 2017
+ */
+
+#include <linux/kernel.h>
+#include <linux/module.h>
+#include <linux/of.h>
@ -359,4 +363,3 @@ index 0000000..984471c
+MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("gpiomem driver for accessing GPIO from userspace");
+MODULE_AUTHOR("Luke Wren <luke@raspberrypi.org>");
\ No newline at end of file

View File

@ -54,7 +54,7 @@ new file mode 100644
index 0000000..c289041
--- /dev/null
+++ b/drivers/char/rockchip/rk3288-gpiomem.c
@@ -0,0 +1,303 @@
@@ -0,0 +1,307 @@
+/**
+ * GPIO memory device driver
+ *
@ -96,6 +96,10 @@ index 0000000..c289041
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/*
+ * Ported to rk3288 from Jörg Wolff, 2017
+ */
+
+#include <linux/kernel.h>
+#include <linux/module.h>
+#include <linux/of.h>