All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] enable pxa168 LCD on two platform
@ 2009-11-10  8:11 ` Jun Nie
  0 siblings, 0 replies; 18+ messages in thread
From: Jun Nie @ 2009-11-10  8:11 UTC (permalink / raw)
  To: linux-arm-kernel

This serial patches add LCD controller SPI support and enable frame
buffer on two platform. Several small fix are included.
comments from Eric and Russell are addressed.


 arch/arm/configs/pxa168_defconfig       |   86 +++++++++++++++-
 arch/arm/configs/pxa910_defconfig       |   39 +++++++-
 arch/arm/mach-mmp/aspenite.c            |  176 +++++++++++++++++++++++++++++++
 arch/arm/mach-mmp/include/mach/pxa168.h |    8 ++
 arch/arm/mach-mmp/include/mach/pxa910.h |    8 ++
 arch/arm/mach-mmp/pxa168.c              |    3 +
 arch/arm/mach-mmp/pxa910.c              |    4 +
 arch/arm/mach-mmp/ttc_dkb.c             |  140 ++++++++++++++++++++++++
 drivers/gpio/pca953x.c                  |    1 +
 drivers/video/pxa168fb.c                |  102 ++++++++++++++++++
 drivers/video/pxa168fb.h                |   24 +----
 include/video/pxa168fb.h                |   49 ++++++++-
 12 files changed, 612 insertions(+), 28 deletions(-)

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

* [PATCH 0/8] enable pxa168 LCD on two platform
@ 2009-11-10  8:11 ` Jun Nie
  0 siblings, 0 replies; 18+ messages in thread
From: Jun Nie @ 2009-11-10  8:11 UTC (permalink / raw)
  To: linux-arm-kernel

This serial patches add LCD controller SPI support and enable frame
buffer on two platform. Several small fix are included.
comments from Eric and Russell are addressed.


 arch/arm/configs/pxa168_defconfig       |   86 +++++++++++++++-
 arch/arm/configs/pxa910_defconfig       |   39 +++++++-
 arch/arm/mach-mmp/aspenite.c            |  176 +++++++++++++++++++++++++++++++
 arch/arm/mach-mmp/include/mach/pxa168.h |    8 ++
 arch/arm/mach-mmp/include/mach/pxa910.h |    8 ++
 arch/arm/mach-mmp/pxa168.c              |    3 +
 arch/arm/mach-mmp/pxa910.c              |    4 +
 arch/arm/mach-mmp/ttc_dkb.c             |  140 ++++++++++++++++++++++++
 drivers/gpio/pca953x.c                  |    1 +
 drivers/video/pxa168fb.c                |  102 ++++++++++++++++++
 drivers/video/pxa168fb.h                |   24 +----
 include/video/pxa168fb.h                |   49 ++++++++-
 12 files changed, 612 insertions(+), 28 deletions(-)

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

* Re: [PATCH 0/8] enable pxa168 LCD on two platform
  2009-11-10  8:11 ` Jun Nie
@ 2009-11-11 23:50   ` Andrew Morton
  -1 siblings, 0 replies; 18+ messages in thread
From: Andrew Morton @ 2009-11-11 23:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, 10 Nov 2009 16:11:56 +0800
Jun Nie <niej0001@gmail.com> wrote:

> To: linux-arm-kernel@lists.infradead.org, linux-fbdev@vger.kernel.org

I don't think linux-fbdev@vger.kernel.org exists?  You wanted
linux-fbdev-devel@lists.sourceforge.net ?

