aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_qoriq.c
AgeCommit message (Expand)Author
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-05-09ptp_qoriq: fix NULL access if ptp dt node missingClaudiu Manoil
2019-02-19ptp_qoriq: don't pass a large struct by value but instead pass it by referenceColin Ian King
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-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
2018-08-06ptp_qoriq: use div_u64/div_u64_rem for 64-bit divisionYangbo Lu
2018-08-05ptp_qoriq: support automatic configuration for ptp timerYangbo Lu
2018-06-26ptp: support DPAA FMan 1588 timer in ptp_qoriqYangbo Lu
2018-06-20ptp: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann
2018-05-28ptp_qoriq: move some definitions to header fileYangbo Lu
2018-05-28ptp: rework gianfar_ptp as QorIQ common PTP driverYangbo Lu