linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path
       [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
@ 2019-08-13  6:09 ` Denis Efremov
  2019-08-29 20:00   ` Wolfram Sang
  2019-08-30 12:38   ` Wolfram Sang
  0 siblings, 2 replies; 5+ messages in thread
From: Denis Efremov @ 2019-08-13  6:09 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Maxime Ripard, Gregory CLEMENT, linux-i2c

Update MAINTAINERS record to reflect the file move
from i2c-mv64xxx.txt to marvell,mv64xxx-i2c.yaml.

Cc: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
Cc: linux-i2c@vger.kernel.org
Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 87ac0378186c..590dcebe627f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7505,7 +7505,7 @@ I2C MV64XXX MARVELL AND ALLWINNER DRIVER
 M:	Gregory CLEMENT <gregory.clement@bootlin.com>
 L:	linux-i2c@vger.kernel.org
 S:	Maintained
-F:	Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
+F:	Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
 F:	drivers/i2c/busses/i2c-mv64xxx.c
 
 I2C OVER PARALLEL PORT
-- 
2.21.0

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

* Re: [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path
  2019-08-13  6:09 ` [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path Denis Efremov
@ 2019-08-29 20:00   ` Wolfram Sang
  2019-08-30  8:28     ` Maxime Ripard
  2019-08-30  8:31     ` Gregory CLEMENT
  2019-08-30 12:38   ` Wolfram Sang
  1 sibling, 2 replies; 5+ messages in thread
From: Wolfram Sang @ 2019-08-29 20:00 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, joe, Maxime Ripard, Gregory CLEMENT, linux-i2c

[-- Attachment #1: Type: text/plain, Size: 1078 bytes --]

On Tue, Aug 13, 2019 at 09:09:13AM +0300, Denis Efremov wrote:
> Update MAINTAINERS record to reflect the file move
> from i2c-mv64xxx.txt to marvell,mv64xxx-i2c.yaml.
> 
> Cc: Maxime Ripard <maxime.ripard@bootlin.com>
> Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
> Cc: linux-i2c@vger.kernel.org
> Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas")
> Signed-off-by: Denis Efremov <efremov@linux.com>

Looks OK to me, Gregory or Maxime?

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 87ac0378186c..590dcebe627f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7505,7 +7505,7 @@ I2C MV64XXX MARVELL AND ALLWINNER DRIVER
>  M:	Gregory CLEMENT <gregory.clement@bootlin.com>
>  L:	linux-i2c@vger.kernel.org
>  S:	Maintained
> -F:	Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
> +F:	Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
>  F:	drivers/i2c/busses/i2c-mv64xxx.c
>  
>  I2C OVER PARALLEL PORT
> -- 
> 2.21.0
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path
  2019-08-29 20:00   ` Wolfram Sang
@ 2019-08-30  8:28     ` Maxime Ripard
  2019-08-30  8:31     ` Gregory CLEMENT
  1 sibling, 0 replies; 5+ messages in thread
From: Maxime Ripard @ 2019-08-30  8:28 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Denis Efremov, linux-kernel, joe, Gregory CLEMENT, linux-i2c

[-- Attachment #1: Type: text/plain, Size: 681 bytes --]

On Thu, Aug 29, 2019 at 10:00:56PM +0200, Wolfram Sang wrote:
> On Tue, Aug 13, 2019 at 09:09:13AM +0300, Denis Efremov wrote:
> > Update MAINTAINERS record to reflect the file move
> > from i2c-mv64xxx.txt to marvell,mv64xxx-i2c.yaml.
> >
> > Cc: Maxime Ripard <maxime.ripard@bootlin.com>
> > Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
> > Cc: linux-i2c@vger.kernel.org
> > Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas")
> > Signed-off-by: Denis Efremov <efremov@linux.com>
>
> Looks OK to me, Gregory or Maxime?

Acked-by: Maxime Ripard <mripard@kernel.org>

Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path
  2019-08-29 20:00   ` Wolfram Sang
  2019-08-30  8:28     ` Maxime Ripard
@ 2019-08-30  8:31     ` Gregory CLEMENT
  1 sibling, 0 replies; 5+ messages in thread
From: Gregory CLEMENT @ 2019-08-30  8:31 UTC (permalink / raw)
  To: Wolfram Sang, Denis Efremov; +Cc: linux-kernel, joe, Maxime Ripard, linux-i2c

Wolfram Sang <wsa@the-dreams.de> writes:

> On Tue, Aug 13, 2019 at 09:09:13AM +0300, Denis Efremov wrote:
>> Update MAINTAINERS record to reflect the file move
>> from i2c-mv64xxx.txt to marvell,mv64xxx-i2c.yaml.
>> 
>> Cc: Maxime Ripard <maxime.ripard@bootlin.com>
>> Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
>> Cc: linux-i2c@vger.kernel.org
>> Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas")
>> Signed-off-by: Denis Efremov <efremov@linux.com>
>
> Looks OK to me, Gregory or Maxime?

Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>

Thanks,

Gregory


>
>> ---
>>  MAINTAINERS | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 87ac0378186c..590dcebe627f 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -7505,7 +7505,7 @@ I2C MV64XXX MARVELL AND ALLWINNER DRIVER
>>  M:	Gregory CLEMENT <gregory.clement@bootlin.com>
>>  L:	linux-i2c@vger.kernel.org
>>  S:	Maintained
>> -F:	Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
>> +F:	Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
>>  F:	drivers/i2c/busses/i2c-mv64xxx.c
>>  
>>  I2C OVER PARALLEL PORT
>> -- 
>> 2.21.0
>> 

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

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

* Re: [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path
  2019-08-13  6:09 ` [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path Denis Efremov
  2019-08-29 20:00   ` Wolfram Sang
@ 2019-08-30 12:38   ` Wolfram Sang
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2019-08-30 12:38 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, joe, Maxime Ripard, Gregory CLEMENT, linux-i2c

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

On Tue, Aug 13, 2019 at 09:09:13AM +0300, Denis Efremov wrote:
> Update MAINTAINERS record to reflect the file move
> from i2c-mv64xxx.txt to marvell,mv64xxx-i2c.yaml.
> 
> Cc: Maxime Ripard <maxime.ripard@bootlin.com>
> Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
> Cc: linux-i2c@vger.kernel.org
> Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas")
> Signed-off-by: Denis Efremov <efremov@linux.com>

Applied to for-current, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2019-08-30 12:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
2019-08-13  6:09 ` [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path Denis Efremov
2019-08-29 20:00   ` Wolfram Sang
2019-08-30  8:28     ` Maxime Ripard
2019-08-30  8:31     ` Gregory CLEMENT
2019-08-30 12:38   ` Wolfram Sang

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).