All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] use <linux/io.h> instead of <linux/io.h>
@ 2021-05-13  3:01 Jay Fang
  2021-05-13  3:01 ` [PATCH 01/12] tty: serial: atmel: include <linux/io.h> instead of <asm/io.h> Jay Fang
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

<linux/io.h> is the preferred header to include instead of <asm/io.h>,
so use <linux/io.h> instead of <asm/io.h>.

Zihao Tang (12):
  tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>
  tty: serial: dz: include <linux/io.h> instead of <asm/io.h>
  tty: serial: icom: include <linux/io.h> instead of <asm/io.h>
  tty: serial: ip22zilog: include <linux/io.h> instead of <asm/io.h>
  tty: serial: mux: include <linux/io.h> instead of <asm/io.h>
  tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h>
  tty: serial: txx9: include <linux/io.h> instead of <asm/io.h>
  tty: serial: sunsab: include <linux/io.h> instead of <asm/io.h>
  tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h>
  tty: serial: sunzilog: include <linux/io.h> instead of <asm/io.h>
  tty: serial: vr41xx_siu: include <linux/io.h> instead of <asm/io.h>
  tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>

 drivers/tty/serial/atmel_serial.c | 2 +-
 drivers/tty/serial/dz.c           | 2 +-
 drivers/tty/serial/icom.c         | 2 +-
 drivers/tty/serial/ip22zilog.c    | 2 +-
 drivers/tty/serial/mux.c          | 2 +-
 drivers/tty/serial/pmac_zilog.c   | 2 +-
 drivers/tty/serial/sb1250-duart.c | 2 +-
 drivers/tty/serial/serial_txx9.c  | 2 +-
 drivers/tty/serial/sunsab.c       | 2 +-
 drivers/tty/serial/sunsu.c        | 2 +-
 drivers/tty/serial/sunzilog.c     | 2 +-
 drivers/tty/serial/vr41xx_siu.c   | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [PATCH 01/12] tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
@ 2021-05-13  3:01 ` Jay Fang
  2021-05-13  3:01 ` [PATCH 02/12] tty: serial: dz: " Jay Fang
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/tty/serial/atmel_serial.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c
index 5d4675f..7f869ee 100644
--- a/drivers/tty/serial/atmel_serial.c
+++ b/drivers/tty/serial/atmel_serial.c
@@ -30,9 +30,9 @@
 #include <linux/irq.h>
 #include <linux/suspend.h>
 #include <linux/mm.h>
+#include <linux/io.h>
 
 #include <asm/div64.h>
-#include <asm/io.h>
 #include <asm/ioctls.h>
 
 #define PDC_BUFFER_SIZE		512
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 02/12] tty: serial: dz: include <linux/io.h> instead of <asm/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
  2021-05-13  3:01 ` [PATCH 01/12] tty: serial: atmel: include <linux/io.h> instead of <asm/io.h> Jay Fang
@ 2021-05-13  3:01 ` Jay Fang
  2021-05-13  3:01 ` [PATCH 03/12] tty: serial: icom: " Jay Fang
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/tty/serial/dz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/dz.c b/drivers/tty/serial/dz.c
index 5ba26d2..e18eb8d 100644
--- a/drivers/tty/serial/dz.c
+++ b/drivers/tty/serial/dz.c
@@ -47,8 +47,8 @@
 #include <linux/tty_flip.h>
 
 #include <linux/atomic.h>
+#include <linux/io.h>
 #include <asm/bootinfo.h>
-#include <asm/io.h>
 
 #include <asm/dec/interrupts.h>
 #include <asm/dec/kn01.h>
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 03/12] tty: serial: icom: include <linux/io.h> instead of <asm/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
  2021-05-13  3:01 ` [PATCH 01/12] tty: serial: atmel: include <linux/io.h> instead of <asm/io.h> Jay Fang
  2021-05-13  3:01 ` [PATCH 02/12] tty: serial: dz: " Jay Fang
@ 2021-05-13  3:01 ` Jay Fang
  2021-05-13  3:01 ` [PATCH 04/12] tty: serial: ip22zilog: " Jay Fang
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/tty/serial/icom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/icom.c b/drivers/tty/serial/icom.c
index 9e9abfc..03a2fe9 100644
--- a/drivers/tty/serial/icom.c
+++ b/drivers/tty/serial/icom.c
@@ -37,7 +37,7 @@
 #include <linux/firmware.h>
 #include <linux/bitops.h>
 
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/irq.h>
 #include <linux/uaccess.h>
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 04/12] tty: serial: ip22zilog: include <linux/io.h> instead of <asm/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
                   ` (2 preceding siblings ...)
  2021-05-13  3:01 ` [PATCH 03/12] tty: serial: icom: " Jay Fang
