mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] counter: Update MAINTAINERS for orphaned Counter drivers
@ 2026-08-30 21:41 William Breathitt Gray
  2026-08-30 21:41 ` [PATCH 1/2] MAINTAINERS: Mark microchip-tcb-capture driver as orphaned William Breathitt Gray
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: William Breathitt Gray @ 2026-08-30 21:41 UTC (permalink / raw)
  To: linux-kernel, William Breathitt Gray

The ftm-quaddec and microchip-tcb-capture drivers have been orphaned by
their maintainers. This patch series updates the MAINTAINERS entries for
these drivers to reflect their orphaned status.

Patrick Havelange, the listed maintainer of ftm-quaddec, has indicated a
desire to step down from the role of maintainer. Kamel Bouhara, the
listed maintainer of microchip-tcb-capture, has been unresponsive to
several pings for some time now, so I consider the driver's
maintainership currently abandoned.

Signed-off-by: William Breathitt Gray <wbg@kernel.org>
---
William Breathitt Gray (2):
      MAINTAINERS: Mark microchip-tcb-capture driver as orphaned
      MAINTAINERS: Mark ftm-quaddec driver as orphaned

 MAINTAINERS | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
base-commit: 353b2e09f44a91e64c6b8117df46b6999c52e465
change-id: 20260830-orphan-counter-drivers-81f28ceae1b5

Best regards,
-- 
William Breathitt Gray <wbg@kernel.org>


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

* [PATCH 1/2] MAINTAINERS: Mark microchip-tcb-capture driver as orphaned
  2026-08-30 21:41 [PATCH 0/2] counter: Update MAINTAINERS for orphaned Counter drivers William Breathitt Gray
@ 2026-08-30 21:41 ` William Breathitt Gray
  2026-08-30 21:41 ` [PATCH 2/2] MAINTAINERS: Mark ftm-quaddec " William Breathitt Gray
  2026-09-16 17:58 ` [PATCH 0/2] counter: Update MAINTAINERS for orphaned Counter drivers William Breathitt Gray
  2 siblings, 0 replies; 4+ messages in thread
From: William Breathitt Gray @ 2026-08-30 21:41 UTC (permalink / raw)
  To: linux-kernel, William Breathitt Gray

The maintainer has not responded to pings for some time. Consider this
driver abandoned, remove the maintainer line, and mark the driver with a
status of Orphan for now.

Signed-off-by: William Breathitt Gray <wbg@kernel.org>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 15011f5752a9..f5bfa46536d0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17813,10 +17813,9 @@ F:	drivers/misc/atmel-ssc.c
 F:	include/linux/atmel-ssc.h
 
 Microchip Timer Counter Block (TCB) Capture Driver
-M:	Kamel Bouhara <kamel.bouhara@bootlin.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-iio@vger.kernel.org
-S:	Maintained
+S:	Orphan
 F:	drivers/counter/microchip-tcb-capture.c
 F:	include/uapi/linux/counter/microchip-tcb-capture.h
 

-- 
2.55.0


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

* [PATCH 2/2] MAINTAINERS: Mark ftm-quaddec driver as orphaned
  2026-08-30 21:41 [PATCH 0/2] counter: Update MAINTAINERS for orphaned Counter drivers William Breathitt Gray
  2026-08-30 21:41 ` [PATCH 1/2] MAINTAINERS: Mark microchip-tcb-capture driver as orphaned William Breathitt Gray
@ 2026-08-30 21:41 ` William Breathitt Gray
  2026-09-16 17:58 ` [PATCH 0/2] counter: Update MAINTAINERS for orphaned Counter drivers William Breathitt Gray
  2 siblings, 0 replies; 4+ messages in thread
From: William Breathitt Gray @ 2026-08-30 21:41 UTC (permalink / raw)
  To: linux-kernel, William Breathitt Gray

The maintainer has indicated a desire to step down. Remove them from the
driver's entry and mark the driver with a status of Orphan for now.

Signed-off-by: William Breathitt Gray <wbg@kernel.org>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f5bfa46536d0..3a2794eb1cf5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10134,9 +10134,8 @@ F:	rust/kernel/firmware.rs
 F:	include/linux/firmware.h
 
 FLEXTIMER FTM-QUADDEC DRIVER
-M:	Patrick Havelange <patrick.havelange@essensium.com>
 L:	linux-iio@vger.kernel.org
-S:	Maintained
+S:	Orphan
 F:	Documentation/devicetree/bindings/counter/fsl,ftm-quaddec.yaml
 F:	drivers/counter/ftm-quaddec.c
 

-- 
2.55.0


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

* Re: [PATCH 0/2] counter: Update MAINTAINERS for orphaned Counter drivers
  2026-08-30 21:41 [PATCH 0/2] counter: Update MAINTAINERS for orphaned Counter drivers William Breathitt Gray
  2026-08-30 21:41 ` [PATCH 1/2] MAINTAINERS: Mark microchip-tcb-capture driver as orphaned William Breathitt Gray
  2026-08-30 21:41 ` [PATCH 2/2] MAINTAINERS: Mark ftm-quaddec " William Breathitt Gray
@ 2026-09-16 17:58 ` William Breathitt Gray
  2 siblings, 0 replies; 4+ messages in thread
From: William Breathitt Gray @ 2026-09-16 17:58 UTC (permalink / raw)
  To: linux-kernel, linux-iio; +Cc: William Breathitt Gray

On Sun, Aug 30, 2026 at 05:41:12PM -0400, William Breathitt Gray wrote:
> The ftm-quaddec and microchip-tcb-capture drivers have been orphaned by
> their maintainers. This patch series updates the MAINTAINERS entries for
> these drivers to reflect their orphaned status.
> 
> Patrick Havelange, the listed maintainer of ftm-quaddec, has indicated a
> desire to step down from the role of maintainer. Kamel Bouhara, the
> listed maintainer of microchip-tcb-capture, has been unresponsive to
> several pings for some time now, so I consider the driver's
> maintainership currently abandoned.
> 
> Signed-off-by: William Breathitt Gray <wbg@kernel.org>
> ---
> William Breathitt Gray (2):
>       MAINTAINERS: Mark microchip-tcb-capture driver as orphaned
>       MAINTAINERS: Mark ftm-quaddec driver as orphaned
> 
>  MAINTAINERS | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> ---
> base-commit: 353b2e09f44a91e64c6b8117df46b6999c52e465
> change-id: 20260830-orphan-counter-drivers-81f28ceae1b5
> 
> Best regards,
> --
> William Breathitt Gray <wbg@kernel.org>
> 

Merged to counter-next.

William Breathitt Gray

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

end of thread, other threads:[~2026-09-16 17:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 21:41 [PATCH 0/2] counter: Update MAINTAINERS for orphaned Counter drivers William Breathitt Gray
2026-08-30 21:41 ` [PATCH 1/2] MAINTAINERS: Mark microchip-tcb-capture driver as orphaned William Breathitt Gray
2026-08-30 21:41 ` [PATCH 2/2] MAINTAINERS: Mark ftm-quaddec " William Breathitt Gray
2026-09-16 17:58 ` [PATCH 0/2] counter: Update MAINTAINERS for orphaned Counter drivers William Breathitt Gray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®