summaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_qoriq.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-02ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settimeVladimir Oltean1-1/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-05-09ptp_qoriq: fix NULL access if ptp dt node missingClaudiu Manoil1-0/+3
2019-02-19ptp_qoriq: don't pass a large struct by value but instead pass it by referenceColin Ian King1-3/+3
2019-02-12ptp_qoriq: fix register memory mapYangbo Lu1-5/+6
2019-02-12ptp_qoriq: add little enadian supportYangbo Lu1-30/+39
2019-02-12ptp_qoriq: convert to use ptp_qoriq_init/freeYangbo Lu1-67/+77
2019-02-12ptp_qoriq: make ptp operations globalYangbo Lu1-11/+16
2019-02-12ptp_qoriq: make structure/function names more consistentYangbo Lu1-144/+144
2019-01-22ptp: add debugfs support for ptp_qoriqYangbo Lu1-0/+3
2019-01-22ptp_qoriq: support external trigger stamp FIFOYangbo Lu1-14/+54
2019-01-22ptp_qoriq: fix interrupt enabling and handlingYangbo Lu1-31/+31
2018-08-06ptp_qoriq: use div_u64/div_u64_rem for 64-bit divisionYangbo Lu1-2/+4
2018-08-05ptp_qoriq: support automatic configuration for ptp timerYangbo Lu1-3/+108
2018-06-26ptp: support DPAA FMan 1588 timer in ptp_qoriqYangbo Lu1-38/+66
2018-06-20ptp: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann1-1/+1
2018-05-28ptp_qoriq: move some definitions to header fileYangbo Lu1-131/+1
2018-05-28ptp: rework gianfar_ptp as QorIQ common PTP driverYangbo Lu1-0/+584