summaryrefslogtreecommitdiffstats
path: root/drivers/pps/clients/pps-ldisc.c
Commit message (Expand)AuthorAgeFilesLines
* tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen2023-01-191-3/+3
* tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-131-7/+1
* tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
* tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-3/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-15/+1
* pps: using ERR_PTR instead of NULL while pps_register_source failsYueHaibing2018-11-271-2/+2
* pps: Move timestamp read into PPS code properGeorge Spelvin2013-02-131-4/+7
* pps: Don't crash the machine when exiting will doGeorge Spelvin2013-02-131-1/+10
* pps: Use pps_lookup_dev to reduce ldisc couplingGeorge Spelvin2013-02-131-6/+4
* pps: timestamp is always passed to dcd_change()Alexander Gordeev2011-01-131-8/+0
* pps: convert printk/pr_* to dev_*Alexander Gordeev2011-01-131-0/+2
* pps: access pps device by direct pointerAlexander Gordeev2011-01-131-15/+26
* pps: unify timestamp gatheringAlexander Gordeev2011-01-131-12/+6
* pps: serial clients supportRodolfo Giometti2010-03-121-0/+154