mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-05 17:52:49 +00:00
In sprd clock driver, regmap_config.max_register was set to a fixed value
which is likely larger than the address range configured in device tree,
when reading registers through debugfs it would cause access violation.
Fixes:
|
||
|---|---|---|
| .. | ||
| common.c | ||
| common.h | ||
| composite.c | ||
| composite.h | ||
| div.c | ||
| div.h | ||
| gate.c | ||
| gate.h | ||
| Kconfig | ||
| Makefile | ||
| mux.c | ||
| mux.h | ||
| pll.c | ||
| pll.h | ||
| sc9860-clk.c | ||
| sc9863a-clk.c | ||
| ums512-clk.c | ||