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

2022-12-04 Thread Heiko Schocher
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 > --- > 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%) >

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

2022-12-04 Thread Heiko Schocher
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 > --- > 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%) >

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

2022-11-21 Thread Jim Liu
The Makefile name is npcm_i2c but the driver is npcm-i2c. Signed-off-by: Jim Liu --- 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 sim