summaryrefslogtreecommitdiff
path: root/drivers/hte/hte.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-28hte: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko1-9/+4
2023-10-03hte: Annotate struct hte_device with __counted_byKees Cook1-1/+1
2023-08-28hte: Explicitly include correct DT includesRob Herring1-1/+1
2023-04-27hte: Use device_match_of_node()ye xingchen1-1/+1
2023-04-27hte: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2022-05-20hte: Uninitialized variable in hte_ts_get()Dan Carpenter1-1/+1
2022-05-10hte: Fix off by one in hte_push_ts_ns()Dan Carpenter1-1/+1
2022-05-04drivers: Add hardware timestamp engine (HTE) subsystemDipen Patel1-0/+947