aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hte
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pate...Linus Torvalds4-26/+23
2023-10-27hte: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko1-9/+4
2023-10-27hte: tegra: Fix missing error code in tegra_hte_test_probe()Harshit Mogalapalli1-1/+3
2023-10-23hte: tegra194: add GPIOLIB dependencyArnd Bergmann1-0/+1
2023-10-18hte: tegra194: don't access struct gpio_chipBartosz Golaszewski1-14/+16
2023-10-12hte: tegra194: Switch to LATE_SIMPLE_DEV_PM_OPS()Andy Shevchenko1-5/+4
2023-10-12hte: tegra194: Remove redundant dev_err()Andy Shevchenko1-3/+1
2023-10-05hte: tegra194: improve the GPIO-related commentBartosz Golaszewski1-5/+8
2023-10-03hte: allow building modules with COMPILE_TEST enabledBartosz Golaszewski1-2/+2
2023-10-03hte: Annotate struct hte_device with __counted_byKees Cook1-1/+1
2023-08-28hte: Explicitly include correct DT includesRob Herring2-2/+1
2023-04-26hte: tegra-194: Use proper includesLinus Walleij1-5/+4
2023-04-26hte: Use device_match_of_node()ye xingchen1-1/+1
2023-04-26hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()Dan Carpenter1-1/+1
2023-04-26hte: tegra: fix 'struct of_device_id' build errorArnd Bergmann1-0/+1
2023-04-26hte: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-04-26hte: handle nvidia,gpio-controller propertyDipen Patel1-7/+21
2023-04-26hte: Deprecate nvidia,slices propertyDipen Patel1-10/+21
2023-04-26hte: Add Tegra234 providerDipen Patel2-5/+121
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-10hte: Fix possible use-after-free in tegra_hte_test_remove()Yang Yingliang1-1/+1
2022-05-10hte: Remove unused including <linux/version.h>Jiapeng Chong1-1/+0
2022-05-04hte: Add Tegra HTE test driverDipen Patel3-1/+247
2022-05-04hte: Add Tegra194 HTE kernel providerDipen Patel3-0/+743
2022-05-04drivers: Add hardware timestamp engine (HTE) subsystemDipen Patel3-0/+963