summaryrefslogtreecommitdiffstats
path: root/drivers/hte
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pate...Linus Torvalds2023-10-314-26/+23
|\
| * hte: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko2023-10-271-9/+4
| * hte: tegra: Fix missing error code in tegra_hte_test_probe()Harshit Mogalapalli2023-10-271-1/+3
| * hte: tegra194: Switch to LATE_SIMPLE_DEV_PM_OPS()Andy Shevchenko2023-10-121-5/+4
| * hte: tegra194: Remove redundant dev_err()Andy Shevchenko2023-10-121-3/+1
| * hte: tegra194: improve the GPIO-related commentBartosz Golaszewski2023-10-051-5/+8
| * hte: allow building modules with COMPILE_TEST enabledBartosz Golaszewski2023-10-031-2/+2
| * hte: Annotate struct hte_device with __counted_byKees Cook2023-10-031-1/+1
* | hte: tegra194: add GPIOLIB dependencyArnd Bergmann2023-10-231-0/+1
* | hte: tegra194: don't access struct gpio_chipBartosz Golaszewski2023-10-181-14/+16
|/
* hte: Explicitly include correct DT includesRob Herring2023-08-282-2/+1
* hte: tegra-194: Use proper includesLinus Walleij2023-04-261-5/+4
* hte: Use device_match_of_node()ye xingchen2023-04-261-1/+1
* hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()Dan Carpenter2023-04-261-1/+1
* hte: tegra: fix 'struct of_device_id' build errorArnd Bergmann2023-04-261-0/+1
* hte: Use of_property_present() for testing DT property presenceRob Herring2023-04-261-1/+1
* hte: handle nvidia,gpio-controller propertyDipen Patel2023-04-261-7/+21
* hte: Deprecate nvidia,slices propertyDipen Patel2023-04-261-10/+21
* hte: Add Tegra234 providerDipen Patel2023-04-262-5/+121
* hte: Uninitialized variable in hte_ts_get()Dan Carpenter2022-05-201-1/+1
* hte: Fix off by one in hte_push_ts_ns()Dan Carpenter2022-05-101-1/+1
* hte: Fix possible use-after-free in tegra_hte_test_remove()Yang Yingliang2022-05-101-1/+1
* hte: Remove unused including <linux/version.h>Jiapeng Chong2022-05-101-1/+0
* hte: Add Tegra HTE test driverDipen Patel2022-05-043-1/+247
* hte: Add Tegra194 HTE kernel providerDipen Patel2022-05-043-0/+743
* drivers: Add hardware timestamp engine (HTE) subsystemDipen Patel2022-05-043-0/+963