summaryrefslogtreecommitdiff
path: root/drivers/firmware/tegra/bpmp.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-13firmware: tegra: Add suspend hook and reset BPMP IPC early on resumeSumit Gupta1-0/+30
2023-08-12firmware: Explicitly include correct DT includesRob Herring1-2/+1
2023-06-09firmware: tegra: bpmp: Add support for DRAM MRQ GSCsPeter De Schrijver1-2/+2
2023-04-04firmware: Use of_property_present() for testing DT property presenceRob Herring1-3/+3
2022-10-24firmware: tegra: bpmp: Do not support big-endianThierry Reding1-1/+1
2022-10-24firmware: tegra: bpmp: Use iosys-map helpersThierry Reding1-14/+17
2022-06-24firmware: tegra: bpmp: Do only aligned access to IPC memory areaTimo Alho1-3/+3
2021-06-11firmware: tegra: bpmp: Fix Tegra234-only buildsThierry Reding1-1/+2
2020-09-18firmware: tegra: Enable BPMP support on Tegra234Thierry Reding1-1/+2
2020-07-14firmware: tegra: Use consistent return variable nameJon Hunter1-3/+3
2020-04-22firmware: tegra: Make BPMP a regular driverThierry Reding1-6/+3
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/kern...Olof Johansson1-1/+3
2019-06-14firmware: tegra: Early resume BPMPBitan Biswas1-1/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-02-07firmware/tegra: Enable Tegra186 BPMP support on Tegra194Thierry Reding1-2/+4
2019-02-07firmware: tegra: Conditionally support SoC generationsThierry Reding1-0/+8
2019-01-25firmware: tegra: add bpmp driver for Tegra210Timo Alho1-9/+37
2019-01-25firmware: tegra: Refactor BPMP driverTimo Alho1-202/+55
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: 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-10-19firmware: tegra: Add BPMP debugfs supportTimo Alho1-0/+4
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-06-19Merge tag 'tegra-for-4.13-firmware' of git://git.kernel.org/pub/scm/linux/ker...Olof 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 <lin...Ingo Molnar1-0/+1
2016-11-18firmware: tegra: Add BPMP supportThierry Reding1-0/+868