aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15firmware: tegra: Switch over to memdup_user()Qing Wang1-10/+3
2022-07-08firmware: tegra: Fix error check return value of debugfs_create_file()Lv Ruyi1-5/+5
2022-06-24firmware: tegra: bpmp: Do only aligned access to IPC memory areaTimo Alho1-3/+3
2021-10-18firmware: tegra: Fix error application of sizeof() to pointerLv Ruyi1-2/+3
2021-10-07firmware: tegra: bpmp: Use devm_platform_ioremap_resource()Cai Huoqing1-5/+2
2021-10-07firmware: tegra: Reduce stack usageArnd Bergmann1-9/+17
2021-08-11firmware: tegra: Stop using seq_get_buf()Christoph Hellwig1-11/+47
2021-06-11firmware: tegra: bpmp: Fix Tegra234-only buildsThierry Reding3-2/+5
2021-06-01firmware: tegra: Fix error return code in tegra210_bpmp_init()Zhen Lei1-1/+1
2020-11-10firmware: tegra: fix strncpy()/strncat() confusionArnd Bergmann1-5/+1
2020-09-18firmware: tegra: Enable BPMP support on Tegra234Thierry Reding1-1/+2
2020-07-14firmware: tegra: Add support for in-band debugJon Hunter1-8/+369
2020-07-14firmware: tegra: Prepare for supporting in-band debugfsJon Hunter1-30/+23
2020-07-14firmware: tegra: Use consistent return variable nameJon Hunter2-21/+21
2020-07-14firmware: tegra: Add return code checks and increase debugfs sizeTimo Alho1-2/+10
2020-05-22firmware: tegra: Defer BPMP probe if shared memory not availableJon Hunter1-2/+2
2020-04-22firmware: tegra: Make BPMP a regular driverThierry Reding1-6/+3
2020-02-17firmware: tegra: Fix a typo in KconfigChristophe JAILLET1-1/+1
2019-10-01firmware: tegra: Move BPMP resume to noirq phaseVidya Sagar1-1/+1
2019-06-25Merge tag 'tegra-for-5.3-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/driversOlof Johansson1-1/+3
2019-06-14firmware: tegra: Early resume BPMPBitan Biswas1-1/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner3-28/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-02-07firmware/tegra: Enable Tegra186 BPMP support on Tegra194Thierry Reding3-3/+7
2019-02-07firmware: tegra: Conditionally support SoC generationsThierry Reding2-0/+12
2019-01-25firmware: tegra: bpmp-tegra186: Remove unused includesThierry Reding1-5/+0
2019-01-25firmware: tegra: add bpmp driver for Tegra210Timo Alho4-9/+282
2019-01-25firmware: tegra: Refactor BPMP driverTimo Alho4-202/+394
2019-01-25firmware: tegra: Reword messaging terminologyTimo Alho1-38/+71
2018-11-08firmware: tegra: Use in-band messages for firmware version queryTimo Alho1-2/+34
2018-11-08firmware: tegra: Print version tag at fullTimo Alho1-6/+10
2018-11-08firmware: tegra: Switch to global mrq_is_supported()Timo Alho1-28/+1
2018-11-08firmware: tegra: Add helper to check for supported MRQsTimo Alho1-0/+25
2018-10-10firmware: tegra: bpmp: Implement suspend/resume supportThierry Reding1-0/+19
2018-03-08firmware: tegra: adjust tested variableJulia Lawall1-1/+1
2018-03-08firmware: tegra: Simplify channel managementMikko Perttunen1-78/+64
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-9/+470
2017-10-25locking/atomics, firmware/ivc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-12/+12
2017-10-19firmware: tegra: Add BPMP debugfs supportTimo Alho3-1/+451
2017-10-19firmware: tegra: Expose tegra_bpmp_mrq_return()Mikko Perttunen1-2/+3
2017-10-17firmware: tegra: Propagate error code to callerTimo Alho1-6/+16
2017-08-17firmware: tegra: set drvdata earlierTimo Alho1-2/+2
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2017-06-20firmware/ivc: use dma_mapping_errorChristoph Hellwig1-2/+2
2017-06-18Merge tag 'tegra-for-4.13-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/driversOlof Johansson1-10/+18
2017-06-14firmware: tegra: Fix locking bugs in BPMPDan Carpenter1-10/+18
2017-06-13soc/tegra: bpmp: Implement generic PM domainsThierry Reding1-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2016-11-18firmware: tegra: Add BPMP supportThierry Reding3-0/+881
2016-11-18firmware: tegra: Add IVC libraryThierry Reding3-0/+709