diff options
author | Rahul Tanwar <rtanwar@maxlinear.com> | 2022-10-13 14:48:30 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-10-17 14:17:37 -0700 |
commit | 036177310bac5534de44ff6a7b60a4d2c0b6567c (patch) | |
tree | 88d7f7c9efc47a6c0001dddb4e28597c39adb7ad /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff) |
clk: mxl: Switch from direct readl/writel based IO to regmap based IO
Earlier version of driver used direct io remapped register read
writes using readl/writel. But we need secure boot access which
is only possible when registers are read & written using regmap.
This is because the security bus/hook is written & coupled only
with regmap layer.
Switch the driver from direct readl/writel based register accesses
to regmap based register accesses.
Additionally, update the license headers to latest status.
Reviewed-by: Yi xin Zhu <yzhu@maxlinear.com>
Signed-off-by: Rahul Tanwar <rtanwar@maxlinear.com>
Link: https://lore.kernel.org/r/2610331918206e0e3bd18babb39393a558fb34f9.1665642720.git.rtanwar@maxlinear.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions