Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-24ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalationYangbo Lu
2020-09-19ptp_qoriq: support FIPER3Yangbo Lu
2020-02-17ptp_qoriq: drop the code of alarmYangbo Lu
2019-12-17ptp_qoriq: export extts_clean_up() functionYangbo Lu
2019-12-17ptp_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-20ptp_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-23ptp: add debugfs support for ptp_qoriqYangbo Lu
2019-01-23ptp_qoriq: support external trigger stamp FIFOYangbo Lu
2019-01-23ptp_qoriq: fix interrupt enabling and handlingYangbo Lu
2018-08-06ptp_qoriq: use div_u64/div_u64_rem for 64-bit divisionYangbo Lu
2018-08-06ptp_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-29ptp_qoriq: move some definitions to header fileYangbo Lu
2018-05-29ptp: rework gianfar_ptp as QorIQ common PTP driverYangbo Lu