linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/3] leds: trigger: implement a tty trigger
@ 2020-07-07 16:59 Uwe Kleine-König
  2020-07-07 16:59 ` [PATCH v7 1/3] tty: rename tty_kopen() and add new function tty_kopen_shared() Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Uwe Kleine-König @ 2020-07-07 16:59 UTC (permalink / raw)
  To: Jacek Anaszewski, Pavel Machek, Dan Murphy, Greg Kroah-Hartman,
	Jiri Slaby
  Cc: kernel, linux-serial, linux-kernel, linux-leds, Johan Hovold

Hello,

this is v7 of a series adding support for tty triggers. See patch 3 for
how to use it. The first two patches provide the necessary
infrastructure in the tty subsystem to make the trigger possible.

Changes compared to v6 sent with Message-Id:
20200213091600.554-1-uwe@kleine-koenig.org on 13 Feb 2020:

 - use the tty's name instead of its major:minor
 - drop kstrtodev_t helper
 - retry opening the tty in case it only appears after it was configured
   in the trigger

Uwe Kleine-König (3):
  tty: rename tty_kopen() and add new function tty_kopen_shared()
  tty: new helper function tty_get_icount()
  leds: trigger: implement a tty trigger

 .../ABI/testing/sysfs-class-led-trigger-tty   |   6 +
 drivers/leds/trigger/Kconfig                  |   7 +
 drivers/leds/trigger/Makefile                 |   1 +
 drivers/leds/trigger/ledtrig-tty.c            | 192 ++++++++++++++++++
 drivers/staging/speakup/spk_ttyio.c           |   2 +-
 drivers/tty/tty_io.c                          |  87 ++++++--
 include/linux/tty.h                           |   7 +-
 7 files changed, 277 insertions(+), 25 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-led-trigger-tty
 create mode 100644 drivers/leds/trigger/ledtrig-tty.c

base-commit: dcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258
-- 
2.27.0


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

end of thread, other threads:[~2020-07-22  8:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07 16:59 [PATCH v7 0/3] leds: trigger: implement a tty trigger Uwe Kleine-König
2020-07-07 16:59 ` [PATCH v7 1/3] tty: rename tty_kopen() and add new function tty_kopen_shared() Uwe Kleine-König
2020-07-07 16:59 ` [PATCH v7 2/3] tty: new helper function tty_get_icount() Uwe Kleine-König
2020-07-07 16:59 ` [PATCH v7 3/3] leds: trigger: implement a tty trigger Uwe Kleine-König
2020-07-12  8:24   ` Pavel Machek
2020-07-12  8:43     ` Greg Kroah-Hartman
2020-07-12  8:50       ` Pavel Machek
2020-07-12  9:02         ` Greg Kroah-Hartman
2020-07-12  9:07           ` Pavel Machek
2020-07-12  9:31             ` Greg Kroah-Hartman
2020-07-13 10:26     ` Uwe Kleine-König
2020-07-14  7:13   ` Johan Hovold
2020-07-21 19:48     ` Uwe Kleine-König
2020-07-22  8:34       ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).