summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/tegra
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-0/+30
|\
| * firmware: tegra: Add suspend hook and reset BPMP IPC early on resumeSumit Gupta2023-10-131-0/+30
* | firmware: tegra: bpmp: Replace deprecated strncpy() with strscpy_pad()Justin Stitt2023-09-291-2/+2
|/
* firmware: Explicitly include correct DT includesRob Herring2023-08-121-2/+1
* firmware: tegra: bpmp: Add support for DRAM MRQ GSCsPeter De Schrijver2023-06-092-61/+147
* firmware: Use of_property_present() for testing DT property presenceRob Herring2023-04-041-3/+3
* firmware: tegra: bpmp: Fix error paths in debugfsMikko Perttunen2023-04-031-4/+8
* tegra: mark BPMP driver as little-endian onlyArnd Bergmann2022-11-231-0/+1
* firmware: tegra: Remove surplus dev_err() when using platform_get_irq_byname()Yang Li2022-11-171-6/+2
* firmware: tegra: bpmp: Do not support big-endianThierry Reding2022-10-242-24/+20
* firmware: tegra: bpmp: Use iosys-map helpersThierry Reding2022-10-244-94/+130
* firmware: tegra: bpmp: Prefer u32 over uint32_tThierry Reding2022-10-241-20/+20
* firmware: tegra: Switch over to memdup_user()Qing Wang2022-09-151-10/+3
* firmware: tegra: Fix error check return value of debugfs_create_file()Lv Ruyi2022-07-081-5/+5
* firmware: tegra: bpmp: Do only aligned access to IPC memory areaTimo Alho2022-06-241-3/+3
* firmware: tegra: Fix error application of sizeof() to pointerLv Ruyi2021-10-181-2/+3
* firmware: tegra: bpmp: Use devm_platform_ioremap_resource()Cai Huoqing2021-10-071-5/+2
* firmware: tegra: Reduce stack usageArnd Bergmann2021-10-071-9/+17
* firmware: tegra: Stop using seq_get_buf()Christoph Hellwig2021-08-111-11/+47
* firmware: tegra: bpmp: Fix Tegra234-only buildsThierry Reding2021-06-113-2/+5
* firmware: tegra: Fix error return code in tegra210_bpmp_init()Zhen Lei2021-06-011-1/+1
* firmware: tegra: fix strncpy()/strncat() confusionArnd Bergmann2020-11-101-5/+1
* firmware: tegra: Enable BPMP support on Tegra234Thierry Reding2020-09-181-1/+2
* firmware: tegra: Add support for in-band debugJon Hunter2020-07-141-8/+369
* firmware: tegra: Prepare for supporting in-band debugfsJon Hunter2020-07-141-30/+23
* firmware: tegra: Use consistent return variable nameJon Hunter2020-07-142-21/+21
* firmware: tegra: Add return code checks and increase debugfs sizeTimo Alho2020-07-141-2/+10
* firmware: tegra: Defer BPMP probe if shared memory not availableJon Hunter2020-05-221-2/+2
* firmware: tegra: Make BPMP a regular driverThierry Reding2020-04-221-6/+3
* firmware: tegra: Fix a typo in KconfigChristophe JAILLET2020-02-171-1/+1
* firmware: tegra: Move BPMP resume to noirq phaseVidya Sagar2019-10-011-1/+1
* Merge tag 'tegra-for-5.3-firmware' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2019-06-251-1/+3
|\
| * firmware: tegra: Early resume BPMPBitan Biswas2019-06-141-1/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-053-28/+3
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* firmware/tegra: Enable Tegra186 BPMP support on Tegra194Thierry Reding2019-02-073-3/+7
* firmware: tegra: Conditionally support SoC generationsThierry Reding2019-02-072-0/+12
* firmware: tegra: bpmp-tegra186: Remove unused includesThierry Reding2019-01-251-5/+0
* firmware: tegra: add bpmp driver for Tegra210Timo Alho2019-01-254-9/+282
* firmware: tegra: Refactor BPMP driverTimo Alho2019-01-254-202/+394
* firmware: tegra: Reword messaging terminologyTimo Alho2019-01-251-38/+71
* firmware: tegra: Use in-band messages for firmware version queryTimo Alho2018-11-081-2/+34
* firmware: tegra: Print version tag at fullTimo Alho2018-11-081-6/+10
* firmware: tegra: Switch to global mrq_is_supported()Timo Alho2018-11-081-28/+1
* firmware: tegra: Add helper to check for supported MRQsTimo Alho2018-11-081-0/+25
* firmware: tegra: bpmp: Implement suspend/resume supportThierry Reding2018-10-101-0/+19
* firmware: tegra: adjust tested variableJulia Lawall2018-03-081-1/+1
* firmware: tegra: Simplify channel managementMikko Perttunen2018-03-081-78/+64
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-163-9/+470
|\
| * firmware: tegra: Add BPMP debugfs supportTimo Alho2017-10-193-1/+451