Hi Enrico,
Thanks for review, my replies are inline:
Signed-off-by: Morris Ku
---
+On 08.03.19 13:35, Morris Ku wrote:
+> This patch add header file, Kconfig and Makefile.
+>
+> Signed-off-by: Morris Ku
+> ---
+> char/snx/Kconfig | 15 +
+> char/snx/Makefile
Hi Randy,
Thanks for review, my replies are inline:
Signed-off-by: Morris Ku
---
+On 3/8/19 4:35 AM, Morris Ku wrote:
+> This patch add header file, Kconfig and Makefile.
+>
+> Signed-off-by: Morris Ku
+> ---
+
+> diff --git a/char/snx/Kconfig b/char/snx/Kconfig
+> new file mo
Hi Enrico,
Thanks for review, my replies are inline:
Signed-off-by: Morris Ku
---
+From 5b1c4c8f7d91661a27c88b980c42b768e4cb7606 Mon Sep 17 00:00:00 2001
+From: Morris Ku
+Date: Tue, 26 Feb 2019 17:11:48 +0800
+Subject: [PATCH 6/6] add support for SUNIX Multi-I/O board
+
+
+
+
+> diff --gi
Hi Enrico,
Thanks for review, my replies are inline:
Signed-off-by: Morris Ku
---
+From 5b1c4c8f7d91661a27c88b980c42b768e4cb7606 Mon Sep 17 00:00:00 2001
+From: Morris Ku
+Date: Tue, 26 Feb 2019 17:11:48 +0800
+Subject: [PATCH 6/6] add support for SUNIX Multi-I/O board
+
+
+
+
+> diff --gi
Hi, Lee,
Thanks for review, my replies are inline:
Signed-off-by: Morris Ku
---
+
+On 03 Apr 2019, Lee Jones wrote:
+
+> >Please do not drop the list from your recipients.
+
+>On Tue, 02 Apr 2019, Morris Ku ? wrote:
+
+> Hello , Lee ,
+>
+>
+> Sunix multi-io card
Add Kconfig and Makefile entry.
---
Kconfig | 2 ++
Makefile | 1 +
2 files changed, 3 insertions(+)
diff --git a/Kconfig b/Kconfig
index 4f9f9905..645dcc85 100644
--- a/Kconfig
+++ b/Kconfig
@@ -228,4 +228,6 @@ source "drivers/siox/Kconfig"
source "drivers/slimbus/Kconfig"
+source "driver
Add driver, Kconfig and Makefile entry.
---
char/snx/Kconfig|7 +
char/snx/Makefile |9 +
char/snx/snx_devtable.c | 669 +
char/snx/snx_main.c | 1583 +++
4 files changed, 2268 insertions(+)
create mode 100644 char/snx
@@
+/
+ *
+ * Module :
+ * Description : driver definition file
+ *
+ *
+ * Author(s) : Morris Ku
+ * Company : SUNIX Co., Ltd.
+ * Maintain: Moris 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
Support SUNIX parallel board.
---
char/snx/snx_ieee1284.c | 207 ++
char/snx/snx_ieee1284_ops.c | 257
char/snx/snx_lp.c | 1019 +
char/snx/snx_parallel.c | 437 +
char/snx/snx_ppdev.c| 1209
I am an engineer in the software team at SUNIX Inc.,maintain SUNIX
Multi-I/O Board Device driver,we plan to submit our drivers to the
kernel,therefore,i want to modify 8250's files for resolve
driver conflict issue.
---
parport/parport_pc.c | 17 +---
parport/parport_serial.c | 179
I am an engineer in the software team at SUNIX Inc.,
maintain SUNIX Multi-I/O Board Device driver,we plan to submit drivers to
the kernel,therefore,i want to modify file for resolve driver conflict issue.
---
tty/serial/8250/8250_pci.c | 163 -
1 file changed, 1
I am an engineer in the software team at SUNIX Inc.,maintain SUNIX
Multi-I/O Board Device driver,we plan to submit our drivers to the
kernel,therefore,i want to modify files for resolve
driver conflict issue.
---
parport/parport_pc.c | 17 +---
parport/parport_serial.c | 179 ---
Add Kconfig and Makefile entry.
Signed-off-by: Morris Ku
---
mfd/Kconfig | 5 +
mfd/Makefile | 2 ++
2 files changed, 7 insertions(+)
diff --git a/mfd/Kconfig b/mfd/Kconfig
index 76f9909c..efbb3ef1 100644
--- a/mfd/Kconfig
+++ b/mfd/Kconfig
@@ -1916,5 +1916,10 @@ config RAVE_SP_CORE
Driver for SUNIX Multi-I/O card.
Based on driver/char/serial.c by Linus Torvalds, Theodore Ts'o.
SUNIX serial card designed with SUNIX UART controller and
compatible with 16C950 UART specification.
Signed-off-by: Morris Ku
---
mfd/sunix/snx_main.c | 1671 +++
mfd/
This patch add header files and Makefile.
Signed-off-by: Morris Ku
---
mfd/sunix/Makefile |9 +
mfd/sunix/driver_extd.h | 90
mfd/sunix/snx_common.h | 1031 +++
3 files changed, 1130 insertions(+)
create mode 100644 mfd/sunix/Makefile
Driver for SUNIX Multi-I/O card.Based on parport_pc.c, ppdev.c
and lp.c by Linus Torvalds, Theodore Ts'o.
Signed-off-by: Morris Ku
---
mfd/sunix/snx_ieee1284.c | 144 +++
mfd/sunix/snx_ieee1284_ops.c | 258 +
mfd/sunix/snx_lp.c
Hi,
Thanks for review, my replies are inline:
Signed-off-by: Morris Ku
---
@@ -0,0 +1,255 @@
+
+On 19.03.19 13:08, Morris Ku wrote:
+
+> diff --git a/mfd/sunix/snx_ieee1284_ops.c b/mfd/sunix/snx_ieee1284_ops.c
+> new file mode 100644
+> index ..2dac03fd
+> --- /dev/null
+
+
This patch add header file, Kconfig and Makefile.
Signed-off-by: Morris Ku
---
char/snx/Kconfig | 15 +
char/snx/Makefile |9 +
char/snx/driver_extd.h | 170 ++
char/snx/snx_common.h | 1157
char/snx/snx_lp.h | 126
Driver for SUNIX Multi-I/O card device driver.
Based on parport_pc.c, ppdev.c and lp.c by Linus Torvalds, Theodore Ts'o.
Signed-off-by: Morris Ku
---
char/snx/snx_devtable.c | 448 ++
char/snx/snx_ieee1284.c | 144 +++
char/snx/snx_ieee1284_ops.c
Add Kconfig and Makefile entry.
Signed-off-by: Morris Ku
---
Kconfig | 2 ++
Makefile | 1 +
2 files changed, 3 insertions(+)
diff --git a/Kconfig b/Kconfig
index 4f9f9905..645dcc85 100644
--- a/Kconfig
+++ b/Kconfig
@@ -228,4 +228,6 @@ source "drivers/siox/Kconfig"
source "
Driver for SUNIX Multi-I/O card.
Based on driver/char/serial.c by Linus Torvalds, Theodore Ts'o.
SUNIX serial card designed with SUNIX UART controller and
compatible with 16C950 UART specification.
Signed-off-by: Morris Ku
---
char/snx/snx_main.c | 1219
char/snx/snx_ser
This patch is a reincarnation of the first version of the
fix which has been discussed as not a correct approach.
Signed-off-by: Morris Ku
---
drivers/mfd/sunix/snx_ieee1284.c | 144 ++
drivers/mfd/sunix/snx_ieee1284_ops.c | 228 ++
drivers/mfd/sunix/snx_lp.c | 603
23 matches
Mail list logo