Re: [PATCH 4/5] Add driver for SUNIX Multi-I/O board

2019-03-06 Thread Enrico Weigelt, metux IT consult
On 27.02.19 08:18, Morris Ku wrote: Hi, first of all: the code is pretty unreadable. I doubt that anybody here seriously likes to review that (nor take it into mainline). Formatting should be consistent - see other drivers. ./scripts/checkpatch.pl is your friend. You really shut run it and fix

[PATCH 4/5] Add driver for SUNIX Multi-I/O board

2019-02-26 Thread Morris Ku
Support SUNIX serial board. --- char/snx/snx_serial.c | 4771 + 1 file changed, 4771 insertions(+) create mode 100644 char/snx/snx_serial.c diff --git a/char/snx/snx_serial.c b/char/snx/snx_serial.c new file mode 100644 index ..94caac1a --- /dev/n