@ 2021-05-13  3:01 ` Jay Fang
  2021-05-13  3:01 ` [PATCH 05/12] tty: serial: mux: " Jay Fang
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/tty/serial/ip22zilog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/ip22zilog.c b/drivers/tty/serial/ip22zilog.c
index 86fff69..f4dc5fe 100644
--- a/drivers/tty/serial/ip22zilog.c
+++ b/drivers/tty/serial/ip22zilog.c
@@ -31,7 +31,7 @@
 #include <linux/spinlock.h>
 #include <linux/init.h>
 
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/irq.h>
 #include <asm/sgialib.h>
 #include <asm/sgi/ioc.h>
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 05/12] tty: serial: mux: include <linux/io.h> instead of <asm/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
                   ` (3 preceding siblings ...)
  2021-05-13  3:01 ` [PATCH 04/12] tty: serial: ip22zilog: " Jay Fang
@ 2021-05-13  3:01 ` Jay Fang
  2021-05-13  3:01 ` [PATCH 06/12] tty: serial: pmac_zilog: include <linux/io.h> insteiad " Jay Fang
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/tty/serial/mux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/mux.c b/drivers/tty/serial/mux.c
index 47ab280..be640d9 100644
--- a/drivers/tty/serial/mux.c
+++ b/drivers/tty/serial/mux.c
@@ -21,7 +21,7 @@
 #include <linux/console.h>
 #include <linux/delay.h> /* for udelay */
 #include <linux/device.h>
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/irq.h>
 #include <asm/parisc-device.h>
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 06/12] tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
                   ` (4 preceding siblings ...)
  2021-05-13  3:01 ` [PATCH 05/12] tty: serial: mux: " Jay Fang
@ 2021-05-13  3:01 ` Jay Fang
  2021-05-13  3:01 ` [PATCH 07/12] tty: serial: txx9: include <linux/io.h> instead " Jay Fang
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/tty/serial/pmac_zilog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/pmac_zilog.c b/drivers/tty/serial/pmac_zilog.c
index d6aef8a..12ce150 100644
--- a/drivers/tty/serial/pmac_zilog.c
+++ b/drivers/tty/serial/pmac_zilog.c
@@ -47,7 +47,7 @@
 #include <linux/of_address.h>
 #include <linux/of_irq.h>
 #include <asm/sections.h>
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/irq.h>
 
 #ifdef CONFIG_PPC_PMAC
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 07/12] tty: serial: txx9: include <linux/io.h> instead of <asm/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
                   ` (5 preceding siblings ...)
  2021-05-13  3:01 ` [PATCH 06/12] tty: serial: pmac_zilog: include <linux/io.h> insteiad " Jay Fang
@ 2021-05-13  3:01 ` Jay Fang
  2021-05-13  3:01 ` [PATCH 08/12] tty: serial: sunsab: " Jay Fang
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/tty/serial/serial_txx9.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/serial_txx9.c b/drivers/tty/serial/serial_txx9.c
index 0a7e5b7..aaca4fe 100644
--- a/drivers/tty/serial/serial_txx9.c
+++ b/drivers/tty/serial/serial_txx9.c
@@ -24,7 +24,7 @@
 #include <linux/tty.h>
 #include <linux/tty_flip.h>
 
-#include <asm/io.h>
+#include <linux/io.h>
 
 static char *serial_version = "1.11";
 static char *serial_name = "TX39/49 Serial driver";
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 08/12] tty: serial: sunsab: include <linux/io.h> instead of <asm/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
                   ` (6 preceding siblings ...)
  2021-05-13  3:01 ` [PATCH 07/12] tty: serial: txx9: include <linux/io.h> instead " Jay Fang
@ 2021-05-13  3:01 ` Jay Fang
  2021-05-13  3:01 ` [PATCH 09/12] tty: serial: sunsu: " Jay Fang
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/tty/serial/sunsab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/sunsab.c b/drivers/tty/serial/sunsab.c
index bab551f..92e5726 100644
--- a/drivers/tty/serial/sunsab.c
+++ b/drivers/tty/serial/sunsab.c
@@ -35,7 +35,7 @@
 #include <linux/init.h>
 #include <linux/of_device.h>
 
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/irq.h>
 #include <asm/prom.h>
 #include <asm/setup.h>
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 09/12] tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
                   ` (7 preceding siblings ...)
  2021-05-13  3:01 ` [PATCH 08/12] tty: serial: sunsab: " Jay Fang
@ 2021-05-13  3:01 ` Jay Fang
  2021-05-13  3:01 ` [PATCH 10/12] tty: serial: sunzilog: " Jay Fang
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/tty/serial/sunsu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/sunsu.c b/drivers/tty/serial/sunsu.c
index 12c2468..425a016 100644
--- a/drivers/tty/serial/sunsu.c
+++ b/drivers/tty/serial/sunsu.c
@@ -39,7 +39,7 @@
 #include <linux/delay.h>
 #include <linux/of_device.h>
 
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/irq.h>
 #include <asm/prom.h>
 #include <asm/setup.h>
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 10/12] tty: serial: sunzilog: include <linux/io.h> instead of <asm/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
                   ` (8 preceding siblings ...)
  2021-05-13  3:01 ` [PATCH 09/12] tty: serial: sunsu: " Jay Fang