> Subject: [PATCH 0/8] enable pxa168 LCD on two platform
> Date: 	Tue, 10 Nov 2009 16:11:56 +0800
> Sender: linux-fbdev-owner@vger.kernel.org
> 
> This serial patches add LCD controller SPI support and enable frame
> buffer on two platform. Several small fix are included.
> comments from Eric and Russell are addressed.
> 
> 
>  arch/arm/configs/pxa168_defconfig       |   86 +++++++++++++++-
>  arch/arm/configs/pxa910_defconfig       |   39 +++++++-
>  arch/arm/mach-mmp/aspenite.c            |  176 +++++++++++++++++++++++++++++++
>  arch/arm/mach-mmp/include/mach/pxa168.h |    8 ++
>  arch/arm/mach-mmp/include/mach/pxa910.h |    8 ++
>  arch/arm/mach-mmp/pxa168.c              |    3 +
>  arch/arm/mach-mmp/pxa910.c              |    4 +
>  arch/arm/mach-mmp/ttc_dkb.c             |  140 ++++++++++++++++++++++++
>  drivers/gpio/pca953x.c                  |    1 +
>  drivers/video/pxa168fb.c                |  102 ++++++++++++++++++
>  drivers/video/pxa168fb.h                |   24 +----
>  include/video/pxa168fb.h                |   49 ++++++++-
>  12 files changed, 612 insertions(+), 28 deletions(-)

hm.  So who should review and merge these patches??

The patches were wordwrapped by your email client.  I had that all
fixed up but the final patch gets a large number of rejects, perhaps
against the ARM changes in linux-next so I gave up.


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

* [PATCH 0/8] enable pxa168 LCD on two platform
@ 2009-11-11 23:50   ` Andrew Morton
  0 siblings, 0 replies; 18+ messages in thread
From: Andrew Morton @ 2009-11-11 23:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, 10 Nov 2009 16:11:56 +0800
Jun Nie <niej0001@gmail.com> wrote:

> To: linux-arm-kernel at lists.infradead.org, linux-fbdev at vger.kernel.org

I don't think linux-fbdev at vger.kernel.org exists?  You wanted
linux-fbdev-devel at lists.sourceforge.net ?

> Subject: [PATCH 0/8] enable pxa168 LCD on two platform
> Date: 	Tue, 10 Nov 2009 16:11:56 +0800
> Sender: linux-fbdev-owner at vger.kernel.org
> 
> This serial patches add LCD controller SPI support and enable frame
> buffer on two platform. Several small fix are included.
> comments from Eric and Russell are addressed.
> 
> 
>  arch/arm/configs/pxa168_defconfig       |   86 +++++++++++++++-
>  arch/arm/configs/pxa910_defconfig       |   39 +++++++-
>  arch/arm/mach-mmp/aspenite.c            |  176 +++++++++++++++++++++++++++++++
>  arch/arm/mach-mmp/include/mach/pxa168.h |    8 ++
>  arch/arm/mach-mmp/include/mach/pxa910.h |    8 ++
>  arch/arm/mach-mmp/pxa168.c              |    3 +
>  arch/arm/mach-mmp/pxa910.c              |    4 +
>  arch/arm/mach-mmp/ttc_dkb.c             |  140 ++++++++++++++++++++++++
>  drivers/gpio/pca953x.c                  |    1 +
>  drivers/video/pxa168fb.c                |  102 ++++++++++++++++++
>  drivers/video/pxa168fb.h                |   24 +----
>  include/video/pxa168fb.h                |   49 ++++++++-
>  12 files changed, 612 insertions(+), 28 deletions(-)

hm.  So who should review and merge these patches??

The patches were wordwrapped by your email client.  I had that all
fixed up but the final patch gets a large number of rejects, perhaps
against the ARM changes in linux-next so I gave up.

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

* Re: [PATCH 0/8] enable pxa168 LCD on two platform
  2009-11-11 23:50   ` Andrew Morton
@ 2009-11-11 23:54     ` Randy Dunlap
  -1 siblings, 0 replies; 18+ messages in thread
From: Randy Dunlap @ 2009-11-11 23:54 UTC (permalink / raw)
  To: linux-arm-kernel

Andrew Morton wrote:
> On Tue, 10 Nov 2009 16:11:56 +0800
> Jun Nie <niej0001@gmail.com> wrote:
> 
>> To: linux-arm-kernel@lists.infradead.org, linux-fbdev@vger.kernel.org
> 
> I don't think linux-fbdev@vger.kernel.org exists?  You wanted
> linux-fbdev-devel@lists.sourceforge.net ?

actually it does exist, but it's not used AFAIK.
http://vger.kernel.org/vger-lists.html#linux-fbdev

The sourceforge list is the one listed in the MAINTAINERS file.

---
~Randy

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

* [PATCH 0/8] enable pxa168 LCD on two platform
@ 2009-11-11 23:54     ` Randy Dunlap
  0 siblings, 0 replies; 18+ messages in thread
