diff mbox series

MAINTAINERS: Add include/hw/intc/loongson_liointc.h to the Loongson-3 virt section

Message ID 20231017153345.233807-1-thuth@redhat.com
State New
Headers show
Series MAINTAINERS: Add include/hw/intc/loongson_liointc.h to the Loongson-3 virt section | expand

Commit Message

Thomas Huth Oct. 17, 2023, 3:33 p.m. UTC
The corresponding .c file is already listed here, so we should
mention the header here, too.

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

Comments

gaosong Oct. 18, 2023, 6:35 a.m. UTC | #1
在 2023/10/17 下午11:33, Thomas Huth 写道:
> The corresponding .c file is already listed here, so we should
> mention the header here, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d0a21cfd9f..c3eb4f90ef 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1359,6 +1359,7 @@ F: hw/intc/loongson_liointc.c
>   F: hw/mips/loongson3_bootp.c
>   F: hw/mips/loongson3_bootp.h
>   F: hw/mips/loongson3_virt.c
> +F: include/hw/intc/loongson_liointc.h
>   F: tests/avocado/machine_mips_loongson3v.py
>   
>   Boston

Acked-by: Song Gao <gaosong@loongson.cn>

Thanks.
Song Gao
Philippe Mathieu-Daudé Oct. 18, 2023, 1:05 p.m. UTC | #2
On 17/10/23 17:33, Thomas Huth wrote:
> The corresponding .c file is already listed here, so we should
> mention the header here, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudé Oct. 19, 2023, 9:40 p.m. UTC | #3
On 17/10/23 17:33, Thomas Huth wrote:
> The corresponding .c file is already listed here, so we should
> mention the header here, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

Thanks, queued to hw-misc.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index d0a21cfd9f..c3eb4f90ef 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1359,6 +1359,7 @@  F: hw/intc/loongson_liointc.c
 F: hw/mips/loongson3_bootp.c
 F: hw/mips/loongson3_bootp.h
 F: hw/mips/loongson3_virt.c
+F: include/hw/intc/loongson_liointc.h
 F: tests/avocado/machine_mips_loongson3v.py
 
 Boston