All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <003b01d62376$8a602c40$9f2084c0$@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index 5564d78..5d18493 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,31 +11,38 @@ On Tuesday, May 5, 2020 at 2020 03:31:00 PM +0900, Greg Kroah-Hartman
 > > > allowed:
 > > >
 > > >   CC [M]  drivers/tty/serial/samsung_tty.o
-> > > drivers/tty/serial/samsung_tty.c:186:13: warning: ‘wr_reg_barrier’\r
-> > > defined but not used [-Wunused-function]\r
-> > >   186 | static void wr_reg_barrier(struct uart_port *port, u32 reg, u32\r
-> val)\r
-> > >       |             ^~~~~~~~~~~~~~\r
-> > >\r
-> > > Please fix up and resend.  Always make sure you keep the reviewed-by\r
-> > > tags from others as well.\r
-> > >\r
-> > > greg k-h\r
-> >\r
-> > I tested on latest kernel today one more time, there is no error and\r
-> warning on my side, not only patch 1/3 and patch 3/3\r
-> > Line 1735:   CC      drivers/tty/serial/samsung_tty.o\r
-> > Line 343:   CC      drivers/tty/serial/samsung_tty.o\r
-> >\r
-> > wr_reg_barrier is not defined in patch 1/3, and wr_reg_barrier is\r
-> > define and used in patch3/3 it might be no warning.\r
-> \r
-> After I apply this series, I got the above build warning on my normal\r
-> x86 system, so I can not take the patches.  Please fix up and resend.\r
-> \r
-> greg k-h\r
-\r
-I'm so sorry, \r
-There is an warning if CONFIG_SERIAL_SAMSUNG_CONSOLE  is not enabled.\r
-I've fix the patch and resend\r
+> > > drivers/tty/serial/samsung_tty.c:186:13: warning: ‘wr_reg_barrier’
+> > > defined but not used [-Wunused-function]
+> > >   186 | static void wr_reg_barrier(struct uart_port *port, u32 reg, u32
+> val)
+> > >       |             ^~~~~~~~~~~~~~
+> > >
+> > > Please fix up and resend.  Always make sure you keep the reviewed-by
+> > > tags from others as well.
+> > >
+> > > greg k-h
+> >
+> > I tested on latest kernel today one more time, there is no error and
+> warning on my side, not only patch 1/3 and patch 3/3
+> > Line 1735:   CC      drivers/tty/serial/samsung_tty.o
+> > Line 343:   CC      drivers/tty/serial/samsung_tty.o
+> >
+> > wr_reg_barrier is not defined in patch 1/3, and wr_reg_barrier is
+> > define and used in patch3/3 it might be no warning.
+> 
+> After I apply this series, I got the above build warning on my normal
+> x86 system, so I can not take the patches.  Please fix up and resend.
+> 
+> greg k-h
+
+I'm so sorry, 
+There is an warning if CONFIG_SERIAL_SAMSUNG_CONSOLE  is not enabled.
+I've fix the patch and resend
 Thank you in advance.
+
+
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N1/content_digest
index cf5bcd8..bee782f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,13 +7,13 @@
  "Subject\0RE: [PATCH v8 1/3] serial: samsung: Replace rd_regb/wr_regb with rd_reg/wr_reg\0"
  "Date\0Wed, 6 May 2020 16:18:28 +0900\0"
  "To\0'Greg Kroah-Hartman' <gregkh@linuxfoundation.org>\0"
- "Cc\0'Kukjin Kim' <kgene@kernel.org>"
+ "Cc\0linux-samsung-soc@vger.kernel.org"
+  linux-kernel@vger.kernel.org
   'Krzysztof Kozlowski' <krzk@kernel.org>
+  'Kukjin Kim' <kgene@kernel.org>
+  linux-serial@vger.kernel.org
   'Jiri Slaby' <jslaby@suse.com>
