All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/10] framebuffer patches
@ 2014-01-23 18:17 Mikulas Patocka
  2014-01-23 19:11 ` Linus Torvalds
  0 siblings, 1 reply; 9+ messages in thread
From: Mikulas Patocka @ 2014-01-23 18:17 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Hi

Here I'm sending some framebuffer patches for matrox, mach64, tga and a 
fix for copying on vesafb.

Mikulas

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

* Re: [PATCH 0/10] framebuffer patches
  2014-01-23 18:17 Mikulas Patocka
@ 2014-01-23 19:11 ` Linus Torvalds
  2014-01-23 19:26   ` Mikulas Patocka
  0 siblings, 1 reply; 9+ messages in thread
From: Linus Torvalds @ 2014-01-23 19:11 UTC (permalink / raw)
  To: Mikulas Patocka, Tomi Valkeinen; +Cc: Linux Kernel Mailing List

Hmm. Is there some reason why these are not going through Tomi? And
cc'd to linux-fbdev for that matter?

It's not that I can't apply patches sent directly to me, but quite
frankly, unless there is a *reason* to not go through the subsystem
maintainer I don't really want to. Afaik Tomi has been active and
responsive, but maybe there's some strife I don't know about..

             Linus

On Thu, Jan 23, 2014 at 10:17 AM, Mikulas Patocka <mpatocka@redhat.com> wrote:
>
> Here I'm sending some framebuffer patches for matrox, mach64, tga and a
> fix for copying on vesafb.
>
> Mikulas

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

* Re: [PATCH 0/10] framebuffer patches
  2014-01-23 19:11 ` Linus Torvalds
@ 2014-01-23 19:26   ` Mikulas Patocka
  2014-01-23 19:29     ` Linus Torvalds
  0 siblings, 1 reply; 9+ messages in thread
From: Mikulas Patocka @ 2014-01-23 19:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Tomi Valkeinen, Linux Kernel Mailing List



On Thu, 23 Jan 2014, Linus Torvalds wrote:

> Hmm. Is there some reason why these are not going through Tomi? And
> cc'd to linux-fbdev for that matter?
> 
> It's not that I can't apply patches sent directly to me, but quite
> frankly, unless there is a *reason* to not go through the subsystem
> maintainer I don't really want to. Afaik Tomi has been active and
> responsive, but maybe there's some strife I don't know about..
> 
>              Linus