From: Randy Dunlap @ 2009-11-11 23:54 UTC (permalink / raw)
  To: linux-arm-kernel

Andrew Morton wrote:
> On Tue, 10 Nov 2009 16:11:56 +0800
> Jun Nie <niej0001@gmail.com> wrote:
> 
>> To: linux-arm-kernel at lists.infradead.org, linux-fbdev at vger.kernel.org
> 
> I don't think linux-fbdev at vger.kernel.org exists?  You wanted
> linux-fbdev-devel at lists.sourceforge.net ?

actually it does exist, but it's not used AFAIK.
http://vger.kernel.org/vger-lists.html#linux-fbdev

The sourceforge list is the one listed in the MAINTAINERS file.

---
~Randy

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

* Re: [PATCH 0/8] enable pxa168 LCD on two platform
  2009-11-11 23:50   ` Andrew Morton
@ 2009-11-12  1:05     ` Eric Miao
  -1 siblings, 0 replies; 18+ messages in thread
From: Eric Miao @ 2009-11-12  1:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 12, 2009 at 7:50 AM, Andrew Morton
<akpm@linux-foundation.org> wrote:
> On Tue, 10 Nov 2009 16:11:56 +0800
> Jun Nie <niej0001@gmail.com> wrote:
>
>> To: linux-arm-kernel@lists.infradead.org, linux-fbdev@vger.kernel.org
>
> I don't think linux-fbdev@vger.kernel.org exists?  You wanted
> linux-fbdev-devel@lists.sourceforge.net ?
>
>> Subject: [PATCH 0/8] enable pxa168 LCD on two platform
>> Date:         Tue, 10 Nov 2009 16:11:56 +0800
>> Sender: linux-fbdev-owner@vger.kernel.org
>>
>> This serial patches add LCD controller SPI support and enable frame
>> buffer on two platform. Several small fix are included.
>> comments from Eric and Russell are addressed.
>>
>>
>>  arch/arm/configs/pxa168_defconfig       |   86 +++++++++++++++-
>>  arch/arm/configs/pxa910_defconfig       |   39 +++++++-
>>  arch/arm/mach-mmp/aspenite.c            |  176 +++++++++++++++++++++++++++++++
>>  arch/arm/mach-mmp/include/mach/pxa168.h |    8 ++
>>  arch/arm/mach-mmp/include/mach/pxa910.h |    8 ++
>>  arch/arm/mach-mmp/pxa168.c              |    3 +
>>  arch/arm/mach-mmp/pxa910.c              |    4 +
>>  arch/arm/mach-mmp/ttc_dkb.c             |  140 ++++++++++++++++++++++++
>>  drivers/gpio/pca953x.c                  |    1 +
>>  drivers/video/pxa168fb.c                |  102 ++++++++++++++++++
>>  drivers/video/pxa168fb.h                |   24 +----
>>  include/video/pxa168fb.h                |   49 ++++++++-
>>  12 files changed, 612 insertions(+), 28 deletions(-)
>
> hm.  So who should review and merge these patches??
>

Hi Andrew,

I'm looking into this - actually this is the 2nd round, and I'd like
this to go through my tree since these are really pretty close to
the pxa168/910 stuff if you feel OK.

> The patches were wordwrapped by your email client.  I had that all
> fixed up but the final patch gets a large number of rejects, perhaps
> against the ARM changes in linux-next so I gave up.
>

Jun,

