summaryrefslogtreecommitdiffstats
path: root/drivers/hte
AgeCommit message (Expand)AuthorLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-06-19hte: tegra-194: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-04-12hte: tegra-194: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-31Merge tag 'for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pate...Linus Torvalds-26/+23
2023-10-27hte: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko-9/+4
2023-10-27hte: tegra: Fix missing error code in tegra_hte_test_probe()Harshit Mogalapalli-1/+3
2023-10-23hte: tegra194: add GPIOLIB dependencyArnd Bergmann-0/+1
2023-10-18hte: tegra194: don't access struct gpio_chipBartosz Golaszewski-14/+16
2023-10-12hte: tegra194: Switch to LATE_SIMPLE_DEV_PM_OPS()Andy Shevchenko-5/+4
2023-10-12hte: tegra194: Remove redundant dev_err()Andy Shevchenko-3/+1
2023-10-05hte: tegra194: improve the GPIO-related commentBartosz Golaszewski-5/+8
2023-10-03hte: allow building modules with COMPILE_TEST enabledBartosz Golaszewski-2/+2
2023-10-03hte: Annotate struct hte_device with __counted_byKees Cook-1/+1
2023-08-28hte: Explicitly include correct DT includesRob Herring-2/+1
2023-04-26hte: tegra-194: Use proper includesLinus Walleij-5/+4
2023-04-26hte: Use device_match_of_node()ye xingchen-1/+1
2023-04-26hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()Dan Carpenter-1/+1
2023-04-26hte: tegra: fix 'struct of_device_id' build errorArnd Bergmann-0/+1
2023-04-26hte: Use of_property_present() for testing DT property presenceRob Herring-1/+1
2023-04-26hte: handle nvidia,gpio-controller propertyDipen Patel-7/+21
2023-04-26hte: Deprecate nvidia,slices propertyDipen Patel-10/+21
2023-04-26hte: Add Tegra234 providerDipen Patel-5/+121
2022-05-20hte: Uninitialized variable in hte_ts_get()Dan Carpenter-1/+1
2022-05-10hte: Fix off by one in hte_push_ts_ns()Dan Carpenter-1/+1
2022-05-10hte: Fix possible use-after-free in tegra_hte_test_remove()Yang Yingliang-1/+1
2022-05-10hte: Remove unused including <linux/version.h>Jiapeng Chong-1/+0
2022-05-04hte: Add Tegra HTE test driverDipen Patel-1/+247
2022-05-04hte: Add Tegra194 HTE kernel providerDipen Patel-0/+743
2022-05-04drivers: Add hardware timestamp engine (HTE) subsystemDipen Patel-0/+963