mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] gpu: schedule gma500 stub driver for feature removal
@ 2012-05-21 15:23 Lee, Chun-Yi
  2012-05-24 19:53 ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Lee, Chun-Yi @ 2012-05-21 15:23 UTC (permalink / raw)
  To: dri-devel
  Cc: linux-kernel, Lee, Chun-Yi, randy.dunlap, mjg59, gregkh, trenn,
	Valdis.Kletnieks, Dennis.Jansen, airlied, eric, alexdeucher,
	bskeggs, chris

In v3.3, the gma500 drm driver moved from staging to drm group by
Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
brightness well and don't need gma500 stub driver anymore.

So, my plan is remove gma500 stub driver at Dec. 2012.

Cc: randy.dunlap@oracle.com
Cc: mjg59@srcf.ucam.org
Cc: gregkh@suse.de
Cc: trenn@suse.de
Cc: Valdis.Kletnieks@vt.edu
Cc: Dennis.Jansen@web.de
Cc: airlied@redhat.com
Cc: eric@anholt.net
Cc: alexdeucher@gmail.com
Cc: bskeggs@redhat.com
Cc: chris@chris-wilson.co.uk
Signed-off-by: Lee, Chun-Yi <jlee@suse.com>
---
 Documentation/feature-removal-schedule.txt |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index a0ffac0..219d6f1 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -524,3 +524,14 @@ Files:	arch/arm/mach-at91/at91cap9.c
 Why:	The code is not actively maintained and platforms are now hard to find.
 Who:	Nicolas Ferre <nicolas.ferre@atmel.com>
 	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+----------------------------
+
+What:	Intel GMA500 Stub Driver
+When:	December 2012
+Why:	In v3.3, the gma500 drm driver moved from staging to drm group by
+	Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
+	brightness well and don't need gma500 stub driver anymore.
+
+	So, my plan is remove gma500 stub driver at Dec. 2012.
+Who:	Lee, Chun-Yi <jlee@novell.com>
-- 
1.6.0.2


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

* Re: [PATCH] gpu: schedule gma500 stub driver for feature removal
  2012-05-21 15:23 [PATCH] gpu: schedule gma500 stub driver for feature removal Lee, Chun-Yi
@ 2012-05-24 19:53 ` Greg KH
  2012-05-24 23:19   ` joeyli
  2012-05-25 14:13   ` Alan Cox
  0 siblings, 2 replies; 8+ messages in thread
From: Greg KH @ 2012-05-24 19:53 UTC (permalink / raw)
  To: Lee, Chun-Yi
  Cc: dri-devel, linux-kernel, Lee, Chun-Yi, randy.dunlap, mjg59,
	gregkh, trenn, Valdis.Kletnieks, Dennis.Jansen, airlied, eric,
	alexdeucher, bskeggs, chris

On Mon, May 21, 2012 at 11:23:36PM +0800, Lee, Chun-Yi wrote:
> In v3.3, the gma500 drm driver moved from staging to drm group by
> Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
> brightness well and don't need gma500 stub driver anymore.
> 
> So, my plan is remove gma500 stub driver at Dec. 2012.

Why not just remove it right now as it's not needed at all anymore?

thanks,

greg k-h

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

* Re: [PATCH] gpu: schedule gma500 stub driver for feature removal
  2012-05-24 19:53 ` Greg KH
@ 2012-05-24 23:19   ` joeyli
  2012-05-25 14:13   ` Alan Cox
  1 sibling, 0 replies; 8+ messages in thread
From: joeyli @ 2012-05-24 23:19 UTC (permalink / raw)
  To: Greg KH
  Cc: dri-devel, linux-kernel, randy.dunlap, mjg59, gregkh, trenn,
	Valdis.Kletnieks, Dennis.Jansen, airlied, eric, alexdeucher,
	bskeggs, chris

於 五,2012-05-25 於 04:53 +0900,Greg KH 提到:
> On Mon, May 21, 2012 at 11:23:36PM +0800, Lee, Chun-Yi wrote:
> > In v3.3, the gma500 drm driver moved from staging to drm group by
> > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
> > brightness well and don't need gma500 stub driver anymore.
> > 
> > So, my plan is remove gma500 stub driver at Dec. 2012.
> 
> Why not just remove it right now as it's not needed at all anymore?
> 
> thanks,
> 
> greg k-h
> 
> .

Just I thought remove anything from kernel need add to schedule file
first.

OK, I will send another patch to direct remove it.


Thanks
Joey Lee


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

