Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1431254 > unrolled thread
| Started by | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| First post | 2016-06-26 00:10 +0200 |
| Last post | 2016-06-27 16:30 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
[RFC PATCH v2] MAINTAINERS: remove unreachable people that have left Atmel Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-06-26 00:10 +0200
Re: [RFC PATCH v2] MAINTAINERS: remove unreachable people that have left Atmel Greg KH <gregkh@linuxfoundation.org> - 2016-06-26 16:50 +0200
[PATCH] MAINTAINERS: Update maintainer entry for wilc1000 Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-06-27 16:20 +0200
Re: [PATCH] MAINTAINERS: Update maintainer entry for wilc1000 Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-06-27 16:30 +0200
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Date | 2016-06-26 00:10 +0200 |
| Subject | [RFC PATCH v2] MAINTAINERS: remove unreachable people that have left Atmel |
| Message-ID | <rO3W2-2Ht-7@gated-at.bofh.it> |
When sending an email regarding a patch to wilc1000, you get the following automatic replies: "Sung_hoon Cho is no longer with Atmel Corporation." "Kang_hee Park is no longer with Atmel Corporation." "Dong_ho Shin is no longer with Atmel Corporation." "Bo_moon Kim is no longer with Atmel Corporation." "Min_su Kim is no longer with Atmel Corporation." "Jun_hyuk Lee is no longer with Atmel Corporation." Removing these email addresses that don't reach the addressee anymore. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com> --- Hi, Just got the same automatic reply from Glen Lee's address. This is unfortunate since it means this driver has no maintainer listed. What do people suggest to do in this case? I can't find an alternative email address for any of them. Thanks, Luis MAINTAINERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index fe8ac28..2c713fc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11080,12 +11080,6 @@ S: Odd Fixes F: drivers/staging/vt665?/ STAGING - WILC1000 WIFI DRIVER -M: Johnny Kim <johnny.kim@atmel.com> -M: Austin Shin <austin.shin@atmel.com> -M: Chris Park <chris.park@atmel.com> -M: Tony Cho <tony.cho@atmel.com> -M: Glen Lee <glen.lee@atmel.com> -M: Leo Kim <leo.kim@atmel.com> L: linux-wireless@vger.kernel.org S: Supported F: drivers/staging/wilc1000/ -- 2.5.1
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-06-26 16:50 +0200 |
| Subject | Re: [RFC PATCH v2] MAINTAINERS: remove unreachable people that have left Atmel |
| Message-ID | <rOjxL-49q-15@gated-at.bofh.it> |
| In reply to | #1431254 |
On Sat, Jun 25, 2016 at 11:00:36PM +0100, Luis de Bethencourt wrote: > When sending an email regarding a patch to wilc1000, you get the following > automatic replies: > "Sung_hoon Cho is no longer with Atmel Corporation." > "Kang_hee Park is no longer with Atmel Corporation." > "Dong_ho Shin is no longer with Atmel Corporation." > "Bo_moon Kim is no longer with Atmel Corporation." > "Min_su Kim is no longer with Atmel Corporation." > "Jun_hyuk Lee is no longer with Atmel Corporation." > > Removing these email addresses that don't reach the addressee anymore. > > Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com> > --- > > Hi, > > Just got the same automatic reply from Glen Lee's address. > > This is unfortunate since it means this driver has no maintainer listed. > What do people suggest to do in this case? Let's delete the whole entry please. And, if no one steps up from Atmel, we might just have to delete the driver as well :( thanks, greg k-h
[toc] | [prev] | [next] | [standalone]
| From | Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|---|
| Date | 2016-06-27 16:20 +0200 |
| Subject | [PATCH] MAINTAINERS: Update maintainer entry for wilc1000 |
| Message-ID | <rOFyh-1kx-11@gated-at.bofh.it> |
| In reply to | #1431519 |
From: Aditya Shankar <Aditya.Shankar@microchip.com> Take the maintenance of the Atmel WIFI staging driver wilc1000. Former maintainers are no more with Atmel. Reported-by: Loic Lefort <loic.lefort@atmel.com> Signed-off-by: Aditya Shankar <aditya.shankar@microchip.com> Signed-off-by: Ganesh Krishna <ganesh.krishna@microchip.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> --- Hi Luis, Greg, I'd like that we don't delete the entry for this wilc1000 driver but change it with the patch below. After the Microchip - Atmel merger, Aditya and Ganesh will take over the maintenance of this driver and will continue the work that our former colleagues started. Thanks, bye. MAINTAINERS | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 51447a517095..9142e08ba8ae 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10931,12 +10931,8 @@ S: Odd Fixes F: drivers/staging/vt665?/ STAGING - WILC1000 WIFI DRIVER -M: Johnny Kim <johnny.kim@atmel.com> -M: Austin Shin <austin.shin@atmel.com> -M: Chris Park <chris.park@atmel.com> -M: Tony Cho <tony.cho@atmel.com> -M: Glen Lee <glen.lee@atmel.com> -M: Leo Kim <leo.kim@atmel.com> +M: Aditya Shankar <aditya.shankar@microchip.com> +M: Ganesh Krishna <ganesh.krishna@microchip.com> L: linux-wireless@vger.kernel.org S: Supported F: drivers/staging/wilc1000/ -- 2.9.0
[toc] | [prev] | [next] | [standalone]
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Date | 2016-06-27 16:30 +0200 |
| Subject | Re: [PATCH] MAINTAINERS: Update maintainer entry for wilc1000 |
| Message-ID | <rOFHY-1ok-17@gated-at.bofh.it> |
| In reply to | #1432074 |
On 27/06/16 15:10, Nicolas Ferre wrote: > From: Aditya Shankar <Aditya.Shankar@microchip.com> > > Take the maintenance of the Atmel WIFI staging driver wilc1000. > Former maintainers are no more with Atmel. > > Reported-by: Loic Lefort <loic.lefort@atmel.com> > Signed-off-by: Aditya Shankar <aditya.shankar@microchip.com> > Signed-off-by: Ganesh Krishna <ganesh.krishna@microchip.com> > Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> > --- > Hi Luis, Greg, > > I'd like that we don't delete the entry for this wilc1000 driver > but change it with the patch below. > After the Microchip - Atmel merger, Aditya and Ganesh will take over the > maintenance of this driver and will continue the work that our former > colleagues started. > > Thanks, bye. > Nice :) This is good news I am happy to help as well if I can get my hands on the hardware. Acked-by: Luis de Bethencourt <luisbg@osg.samsung.com> Thanks, Luis
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web