summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2020-04-29 09:35:03 +0000
committerJassi Brar <jaswinder.singh@linaro.org>2020-05-30 18:08:40 -0500
commit445aeeb569f8d7904f8cf80b7c6826bb651ef80e (patch)
treeb0f527f998c37a5da0afe3841ffa7301874319cf /tools/perf/scripts/python/bin/flamegraph-record
parent9d8ca628c0286a35e3f8382e44f8b79846a88603 (diff)
downloadkernel-445aeeb569f8d7904f8cf80b7c6826bb651ef80e.tar.gz
mailbox: zynqmp-ipi: Fix NULL vs IS_ERR() check in zynqmp_ipi_mbox_probe()
In case of error, the function devm_ioremap() returns NULL pointer not ERR_PTR(). So we should check whether the return value of devm_ioremap() is NULL instead of IS_ERR. Fixes: 4981b82ba2ff ("mailbox: ZynqMP IPI mailbox controller") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-record')
0 files changed, 0 insertions, 0 deletions
hwmgr.h?h=master&id=16881da6c0b9db5fca95b96b0f02720e94c92629'>drm/amdgpu: extract pcie helpers to common headerAlex Deucher These will be used by multiple powerplay drivers and other IP modules. Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> 2015-12-21drm/amdgpu/powerplay: implement thermal control for tonga.Rex Zhu Implement thermal and fan control for tonga. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> 2015-12-21drm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other ↵Rex Zhu submodule. Redefine interrupt callback function in accordance with cgs. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> 2015-12-21drm/amd/powerplay: Add CG and PG support for tongaRex Zhu Implement clock and power gating support for tonga. On Tonga this is handles by the SMU rather than direct register settings in the driver. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> 2015-12-21drm/amd/powerplay: add Tonga dpm support (v3)yanyang1 This implements DPM for tonga. DPM handles dynamic clock and voltage scaling. v2: merge all the patches related with tonga dpm v3: merge dpm force level fix, cgs display fix, spelling fix Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Signed-off-by: yanyang1 <young.yang@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com>