-  <linux-arm-kernel@lists.infradead.org>
-  <linux-samsung-soc@vger.kernel.org>
-  <linux-serial@vger.kernel.org>
- " <linux-kernel@vger.kernel.org>\0"
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Tuesday, May 5, 2020 at 2020 03:31:00 PM +0900, Greg Kroah-Hartman\n"
@@ -29,33 +29,40 @@
  "> > > allowed:\n"
  "> > >\n"
  "> > >   CC [M]  drivers/tty/serial/samsung_tty.o\n"
- "> > > drivers/tty/serial/samsung_tty.c:186:13: warning: \342\200\230wr_reg_barrier\342\200\231\r\n"
- "> > > defined but not used [-Wunused-function]\r\n"
- "> > >   186 | static void wr_reg_barrier(struct uart_port *port, u32 reg, u32\r\n"
- "> val)\r\n"
- "> > >       |             ^~~~~~~~~~~~~~\r\n"
- "> > >\r\n"
- "> > > Please fix up and resend.  Always make sure you keep the reviewed-by\r\n"
- "> > > tags from others as well.\r\n"
- "> > >\r\n"
- "> > > greg k-h\r\n"
- "> >\r\n"
- "> > I tested on latest kernel today one more time, there is no error and\r\n"
- "> warning on my side, not only patch 1/3 and patch 3/3\r\n"
- "> > Line 1735:   CC      drivers/tty/serial/samsung_tty.o\r\n"
- "> > Line 343:   CC      drivers/tty/serial/samsung_tty.o\r\n"
- "> >\r\n"
- "> > wr_reg_barrier is not defined in patch 1/3, and wr_reg_barrier is\r\n"
- "> > define and used in patch3/3 it might be no warning.\r\n"
- "> \r\n"
- "> After I apply this series, I got the above build warning on my normal\r\n"
- "> x86 system, so I can not take the patches.  Please fix up and resend.\r\n"
- "> \r\n"
- "> greg k-h\r\n"
- "\r\n"
- "I'm so sorry, \r\n"
- "There is an warning if CONFIG_SERIAL_SAMSUNG_CONSOLE  is not enabled.\r\n"
- "I've fix the patch and resend\r\n"
- Thank you in advance.
+ "> > > drivers/tty/serial/samsung_tty.c:186:13: warning: \342\200\230wr_reg_barrier\342\200\231\n"
+ "> > > defined but not used [-Wunused-function]\n"
+ "> > >   186 | static void wr_reg_barrier(struct uart_port *port, u32 reg, u32\n"
+ "> val)\n"
+ "> > >       |             ^~~~~~~~~~~~~~\n"
+ "> > >\n"
+ "> > > Please fix up and resend.  Always make sure you keep the reviewed-by\n"
+ "> > > tags from others as well.\n"
+ "> > >\n"
+ "> > > greg k-h\n"
+ "> >\n"
+ "> > I tested on latest kernel today one more time, there is no error and\n"
+ "> warning on my side, not only patch 1/3 and patch 3/3\n"
+ "> > Line 1735:   CC      drivers/tty/serial/samsung_tty.o\n"
+ "> > Line 343:   CC      drivers/tty/serial/samsung_tty.o\n"
+ "> >\n"
+ "> > wr_reg_barrier is not defined in patch 1/3, and wr_reg_barrier is\n"
+ "> > define and used in patch3/3 it might be no warning.\n"
+ "> \n"
+ "> After I apply this series, I got the above build warning on my normal\n"
+ "> x86 system, so I can not take the patches.  Please fix up and resend.\n"
+ "> \n"
+ "> greg k-h\n"
+ "\n"
+ "I'm so sorry, \n"
+ "There is an warning if CONFIG_SERIAL_SAMSUNG_CONSOLE  is not enabled.\n"
+ "I've fix the patch and resend\n"
+ "Thank you in advance.\n"
+ "\n"
+ "\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-5dff8da7a9e134cb684e6fbb50958ec88fac606f547b4ea0702e3956bd41061c
+3de59393edf23640e80db73241f8d279aaba439783369e62fb7bc4eabdffa811

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.