Could you please reply each of your mail with an attachment of
the patch you formatted with 'git-format-patch'. My guess is you
are using Gmail web interface so there might be wrapping issues.

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

* [PATCH 0/8] enable pxa168 LCD on two platform
@ 2009-11-12  1:05     ` Eric Miao
  0 siblings, 0 replies; 18+ messages in thread
From: Eric Miao @ 2009-11-12  1:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 12, 2009 at 7:50 AM, Andrew Morton
<akpm@linux-foundation.org> wrote:
> On Tue, 10 Nov 2009 16:11:56 +0800
> Jun Nie <niej0001@gmail.com> wrote:
>
>> To: linux-arm-kernel at lists.infradead.org, linux-fbdev at vger.kernel.org
>
> I don't think linux-fbdev at vger.kernel.org exists? ?You wanted
> linux-fbdev-devel at lists.sourceforge.net ?
>
>> Subject: [PATCH 0/8] enable pxa168 LCD on two platform
>> Date: ? ? ? ? Tue, 10 Nov 2009 16:11:56 +0800
>> Sender: linux-fbdev-owner at vger.kernel.org
>>
>> This serial patches add LCD controller SPI support and enable frame
>> buffer on two platform. Several small fix are included.
>> comments from Eric and Russell are addressed.
>>
>>
>> ?arch/arm/configs/pxa168_defconfig ? ? ? | ? 86 +++++++++++++++-
>> ?arch/arm/configs/pxa910_defconfig ? ? ? | ? 39 +++++++-
>> ?arch/arm/mach-mmp/aspenite.c ? ? ? ? ? ?| ?176 +++++++++++++++++++++++++++++++
>> ?arch/arm/mach-mmp/include/mach/pxa168.h | ? ?8 ++
>> ?arch/arm/mach-mmp/include/mach/pxa910.h | ? ?8 ++
>> ?arch/arm/mach-mmp/pxa168.c ? ? ? ? ? ? ?| ? ?3 +
>> ?arch/arm/mach-mmp/pxa910.c ? ? ? ? ? ? ?| ? ?4 +
>> ?arch/arm/mach-mmp/ttc_dkb.c ? ? ? ? ? ? | ?140 ++++++++++++++++++++++++
>> ?drivers/gpio/pca953x.c ? ? ? ? ? ? ? ? ?| ? ?1 +
>> ?drivers/video/pxa168fb.c ? ? ? ? ? ? ? ?| ?102 ++++++++++++++++++
>> ?drivers/video/pxa168fb.h ? ? ? ? ? ? ? ?| ? 24 +----
>> ?include/video/pxa168fb.h ? ? ? ? ? ? ? ?| ? 49 ++++++++-
>> ?12 files changed, 612 insertions(+), 28 deletions(-)
>
> hm. ?So who should review and merge these patches??
>

Hi Andrew,

I'm looking into this - actually this is the 2nd round, and I'd like
this to go through my tree since these are really pretty close to
the pxa168/910 stuff if you feel OK.

> The patches were wordwrapped by your email client. ?I had that all
> fixed up but the final patch gets a large number of rejects, perhaps
> against the ARM changes in linux-next so I gave up.
>

Jun,

Could you please reply each of your mail with an attachment of
the patch you formatted with 'git-format-patch'. My guess is you
are using Gmail web interface so there might be wrapping issues.

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

* Re: [PATCH 0/8] enable pxa168 LCD on two platform
  2009-11-11 23:54     ` Randy Dunlap