* Re: [PATCH] gpu: schedule gma500 stub driver for feature removal
  2012-05-24 19:53 ` Greg KH
  2012-05-24 23:19   ` joeyli
@ 2012-05-25 14:13   ` Alan Cox
  1 sibling, 0 replies; 8+ messages in thread
From: Alan Cox @ 2012-05-25 14:13 UTC (permalink / raw)
  To: Greg KH
  Cc: Lee, Chun-Yi, dri-devel, linux-kernel, Lee, Chun-Yi,
	randy.dunlap, mjg59, gregkh, trenn, Valdis.Kletnieks,
	Dennis.Jansen, airlied, eric, alexdeucher, bskeggs, chris

On Fri, 25 May 2012 04:53:50 +0900
Greg KH <gregkh@linuxfoundation.org> wrote:

> On Mon, May 21, 2012 at 11:23:36PM +0800, Lee, Chun-Yi wrote:
> > In v3.3, the gma500 drm driver moved from staging to drm group by
> > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
> > brightness well and don't need gma500 stub driver anymore.
> > 
> > So, my plan is remove gma500 stub driver at Dec. 2012.
> 
> Why not just remove it right now as it's not needed at all anymore?

If there are distros not currently ahipping the GMA500 driver or people
updating old kernels using vesa and not having the right server bits it
might cause them problems - giving it 6 months isn't a bad idea IMHO

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

* Re: [PATCH] gpu: schedule gma500 stub driver for feature removal
  2012-05-22 16:01 ` Alex Deucher
@ 2012-05-23  1:48   ` joeyli
  0 siblings, 0 replies; 8+ messages in thread
From: joeyli @ 2012-05-23  1:48 UTC (permalink / raw)
  To: Alex Deucher; +Cc: dri-devel, linux-kernel

Hi Alex, 

於 二,2012-05-22 於 12:01 -0400,Alex Deucher 提到:
> On Mon, May 21, 2012 at 11:15 AM, Lee, Chun-Yi <joeyli.kernel@gmail.com> wrote:
> > In v3.3, the gma500 drm driver moved from staging to drm group by
> > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
> > brightness well and don't need gma500 stub driver anymore.
> >
> > So, my plan is remove gma500 stub driver at Dec. 2012.
> 
> 
> December 2013?
> 
> Alex

My plan is December 2012, end of this year.


Thanks
Joey Lee

> >
> > Signed-off-by: Lee, Chun-Yi <jlee@suse.com>
> > ---
> >  Documentation/feature-removal-schedule.txt |   11 +++++++++++
> >  1 files changed, 11 insertions(+), 0 deletions(-)
> >
> > diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
> > index a0ffac0..219d6f1 100644
> > --- a/Documentation/feature-removal-schedule.txt
> > +++ b/Documentation/feature-removal-schedule.txt
> > @@ -524,3 +524,14 @@ Files:     arch/arm/mach-at91/at91cap9.c
> >  Why:   The code is not actively maintained and platforms are now hard to find.
> >  Who:   Nicolas Ferre <nicolas.ferre@atmel.com>
> >        Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> > +
> > +----------------------------
> > +
> > +What:  Intel GMA500 Stub Driver
> > +When:  December 2012
> > +Why:   In v3.3, the gma500 drm driver moved from staging to drm group by
> > +       Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
> > +       brightness well and don't need gma500 stub driver anymore.
> > +
> > +       So, my plan is remove gma500 stub driver at Dec. 2012.
> > +Who:   Lee, Chun-Yi <jlee@novell.com>
> > --
> > 1.6.0.2
> >
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/dri-devel
> 



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

* Re: [PATCH] gpu: schedule gma500 stub driver for feature removal
  2012-05-21 15:15 Lee, Chun-Yi
@ 2012-05-22 16:01 ` Alex Deucher
  2012-05-23  1:48   ` joeyli
  0 siblings, 1 reply; 8+ messages in thread
From: Alex Deucher @ 2012-05-22 16:01 UTC (permalink / raw)
  To: Lee, Chun-Yi; +Cc: dri-devel, Lee, Chun-Yi, linux-kernel

On Mon, May 21, 2012 at 11:15 AM, Lee, Chun-Yi <joeyli.kernel@gmail.com> wrote:
> In v3.3, the gma500 drm driver moved from staging to drm group by
> Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
> brightness well and don't need gma500 stub driver anymore.
>
> So, my plan is remove gma500 stub driver at Dec. 2012.


December 2013?

Alex

>
> Signed-off-by: Lee, Chun-Yi <jlee@suse.com>
> ---
>  Documentation/feature-removal-schedule.txt |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)
>
> diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
> index a0ffac0..219d6f1 100644
> --- a/Documentation/feature-removal-schedule.txt
> +++ b/Documentation/feature-removal-schedule.txt
> @@ -524,3 +524,14 @@ Files:     arch/arm/mach-at91/at91cap9.c
>  Why:   The code is not actively maintained and platforms are now hard to find.
>  Who:   Nicolas Ferre <nicolas.ferre@atmel.com>
>        Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> +
> +----------------------------
> +
> +What:  Intel GMA500 Stub Driver
> +When:  December 2012
> +Why:   In v3.3, the gma500 drm driver moved from staging to drm group by
> +       Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
> +       brightness well and don't need gma500 stub driver anymore.
> +
> +       So, my plan is remove gma500 stub driver at Dec. 2012.
> +Who:   Lee, Chun-Yi <jlee@novell.com>
> --
> 1.6.0.2
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [PATCH] gpu: schedule gma500 stub driver for feature removal
@ 2012-05-21 15:15 Lee, Chun-Yi
  2012-05-22 16:01 ` Alex Deucher
  0 siblings, 1 reply; 8+ messages in thread
