summaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)Author
2021-11-08Merge tag 'v5.4.153' into 5.4-2.3.x-imxDenys Drozdov
2021-10-13ptp_pch: Load module automatically if ID matchesAndy Shevchenko
2021-08-27Merge tag 'v5.4.143' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-08-26ptp_pch: Restore dependency on PCIAndy Shevchenko
2021-06-23Merge tag 'v5.4.128' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-06-23ptp: improve max_adj check against unreasonable valuesJakub Kicinski
2020-03-08Merge tag 'v5.4.24' into imx_5.4.yJason Liu
2020-02-26LF-183 ptp: depend on !FSL_SDK_FMAN_RTC_API for ptp_qoriqYangbo Lu
2020-01-23ptp: free ptp device pin descriptors properlyVladis Dronov
2020-01-04ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2019-12-02ptp: support ptp_qoriq for sdk dpaaYangbo Lu
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran
2019-11-15ptp: Validate requests to enable time stamping of external signals.Richard Cochran
2019-10-07ptp: fix typo of "mechanism" in Kconfig help textAntonio Borneo
2019-10-02ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settimeVladimir Oltean
2019-09-27ptp: correctly disable flags on old ioctlsJacob Keller
2019-09-13PTP: introduce new versions of IOCTLsFelipe Balbi
2019-07-25ptp: ptp_dte: remove redundant dev_err messageDing Xiang
2019-06-15ptp: add QorIQ PTP support for DPAA2Yangbo Lu
2019-06-13ptp: ptp_clock: Publish scaled_ppm_to_ppbShalom Toledo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-09ptp_qoriq: fix NULL access if ptp dt node missingClaudiu Manoil
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-02-19ptp_qoriq: don't pass a large struct by value but instead pass it by referenceColin Ian King
2019-02-12ptp: add QorIQ PTP support for ENETCYangbo Lu
2019-02-12ptp_qoriq: fix register memory mapYangbo Lu
2019-02-12ptp_qoriq: add little enadian supportYangbo Lu
2019-02-12ptp_qoriq: convert to use ptp_qoriq_init/freeYangbo Lu
2019-02-12ptp_qoriq: make ptp operations globalYangbo Lu
2019-02-12ptp_qoriq: make structure/function names more consistentYangbo Lu
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani
2019-01-25ptp: fix debugfs_simple_attr.cocci warningsYueHaibing
2019-01-22ptp: add debugfs support for ptp_qoriqYangbo Lu
2019-01-22ptp_qoriq: support external trigger stamp FIFOYangbo Lu
2019-01-22ptp_qoriq: fix interrupt enabling and handlingYangbo Lu
2019-01-08ptp: check that rsv field is zero in struct ptp_sys_offset_extendedEugene Syromiatnikov
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-19ptp: fix an IS_ERR() vs NULL checkDan Carpenter
2018-11-23ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing
2018-11-09ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar
2018-11-09ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar
2018-11-09ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar
2018-11-09ptp: reorder declarations in ptp_ioctl()Miroslav Lichvar
2018-10-28ptp: drop redundant kasprintf() to create worker nameRasmus Villemoes
2018-10-22ptp: ptp_dte: simplify getting .driver_dataWolfram Sang
2018-10-17ptp: fix Spectre v1 vulnerabilityGustavo A. R. Silva