summaryrefslogtreecommitdiffstats
path: root/drivers/ptp/ptp_qoriq.c
Commit message (Expand)AuthorAgeFilesLines
* ptp_qoriq: support FIPER3Yangbo Lu2020-09-181-1/+19
* ptp_qoriq: drop the code of alarmYangbo Lu2020-02-161-28/+1
* ptp_qoriq: export extts_clean_up() functionYangbo Lu2019-12-161-2/+2
* ptp_qoriq: check valid status before reading extts fifoYangbo Lu2019-12-161-3/+8
* ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settimeVladimir Oltean2019-10-021-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* 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-221-0/+3
* ptp_qoriq: support external trigger stamp FIFOYangbo Lu2019-01-221-14/+54
* ptp_qoriq: fix interrupt enabling and handlingYangbo Lu2019-01-221-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-051-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-281-131/+1
* ptp: rework gianfar_ptp as QorIQ common PTP driverYangbo Lu2018-05-281-0/+584