summaryrefslogtreecommitdiff
path: root/drivers/leds/trigger/ledtrig-tty.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-13leds: ledtrig-tty: Add additional line state evaluationFlorian Eckert1-1/+77
2023-12-13leds: ledtrig-tty: Make rx tx activitate configurableFlorian Eckert1-11/+103
2023-12-13leds: ledtrig-tty: Replace mutex with completionFlorian Eckert1-29/+30
2023-12-13leds: ledtrig-tty: Free allocated ttyname buffer on deactivateFlorian Eckert1-0/+4
2023-08-17leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_onesho...Marek Behún1-4/+8
2021-03-10leds: trigger/tty: Use led_set_brightness_sync() from workqueueUwe Kleine-König1-2/+2
2021-03-10leds: trigger: Fix error path to not unlock the unlocked mutexUwe Kleine-König1-5/+2
2021-01-15leds: trigger: implement a tty triggerUwe Kleine-König1-0/+183