@ 2009-11-12  7:47       ` Geert Uytterhoeven
  -1 siblings, 0 replies; 18+ messages in thread
From: Geert Uytterhoeven @ 2009-11-12  7:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 12, 2009 at 00:54, Randy Dunlap <rdunlap@xenotime.net> wrote:
> Andrew Morton wrote:
>> On Tue, 10 Nov 2009 16:11:56 +0800
>> Jun Nie <niej0001@gmail.com> wrote:
>>
>>> To: linux-arm-kernel@lists.infradead.org, linux-fbdev@vger.kernel.org
>>
>> I don't think linux-fbdev@vger.kernel.org exists?  You wanted
>> linux-fbdev-devel@lists.sourceforge.net ?
>
> actually it does exist, but it's not used AFAIK.
> http://vger.kernel.org/vger-lists.html#linux-fbdev
>
> The sourceforge list is the one listed in the MAINTAINERS file.

Sending a patch to change that is on my (long) TODO list...

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* [PATCH 0/8] enable pxa168 LCD on two platform
@ 2009-11-12  7:47       ` Geert Uytterhoeven
  0 siblings, 0 replies; 18+ messages in thread
From: Geert Uytterhoeven @ 2009-11-12  7:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 12, 2009 at 00:54, Randy Dunlap <rdunlap@xenotime.net> wrote:
> Andrew Morton wrote:
>> On Tue, 10 Nov 2009 16:11:56 +0800
>> Jun Nie <niej0001@gmail.com> wrote:
>>
>>> To: linux-arm-kernel at lists.infradead.org, linux-fbdev at vger.kernel.org
>>
>> I don't think linux-fbdev at vger.kernel.org exists? ?You wanted
>> linux-fbdev-devel at lists.sourceforge.net ?
>
> actually it does exist, but it's not used AFAIK.
> http://vger.kernel.org/vger-lists.html#linux-fbdev
>
> The sourceforge list is the one listed in the MAINTAINERS file.

Sending a patch to change that is on my (long) TODO list...

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* Re: [PATCH 0/8] enable pxa168 LCD on two platform
  2009-11-12  7:47       ` Geert Uytterhoeven
@ 2009-11-12 16:46         ` Randy Dunlap
  -1 siblings, 0 replies; 18+ messages in thread
From: Randy Dunlap @ 2009-11-12 16:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 12 Nov 2009 08:47:49 +0100 Geert Uytterhoeven wrote:

> On Thu, Nov 12, 2009 at 00:54, Randy Dunlap <rdunlap@xenotime.net> wrote:
> > Andrew Morton wrote:
> >> On Tue, 10 Nov 2009 16:11:56 +0800
> >> Jun Nie <niej0001@gmail.com> wrote:
> >>
> >>> To: linux-arm-kernel@lists.infradead.org, linux-fbdev@vger.kernel.org
> >>
> >> I don't think linux-fbdev@vger.kernel.org exists?  You wanted
> >> linux-fbdev-devel@lists.sourceforge.net ?
> >
> > actually it does exist, but it's not used AFAIK.
> > http://vger.kernel.org/vger-lists.html#linux-fbdev
> >
> > The sourceforge list is the one listed in the MAINTAINERS file.
> 
> Sending a patch to change that is on my (long) TODO list...

That patch is the easy part.

We also need to have the new list archived and somehow do away
with the old mailing list.

---
~Randy

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

* [PATCH 0/8] enable pxa168 LCD on two platform
@ 2009-11-12 16:46         ` Randy Dunlap
  0 siblings, 0 replies; 18+ messages in thread
From: Randy Dunlap @ 2009-11-12 16:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 12 Nov 2009 08:47:49 +0100 Geert Uytterhoeven wrote:

> On Thu, Nov 12, 2009 at 00:54, Randy Dunlap <rdunlap@xenotime.net> wrote:
> > Andrew Morton wrote:
> >> On Tue, 10 Nov 2009 16:11:56 +0800
> >> Jun Nie <niej0001@gmail.com> wrote:
> >>
> >>> To: linux-arm-kernel at lists.infradead.org, linux-fbdev at vger.kernel.org
> >>
> >> I don't think linux-fbdev at vger.kernel.org exists? ?You wanted
> >> linux-fbdev-devel at lists.sourceforge.net ?
> >
> > actually it does exist, but it's not used AFAIK.
> > http://vger.kernel.org/vger-lists.html#linux-fbdev
> >
> > The sourceforge list is the one listed in the MAINTAINERS file.
> 
> Sending a patch to change that is on my (long) TODO list...

That patch is the easy part.

We also need to have the new list archived and somehow do away
with the old mailing list.

---
~Randy

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

* Re: [PATCH 0/8] enable pxa168 LCD on two platform
  2009-11-12 16:46         ` Randy Dunlap
