aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pps/clients/pps-ldisc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby1-7/+1
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby1-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby1-1/+2
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby1-3/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-15/+1
2018-11-27pps: using ERR_PTR instead of NULL while pps_register_source failsYueHaibing1-2/+2
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin1-4/+7
2013-02-13pps: Don't crash the machine when exiting will doGeorge Spelvin1-1/+10
2013-02-13pps: Use pps_lookup_dev to reduce ldisc couplingGeorge Spelvin1-6/+4
2011-01-13pps: timestamp is always passed to dcd_change()Alexander Gordeev1-8/+0
2011-01-13pps: convert printk/pr_* to dev_*Alexander Gordeev1-0/+2
2011-01-13pps: access pps device by direct pointerAlexander Gordeev1-15/+26
2011-01-13pps: unify timestamp gatheringAlexander Gordeev1-12/+6
2010-03-12pps: serial clients supportRodolfo Giometti1-0/+154