aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2020-09-30 01:18:55 +0300
committerWolfram Sang <wsa@kernel.org>2020-10-05 22:57:41 +0200
commit586a97d907ac348c96bae1b994e59ca6b8643fb6 (patch)
tree39f519754871185ff175acdb913c60c8bd5e211b /scripts/patch-kernel
parenti2c: tegra: Use platform_get_irq() (diff)
downloadlinux-586a97d907ac348c96bae1b994e59ca6b8643fb6.tar.gz
linux-586a97d907ac348c96bae1b994e59ca6b8643fb6.zip
i2c: tegra: Use clk-bulk helpers
Use clk-bulk helpers and factor out clocks initialization into separate function in order to make code cleaner. The clocks initialization now performed after reset-control initialization in order to avoid a noisy -PROBE_DEFER errors on T186+ from the clk-bulk helper which doesn't silence this error code. Hence reset_control_get() now may return -EPROBE_DEFER on newer Tegra SoCs because they use BPMP driver that provides reset controls and BPMP doesn't come up early during boot. Previously rst was protected by the clocks retrieval and now this patch makes dev_err_probe() to be used for the rst error handling. Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
ommit/kernel/trace/trace_events_hist.c?id=9f0bbf3115ca9f91f43b7c74e9ac7d79f47fc6c2&follow=1'>tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi1-2/+3 2019-03-05tracing: Use str_has_prefix() in synth_event_create()Tom Zanussi1-2/+2 2019-03-05x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re...Steven Rostedt (VMware)1-25/+17 2019-02-21tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn1-9/+7 2019-02-21doc: trace: Fix documentation for uprobe_profileSrikar Dronamraju1-4/+3 2019-02-20tracing: Fix spelling mistake: "analagous" -> "analogous"Colin Ian King1-1/+1 2019-02-20tracing: Comment why cond_snapshot is checked outside of max_lock protectionSteven Rostedt (VMware)1-0/+8