@ 2009-11-12 16:51           ` Geert Uytterhoeven
  -1 siblings, 0 replies; 18+ messages in thread
From: Geert Uytterhoeven @ 2009-11-12 16:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 12, 2009 at 17:46, Randy Dunlap <rdunlap@xenotime.net> wrote:
> On Thu, 12 Nov 2009 08:47:49 +0100 Geert Uytterhoeven wrote:
>> On Thu, Nov 12, 2009 at 00:54, Randy Dunlap <rdunlap@xenotime.net> wrote:
>> > Andrew Morton wrote:
>> >> On Tue, 10 Nov 2009 16:11:56 +0800
>> >> Jun Nie <niej0001@gmail.com> wrote:
>> >>
>> >>> To: linux-arm-kernel@lists.infradead.org, linux-fbdev@vger.kernel.org
>> >>
>> >> I don't think linux-fbdev@vger.kernel.org exists?  You wanted
>> >> linux-fbdev-devel@lists.sourceforge.net ?
>> >
>> > actually it does exist, but it's not used AFAIK.
>> > http://vger.kernel.org/vger-lists.html#linux-fbdev
>> >
>> > The sourceforge list is the one listed in the MAINTAINERS file.
>>
>> Sending a patch to change that is on my (long) TODO list...
>
> That patch is the easy part.
>
> We also need to have the new list archived and somehow do away
> with the old mailing list.

MARC started archiving it a few days ago, so the major hurdle is gone.

Still to do:
  - Send submissions predating the archiving to MARC,
  - Add MARC archive to vger list webpage,
  - Disable posting on the old lists.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* [PATCH 0/8] enable pxa168 LCD on two platform
@ 2009-11-12 16:51           ` Geert Uytterhoeven
  0 siblings, 0 replies; 18+ messages in thread
From: Geert Uytterhoeven @ 2009-11-12 16:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 12, 2009 at 17:46, Randy Dunlap <rdunlap@xenotime.net> wrote:
> On Thu, 12 Nov 2009 08:47:49 +0100 Geert Uytterhoeven wrote:
>> On Thu, Nov 12, 2009 at 00:54, Randy Dunlap <rdunlap@xenotime.net> wrote:
>> > Andrew Morton wrote:
>> >> On Tue, 10 Nov 2009 16:11:56 +0800
>> >> Jun Nie <niej0001@gmail.com> wrote:
>> >>
>> >>> To: linux-arm-kernel at lists.infradead.org, linux-fbdev at vger.kernel.org
>> >>
>> >> I don't think linux-fbdev at vger.kernel.org exists? ?You wanted
>> >> linux-fbdev-devel at lists.sourceforge.net ?
>> >
>> > actually it does exist, but it's not used AFAIK.
>> > http://vger.kernel.org/vger-lists.html#linux-fbdev
>> >
>> > The sourceforge list is the one listed in the MAINTAINERS file.
>>
>> Sending a patch to change that is on my (long) TODO list...
>
> That patch is the easy part.
>
> We also need to have the new list archived and somehow do away
> with the old mailing list.

MARC started archiving it a few days ago, so the major hurdle is gone.

Still to do:
  - Send submissions predating the archiving to MARC,
  - Add MARC archive to vger list webpage,
  - Disable posting on the old lists.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* Re: [PATCH 0/8] enable pxa168 LCD on two platform
  2009-11-12 16:51           ` Geert Uytterhoeven
@ 2009-11-12 18:22             ` Randy Dunlap
  -1 siblings, 0 replies; 18+ messages in thread
From: Randy Dunlap @ 2009-11-12 18:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 12 Nov 2009 17:51:41 +0100 Geert Uytterhoeven wrote:

