summaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra/fuse
AgeCommit message (Expand)AuthorLines
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-11-14soc/tegra: fuse: speedo-tegra210: Add SoC speedo 2Aaron Kling-0/+1
2025-11-14soc/tegra: fuse: speedo-tegra210: Update speedo IDsAaron Kling-19/+43
2025-11-14soc/tegra: fuse: Do not register SoC device on ACPI bootKartik Rajput-2/+0
2025-09-11soc/tegra: fuse: Add Tegra114 nvmem cells and fuse lookupsSvyatoslav Ryhel-0/+122
2025-07-07soc/tegra: Add Tegra264 APBMISC compatible stringThierry Reding-0/+1
2025-01-10soc/tegra: fuse: Update Tegra234 nvmem keepout listKartik Rajput-6/+11
2024-06-06mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker-2/+2
2024-02-01soc/tegra: Fix build failure on Tegra241Arnd Bergmann-1/+2
2024-02-01soc/tegra: fuse: Fix crash in tegra_fuse_readl()Jon Hunter-0/+3
2024-02-01soc/tegra: fuse: Define tegra194_soc_attr_group for Tegra241Kartik-2/+4
2024-02-01soc/tegra: fuse: Add support for Tegra241Kartik-0/+30
2024-02-01soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234Kartik-3/+49
2024-02-01soc/tegra: fuse: Add function to print SKU infoKartik-6/+11
2024-02-01soc/tegra: fuse: Add function to add lookupsKartik-8/+17
2024-02-01soc/tegra: fuse: Add tegra_acpi_init_apbmisc()Kartik-0/+73
2024-02-01soc/tegra: fuse: Refactor resource mappingKartik-16/+21
2024-02-01soc/tegra: fuse: Use dev_err_probe for probe failuresKartik-13/+4
2023-07-27soc/tegra: fuse: Sort includes alphabeticallyThierry Reding-2/+2
2023-07-21soc/tegra: fuse: Use devm_platform_get_and_ioremap_resource()Yangtao Li-6/+3
2023-07-21soc/tegra: Explicitly include correct DT includesRob Herring-3/+1
2023-06-08soc/tegra: fuse: Fix Tegra234 fuse sizeKartik-1/+1
2023-05-16soc/tegra: fuse: Add support for Tegra264Stefan Kristiansson-1/+2
2023-04-05soc/tegra: fuse: Remove nvmem root only accessKartik-2/+2
2022-11-11soc/tegra: fuse: Use platform info with SoC revisionKartik-2/+21
2022-10-24soc/tegra: fuse: Add nvmem keepout listKartik-0/+42
2022-10-24soc/tegra: fuse: Use SoC specific nvmem cellsKartik-111/+241
2022-09-23Merge tag 'tegra-for-6.1-cbb' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann-2/+27
2022-09-15soc/tegra: fuse: Add missing of_node_put()Liang He-2/+5
2022-09-15soc/tegra: fuse: Add missing of_node_put() in tegra_init_fuse()Liang He-0/+1
2022-09-15soc/tegra: Set ERD bit to mask inband errorsSumit Gupta-2/+27
2022-04-06soc/tegra: fuse: Add nvmem cell lookup entries for Tegra194Sagar Kamble-5/+20
2022-02-24soc/tegra: fuse: Explicitly cast to/from __iomemThierry Reding-2/+2
2022-02-24soc/tegra: fuse: Update nvmem cell listkartik-1/+19
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-14/+71
2021-12-16soc/tegra: fuse: Use resource-managed helpersDmitry Osipenko-17/+48
2021-12-16soc/tegra: fuse: Reset hardwareDmitry Osipenko-0/+26
2021-12-15soc/tegra: fuse: Fix bitwise vs. logical OR warningNathan Chancellor-2/+2
2021-08-11soc/tegra: fuse: Enable fuse clock on suspend for Tegra124Dmitry Osipenko-0/+39
2021-08-11soc/tegra: fuse: Add runtime PM supportDmitry Osipenko-9/+40
2021-08-11soc/tegra: fuse: Clear fuse->clk on driver probe failureDmitry Osipenko-0/+1
2021-06-11soc/tegra: fuse: Fix Tegra234-only buildsThierry Reding-1/+2
2021-06-02soc/tegra: fuse: Don't return -ENOMEM when allocate lookups failedYang Yingliang-4/+2
2020-11-27Merge tag 'tegra-for-5.11-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann-21/+8
2020-11-19soc/tegra: fuse: Fix index bug in get_process_idNicolin Chen-1/+1
2020-11-10soc: tegra: fuse: speedo-tegra210: Remove a group of set but unused variablesLee Jones-5/+1
2020-11-10soc: tegra: fuse: speedo-tegra124: Remove some set but unused variablesLee Jones-15/+6
2020-11-06soc/tegra: fuse: Export tegra_read_ram_code()Dmitry Osipenko-0/+2
2020-09-18soc/tegra: misc: Add Tegra234 supportThierry Reding-0/+1