Commit 62c46d55688894 ("MAINTAINERS: Removing Ohad from remoteproc/rpmsg
maintenance") removes his MAINTAINERS entry in regards to remoteproc
subsystem due to his inactivity (the last commit with his Signed-off-by
is 99c429cb4e628e ("remoteproc/wkup_m3: Use MODULE_DEVICE_TABLE to
export alias") which is authored in 2015 and his last LKML message prior
to 62c46d55688894 was [1]).
Remove also his MAINTAINERS entry for hwspinlock subsystem as there is
no point of Cc'ing maintainers who never respond in a long time.
[1]: https://lore.kernel.org/r/CAK=Wgbbcyi36ef1-PV8VS=M6nFoQnFGUDWy6V7OCnkt0dDrtfg@mail.gmail.com/
Signed-off-by: Bagas Sanjaya <[email protected]>
---
Changes since v1 [2]:
* Add also OMAP hwspinlock & driver entries in CREDITS (Ohad)
I was prompted to do the removal when I was reviewing kernel-doc fix
[3]. When I was digging MAINTAINERS history (`git log --no-merges --
MAINTAINERS`), I noticed that Ohad is inactive.
This patch is based on mm-nonmm-unstable as I intend to route it
through mm tree.
[2]: https://lore.kernel.org/r/[email protected]/
[3]: https://lore.kernel.org/linux-mm/[email protected]/
CREDITS | 3 +++
MAINTAINERS | 4 +---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/CREDITS b/CREDITS
index 81845c39e3cf37..3c7c953c7cf69b 100644
--- a/CREDITS
+++ b/CREDITS
@@ -323,6 +323,9 @@ N: Ohad Ben Cohen
E: [email protected]
D: Remote Processor (remoteproc) subsystem
D: Remote Processor Messaging (rpmsg) subsystem
+D: Hardware spinlock (hwspinlock) subsystem
+D: OMAP hwspinlock driver
+D: OMAP remoteproc driver
N: Krzysztof Benedyczak
E: [email protected]
diff --git a/MAINTAINERS b/MAINTAINERS
index 5c9d3d8546714a..4acc4a3d4fcd96 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9257,7 +9257,6 @@ F: drivers/char/hw_random/
F: include/linux/hw_random.h
HARDWARE SPINLOCK CORE
-M: Ohad Ben-Cohen <[email protected]>
M: Bjorn Andersson <[email protected]>
R: Baolin Wang <[email protected]>
L: [email protected]
@@ -15692,9 +15691,8 @@ F: Documentation/devicetree/bindings/gpio/ti,omap-gpio.yaml
F: drivers/gpio/gpio-omap.c
OMAP HARDWARE SPINLOCK SUPPORT
-M: Ohad Ben-Cohen <[email protected]>
L: [email protected]
-S: Maintained
+S: Orphan
F: drivers/hwspinlock/omap_hwspinlock.c
OMAP HS MMC SUPPORT
base-commit: cbeb59a84b8f29151b882d03a4d23d19d92f4337
--
An old man doll... just what I always wanted! - Clara
On Mon, Dec 18, 2023 at 3:29 PM Bagas Sanjaya <[email protected]> wrote:
> Commit 62c46d55688894 ("MAINTAINERS: Removing Ohad from remoteproc/rpmsg
> maintenance") removes his MAINTAINERS entry in regards to remoteproc
> subsystem due to his inactivity (the last commit with his Signed-off-by
> is 99c429cb4e628e ("remoteproc/wkup_m3: Use MODULE_DEVICE_TABLE to
> export alias") which is authored in 2015 and his last LKML message prior
> to 62c46d55688894 was [1]).
>
> Remove also his MAINTAINERS entry for hwspinlock subsystem as there is
> no point of Cc'ing maintainers who never respond in a long time.
>
> [1]: https://lore.kernel.org/r/CAK=Wgbbcyi36ef1-PV8VS=M6nFoQnFGUDWy6V7OCnkt0dDrtfg@mail.gmail.com/
>
> Signed-off-by: Bagas Sanjaya <[email protected]>
> ---
Acked-by: Ohad Ben Cohen <[email protected]>