diff mbox series

[v1] i2c: nuvoton: renamed the NPCM i2c driver

Message ID 20221121085932.29686-1-JJLIU0@nuvoton.com
State Awaiting Upstream
Delegated to: Heiko Schocher
Headers show
Series [v1] i2c: nuvoton: renamed the NPCM i2c driver | expand

Commit Message

Jim Liu Nov. 21, 2022, 8:59 a.m. UTC
The Makefile name is npcm_i2c but the driver is npcm-i2c.

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
---
 drivers/i2c/{npcm-i2c.c => npcm_i2c.c} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename drivers/i2c/{npcm-i2c.c => npcm_i2c.c} (100%)

Comments

Heiko Schocher Dec. 5, 2022, 4:59 a.m. UTC | #1
Hello Jim Liu,

On 21.11.22 09:59, Jim Liu wrote:
> The Makefile name is npcm_i2c but the driver is npcm-i2c.
> 
> Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
> ---
>  drivers/i2c/{npcm-i2c.c => npcm_i2c.c} | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename drivers/i2c/{npcm-i2c.c => npcm_i2c.c} (100%)
> 
> diff --git a/drivers/i2c/npcm-i2c.c b/drivers/i2c/npcm_i2c.c
> similarity index 100%
> rename from drivers/i2c/npcm-i2c.c
> rename to drivers/i2c/npcm_i2c.c
> 

Thanks!

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
Heiko Schocher Dec. 5, 2022, 7:28 a.m. UTC | #2
Hello Jim Liu,

On 21.11.22 09:59, Jim Liu wrote:
> The Makefile name is npcm_i2c but the driver is npcm-i2c.
> 
> Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
> ---
>  drivers/i2c/{npcm-i2c.c => npcm_i2c.c} | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename drivers/i2c/{npcm-i2c.c => npcm_i2c.c} (100%)
> 
> diff --git a/drivers/i2c/npcm-i2c.c b/drivers/i2c/npcm_i2c.c
> similarity index 100%
> rename from drivers/i2c/npcm-i2c.c
> rename to drivers/i2c/npcm_i2c.c
> 

Applied to u-boot-i2c master, thanks!

bye,
Heiko
diff mbox series

Patch

diff --git a/drivers/i2c/npcm-i2c.c b/drivers/i2c/npcm_i2c.c
similarity index 100%
rename from drivers/i2c/npcm-i2c.c
rename to drivers/i2c/npcm_i2c.c