summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/tegra
Commit message (Expand)AuthorAgeFilesLines
* 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
| * firmware: tegra: Expose tegra_bpmp_mrq_return()Mikko Perttunen2017-10-191-2/+3
| * firmware: tegra: Propagate error code to callerTimo Alho2017-10-171-6/+16
* | locking/atomics, firmware/ivc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-12/+12
|/
* firmware: tegra: set drvdata earlierTimo Alho2017-08-171-2/+2
* Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-2/+2
|\
| * firmware/ivc: use dma_mapping_errorChristoph Hellwig2017-06-201-2/+2
* | Merge tag 'tegra-for-4.13-firmware' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2017-06-181-10/+18
|\ \
| * | firmware: tegra: Fix locking bugs in BPMPDan Carpenter2017-06-141-10/+18
| |/
* / soc/tegra: bpmp: Implement generic PM domainsThierry Reding2017-06-131-0/+4
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* firmware: tegra: Add BPMP supportThierry Reding2016-11-183-0/+881
* firmware: tegra: Add IVC libraryThierry Reding2016-11-183-0/+709