2018-01-29 22:55:36

by Michael Hanselmann

[permalink] [raw]
Subject: [PATCH] Mark ams driver as orphaned in MAINTAINERS

I no longer have any hardware with the Apple motion sensor and thus
relinquish maintainership of the driver.

Signed-off-by: Michael Hanselmann <[email protected]>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a9c9c9ff7..6a07de631 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -780,8 +780,8 @@ F: drivers/net/ethernet/amd/xgbe/
F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi

AMS (Apple Motion Sensor) DRIVER
-M: Michael Hanselmann <[email protected]>
-S: Supported
+L: [email protected]
+S: Orphan
F: drivers/macintosh/ams/

ANALOG DEVICES INC AD9389B DRIVER
--
2.11.0



2018-07-18 10:01:11

by Michael Ellerman

[permalink] [raw]
Subject: Re: [PATCH] Mark ams driver as orphaned in MAINTAINERS

Michael Hanselmann <[email protected]> writes:

> I no longer have any hardware with the Apple motion sensor and thus
> relinquish maintainership of the driver.

Thanks. I think I'll just remove the whole entry, meaning it will be
caught under the "LINUX FOR POWER MACINTOSH" entry.

Unless you object. Full patch below.

cheers

commit 19fe15338d6935c1a61a24b83dd315970b1ba162
Author: Michael Hanselmann <[email protected]>
AuthorDate: Mon Jan 29 22:40:09 2018 +0000
Commit: Michael Ellerman <[email protected]>
CommitDate: Wed Jul 18 19:57:42 2018 +1000

MAINTAINERS: Remove the entry for the orphaned ams driver

I no longer have any hardware with the Apple motion sensor and thus
relinquish maintainership of the driver.

Remove the maintainers entry entirely, meaning the code will now fall
under "LINUX FOR POWER MACINTOSH".

Signed-off-by: Michael Hanselmann <[email protected]>
[mpe: Drop the entry entirely, munge change log]
Signed-off-by: Michael Ellerman <[email protected]>

diff --git a/MAINTAINERS b/MAINTAINERS
index 07d1576fc766..50e398a463f9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -791,11 +791,6 @@ S: Supported
F: drivers/net/ethernet/amd/xgbe/
F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi

-AMS (Apple Motion Sensor) DRIVER
-M: Michael Hanselmann <[email protected]>
-S: Supported
-F: drivers/macintosh/ams/
-
ANALOG DEVICES INC AD5686 DRIVER
M: Stefan Popa <[email protected]>
L: [email protected]


2018-07-18 17:25:45

by Michael Hanselmann

[permalink] [raw]
Subject: Re: [PATCH] Mark ams driver as orphaned in MAINTAINERS

On 18.07.2018 12:00, Michael Ellerman wrote:
> Michael Hanselmann <[email protected]> writes:
>> I no longer have any hardware with the Apple motion sensor and thus
>> relinquish maintainership of the driver.
>
> Thanks. I think I'll just remove the whole entry, meaning it will be
> caught under the "LINUX FOR POWER MACINTOSH" entry.
>
> Unless you object. Full patch below.

Sounds good to me.

Reviewed-by: Michael Hanselmann <[email protected]>


2018-07-23 15:13:02

by Michael Ellerman

[permalink] [raw]
Subject: Re: Mark ams driver as orphaned in MAINTAINERS

On Mon, 2018-01-29 at 22:40:09 UTC, Michael Hanselmann wrote:
> I no longer have any hardware with the Apple motion sensor and thus
> relinquish maintainership of the driver.
>
> Signed-off-by: Michael Hanselmann <[email protected]>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/d69ccc00c497a4d81fca2dca9bda9f

cheers