linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update the devicetree documentation path of hyperbus
@ 2021-10-14 11:06 Cai Huoqing
  2021-10-15 10:31 ` Miquel Raynal
  0 siblings, 1 reply; 4+ messages in thread
From: Cai Huoqing @ 2021-10-14 11:06 UTC (permalink / raw)
  To: vigneshr, miquel.raynal, richard, robh+dt
  Cc: linux-mtd, devicetree, linux-kernel, Cai Huoqing

Change the devicetree documentation path
to "Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml"
since 'cypress,hyperflash.txt' and 'ti,am654-hbmc.txt' have
been converted to 'ti,am654-hbmc.yaml'.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
---
*resend +Cc others.

 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9b255cf4fca8..48949cd7f898 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8783,8 +8783,7 @@ S:	Supported
 Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
 C:	irc://irc.oftc.net/mtd
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/next
-F:	Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt
-F:	Documentation/devicetree/bindings/mtd/ti,am654-hbmc.txt
+F:	Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml
 F:	drivers/mtd/hyperbus/
 F:	include/linux/mtd/hyperbus.h
 
-- 
2.25.1


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

* Re: [PATCH] MAINTAINERS: Update the devicetree documentation path of hyperbus
  2021-10-14 11:06 [PATCH] MAINTAINERS: Update the devicetree documentation path of hyperbus Cai Huoqing
@ 2021-10-15 10:31 ` Miquel Raynal
  0 siblings, 0 replies; 4+ messages in thread
From: Miquel Raynal @ 2021-10-15 10:31 UTC (permalink / raw)
  To: Cai Huoqing, vigneshr, miquel.raynal, richard, robh+dt
  Cc: linux-mtd, devicetree, linux-kernel

On Thu, 2021-10-14 at 11:06:14 UTC, Cai Huoqing wrote:
> Change the devicetree documentation path
> to "Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml"
> since 'cypress,hyperflash.txt' and 'ti,am654-hbmc.txt' have
> been converted to 'ti,am654-hbmc.yaml'.
> 
> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks.

Miquel

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

* RE: [PATCH] MAINTAINERS: Update the devicetree documentation path of hyperbus
  2021-10-09  6:27 Cai Huoqing
@ 2021-10-11  6:44 ` Cai,Huoqing
  0 siblings, 0 replies; 4+ messages in thread
From: Cai,Huoqing @ 2021-10-11  6:44 UTC (permalink / raw)
  To: vigneshr; +Cc: linux-kernel, linux-mtd

Hello,
+Cc vigneshr@ti.com, linux-mtd@lists.infradead.org

> -----Original Message-----
> From: Cai,Huoqing <caihuoqing@baidu.com>
> Sent: 2021年10月9日 14:28
> To: Cai,Huoqing
> Cc: linux-kernel@vger.kernel.org
> Subject: [PATCH] MAINTAINERS: Update the devicetree documentation path of
> hyperbus
> 
> Change the devicetree documentation path
> to "Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml"
> since 'cypress,hyperflash.txt' and 'ti,am654-hbmc.txt' have
> been converted to 'ti,am654-hbmc.yaml'.
> 
> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
> ---
>  MAINTAINERS | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9b255cf4fca8..48949cd7f898 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8783,8 +8783,7 @@ S:	Supported
>  Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
>  C:	irc://irc.oftc.net/mtd
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/next
> -F:	Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt
> -F:	Documentation/devicetree/bindings/mtd/ti,am654-hbmc.txt
> +F:	Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml
>  F:	drivers/mtd/hyperbus/
>  F:	include/linux/mtd/hyperbus.h
> 
> --
> 2.25.1


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

* [PATCH] MAINTAINERS: Update the devicetree documentation path of hyperbus
@ 2021-10-09  6:27 Cai Huoqing
  2021-10-11  6:44 ` Cai,Huoqing
  0 siblings, 1 reply; 4+ messages in thread
From: Cai Huoqing @ 2021-10-09  6:27 UTC (permalink / raw)
  To: caihuoqing; +Cc: linux-kernel

Change the devicetree documentation path
to "Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml"
since 'cypress,hyperflash.txt' and 'ti,am654-hbmc.txt' have
been converted to 'ti,am654-hbmc.yaml'.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9b255cf4fca8..48949cd7f898 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8783,8 +8783,7 @@ S:	Supported
 Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
 C:	irc://irc.oftc.net/mtd
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/next
-F:	Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt
-F:	Documentation/devicetree/bindings/mtd/ti,am654-hbmc.txt
+F:	Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml
 F:	drivers/mtd/hyperbus/
 F:	include/linux/mtd/hyperbus.h
 
-- 
2.25.1


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

end of thread, other threads:[~2021-10-15 10:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-14 11:06 [PATCH] MAINTAINERS: Update the devicetree documentation path of hyperbus Cai Huoqing
2021-10-15 10:31 ` Miquel Raynal
  -- strict thread matches above, loose matches on Subject: below --
2021-10-09  6:27 Cai Huoqing
2021-10-11  6:44 ` Cai,Huoqing

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