diff mbox series

MAINTAINERS: add Microchip PIT64B timer

Message ID 1600856241-3727-1-git-send-email-claudiu.beznea@microchip.com
State Accepted
Delegated to: Eugen Hristev
Headers show
Series MAINTAINERS: add Microchip PIT64B timer | expand

Commit Message

Claudiu Beznea Sept. 23, 2020, 10:17 a.m. UTC
Add Microchip PIT64B timer.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---

Hi Eugen,

I chosed to have it under AT91 hood to not create an entry only for this
driver as there are mostly architecture/subsystem related entries in
MAINTAINERS file.

Thank you,
Claudiu Beznea

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Eugen Hristev Sept. 28, 2020, 11:08 a.m. UTC | #1
On 23.09.2020 13:17, Claudiu Beznea wrote:
> Add Microchip PIT64B timer.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---
> 
> Hi Eugen,
> 
> I chosed to have it under AT91 hood to not create an entry only for this
> driver as there are mostly architecture/subsystem related entries in
> MAINTAINERS file.
> 
> Thank you,
> Claudiu Beznea
> 

Applied to u-boot-atmel/next , thanks !
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 438fb225ab0f..f0af12adb034 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -257,6 +257,7 @@  T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
 F:	arch/arm/mach-at91/
 F:	board/atmel/
 F:	drivers/misc/microchip_flexcom.c
+F:	drivers/timer/mchp-pit64b-timer.c
 
 ARM OWL
 M:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>