[PATCH v2 01/15] MAINTAINERS: Add missing file include/linux/delay.h

Anna-Maria Behnsen posted 15 patches 2 months, 2 weeks ago
There is a newer version of this series
[PATCH v2 01/15] MAINTAINERS: Add missing file include/linux/delay.h
Posted by Anna-Maria Behnsen 2 months, 2 weeks ago
include/linux/delay.h is not covered by MAINTAINERS file. Add it to the
"HIGH-RESOLUTION TIMERS, TIMER WHEEL, CLOCKEVENTS" section.

Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
---
v2: New (splitted as requested by Frederic)
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 42decde38320..d9135d8ece99 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10010,6 +10010,7 @@ S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
 F:	Documentation/timers/
 F:	include/linux/clockchips.h
+F:	include/linux/delay.h
 F:	include/linux/hrtimer.h
 F:	include/linux/timer.h
 F:	kernel/time/clockevents.c

-- 
2.39.2
Re: [PATCH v2 01/15] MAINTAINERS: Add missing file include/linux/delay.h
Posted by Frederic Weisbecker 1 month, 4 weeks ago
Le Wed, Sep 11, 2024 at 07:13:27AM +0200, Anna-Maria Behnsen a écrit :
> include/linux/delay.h is not covered by MAINTAINERS file. Add it to the
> "HIGH-RESOLUTION TIMERS, TIMER WHEEL, CLOCKEVENTS" section.
> 
> Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>

Acked-by: Frederic Weisbecker <frederic@kernel.org>


> ---
> v2: New (splitted as requested by Frederic)
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 42decde38320..d9135d8ece99 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10010,6 +10010,7 @@ S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
>  F:	Documentation/timers/
>  F:	include/linux/clockchips.h
> +F:	include/linux/delay.h
>  F:	include/linux/hrtimer.h
>  F:	include/linux/timer.h
>  F:	kernel/time/clockevents.c
> 
> -- 
> 2.39.2
>