From: Lee, Chun-Yi @ 2012-05-21 15:15 UTC (permalink / raw)
  To: dri-devel; +Cc: linux-kernel, Lee, Chun-Yi

In v3.3, the gma500 drm driver moved from staging to drm group by
Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
brightness well and don't need gma500 stub driver anymore.

So, my plan is remove gma500 stub driver at Dec. 2012.

Signed-off-by: Lee, Chun-Yi <jlee@suse.com>
---
 Documentation/feature-removal-schedule.txt |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index a0ffac0..219d6f1 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -524,3 +524,14 @@ Files:	arch/arm/mach-at91/at91cap9.c
 Why:	The code is not actively maintained and platforms are now hard to find.
 Who:	Nicolas Ferre <nicolas.ferre@atmel.com>
 	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+----------------------------
+
+What:	Intel GMA500 Stub Driver
+When:	December 2012
+Why:	In v3.3, the gma500 drm driver moved from staging to drm group by
+	Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
+	brightness well and don't need gma500 stub driver anymore.
+
+	So, my plan is remove gma500 stub driver at Dec. 2012.
+Who:	Lee, Chun-Yi <jlee@novell.com>
-- 
1.6.0.2


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

* [PATCH] gpu: schedule gma500 stub driver for feature removal
@ 2012-03-20  2:47 Lee, Chun-Yi
  0 siblings, 0 replies; 8+ messages in thread
From: Lee, Chun-Yi @ 2012-03-20  2:47 UTC (permalink / raw)
  To: dri-devel
  Cc: randy.dunlap, mjg59, gregkh, trenn, linux-acpi, linux-kernel,
	Valdis.Kletnieks, Dennis.Jansen, airlied, airlied, eric,
	alexdeucher, bskeggs, chris, Lee, Chun-Yi

In v3.3, the gma500 drm driver moved from staging to drm group by
Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
brightness well and don't need gma500 stub driver anymore.

So, my plan is remove gma500 stub driver at Dec. 2012.

Signed-off-by: Lee, Chun-Yi <jlee@suse.com>
---
 Documentation/feature-removal-schedule.txt |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index a0ffac0..219d6f1 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -524,3 +524,14 @@ Files:	arch/arm/mach-at91/at91cap9.c
 Why:	The code is not actively maintained and platforms are now hard to find.
 Who:	Nicolas Ferre <nicolas.ferre@atmel.com>
 	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+----------------------------
+
+What:	Intel GMA500 Stub Driver
+When:	December 2012
+Why:	In v3.3, the gma500 drm driver moved from staging to drm group by
+	Alan Cox's 3abcf41fb patch. the gma500 drm driver should control
+	brightness well and don't need gma500 stub driver anymore.
+
+	So, my plan is remove gma500 stub driver at Dec. 2012.
+Who:	Lee, Chun-Yi <jlee@novell.com>
-- 
1.6.0.2


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

end of thread, other threads:[~2012-05-25 14:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-21 15:23 [PATCH] gpu: schedule gma500 stub driver for feature removal Lee, Chun-Yi
2012-05-24 19:53 ` Greg KH
2012-05-24 23:19   ` joeyli
2012-05-25 14:13   ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2012-05-21 15:15 Lee, Chun-Yi
2012-05-22 16:01 ` Alex Deucher
2012-05-23  1:48   ` joeyli
2012-03-20  2:47 Lee, Chun-Yi

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

Powered by JetHome