reset: tegra-bpmp: allow building under COMPILE_TESTThe Tegra BPMP reset driver can be compiled without TEGRA_BPMP beingenabled. Allow it to be built under COMPILE_TEST.Acked-by: Thierry Reding
reset: tegra-bpmp: allow building under COMPILE_TESTThe Tegra BPMP reset driver can be compiled without TEGRA_BPMP beingenabled. Allow it to be built under COMPILE_TEST.Acked-by: Thierry Reding <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Philipp Zabel <[email protected]>
show more ...
reset: tegra-bpmp: Restore Handle errors in BPMP responseThis reverts following commit 69125b4b9440 ("reset: tegra-bpmp: RevertHandle errors in BPMP response").The Tegra194 HDA reset failure is
reset: tegra-bpmp: Restore Handle errors in BPMP responseThis reverts following commit 69125b4b9440 ("reset: tegra-bpmp: RevertHandle errors in BPMP response").The Tegra194 HDA reset failure is fixed by commit d278dc9151a0 ("ALSA:hda/tegra: Fix Tegra194 HDA reset failure"). The temporary revert oforiginal commit c045ceb5a145 ("reset: tegra-bpmp: Handle errors in BPMPresponse") can be removed now.Signed-off-by: Sameer Pujar <[email protected]>Tested-by: Jon Hunter <[email protected]>Reviewed-by: Jon Hunter <[email protected]>Acked-by: Thierry Reding <[email protected]>Signed-off-by: Philipp Zabel <[email protected]>Link: https://lore.kernel.org/r/[email protected]
reset: tegra-bpmp: Revert Handle errors in BPMP responseCommit c045ceb5a145 ("reset: tegra-bpmp: Handle errors in BPMPresponse") fixed an issue in the Tegra BPMP error handling but hasexposed an
reset: tegra-bpmp: Revert Handle errors in BPMP responseCommit c045ceb5a145 ("reset: tegra-bpmp: Handle errors in BPMPresponse") fixed an issue in the Tegra BPMP error handling but hasexposed an issue in the Tegra194 HDA driver and now resetting theTegra194 HDA controller is failing. For now revert the commitc045ceb5a145 ("reset: tegra-bpmp: Handle errors in BPMP response")while a fix for the Tegra HDA driver is created.Fixes: c045ceb5a145 ("reset: tegra-bpmp: Handle errors in BPMP response")Signed-off-by: Jon Hunter <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Philipp Zabel <[email protected]>
reset: tegra-bpmp: Handle errors in BPMP responseThe return value from tegra_bpmp_transfer indicates the success orfailure of the IPC transaction with BPMP. If the transactionsucceeded, we also n
reset: tegra-bpmp: Handle errors in BPMP responseThe return value from tegra_bpmp_transfer indicates the success orfailure of the IPC transaction with BPMP. If the transactionsucceeded, we also need to check the actual command's result code.Add code to do this.Signed-off-by: Mikko Perttunen <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Philipp Zabel <[email protected]>
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Based on 2 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of th
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Based on 2 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation #extracted by the scancode license scanner the SPDX license identifier GPL-2.0-onlyhas been chosen to replace the boilerplate/reference in 4122 file(s).Signed-off-by: Thomas Gleixner <[email protected]>Reviewed-by: Enrico Weigelt <[email protected]>Reviewed-by: Kate Stewart <[email protected]>Reviewed-by: Allison Randal <[email protected]>Cc: [email protected]Link: https://lkml.kernel.org/r/[email protected]Signed-off-by: Greg Kroah-Hartman <[email protected]>
treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project
treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is: GPL-2.0-onlySigned-off-by: Thomas Gleixner <[email protected]>Signed-off-by: Greg Kroah-Hartman <[email protected]>
reset: Add Tegra BPMP reset driverThis driver uses the services provided by the BPMP firmware driver toimplement a reset driver based on the MRQ_RESET request.Acked-by: Philipp Zabel <p.zabel@pe
reset: Add Tegra BPMP reset driverThis driver uses the services provided by the BPMP firmware driver toimplement a reset driver based on the MRQ_RESET request.Acked-by: Philipp Zabel <[email protected]>Signed-off-by: Thierry Reding <[email protected]>