summaryrefslogtreecommitdiff
path: root/drivers/hte
AgeCommit message (Expand)Author
2023-10-31Merge tag 'for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pate...Linus Torvalds
2023-10-27hte: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko
2023-10-27hte: tegra: Fix missing error code in tegra_hte_test_probe()Harshit Mogalapalli
2023-10-23hte: tegra194: add GPIOLIB dependencyArnd Bergmann
2023-10-18hte: tegra194: don't access struct gpio_chipBartosz Golaszewski
2023-10-12hte: tegra194: Switch to LATE_SIMPLE_DEV_PM_OPS()Andy Shevchenko
2023-10-12hte: tegra194: Remove redundant dev_err()Andy Shevchenko
2023-10-05hte: tegra194: improve the GPIO-related commentBartosz Golaszewski
2023-10-03hte: allow building modules with COMPILE_TEST enabledBartosz Golaszewski
2023-10-03hte: Annotate struct hte_device with __counted_byKees Cook
2023-08-28hte: Explicitly include correct DT includesRob Herring
2023-04-26hte: tegra-194: Use proper includesLinus Walleij
2023-04-26hte: Use device_match_of_node()ye xingchen
2023-04-26hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()Dan Carpenter
2023-04-26hte: tegra: fix 'struct of_device_id' build errorArnd Bergmann
2023-04-26hte: Use of_property_present() for testing DT property presenceRob Herring
2023-04-26hte: handle nvidia,gpio-controller propertyDipen Patel
2023-04-26hte: Deprecate nvidia,slices propertyDipen Patel
2023-04-26hte: Add Tegra234 providerDipen Patel
2022-05-20hte: Uninitialized variable in hte_ts_get()Dan Carpenter
2022-05-10hte: Fix off by one in hte_push_ts_ns()Dan Carpenter
2022-05-10hte: Fix possible use-after-free in tegra_hte_test_remove()Yang Yingliang
2022-05-10hte: Remove unused including <linux/version.h>Jiapeng Chong
2022-05-04hte: Add Tegra HTE test driverDipen Patel
2022-05-04hte: Add Tegra194 HTE kernel providerDipen Patel
2022-05-04drivers: Add hardware timestamp engine (HTE) subsystemDipen Patel