linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i3c: Rename dw-i3c-master.c into i3c-master-dw.c
@ 2018-11-26  8:45 Boris Brezillon
  2018-12-03 10:07 ` Boris Brezillon
  0 siblings, 1 reply; 4+ messages in thread
From: Boris Brezillon @ 2018-11-26  8:45 UTC (permalink / raw)
  To: vitor; +Cc: linux-kernel, Boris Brezillon

Follow the naming scheme introduced by the Cadence driver to keep things
consistent.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
---
 drivers/i3c/master/Makefile                             | 2 +-
 drivers/i3c/master/{dw-i3c-master.c => i3c-master-dw.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/i3c/master/{dw-i3c-master.c => i3c-master-dw.c} (100%)

diff --git a/drivers/i3c/master/Makefile b/drivers/i3c/master/Makefile
index fc53939a0bb1..c5f52733aa10 100644
--- a/drivers/i3c/master/Makefile
+++ b/drivers/i3c/master/Makefile
@@ -1,2 +1,2 @@
 obj-$(CONFIG_CDNS_I3C_MASTER)		+= i3c-master-cdns.o
-obj-$(CONFIG_DW_I3C_MASTER)		+= dw-i3c-master.o
+obj-$(CONFIG_DW_I3C_MASTER)		+= i3c-master-dw.o
diff --git a/drivers/i3c/master/dw-i3c-master.c b/drivers/i3c/master/i3c-master-dw.c
similarity index 100%
rename from drivers/i3c/master/dw-i3c-master.c
rename to drivers/i3c/master/i3c-master-dw.c
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] i3c: Rename dw-i3c-master.c into i3c-master-dw.c
  2018-11-26  8:45 [PATCH] i3c: Rename dw-i3c-master.c into i3c-master-dw.c Boris Brezillon
@ 2018-12-03 10:07 ` Boris Brezillon
  2018-12-04  0:38   ` vitor
  0 siblings, 1 reply; 4+ messages in thread
From: Boris Brezillon @ 2018-12-03 10:07 UTC (permalink / raw)
  To: vitor; +Cc: linux-kernel

Hi Vitor,

On Mon, 26 Nov 2018 09:45:14 +0100
Boris Brezillon <boris.brezillon@bootlin.com> wrote:

> Follow the naming scheme introduced by the Cadence driver to keep things
> consistent.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
> ---
>  drivers/i3c/master/Makefile                             | 2 +-
>  drivers/i3c/master/{dw-i3c-master.c => i3c-master-dw.c} | 0
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename drivers/i3c/master/{dw-i3c-master.c => i3c-master-dw.c} (100%)

Any opinion on this rename. If you disagree with this, then I'd like to
know it.

Regards,

Boris

> 
> diff --git a/drivers/i3c/master/Makefile b/drivers/i3c/master/Makefile
> index fc53939a0bb1..c5f52733aa10 100644
> --- a/drivers/i3c/master/Makefile
> +++ b/drivers/i3c/master/Makefile
> @@ -1,2 +1,2 @@
>  obj-$(CONFIG_CDNS_I3C_MASTER)		+= i3c-master-cdns.o
> -obj-$(CONFIG_DW_I3C_MASTER)		+= dw-i3c-master.o
> +obj-$(CONFIG_DW_I3C_MASTER)		+= i3c-master-dw.o
> diff --git a/drivers/i3c/master/dw-i3c-master.c b/drivers/i3c/master/i3c-master-dw.c
> similarity index 100%
> rename from drivers/i3c/master/dw-i3c-master.c
> rename to drivers/i3c/master/i3c-master-dw.c


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] i3c: Rename dw-i3c-master.c into i3c-master-dw.c
  2018-12-03 10:07 ` Boris Brezillon
@ 2018-12-04  0:38   ` vitor
  2018-12-04 18:28     ` vitor
  0 siblings, 1 reply; 4+ messages in thread
From: vitor @ 2018-12-04  0:38 UTC (permalink / raw)
  To: Boris Brezillon, vitor; +Cc: linux-kernel

Hi Boris,


