aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_chardev.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-05ptp: only allow phase values lower than 1 periodGravatar Vladimir Oltean 1-0/+13
2020-07-19ptp: add ability to configure duty cycle for periodic outputGravatar Vladimir Oltean 1-6/+27
2020-05-02ptp: Add adjust_phase to ptp_clock_caps capability.Gravatar Vincent Cheng 1-0/+1
2020-03-30ptp: Avoid deadlocks in the programmable pin code.Gravatar Richard Cochran 1-0/+9
2019-11-15ptp: Introduce strict checking of external time stamp options.Gravatar Richard Cochran 1-0/+2
2019-11-15ptp: Validate requests to enable time stamping of external signals.Gravatar Richard Cochran 1-5/+13
2019-09-27ptp: correctly disable flags on old ioctlsGravatar Jacob Keller 1-2/+2
2019-09-13PTP: introduce new versions of IOCTLsGravatar Felipe Balbi 1-0/+63
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Gravatar Thomas Gleixner 1-14/+1
2019-01-08ptp: check that rsv field is zero in struct ptp_sys_offset_extendedGravatar Eugene Syromiatnikov 1-1/+2
2018-11-09ptp: deprecate gettime64() in favor of gettimex64()Gravatar Miroslav Lichvar 1-1/+4
2018-11-09ptp: add PTP_SYS_OFFSET_EXTENDED ioctlGravatar Miroslav Lichvar 1-0/+33
2018-11-09ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlGravatar Miroslav Lichvar 1-1/+4
2018-11-09ptp: reorder declarations in ptp_ioctl()Gravatar Miroslav Lichvar 1-7/+7
2018-10-17ptp: fix Spectre v1 vulnerabilityGravatar Gustavo A. R. Silva 1-0/+4
2018-07-18ptp: fix missing break in switchGravatar Gustavo A. R. Silva 1-0/+1
2018-06-20ptp: replace getnstimeofday64() with ktime_get_real_ts64()Gravatar Arnd Bergmann 1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2016-10-13drivers/ptp: Fix kernel memory disclosureGravatar Vlad Tsyrklevich 1-0/+1
2016-05-29ptp: oops in ptp_ioctl()Gravatar Dan Carpenter 1-0/+1
2016-05-23ptp: use memdup_user().Gravatar Muhammad Falak R Wani 1-8/+3
2016-03-03ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestampingGravatar Christopher S. Hall 1-0/+27
2015-03-31ptp: remove 32 bit get/set methods.Gravatar Richard Cochran 1-7/+1
2015-03-31ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl.Gravatar Richard Cochran 1-4/+10
2014-07-01ptp: Allow reassigning calibration pin functionGravatar Stefan Sørensen 1-7/+2
2014-03-21ptp: introduce programmable pins.Gravatar Richard Cochran 1-1/+127
2012-11-26ptp: reduce stack usage when measuring the system time offsetGravatar Richard Cochran 1-7/+14
2012-11-26ptp: reduce stack usage when reading external time stampsGravatar Richard Cochran 1-5/+17
2012-11-01ptp: add an ioctl to compare PHC time with system timeGravatar Richard Cochran 1-0/+32
2011-06-01ptp: Fix some locking bugs in ptp_read()Gravatar Dan Carpenter 1-4/+4
2011-06-01ptp: Return -EFAULT on copy_to_user() errorsGravatar Dan Carpenter 1-1/+2
2011-05-23ptp: Added a brand new class driver for ptp clocks.Gravatar Richard Cochran 1-0/+159