summaryrefslogtreecommitdiff
path: root/drivers/leds/trigger/ledtrig-tty.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-10leds: Prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
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