From: Tom Knot Date: Thu, 19 Jul 2018 14:06:20 +0000 (+0200) Subject: Further renaming to the new naming scheme X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=f137963eaf3a14ff03254fdb2811d0f7b86558df;p=graphit%2Funipi-kernel.git Further renaming to the new naming scheme --- diff --git a/modules/unipi/Makefile b/modules/unipi/Makefile index 39886df..8d1b288 100644 --- a/modules/unipi/Makefile +++ b/modules/unipi/Makefile @@ -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 diff --git a/modules/unipi/src/unipi_common.h b/modules/unipi/src/unipi_common.h index 5b7f6c4..4259c1b 100644 --- a/modules/unipi/src/unipi_common.h +++ b/modules/unipi/src/unipi_common.h @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_gpio.c b/modules/unipi/src/unipi_gpio.c index e7d9de6..e53ed70 100644 --- a/modules/unipi/src/unipi_gpio.c +++ b/modules/unipi/src/unipi_gpio.c @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_gpio.h b/modules/unipi/src/unipi_gpio.h index 1170e80..05f5760 100644 --- a/modules/unipi/src/unipi_gpio.h +++ b/modules/unipi/src/unipi_gpio.h @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_iio.c b/modules/unipi/src/unipi_iio.c index 7a229cf..fc4d39b 100644 --- a/modules/unipi/src/unipi_iio.c +++ b/modules/unipi/src/unipi_iio.c @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_iio.h b/modules/unipi/src/unipi_iio.h index d5df2ff..90111b7 100644 --- a/modules/unipi/src/unipi_iio.h +++ b/modules/unipi/src/unipi_iio.h @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_misc.c b/modules/unipi/src/unipi_misc.c index c17c287..3b6ac08 100644 --- a/modules/unipi/src/unipi_misc.c +++ b/modules/unipi/src/unipi_misc.c @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_misc.h b/modules/unipi/src/unipi_misc.h index 885befe..514ea1e 100644 --- a/modules/unipi/src/unipi_misc.h +++ b/modules/unipi/src/unipi_misc.h @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_platform.c b/modules/unipi/src/unipi_platform.c index 3bd0922..0486ffe 100644 --- a/modules/unipi/src/unipi_platform.c +++ b/modules/unipi/src/unipi_platform.c @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_platform.h b/modules/unipi/src/unipi_platform.h index acc7892..353d58e 100644 --- a/modules/unipi/src/unipi_platform.h +++ b/modules/unipi/src/unipi_platform.h @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_spi.c b/modules/unipi/src/unipi_spi.c index 2d7aa83..302eeba 100644 --- a/modules/unipi/src/unipi_spi.c +++ b/modules/unipi/src/unipi_spi.c @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_spi.h b/modules/unipi/src/unipi_spi.h index c71478b..318f051 100644 --- a/modules/unipi/src/unipi_spi.h +++ b/modules/unipi/src/unipi_spi.h @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_sysfs.c b/modules/unipi/src/unipi_sysfs.c index a1c9ad4..bdb5ac3 100644 --- a/modules/unipi/src/unipi_sysfs.c +++ b/modules/unipi/src/unipi_sysfs.c @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_sysfs.h b/modules/unipi/src/unipi_sysfs.h index 1c2ac3b..cef9f3e 100644 --- a/modules/unipi/src/unipi_sysfs.h +++ b/modules/unipi/src/unipi_sysfs.h @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_tty.c b/modules/unipi/src/unipi_tty.c index e1ff654..d26c26b 100644 --- a/modules/unipi/src/unipi_tty.c +++ b/modules/unipi/src/unipi_tty.c @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_tty.h b/modules/unipi/src/unipi_tty.h index 13c7664..1d98f19 100644 --- a/modules/unipi/src/unipi_tty.h +++ b/modules/unipi/src/unipi_tty.h @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_uart.c b/modules/unipi/src/unipi_uart.c index d0a2d04..48b6b8e 100644 --- a/modules/unipi/src/unipi_uart.c +++ b/modules/unipi/src/unipi_uart.c @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/modules/unipi/src/unipi_uart.h b/modules/unipi/src/unipi_uart.h index a03cb4b..aea6b86 100644 --- a/modules/unipi/src/unipi_uart.h +++ b/modules/unipi/src/unipi_uart.h @@ -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 * * Based on the SC16IS7xx driver by Jon Ringle , diff --git a/version.txt b/version.txt index 546a06c..c791d02 100644 --- a/version.txt +++ b/version.txt @@ -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