diff mbox series

[v2,2/2] cosmetic: reset: ast2500: Rename driver and configs

Message ID 20201012023613.4363-3-chiawei_wang@aspeedtech.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series Refactor AST2500 reset control | expand

Commit Message

ChiaWei Wang Oct. 12, 2020, 2:36 a.m. UTC
1. Rename AST2500 reset driver from ast2500-reset.c
   to reset-ast2500.c
2. Rename AST2500 reset kconfig option from AST2500_RESET
   to RESET_AST2500

Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
---
 drivers/reset/Kconfig                              | 2 +-
 drivers/reset/{ast2500-reset.c => reset-ast2500.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/reset/{ast2500-reset.c => reset-ast2500.c} (100%)

Comments

Ryan Chen Oct. 12, 2020, 9:59 a.m. UTC | #1
> -----Original Message-----
> From: ChiaWei Wang <chiawei_wang@aspeedtech.com>
> Sent: Monday, October 12, 2020 10:36 AM
> To: trini@konsulko.com; u-boot@lists.denx.de; maxims@google.com
> Cc: Ryan Chen <ryan_chen@aspeedtech.com>; BMC-SW
> <BMC-SW@aspeedtech.com>
> Subject: [v2 2/2] cosmetic: reset: ast2500: Rename driver and configs
> 
> 1. Rename AST2500 reset driver from ast2500-reset.c
>    to reset-ast2500.c
> 2. Rename AST2500 reset kconfig option from AST2500_RESET
>    to RESET_AST2500
> 
> Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
> ---
>  drivers/reset/Kconfig                              | 2 +-
>  drivers/reset/{ast2500-reset.c => reset-ast2500.c} | 0
>  2 files changed, 1 insertion(+), 1 deletion(-)  rename
> drivers/reset/{ast2500-reset.c => reset-ast2500.c} (100%)
> 
> diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index
> 8b243fdcc6..33c2736554 100644
> --- a/drivers/reset/Kconfig
> +++ b/drivers/reset/Kconfig
> @@ -72,7 +72,7 @@ config RESET_UNIPHIER
>  	  Say Y if you want to control reset signals provided by System Control
>  	  block, Media I/O block, Peripheral Block.
> 
> -config AST2500_RESET
> +config RESET_AST2500
>  	bool "Reset controller driver for AST2500 SoCs"
>  	depends on DM_RESET
>  	default y if ASPEED_AST2500
> diff --git a/drivers/reset/ast2500-reset.c b/drivers/reset/reset-ast2500.c
> similarity index 100% rename from drivers/reset/ast2500-reset.c rename to
> drivers/reset/reset-ast2500.c
> --
> 2.17.1
diff mbox series

Patch

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index 8b243fdcc6..33c2736554 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -72,7 +72,7 @@  config RESET_UNIPHIER
 	  Say Y if you want to control reset signals provided by System Control
 	  block, Media I/O block, Peripheral Block.
 
-config AST2500_RESET
+config RESET_AST2500
 	bool "Reset controller driver for AST2500 SoCs"
 	depends on DM_RESET
 	default y if ASPEED_AST2500
diff --git a/drivers/reset/ast2500-reset.c b/drivers/reset/reset-ast2500.c
similarity index 100%
rename from drivers/reset/ast2500-reset.c
rename to drivers/reset/reset-ast2500.c