> On Thu, Nov 12, 2009 at 17:46, Randy Dunlap <rdunlap@xenotime.net> wrote:
> > On Thu, 12 Nov 2009 08:47:49 +0100 Geert Uytterhoeven wrote:
> >> On Thu, Nov 12, 2009 at 00:54, Randy Dunlap <rdunlap@xenotime.net> wrote:
> >> > Andrew Morton wrote:
> >> >> On Tue, 10 Nov 2009 16:11:56 +0800
> >> >> Jun Nie <niej0001@gmail.com> wrote:
> >> >>
> >> >>> To: linux-arm-kernel@lists.infradead.org, linux-fbdev@vger.kernel.org
> >> >>
> >> >> I don't think linux-fbdev@vger.kernel.org exists?  You wanted
> >> >> linux-fbdev-devel@lists.sourceforge.net ?
> >> >
> >> > actually it does exist, but it's not used AFAIK.
> >> > http://vger.kernel.org/vger-lists.html#linux-fbdev
> >> >
> >> > The sourceforge list is the one listed in the MAINTAINERS file.
> >>
> >> Sending a patch to change that is on my (long) TODO list...
> >
> > That patch is the easy part.
> >
> > We also need to have the new list archived and somehow do away
> > with the old mailing list.
> 
> MARC started archiving it a few days ago, so the major hurdle is gone.
> 
> Still to do:
>   - Send submissions predating the archiving to MARC,
>   - Add MARC archive to vger list webpage,

1 & 3 are certainly more work.  for 2, just send the request to
postmaster@vger.kernel.org to have this archive:

http://marc.info/?l=linux-fbdev

added to http://vger.kernel.org/vger-lists.html#linux-fbdev

But you probably know that, so I'm just educating other people.  :)



>   - Disable posting on the old lists.


---
~Randy

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

* [PATCH 0/8] enable pxa168 LCD on two platform
@ 2009-11-12 18:22             ` Randy Dunlap
  0 siblings, 0 replies; 18+ messages in thread
From: Randy Dunlap @ 2009-11-12 18:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 12 Nov 2009 17:51:41 +0100 Geert Uytterhoeven wrote:

> On Thu, Nov 12, 2009 at 17:46, Randy Dunlap <rdunlap@xenotime.net> wrote:
> > On Thu, 12 Nov 2009 08:47:49 +0100 Geert Uytterhoeven wrote:
> >> On Thu, Nov 12, 2009 at 00:54, Randy Dunlap <rdunlap@xenotime.net> wrote:
> >> > Andrew Morton wrote:
> >> >> On Tue, 10 Nov 2009 16:11:56 +0800
> >> >> Jun Nie <niej0001@gmail.com> wrote:
> >> >>
> >> >>> To: linux-arm-kernel at lists.infradead.org, linux-fbdev at vger.kernel.org
> >> >>
> >> >> I don't think linux-fbdev at vger.kernel.org exists? ?You wanted
> >> >> linux-fbdev-devel at lists.sourceforge.net ?
> >> >
> >> > actually it does exist, but it's not used AFAIK.
> >> > http://vger.kernel.org/vger-lists.html#linux-fbdev
> >> >
> >> > The sourceforge list is the one listed in the MAINTAINERS file.
> >>
> >> Sending a patch to change that is on my (long) TODO list...
> >
> > That patch is the easy part.
> >
> > We also need to have the new list archived and somehow do away
> > with the old mailing list.
> 
> MARC started archiving it a few days ago, so the major hurdle is gone.
> 
> Still to do:
>   - Send submissions predating the archiving to MARC,
>   - Add MARC archive to vger list webpage,

1 & 3 are certainly more work.  for 2, just send the request to
postmaster at vger.kernel.org to have this archive:

http://marc.info/?l=linux-fbdev

added to http://vger.kernel.org/vger-lists.html#linux-fbdev

But you probably know that, so I'm just educating other people.  :)



>   - Disable posting on the old lists.


---
~Randy

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

* [PATCH 0/8] enable pxa168 LCD on two platform
@ 2009-11-16  9:33   ` Jun Nie
  0 siblings, 0 replies; 18+ messages in thread
