* [PATCH] Remove myself from MAINTAINERS as I no longer have the hardware to test. @ 2011-01-03 16:40 Stelian Pop 0 siblings, 0 replies; 3+ messages in thread From: Stelian Pop @ 2011-01-03 16:40 UTC (permalink / raw) To: Andrew Morton; +Cc: Linux Kernel Mailing List This driver is PPC only, and I am no longer able to test it. Signed-off-by: Stelian Pop <stelian@popies.net> --- MAINTAINERS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1a1c27b..61d8c41 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -429,7 +429,6 @@ S: Supported F: arch/x86/kernel/microcode_amd.c AMS (Apple Motion Sensor) DRIVER -M: Stelian Pop <stelian@popies.net> M: Michael Hanselmann <linux-kernel@hansmi.ch> S: Supported F: drivers/macintosh/ams/ -- 1.7.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1292086307-19211-1-git-send-email-tj@kernel.org>]
[parent not found: <1292086307-19211-21-git-send-email-tj@kernel.org>]
[parent not found: <20101211201931.00414518@endymion.delvare>]
* Re: [PATCH 20/30] macintosh/ams: don't use flush_scheduled_work() [not found] ` <20101211201931.00414518@endymion.delvare> @ 2010-12-12 13:37 ` Michael Hanselmann 2010-12-13 10:16 ` Stelian Pop 0 siblings, 1 reply; 3+ messages in thread From: Michael Hanselmann @ 2010-12-12 13:37 UTC (permalink / raw) To: Jean Delvare; +Cc: Tejun Heo, linux-kernel, Stelian Pop On Sat, Dec 11, 2010 at 8:19 PM, Jean Delvare <khali@linux-fr.org> wrote: > On Sat, 11 Dec 2010 17:51:37 +0100, Tejun Heo wrote: >> flush_scheduled_work() is deprecated and scheduled to be removed. >> Directly flush ams_info.worker on detach instead. > > The AMS driver is maintained by Stelian Pop and Michael Hanselmann > according to MAINTAINERS. I am Cc'ing them both. Change looks good to me, but can't test due to lack of hardware. Michael ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 20/30] macintosh/ams: don't use flush_scheduled_work() 2010-12-12 13:37 ` [PATCH 20/30] macintosh/ams: don't use flush_scheduled_work() Michael Hanselmann @ 2010-12-13 10:16 ` Stelian Pop 2010-12-13 10:18 ` Jean Delvare 0 siblings, 1 reply; 3+ messages in thread From: Stelian Pop @ 2010-12-13 10:16 UTC (permalink / raw) To: Michael Hanselmann; +Cc: Jean Delvare, Tejun Heo, linux-kernel On Sun, Dec 12, 2010 at 02:37:28PM +0100, Michael Hanselmann wrote: > On Sat, Dec 11, 2010 at 8:19 PM, Jean Delvare <khali@linux-fr.org> wrote: > > On Sat, 11 Dec 2010 17:51:37 +0100, Tejun Heo wrote: > >> flush_scheduled_work() is deprecated and scheduled to be removed. > >> Directly flush ams_info.worker on detach instead. > > > > The AMS driver is maintained by Stelian Pop and Michael Hanselmann > > according to MAINTAINERS. I am Cc'ing them both. > > Change looks good to me, but can't test due to lack of hardware. Same here. Looks like this driver can be orphaned... Stelian. -- Stelian Pop <stelian@popies.net> ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 20/30] macintosh/ams: don't use flush_scheduled_work() 2010-12-13 10:16 ` Stelian Pop @ 2010-12-13 10:18 ` Jean Delvare 2010-12-13 10:40 ` [PATCH] Remove myself from MAINTAINERS as I no longer have the hardware to test Stelian Pop 0 siblings, 1 reply; 3+ messages in thread From: Jean Delvare @ 2010-12-13 10:18 UTC (permalink / raw) To: Stelian Pop; +Cc: Michael Hanselmann, Tejun Heo, linux-kernel On Mon, 13 Dec 2010 11:16:38 +0100, Stelian Pop wrote: > On Sun, Dec 12, 2010 at 02:37:28PM +0100, Michael Hanselmann wrote: > > > On Sat, Dec 11, 2010 at 8:19 PM, Jean Delvare <khali@linux-fr.org> wrote: > > > On Sat, 11 Dec 2010 17:51:37 +0100, Tejun Heo wrote: > > >> flush_scheduled_work() is deprecated and scheduled to be removed. > > >> Directly flush ams_info.worker on detach instead. > > > > > > The AMS driver is maintained by Stelian Pop and Michael Hanselmann > > > according to MAINTAINERS. I am Cc'ing them both. > > > > Change looks good to me, but can't test due to lack of hardware. > > Same here. Looks like this driver can be orphaned... If so, please submit a patch updating MAINTAINERS. Otherwise you'll keep getting patches asking for your acknowledgment. -- Jean Delvare ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] Remove myself from MAINTAINERS as I no longer have the hardware to test. 2010-12-13 10:18 ` Jean Delvare @ 2010-12-13 10:40 ` Stelian Pop 2010-12-16 9:58 ` Jean Delvare 0 siblings, 1 reply; 3+ messages in thread From: Stelian Pop @ 2010-12-13 10:40 UTC (permalink / raw) To: Jean Delvare; +Cc: Michael Hanselmann, Tejun Heo, linux-kernel This driver is PPC only, and I can no longer test it. Subject: [PATCH] Remove myself from MAINTAINERS as I no longer have the hardware to test. Signed-off-by: Stelian Pop <stelian@popies.net> --- MAINTAINERS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) On Mon, Dec 13, 2010 at 11:18:17AM +0100, Jean Delvare wrote: > > > > The AMS driver is maintained by Stelian Pop and Michael Hanselmann > > > > according to MAINTAINERS. I am Cc'ing them both. > > > > > > Change looks good to me, but can't test due to lack of hardware. > > > > Same here. Looks like this driver can be orphaned... > > If so, please submit a patch updating MAINTAINERS. Otherwise you'll > keep getting patches asking for your acknowledgment. Here it is. I'll let Michael remove itself from MAINTAINERS and orphan the driver if he no longer has any related hardware. Thanks, Stelian. diff --git a/MAINTAINERS b/MAINTAINERS index 1a1c27b..61d8c41 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -429,7 +429,6 @@ S: Supported F: arch/x86/kernel/microcode_amd.c AMS (Apple Motion Sensor) DRIVER -M: Stelian Pop <stelian@popies.net> M: Michael Hanselmann <linux-kernel@hansmi.ch> S: Supported F: drivers/macintosh/ams/ -- 1.7.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Remove myself from MAINTAINERS as I no longer have the hardware to test. 2010-12-13 10:40 ` [PATCH] Remove myself from MAINTAINERS as I no longer have the hardware to test Stelian Pop @ 2010-12-16 9:58 ` Jean Delvare 0 siblings, 0 replies; 3+ messages in thread From: Jean Delvare @ 2010-12-16 9:58 UTC (permalink / raw) To: Stelian Pop; +Cc: Michael Hanselmann, Tejun Heo, linux-kernel Hi Stelian, On Mon, 13 Dec 2010 11:40:55 +0100, Stelian Pop wrote: > This driver is PPC only, and I can no longer test it. > > Subject: [PATCH] Remove myself from MAINTAINERS as I no longer have the hardware to test. > > Signed-off-by: Stelian Pop <stelian@popies.net> > --- > MAINTAINERS | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > (...) > diff --git a/MAINTAINERS b/MAINTAINERS > index 1a1c27b..61d8c41 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -429,7 +429,6 @@ S: Supported > F: arch/x86/kernel/microcode_amd.c > > AMS (Apple Motion Sensor) DRIVER > -M: Stelian Pop <stelian@popies.net> > M: Michael Hanselmann <linux-kernel@hansmi.ch> > S: Supported > F: drivers/macintosh/ams/ I suggest that you send this patch to Andrew Morton or Benjamin Herrenschmidt. It doesn't fit in any of my trees so I can't pick it. Thanks, -- Jean Delvare ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-01-03 16:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-03 16:40 [PATCH] Remove myself from MAINTAINERS as I no longer have the hardware to test Stelian Pop
[not found] <1292086307-19211-1-git-send-email-tj@kernel.org>
[not found] ` <1292086307-19211-21-git-send-email-tj@kernel.org>
[not found] ` <20101211201931.00414518@endymion.delvare>
2010-12-12 13:37 ` [PATCH 20/30] macintosh/ams: don't use flush_scheduled_work() Michael Hanselmann
2010-12-13 10:16 ` Stelian Pop
2010-12-13 10:18 ` Jean Delvare
2010-12-13 10:40 ` [PATCH] Remove myself from MAINTAINERS as I no longer have the hardware to test Stelian Pop
2010-12-16 9:58 ` Jean Delvare
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox