summaryrefslogtreecommitdiff
path: root/drivers/firmware/tegra
AgeCommit message (Expand)Author
2024-02-21firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filena...Markus Elfring
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-13firmware: tegra: Add suspend hook and reset BPMP IPC early on resumeSumit Gupta
2023-09-29firmware: tegra: bpmp: Replace deprecated strncpy() with strscpy_pad()Justin Stitt
2023-08-12firmware: Explicitly include correct DT includesRob Herring
2023-06-09firmware: tegra: bpmp: Add support for DRAM MRQ GSCsPeter De Schrijver
2023-04-04firmware: Use of_property_present() for testing DT property presenceRob Herring
2023-04-03firmware: tegra: bpmp: Fix error paths in debugfsMikko Perttunen
2022-11-23tegra: mark BPMP driver as little-endian onlyArnd Bergmann
2022-11-17firmware: tegra: Remove surplus dev_err() when using platform_get_irq_byname()Yang Li
2022-10-24firmware: tegra: bpmp: Do not support big-endianThierry Reding
2022-10-24firmware: tegra: bpmp: Use iosys-map helpersThierry Reding
2022-10-24firmware: tegra: bpmp: Prefer u32 over uint32_tThierry Reding
2022-09-15firmware: tegra: Switch over to memdup_user()Qing Wang
2022-07-08firmware: tegra: Fix error check return value of debugfs_create_file()Lv Ruyi
2022-06-24firmware: tegra: bpmp: Do only aligned access to IPC memory areaTimo Alho
2021-10-18firmware: tegra: Fix error application of sizeof() to pointerLv Ruyi
2021-10-07firmware: tegra: bpmp: Use devm_platform_ioremap_resource()Cai Huoqing
2021-10-07firmware: tegra: Reduce stack usageArnd Bergmann
2021-08-11firmware: tegra: Stop using seq_get_buf()Christoph Hellwig
2021-06-11firmware: tegra: bpmp: Fix Tegra234-only buildsThierry Reding
2021-06-01firmware: tegra: Fix error return code in tegra210_bpmp_init()Zhen Lei
2020-11-10firmware: tegra: fix strncpy()/strncat() confusionArnd Bergmann
2020-09-18firmware: tegra: Enable BPMP support on Tegra234Thierry Reding
2020-07-14firmware: tegra: Add support for in-band debugJon Hunter
2020-07-14firmware: tegra: Prepare for supporting in-band debugfsJon Hunter
2020-07-14firmware: tegra: Use consistent return variable nameJon Hunter
2020-07-14firmware: tegra: Add return code checks and increase debugfs sizeTimo Alho
2020-05-22firmware: tegra: Defer BPMP probe if shared memory not availableJon Hunter
2020-04-22firmware: tegra: Make BPMP a regular driverThierry Reding
2020-02-17firmware: tegra: Fix a typo in KconfigChristophe JAILLET
2019-10-01firmware: tegra: Move BPMP resume to noirq phaseVidya Sagar
2019-06-25Merge tag 'tegra-for-5.3-firmware' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson
2019-06-14firmware: tegra: Early resume BPMPBitan Biswas
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-07firmware/tegra: Enable Tegra186 BPMP support on Tegra194Thierry Reding
2019-02-07firmware: tegra: Conditionally support SoC generationsThierry Reding
2019-01-25firmware: tegra: bpmp-tegra186: Remove unused includesThierry Reding
2019-01-25firmware: tegra: add bpmp driver for Tegra210Timo Alho
2019-01-25firmware: tegra: Refactor BPMP driverTimo Alho
2019-01-25firmware: tegra: Reword messaging terminologyTimo Alho
2018-11-08firmware: tegra: Use in-band messages for firmware version queryTimo Alho
2018-11-08firmware: tegra: Print version tag at fullTimo Alho
2018-11-08firmware: tegra: Switch to global mrq_is_supported()Timo Alho
2018-11-08firmware: tegra: Add helper to check for supported MRQsTimo Alho
2018-10-10firmware: tegra: bpmp: Implement suspend/resume supportThierry Reding
2018-03-08firmware: tegra: adjust tested variableJulia Lawall
2018-03-08firmware: tegra: Simplify channel managementMikko Perttunen
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds