summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@kernel.org>2020-12-05 04:52:23 -0600
committerDaniel Lezcano <daniel.lezcano@linaro.org>2020-12-05 19:33:55 +0100
commit5d9814df0aec56a638bbf20795abb4cfaf3cd331 (patch)
tree507e92555147562b03cfdff83ee06eefd35d4162 /tools/perf/scripts/python/bin
parentfef92cd2bc04c64bb3743d40c0b4be47aedf9e23 (diff)
downloadkernel-5d9814df0aec56a638bbf20795abb4cfaf3cd331.tar.gz
clocksource/drivers/dw_apb_timer_of: Add error handling if no clock available
commit ("b0fc70ce1f02 arm64: berlin: Select DW_APB_TIMER_OF") added the support for the dw_apb_timer into the arm64 defconfig. However, for some platforms like the Intel Stratix10 and Agilex, the clock manager doesn't get loaded until after the timer driver get loaded. Thus, the driver hits the panic "No clock nor clock-frequency property for" because it cannot properly get the clock. This patch adds the error handling needed for the timer driver so that the kernel can continue booting instead of just hitting the panic. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20201205105223.208604-1-dinguyen@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
>clk: qcom: clk-alpha-pll: remove unused/incorrect PLL_CAL_VALJonathan Marek 2020-03-09clk: qcom: clk-alpha-pll: Add support for controlling Lucid PLLsTaniya Das 2020-03-09clk: qcom: clk-alpha-pll: Refactor trion PLLTaniya Das 2020-03-09clk: qcom: clk-alpha-pll: Use common names for definesTaniya Das 2020-02-12clk: qcom: alpha-pll: Make error prints more informativeStephen Boyd 2019-12-23clk: qcom: clk-alpha-pll: Add support for Fabia PLL calibrationTaniya Das 2019-12-23clk: qcom: alpha-pll: Remove useless read from set rateTaniya Das 2019-12-18clk: qcom: gcc: limit GPLL0_AO_OUT operating frequencyJorge Ramirez-Ortiz 2019-08-07clk: qcom: clk-alpha-pll: Add support for Trion PLLsDeepak Katragadda 2019-08-07clk: qcom: clk-alpha-pll: Remove post_div_table checksVinod Koul 2019-08-07clk: qcom: clk-alpha-pll: Remove unnecessary castVinod Koul