Further renaming to the new naming scheme
authorTom Knot <tomasknot@gmail.com>
Thu, 19 Jul 2018 14:06:20 +0000 (16:06 +0200)
committerTom Knot <tomasknot@gmail.com>
Thu, 19 Jul 2018 14:06:20 +0000 (16:06 +0200)
19 files changed:
modules/unipi/Makefile
modules/unipi/src/unipi_common.h
modules/unipi/src/unipi_gpio.c
modules/unipi/src/unipi_gpio.h
modules/unipi/src/unipi_iio.c
modules/unipi/src/unipi_iio.h
modules/unipi/src/unipi_misc.c
modules/unipi/src/unipi_misc.h
modules/unipi/src/unipi_platform.c
modules/unipi/src/unipi_platform.h
modules/unipi/src/unipi_spi.c
modules/unipi/src/unipi_spi.h
modules/unipi/src/unipi_sysfs.c
modules/unipi/src/unipi_sysfs.h
modules/unipi/src/unipi_tty.c
modules/unipi/src/unipi_tty.h
modules/unipi/src/unipi_uart.c
modules/unipi/src/unipi_uart.h
version.txt

index 39886dfe774f1359784016bd77754c66e29aa0ce..8d1b28867155108ad42f77bc589c468470882a48 100644 (file)
@@ -2,7 +2,7 @@
 # filesystems (notably VirtualBox vmfs); therefore we allow using /run/ through the 'symlink' target,
 # if necessary.
  
-SYMLINK_DIR_PATH = /run/kernel/neuron_spi
+SYMLINK_DIR_PATH = /run/kernel/unipi_spi
 LINUX_DIR_PATH = /root/linux/4_9_14/linux/
 SRC_DIR_PATH = $(PWD)/src
 BIN_DIR_PATH = $(PWD)/bin
index 5b7f6c4de5602a27b2f5624c1f7e6f54a06a81d4..4259c1b1c8171c883eb015159eaa5b0a4ee9ea7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index e7d9de68a1504f5e5827ad7e77ccbb2079b06a25..e53ed706f3f504a6ea8dba61d10adade461cee21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index 1170e80f0e0c66bc1d3db5aac87ff9aa3d2e48a6..05f5760a2eec8746f898a0d274fc6f28f8a85cd0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index 7a229cfe3395aae33fb2b78922e6a8f12eb40b27..fc4d39b5e49b4e5bb38eb536904af2e9fca2aa4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index d5df2ff1e16e3dcc873c0ab31659c1575cea7b24..90111b735fdaf5fbcc21706b847789bafc3f15b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index c17c287f6abdad75489f8e99c2de295b6a06430b..3b6ac08cb6738b63b950d9a1253a6b6982411bc2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index 885befee1d5bf282efbd0364992bc03d960ef874..514ea1ed43acc0f4fc6ecaea83823a046c37734e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index 3bd092211118340b069567b55c52607656b903fb..0486ffe6c318726156bf4b3387b51a3b132bea36 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index acc789219566610de97739072685e26ecf6e003a..353d58e8694b44860c3935cdf703e2c8db079e4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index 2d7aa834f45faefb44fb77780b8e2851a2a7d291..302eeba354694cbd02a5dd61981601839b359570 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2017 UniPi Tech
-nologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index c71478bfb60a31291f3cb603cc1b7d307e81d2bb..318f0516c8963953cb77e70be27b85797fc7f78f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2017 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index a1c9ad4e57fbf2b6add02907e389af1366544e5b..bdb5ac3a8d49999d5d0bbc5765e130d72bca5fb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index 1c2ac3ba2394594a18163b958bd80bcbd9cfa74a..cef9f3e4ecda0b8e1b0bca5f8c444342811df611 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index e1ff654e333daadfec655657f1c1103539dcb5a7..d26c26b0bb03fa0f7b00fcb0caa7c482e3a8165c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index 13c76649ec61a24062b2848a12ceedcf350d8b1e..1d98f194f990bcad34582bd0b79859690cc8fbaa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index d0a2d0497e04e50f46adce62028d3dc8ac36e5b7..48b6b8e548ae45b02dde4ff6bb78db9628c525ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index a03cb4b103dafefd8208ce5d866671c0d34cd4a3..aea6b863387ecf1f58b4f7cd8195ec1ccdfa5200 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * UniPi Neuron tty serial driver - Copyright (C) 2018 UniPi Technologies
+ * UniPi PLC device driver - Copyright (C) 2018 UniPi Technology
  * Author: Tomas Knot <tomasknot@gmail.com>
  *
  *  Based on the SC16IS7xx driver by Jon Ringle <jringle@gridpoint.com>,
index 546a06c85eb2db1a3e07b62584cab58aed24fb81..c791d02638b484e533b32e612898a3c3f6957fa5 100644 (file)
@@ -1 +1 @@
-Repository:neuron-kernel ActiveBranch:[uart_timeout] PrecedingRelease:v.0.12 PrecedingRevision:91(075ce60) LatestCommit:Wed Jul 18 12:51:48 CEST 2018
+Repository:unipi-kernel ActiveBranch:[uart_timeout] PrecedingRelease:v.0.12 PrecedingRevision:92(7123bf9) LatestCommit:Thu Jul 19 16:06:21 CEST 2018