All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] tty: drop tty_schedule_flip()
@ 2021-11-22 11:16 Jiri Slaby
  2021-11-22 11:16 ` [PATCH v2 1/3] tty: drivers/tty/, stop using tty_schedule_flip() Jiri Slaby
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jiri Slaby @ 2021-11-22 11:16 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linux-kernel, johan, Jiri Slaby

There are two identical functions: tty_schedule_flip and
tty_flip_buffer_push. Remove the former.

This is [v2] as [v1] was dropping tty_flip_buffer_push. And
tty_flip_buffer_push is spread wider, so remove the less used one as
proposed by Johan.

Jiri Slaby (3):
  tty: drivers/tty/, stop using tty_schedule_flip()
  tty: the rest, stop using tty_schedule_flip()
  tty: drop tty_schedule_flip()

 arch/alpha/kernel/srmcons.c               |  2 +-
 drivers/accessibility/speakup/spk_ttyio.c |  4 +--
 drivers/s390/char/keyboard.h              |  4 +--
 drivers/tty/goldfish.c                    |  2 +-
 drivers/tty/moxa.c                        |  4 +--
 drivers/tty/serial/lpc32xx_hs.c           |  2 +-
 drivers/tty/tty_buffer.c                  | 30 ++++++-----------------
 drivers/tty/vt/keyboard.c                 |  6 ++---
 drivers/tty/vt/vt.c                       |  2 +-
 include/linux/tty_flip.h                  |  1 -
 10 files changed, 21 insertions(+), 36 deletions(-)

-- 
2.33.1


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

end of thread, other threads:[~2021-11-22 12:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-22 11:16 [PATCH v2 0/3] tty: drop tty_schedule_flip() Jiri Slaby
2021-11-22 11:16 ` [PATCH v2 1/3] tty: drivers/tty/, stop using tty_schedule_flip() Jiri Slaby
2021-11-22 11:16 ` [PATCH v2 2/3] tty: the rest, " Jiri Slaby
2021-11-22 11:16 ` [PATCH v2 3/3] tty: drop tty_schedule_flip() Jiri Slaby
2021-11-22 12:57 ` [PATCH v2 0/3] " Johan Hovold

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.