public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] serial: Do not count XON/XOFF in the statistics
@ 2024-04-03 14:46 Andy Shevchenko
  2024-04-03 14:46 ` [PATCH v1 1/3] serial: core: Don't " Andy Shevchenko
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Andy Shevchenko @ 2024-04-03 14:46 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-kernel, linux-serial
  Cc: Jiri Slaby, Orson Zhai, Baolin Wang, Chunyan Zhang,
	Andy Shevchenko

Some drivers count XON/XOFF in the Tx statistics, some do not.
I actually a bit uncertain, but I _think_ the correct way is not
to count them, hence this series.

Andy Shevchenko (3):
  serial: core: Don't count XON/XOFF in the statistics
  serial: fsl_lpuart: Don't count XON/XOFF in the statistics
  serial: sprd: Don't count XON/XOFF in the statistics

 drivers/tty/serial/fsl_lpuart.c  | 1 -
 drivers/tty/serial/sprd_serial.c | 1 -
 include/linux/serial_core.h      | 4 ++--
 3 files changed, 2 insertions(+), 4 deletions(-)

-- 
2.43.0.rc1.1.gbec44491f096


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

end of thread, other threads:[~2024-04-09 13:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-03 14:46 [PATCH v1 0/3] serial: Do not count XON/XOFF in the statistics Andy Shevchenko
2024-04-03 14:46 ` [PATCH v1 1/3] serial: core: Don't " Andy Shevchenko
2024-04-03 14:46 ` [PATCH v1 2/3] serial: fsl_lpuart: " Andy Shevchenko
2024-04-03 14:46 ` [PATCH v1 3/3] serial: sprd: " Andy Shevchenko
2024-04-03 22:15 ` [PATCH v1 0/3] serial: Do not " Andy Shevchenko
2024-04-04  5:16   ` Jiri Slaby
2024-04-04 15:54     ` Andy Shevchenko
2024-04-09 13:46       ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox