summaryrefslogtreecommitdiffstats
path: root/drivers/hte/hte.c
Commit message (Expand)AuthorAgeFilesLines
* hte: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko2023-10-271-9/+4
* hte: Annotate struct hte_device with __counted_byKees Cook2023-10-031-1/+1
* hte: Explicitly include correct DT includesRob Herring2023-08-281-1/+1
* hte: Use device_match_of_node()ye xingchen2023-04-261-1/+1
* hte: Use of_property_present() for testing DT property presenceRob Herring2023-04-261-1/+1
* hte: Uninitialized variable in hte_ts_get()Dan Carpenter2022-05-201-1/+1
* hte: Fix off by one in hte_push_ts_ns()Dan Carpenter2022-05-101-1/+1
* drivers: Add hardware timestamp engine (HTE) subsystemDipen Patel2022-05-041-0/+947