@ 2021-05-13  3:01 ` Jay Fang
  2021-05-13  3:01 ` [PATCH 11/12] tty: serial: vr41xx_siu: " Jay Fang
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/tty/serial/sunzilog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/sunzilog.c b/drivers/tty/serial/sunzilog.c
index 001e19d..1a54e3e 100644
--- a/drivers/tty/serial/sunzilog.c
+++ b/drivers/tty/serial/sunzilog.c
@@ -35,7 +35,7 @@
 #include <linux/init.h>
 #include <linux/of_device.h>
 
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/irq.h>
 #include <asm/prom.h>
 #include <asm/setup.h>
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 11/12] tty: serial: vr41xx_siu: include <linux/io.h> instead of <asm/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
                   ` (9 preceding siblings ...)
  2021-05-13  3:01 ` [PATCH 10/12] tty: serial: sunzilog: " Jay Fang
@ 2021-05-13  3:01 ` Jay Fang
  2021-05-13  3:01 ` [PATCH 12/12] tty: serial: sb1250-duart: " Jay Fang
  2021-05-13 15:06 ` [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Greg KH
  12 siblings, 0 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/tty/serial/vr41xx_siu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/vr41xx_siu.c b/drivers/tty/serial/vr41xx_siu.c
index eeb4b65..647198b1 100644
--- a/drivers/tty/serial/vr41xx_siu.c
+++ b/drivers/tty/serial/vr41xx_siu.c
@@ -20,7 +20,7 @@
 #include <linux/tty.h>
 #include <linux/tty_flip.h>
 
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/vr41xx/siu.h>
 #include <asm/vr41xx/vr41xx.h>
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 12/12] tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
                   ` (10 preceding siblings ...)
  2021-05-13  3:01 ` [PATCH 11/12] tty: serial: vr41xx_siu: " Jay Fang
@ 2021-05-13  3:01 ` Jay Fang
  2021-05-13 15:06 ` [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Greg KH
  12 siblings, 0 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-13  3:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/tty/serial/sb1250-duart.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/sb1250-duart.c b/drivers/tty/serial/sb1250-duart.c
index 22c7bc9..738df6d 100644
--- a/drivers/tty/serial/sb1250-duart.c
+++ b/drivers/tty/serial/sb1250-duart.c
@@ -34,7 +34,7 @@
 #include <linux/types.h>
 
 #include <linux/refcount.h>
-#include <asm/io.h>
+#include <linux/io.h>
 
 #include <asm/sibyte/sb1250.h>
 #include <asm/sibyte/sb1250_uart.h>
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: [PATCH 00/12] use <linux/io.h> instead of <linux/io.h>
  2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
                   ` (11 preceding siblings ...)
  2021-05-13  3:01 ` [PATCH 12/12] tty: serial: sb1250-duart: " Jay Fang
@ 2021-05-13 15:06 ` Greg KH
  12 siblings, 0 replies; 14+ messages in thread
From: Greg KH @ 2021-05-13 15:06 UTC (permalink / raw)
  To: Jay Fang; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

On Thu, May 13, 2021 at 11:01:32AM +0800, Jay Fang wrote:
> From: Zihao Tang <tangzihao1@hisilicon.com>
> 
> <linux/io.h> is the preferred header to include instead of <asm/io.h>,
> so use <linux/io.h> instead of <asm/io.h>.

That's good, but not what the subject line here said you were doing :)

Not a big deal, I'll go queue up the patches, as they were correct
there.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-05-13 15:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13  3:01 [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Jay Fang
2021-05-13  3:01 ` [PATCH 01/12] tty: serial: atmel: include <linux/io.h> instead of <asm/io.h> Jay Fang
2021-05-13  3:01 ` [PATCH 02/12] tty: serial: dz: " Jay Fang
2021-05-13  3:01 ` [PATCH 03/12] tty: serial: icom: " Jay Fang
2021-05-13  3:01 ` [PATCH 04/12] tty: serial: ip22zilog: " Jay Fang
2021-05-13  3:01 ` [PATCH 05/12] tty: serial: mux: " Jay Fang
2021-05-13  3:01 ` [PATCH 06/12] tty: serial: pmac_zilog: include <linux/io.h> insteiad " Jay Fang
2021-05-13  3:01 ` [PATCH 07/12] tty: serial: txx9: include <linux/io.h> instead " Jay Fang
2021-05-13  3:01 ` [PATCH 08/12] tty: serial: sunsab: " Jay Fang
2021-05-13  3:01 ` [PATCH 09/12] tty: serial: sunsu: " Jay Fang
2021-05-13  3:01 ` [PATCH 10/12] tty: serial: sunzilog: " Jay Fang
2021-05-13  3:01 ` [PATCH 11/12] tty: serial: vr41xx_siu: " Jay Fang
2021-05-13  3:01 ` [PATCH 12/12] tty: serial: sb1250-duart: " Jay Fang
2021-05-13 15:06 ` [PATCH 00/12] use <linux/io.h> instead of <linux/io.h> Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.