projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a83a7a7
)
pmdomain: remove unneeded 'fast_io' parameter in regmap_config
author
Wolfram Sang
<wsa+renesas@sang-engineering.com>
Wed, 13 Aug 2025 16:15:00 +0000
(18:15 +0200)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Tue, 19 Aug 2025 09:54:28 +0000
(11:54 +0200)
When using MMIO with regmap, fast_io is implied. No need to set it
again.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link:
https://lore.kernel.org/r/20250813161517.4746-15-wsa+renesas@sang-engineering.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pmdomain/imx/gpc.c
patch
|
blob
|
history
diff --git
a/drivers/pmdomain/imx/gpc.c
b/drivers/pmdomain/imx/gpc.c
index
f18c7e6
..
33991f3
100644
(file)
--- a/
drivers/pmdomain/imx/gpc.c
+++ b/
drivers/pmdomain/imx/gpc.c
@@
-343,7
+343,6
@@
static const struct regmap_config imx_gpc_regmap_config = {
.rd_table = &access_table,
.wr_table = &access_table,
.max_register = 0x2ac,
- .fast_io = true,
};
static struct generic_pm_domain *imx_gpc_onecell_domains[] = {