summaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_qoriq.c
AgeCommit message (Expand)Author
2023-07-18ptp: Explicitly include correct DT includesRob Herring
2023-03-24ptp_qoriq: fix memory leak in probe()SongJingyi
2023-01-20ptp_qoriq: fix latency in ptp_qoriq_adjtime() operationNikhil Gupta
2021-03-24ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalationYangbo Lu
2020-09-18ptp_qoriq: support FIPER3Yangbo Lu
2020-02-16ptp_qoriq: drop the code of alarmYangbo Lu
2019-12-16ptp_qoriq: export extts_clean_up() functionYangbo Lu
2019-12-16ptp_qoriq: check valid status before reading extts fifoYangbo Lu
2019-10-02ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settimeVladimir Oltean
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