aboutsummaryrefslogtreecommitdiff
path: root/drivers/hte/hte.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27hte: Use kasprintf() instead of fixed buffer formattingGravatar Andy Shevchenko 1-9/+4
2023-10-03hte: Annotate struct hte_device with __counted_byGravatar Kees Cook 1-1/+1
2023-08-28hte: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-04-26hte: Use device_match_of_node()Gravatar ye xingchen 1-1/+1
2023-04-26hte: Use of_property_present() for testing DT property presenceGravatar Rob Herring 1-1/+1
2022-05-20hte: Uninitialized variable in hte_ts_get()Gravatar Dan Carpenter 1-1/+1
2022-05-10hte: Fix off by one in hte_push_ts_ns()Gravatar Dan Carpenter 1-1/+1
2022-05-04drivers: Add hardware timestamp engine (HTE) subsystemGravatar Dipen Patel 1-0/+947