From: Jun Nie @ 2009-11-16  9:33 UTC (permalink / raw)
  To: linux-arm-kernel

This the v3 of the serial patches, it add LCD controller SPI support
and enable frame
buffer on two platform. Several small fix are included. Comments from
Russell and Eric are merged. Thank you!


 arch/arm/configs/pxa168_defconfig       |   86 ++++++++++++++-
 arch/arm/configs/pxa910_defconfig       |   39 +++++++-
 arch/arm/mach-mmp/aspenite.c            |  182 +++++++++++++++++++++++++++++++
 arch/arm/mach-mmp/include/mach/pxa168.h |    8 ++
 arch/arm/mach-mmp/include/mach/pxa910.h |    8 ++
 arch/arm/mach-mmp/pxa168.c              |    3 +
 arch/arm/mach-mmp/pxa910.c              |    4 +
 arch/arm/mach-mmp/ttc_dkb.c             |  144 ++++++++++++++++++++++++
 drivers/gpio/pca953x.c                  |    1 +
 drivers/video/pxa168fb.c                |  105 ++++++++++++++++++
 drivers/video/pxa168fb.h                |   24 +----
 include/video/pxa168fb.h                |   52 +++++++++-
 12 files changed, 628 insertions(+), 28 deletions(-)

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

* [PATCH 0/8] enable pxa168 LCD on two platform
@ 2009-11-16  9:33   ` Jun Nie
  0 siblings, 0 replies; 18+ messages in thread
From: Jun Nie @ 2009-11-16  9:33 UTC (permalink / raw)
  To: linux-arm-kernel

This the v3 of the serial patches, it add LCD controller SPI support
and enable frame
buffer on two platform. Several small fix are included. Comments from
Russell and Eric are merged. Thank you!


 arch/arm/configs/pxa168_defconfig       |   86 ++++++++++++++-
 arch/arm/configs/pxa910_defconfig       |   39 +++++++-
 arch/arm/mach-mmp/aspenite.c            |  182 +++++++++++++++++++++++++++++++
 arch/arm/mach-mmp/include/mach/pxa168.h |    8 ++
 arch/arm/mach-mmp/include/mach/pxa910.h |    8 ++
 arch/arm/mach-mmp/pxa168.c              |    3 +
 arch/arm/mach-mmp/pxa910.c              |    4 +
 arch/arm/mach-mmp/ttc_dkb.c             |  144 ++++++++++++++++++++++++
 drivers/gpio/pca953x.c                  |    1 +
 drivers/video/pxa168fb.c                |  105 ++++++++++++++++++
 drivers/video/pxa168fb.h                |   24 +----
 include/video/pxa168fb.h                |   52 +++++++++-
 12 files changed, 628 insertions(+), 28 deletions(-)

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

end of thread, other threads:[~2009-11-16  9:33 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-10  8:11 [PATCH 0/8] enable pxa168 LCD on two platform Jun Nie
2009-11-10  8:11 ` Jun Nie
2009-11-11 23:50 ` Andrew Morton
2009-11-11 23:50   ` Andrew Morton
2009-11-11 23:54   ` Randy Dunlap
2009-11-11 23:54     ` Randy Dunlap
2009-11-12  7:47     ` Geert Uytterhoeven
2009-11-12  7:47       ` Geert Uytterhoeven
2009-11-12 16:46       ` Randy Dunlap
2009-11-12 16:46         ` Randy Dunlap
2009-11-12 16:51         ` Geert Uytterhoeven
2009-11-12 16:51           ` Geert Uytterhoeven
2009-11-12 18:22           ` Randy Dunlap
2009-11-12 18:22             ` Randy Dunlap
2009-11-12  1:05   ` Eric Miao
2009-11-12  1:05     ` Eric Miao
2009-11-16  9:33 ` Jun Nie
2009-11-16  9:33   ` Jun Nie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.