summaryrefslogtreecommitdiffstats
path: root/drivers/ptp/ptp_qoriq.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1Star
* ptp_qoriq: fix NULL access if ptp dt node missingClaudiu Manoil2019-05-091-0/+3
* ptp_qoriq: don't pass a large struct by value but instead pass it by referenceColin Ian King2019-02-191-3/+3
* ptp_qoriq: fix register memory mapYangbo Lu2019-02-121-5/+6
* ptp_qoriq: add little enadian supportYangbo Lu2019-02-121-30/+39
* ptp_qoriq: convert to use ptp_qoriq_init/freeYangbo Lu2019-02-121-67/+77
* ptp_qoriq: make ptp operations globalYangbo Lu2019-02-121-11/+16
* ptp_qoriq: make structure/function names more consistentYangbo Lu2019-02-121-144/+144
* ptp: add debugfs support for ptp_qoriqYangbo Lu2019-01-231-0/+3
* ptp_qoriq: support external trigger stamp FIFOYangbo Lu2019-01-231-14/+54
* ptp_qoriq: fix interrupt enabling and handlingYangbo Lu2019-01-231-31/+31
* ptp_qoriq: use div_u64/div_u64_rem for 64-bit divisionYangbo Lu2018-08-061-2/+4
* ptp_qoriq: support automatic configuration for ptp timerYangbo Lu2018-08-061-3/+108
* ptp: support DPAA FMan 1588 timer in ptp_qoriqYangbo Lu2018-06-261-38/+66
* ptp: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann2018-06-201-1/+1
* ptp_qoriq: move some definitions to header fileYangbo Lu2018-05-291-131/+1Star
* ptp: rework gianfar_ptp as QorIQ common PTP driverYangbo Lu2018-05-291-0/+584