I posted the patches a year ago to the linux-fbdev mailing list 
(http://marc.info/?l=linux-fbdev&r=6&b=201208&w=2) and to Florian Tobias 
Schandinat who was FB maintainer at that time. I didn't get an answer and 
they were ignored.

Mikulas

> On Thu, Jan 23, 2014 at 10:17 AM, Mikulas Patocka <mpatocka@redhat.com> wrote:
> >
> > Here I'm sending some framebuffer patches for matrox, mach64, tga and a
> > fix for copying on vesafb.
> >
> > Mikulas
> 

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

* Re: [PATCH 0/10] framebuffer patches
  2014-01-23 19:26   ` Mikulas Patocka
@ 2014-01-23 19:29     ` Linus Torvalds
  2014-01-23 19:36       ` Mikulas Patocka
  0 siblings, 1 reply; 9+ messages in thread
From: Linus Torvalds @ 2014-01-23 19:29 UTC (permalink / raw)
  To: Mikulas Patocka; +Cc: Tomi Valkeinen, Linux Kernel Mailing List

On Thu, Jan 23, 2014 at 11:26 AM, Mikulas Patocka <mpatocka@redhat.com> wrote:
>
> I posted the patches a year ago to the linux-fbdev mailing list
> (http://marc.info/?l=linux-fbdev&r=6&b=201208&w=2) and to Florian Tobias
> Schandinat who was FB maintainer at that time. I didn't get an answer and
> they were ignored.

Yes, there was a time when fbdev maintainership had responsiveness
issues, but that should be fixed. So I'd much rather have these go
through the channels.

And btw, you actually have access to a TGA card? Trippy.

            Linus

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

* Re: [PATCH 0/10] framebuffer patches
  2014-01-23 19:29     ` Linus Torvalds
@ 2014-01-23 19:36       ` Mikulas Patocka
  0 siblings, 0 replies; 9+ messages in thread
From: Mikulas Patocka @ 2014-01-23 19:36 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Tomi Valkeinen, Linux Kernel Mailing List



On Thu, 23 Jan 2014, Linus Torvalds wrote:

> On Thu, Jan 23, 2014 at 11:26 AM, Mikulas Patocka <mpatocka@redhat.com> wrote:
> >
> > I posted the patches a year ago to the linux-fbdev mailing list
> > (http://marc.info/?l=linux-fbdev&r=6&b=201208&w=2) and to Florian Tobias
> > Schandinat who was FB maintainer at that time. I didn't get an answer and
> > they were ignored.
> 
> Yes, there was a time when fbdev maintainership had responsiveness
> issues, but that should be fixed. So I'd much rather have these go
> through the channels.

So I repost the patches to current fb maintainers and let them handle 
that.

> And btw, you actually have access to a TGA card? Trippy.

Yes - on AlphaServer 233MHz.

>             Linus

Mikulas

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

* [PATCH 0/10] framebuffer patches
@ 2014-01-23 19:37 Mikulas Patocka
  2014-02-11 12:58 ` Tomi Valkeinen
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Mikulas Patocka @ 2014-01-23 19:37 UTC (permalink / raw)
  To: linux-fbdev

Hi

Here I'm sending some framebuffer patches for matrox, mach64, tga and a 
fix for copying on vesafb.

Mikulas

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

* Re: [PATCH 0/10] framebuffer patches
  2014-01-23 19:37 [PATCH 0/10] framebuffer patches Mikulas Patocka
@ 2014-02-11 12:58 ` Tomi Valkeinen
  2014-02-11 13:00 ` Tomi Valkeinen
  2014-02-17 17:15 ` Mikulas Patocka
  2 siblings, 0 replies; 9+ messages in thread
From: Tomi Valkeinen @ 2014-02-11 12:58 UTC (permalink / raw)
  To: linux-fbdev

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

On 23/01/14 21:37, Mikulas Patocka wrote:
> Hi
> 
> Here I'm sending some framebuffer patches for matrox, mach64, tga and a 
> fix for copying on vesafb.
> 
> Mikulas
> 

Looks fine to me. Queuing for 3.15.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

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

* Re: [PATCH 0/10] framebuffer patches
  2014-01-23 19:37 [PATCH 0/10] framebuffer patches Mikulas Patocka
  2014-02-11 12:58 ` Tomi Valkeinen
@ 2014-02-11 13:00 ` Tomi Valkeinen
  2014-02-17 17:15 ` Mikulas Patocka
  2 siblings, 0 replies; 9+ messages in thread
From: Tomi Valkeinen @ 2014-02-11 13:00 UTC (permalink / raw)
  To: linux-fbdev

[-- Attachment #1: Type: text/plain, Size: 476 bytes --]

On 11/02/14 14:58, Tomi Valkeinen wrote:
> On 23/01/14 21:37, Mikulas Patocka wrote:
>> Hi
>>
>> Here I'm sending some framebuffer patches for matrox, mach64, tga and a 
>> fix for copying on vesafb.
>>
>> Mikulas
>>
> 
> Looks fine to me. Queuing for 3.15.

Oh, I did some conflict resolution on "tgafb: fix mode setting with
fbset". It was trivial, so I think I got it right. But please check
anyway in a few days when these get into linux-next.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

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

* Re: [PATCH 0/10] framebuffer patches
  2014-01-23 19:37 [PATCH 0/10] framebuffer patches Mikulas Patocka
  2014-02-11 12:58 ` Tomi Valkeinen
  2014-02-11 13:00 ` Tomi Valkeinen
@ 2014-02-17 17:15 ` Mikulas Patocka
  2 siblings, 0 replies; 9+ messages in thread
From: Mikulas Patocka @ 2014-02-17 17:15 UTC (permalink / raw)
  To: linux-fbdev



On Tue, 11 Feb 2014, Tomi Valkeinen wrote:

> On 11/02/14 14:58, Tomi Valkeinen wrote:
> > On 23/01/14 21:37, Mikulas Patocka wrote:
> >> Hi
> >>
> >> Here I'm sending some framebuffer patches for matrox, mach64, tga and a 
> >> fix for copying on vesafb.
> >>
> >> Mikulas
> >>
> > 
> > Looks fine to me. Queuing for 3.15.
> 
> Oh, I did some conflict resolution on "tgafb: fix mode setting with
> fbset". It was trivial, so I think I got it right. But please check
> anyway in a few days when these get into linux-next.
> 
>  Tomi

Hi

Your change it OK, I tested it.

Mikulas

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

end of thread, other threads:[~2014-02-17 17:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-23 19:37 [PATCH 0/10] framebuffer patches Mikulas Patocka
2014-02-11 12:58 ` Tomi Valkeinen
2014-02-11 13:00 ` Tomi Valkeinen
2014-02-17 17:15 ` Mikulas Patocka
  -- strict thread matches above, loose matches on Subject: below --
2014-01-23 18:17 Mikulas Patocka
2014-01-23 19:11 ` Linus Torvalds
2014-01-23 19:26   ` Mikulas Patocka
2014-01-23 19:29     ` Linus Torvalds
2014-01-23 19:36       ` Mikulas Patocka

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.