aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAge
* ptp: fix typo of "mechanism" in Kconfig help textAntonio Borneo2019-10-07
* ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settimeVladimir Oltean2019-10-02
* ptp: correctly disable flags on old ioctlsJacob Keller2019-09-27
* PTP: introduce new versions of IOCTLsFelipe Balbi2019-09-13
* ptp: ptp_dte: remove redundant dev_err messageDing Xiang2019-07-25
* ptp: add QorIQ PTP support for DPAA2Yangbo Lu2019-06-15
* ptp: ptp_clock: Publish scaled_ppm_to_ppbShalom Toledo2019-06-14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-30
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-30
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-24
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* ptp_qoriq: fix NULL access if ptp dt node missingClaudiu Manoil2019-05-09
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-05
|\
| * Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-10
| |\
| | * timex: use __kernel_timex internallyDeepa Dinamani2019-02-06
* | | ptp_qoriq: don't pass a large struct by value but instead pass it by referenceColin Ian King2019-02-19
* | | ptp: add QorIQ PTP support for ENETCYangbo Lu2019-02-12
* | | ptp_qoriq: fix register memory mapYangbo Lu2019-02-12
* | | ptp_qoriq: add little enadian supportYangbo Lu2019-02-12
* | | ptp_qoriq: convert to use ptp_qoriq_init/freeYangbo Lu2019-02-12
* | | ptp_qoriq: make ptp operations globalYangbo Lu2019-02-12
* | | ptp_qoriq: make structure/function names more consistentYangbo Lu2019-02-12
* | | ptp: fix debugfs_simple_attr.cocci warningsYueHaibing2019-01-26
* | | ptp: add debugfs support for ptp_qoriqYangbo Lu2019-01-22
* | | ptp_qoriq: support external trigger stamp FIFOYangbo Lu2019-01-22
* | | ptp_qoriq: fix interrupt enabling and handlingYangbo Lu2019-01-22
|/ /
* / ptp: check that rsv field is zero in struct ptp_sys_offset_extendedEugene Syromiatnikov2019-01-08
|/
* Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-28
|\
| * ptp: fix an IS_ERR() vs NULL checkDan Carpenter2018-12-19
* | ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing2018-11-23
* | ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar2018-11-09
* | ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar2018-11-09
* | ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar2018-11-09
* | ptp: reorder declarations in ptp_ioctl()Miroslav Lichvar2018-11-09
|/
* ptp: drop redundant kasprintf() to create worker nameRasmus Villemoes2018-10-28
* ptp: ptp_dte: simplify getting .driver_dataWolfram Sang2018-10-22
* ptp: fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-18
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-18
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-07
* | ptp_qoriq: use div_u64/div_u64_rem for 64-bit divisionYangbo Lu2018-08-06
* | ptp_qoriq: support automatic configuration for ptp timerYangbo Lu2018-08-05
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-21
|\ \
| * | ptp: fix missing break in switchGustavo A. R. Silva2018-07-18
| |/
* / ptp: support DPAA FMan 1588 timer in ptp_qoriqYangbo Lu2018-06-26
|/
* ptp: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann2018-06-19
* ptp_qoriq: move some definitions to header fileYangbo Lu2018-05-28
* ptp: rework gianfar_ptp as QorIQ common PTP driverYangbo Lu2018-05-28
* ptp_pch: use helpers function for converting between ns and timespecYueHaibing2018-04-27
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28