[PATCH 11/21] peci: remove unneeded 'fast_io' parameter in regmap_config

Wolfram Sang posted 21 patches 1 month, 3 weeks ago
[PATCH 11/21] peci: remove unneeded 'fast_io' parameter in regmap_config
Posted by Wolfram Sang 1 month, 3 weeks ago
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>
---
No dependencies, can be applied directly to the subsystem tree. Buildbot is
happy, too.

 drivers/peci/controller/peci-npcm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/peci/controller/peci-npcm.c b/drivers/peci/controller/peci-npcm.c
index c77591ca583d..931868991241 100644
--- a/drivers/peci/controller/peci-npcm.c
+++ b/drivers/peci/controller/peci-npcm.c
@@ -221,7 +221,6 @@ static const struct regmap_config npcm_peci_regmap_config = {
 	.reg_bits = 8,
 	.val_bits = 8,
 	.max_register = NPCM_PECI_MAX_REG,
-	.fast_io = true,
 };
 
 static const struct peci_controller_ops npcm_ops = {
-- 
2.47.2
Re: [PATCH 11/21] peci: remove unneeded 'fast_io' parameter in regmap_config
Posted by Paul Menzel 1 month, 3 weeks ago
Dear Wolfram,


Thank you for the patch.

Am 13.08.25 um 18:14 schrieb Wolfram Sang:
> 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>
> ---
> No dependencies, can be applied directly to the subsystem tree. Buildbot is
> happy, too.
> 
>   drivers/peci/controller/peci-npcm.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/peci/controller/peci-npcm.c b/drivers/peci/controller/peci-npcm.c
> index c77591ca583d..931868991241 100644
> --- a/drivers/peci/controller/peci-npcm.c
> +++ b/drivers/peci/controller/peci-npcm.c
> @@ -221,7 +221,6 @@ static const struct regmap_config npcm_peci_regmap_config = {
>   	.reg_bits = 8,
>   	.val_bits = 8,
>   	.max_register = NPCM_PECI_MAX_REG,
> -	.fast_io = true,
>   };
>   
>   static const struct peci_controller_ops npcm_ops = {

Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>


Kind regards,

Paul