diff mbox series

MAINTAINERS: Add include/hw/timer/tmu012.h to the SH4 R2D section

Message ID 20231026080011.156325-1-thuth@redhat.com
State New
Headers show
Series MAINTAINERS: Add include/hw/timer/tmu012.h to the SH4 R2D section | expand

Commit Message

Thomas Huth Oct. 26, 2023, 8 a.m. UTC
tmu012.h is the header that belongs to hw/timer/sh_timer.c, so we
should list it in the same section as sh_timer.c.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Philippe Mathieu-Daudé Oct. 26, 2023, 11:31 a.m. UTC | #1
On 26/10/23 10:00, Thomas Huth wrote:
> tmu012.h is the header that belongs to hw/timer/sh_timer.c, so we
> should list it in the same section as sh_timer.c.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Yoshinori Sato Oct. 27, 2023, 12:30 p.m. UTC | #2
On Thu, 26 Oct 2023 17:00:11 +0900,
Thomas Huth wrote:
> 
> tmu012.h is the header that belongs to hw/timer/sh_timer.c, so we
> should list it in the same section as sh_timer.c.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 28895d9536..cce6feff35 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1632,6 +1632,7 @@ F: hw/intc/sh_intc.c
>  F: hw/pci-host/sh_pci.c
>  F: hw/timer/sh_timer.c
>  F: include/hw/sh4/sh_intc.h
> +F: include/hw/timer/tmu012.h
>  
>  Shix
>  R: Yoshinori Sato <ysato@users.sourceforge.jp>
> -- 
> 2.41.0
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 28895d9536..cce6feff35 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1632,6 +1632,7 @@  F: hw/intc/sh_intc.c
 F: hw/pci-host/sh_pci.c
 F: hw/timer/sh_timer.c
 F: include/hw/sh4/sh_intc.h
+F: include/hw/timer/tmu012.h
 
 Shix
 R: Yoshinori Sato <ysato@users.sourceforge.jp>