On 03/12/18 10:07, Boris Brezillon wrote:
> Hi Vitor,
>
> On Mon, 26 Nov 2018 09:45:14 +0100
> Boris Brezillon <boris.brezillon@bootlin.com> wrote:
>
>> Follow the naming scheme introduced by the Cadence driver to keep things
>> consistent.
>>
>> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
>> ---
>>   drivers/i3c/master/Makefile                             | 2 +-
>>   drivers/i3c/master/{dw-i3c-master.c => i3c-master-dw.c} | 0
>>   2 files changed, 1 insertion(+), 1 deletion(-)
>>   rename drivers/i3c/master/{dw-i3c-master.c => i3c-master-dw.c} (100%)
> Any opinion on this rename. If you disagree with this, then I'd like to
> know it.
>
> Regards,
>
> Boris
>
>> diff --git a/drivers/i3c/master/Makefile b/drivers/i3c/master/Makefile
>> index fc53939a0bb1..c5f52733aa10 100644
>> --- a/drivers/i3c/master/Makefile
>> +++ b/drivers/i3c/master/Makefile
>> @@ -1,2 +1,2 @@
>>   obj-$(CONFIG_CDNS_I3C_MASTER)		+= i3c-master-cdns.o
>> -obj-$(CONFIG_DW_I3C_MASTER)		+= dw-i3c-master.o
>> +obj-$(CONFIG_DW_I3C_MASTER)		+= i3c-master-dw.o
>> diff --git a/drivers/i3c/master/dw-i3c-master.c b/drivers/i3c/master/i3c-master-dw.c
>> similarity index 100%
>> rename from drivers/i3c/master/dw-i3c-master.c
>> rename to drivers/i3c/master/i3c-master-dw.c


I already reply on initial thread. Please check my answers.


Best regards,

Vitor Soares


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] i3c: Rename dw-i3c-master.c into i3c-master-dw.c
  2018-12-04  0:38   ` vitor
@ 2018-12-04 18:28     ` vitor
  0 siblings, 0 replies; 4+ messages in thread
From: vitor @ 2018-12-04 18:28 UTC (permalink / raw)
  To: Boris Brezillon, vitor; +Cc: linux-kernel

Hi Boris,

On 04/12/18 00:38, vitor wrote:
> Hi Boris,
>
>
> On 03/12/18 10:07, Boris Brezillon wrote:
>> Hi Vitor,
>>
>> On Mon, 26 Nov 2018 09:45:14 +0100
>> Boris Brezillon <boris.brezillon@bootlin.com> wrote:
>>
>>> Follow the naming scheme introduced by the Cadence driver to keep 
>>> things
>>> consistent.
>>>
>>> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
>>> ---
>>>   drivers/i3c/master/Makefile                             | 2 +-
>>>   drivers/i3c/master/{dw-i3c-master.c => i3c-master-dw.c} | 0
>>>   2 files changed, 1 insertion(+), 1 deletion(-)
>>>   rename drivers/i3c/master/{dw-i3c-master.c => i3c-master-dw.c} (100%)
>> Any opinion on this rename. If you disagree with this, then I'd like to
>> know it.
>>
>> Regards,
>>
>> Boris


I don't agree with the master folder name. The name is redundant.


If you want to change my driver name I don't mind.


>>
>>> diff --git a/drivers/i3c/master/Makefile b/drivers/i3c/master/Makefile
>>> index fc53939a0bb1..c5f52733aa10 100644
>>> --- a/drivers/i3c/master/Makefile
>>> +++ b/drivers/i3c/master/Makefile
>>> @@ -1,2 +1,2 @@
>>>   obj-$(CONFIG_CDNS_I3C_MASTER)        += i3c-master-cdns.o
>>> -obj-$(CONFIG_DW_I3C_MASTER)        += dw-i3c-master.o
>>> +obj-$(CONFIG_DW_I3C_MASTER)        += i3c-master-dw.o
>>> diff --git a/drivers/i3c/master/dw-i3c-master.c 
>>> b/drivers/i3c/master/i3c-master-dw.c
>>> similarity index 100%
>>> rename from drivers/i3c/master/dw-i3c-master.c
>>> rename to drivers/i3c/master/i3c-master-dw.c
>
>
> I already reply on initial thread. Please check my answers.
>
>
> Best regards,
>
> Vitor Soares


Best regards,

Vitor Soares


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-04 18:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-26  8:45 [PATCH] i3c: Rename dw-i3c-master.c into i3c-master-dw.c Boris Brezillon
2018-12-03 10:07 ` Boris Brezillon
2018-12-04  0:38   ` vitor
2018-12-04 18:28     ` vitor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).