All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Markus Rechberger <mrechberger@gmail.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	em28xx <em28xx@mcentral.de>,
	acano@fastmail.fm, Andre Kelmanson <akelmanson@gmail.com>,
	Bouwsma Barry <freebeer.bouwsma@gmail.com>,
	Dan Kreiser <kreiser@informatik.hu-berlin.de>,
	Frank Neuber <fn@kernelport.de>,
	Jelle de Jong <jelledejong@powercraft.nl>,
	John Stowers <john.stowers.lists@gmail.com>,
	Lukas Kuna <lukas.kuna@evkanet.net>,
	Stefan Vonolfen <stefan.vonolfen@gmail.com>,
	Stephan Berberig <s.berberig@arcor.de>,
	Thomas Giesecke <thomas.giesecke@ibgmbh-naumburg.de>,
	Vitaly Wool <vwool@ru.mvista.com>, Zhenyu Wang <zhen78@gmail.com>
Subject: Re: [PATCH 1/7] Adding empia base driver
Date: Wed, 22 Oct 2008 15:49:43 -0700	[thread overview]
Message-ID: <20081022224943.GA22717@kroah.com> (raw)
In-Reply-To: <d9def9db0810221535xbe8e5aegef8b09b81206ee92@mail.gmail.com>

On Thu, Oct 23, 2008 at 12:35:54AM +0200, Markus Rechberger wrote:
> On Thu, Oct 23, 2008 at 12:27 AM, Greg KH <greg@kroah.com> wrote:
> > On Thu, Oct 23, 2008 at 12:24:31AM +0200, Markus Rechberger wrote:
> >> On Thu, Oct 23, 2008 at 12:09 AM, Greg KH <greg@kroah.com> wrote:
> >> > On Wed, Oct 22, 2008 at 11:14:36PM +0200, Markus Rechberger wrote:
> >> >>     em2880-dvb:
> >> >>     * supporting the digital part of Empia based devices, which
> >> >> includes ATSC, ISDB-T and DVB-T
> >> >
> >> > <snip>
> >> >
> >> > Doesn't this driver duplicate some of the existing devices we already
> >> > support with the current in-kernel driver?  If so, why not just add the
> >> > new device support to the existing driver instead of duplicating
> >> > everything?
> >> >
> >> > This is going to cause a big problem for distros as they will not know
> >> > which to enable, so they will probably just disable this one, which is
> >> > what I don't think you want to have happen :(
> >> >
> >>
> >> the current driver doesn't support most devices which are in there,
> >
> > Then why not just add new device support to the existing one?
> >
> >> also the alsa audio driver can easily crash the whole system. (It's my
> >> code so I know what was wrong there).
> >
> > Why not send patches to fix it?
> >
> 
> that's why I'm sending that request at the moment, development still goes on
> on my side.

I don't understand, I don't see patches here to fix the existing
problems in the existing driver.  Am I missing something?

> >> Very likely the best would be to replace the available driver with it
> >> but I don't care, alot people use and have been using the driver from
> >> mcentral.de for a long time, development has always been opensource
> >> there too.
> >
> > Dropping existing code and replacing it entirely with a new base is not
> > how Linux kernel development works for the most part.
> >
> 
> the patch adds the driver from mcentral.de as alternative entry, not
> the best way but it currently supports almost all devices which have
> an entry in there.

What do you mean by "alternative" entry?  Our device/driver matching
system doesn't allow for "alternates" it is a "first one there wins"
type system, which, while isn't the nicest, is what it is.  This driver
is going to cause problems for distros, and for users, as if you build
them both as modules, it is pseudo-random which one will end up being
loaded first and binding to the device.

Which is not something we generally want to do to our users at all.

> > How about just sending patches in an incremental way, fixing problems in
> > the current driver that you know about, and adding support for all of
> > this goodness as well?  That's what all 2000+ other kernel developers
> > do when they want to make changes like this.
> >
> 
> I understand what you mean although too many things went from from the
> beginning on and people were in general not participating at
> discussions, it slightly changed now but the codebase evolved over
> time.
> 
> I'll be happy to do so for upcoming patches.

So we should drop our current rules for you, and trust that things from
here on out will be correct?  That doesn't sound like a good idea for us
to do, would you recommend doing something like that for someone else?

Especially given the above mentioned problems for users, this really
isn't going to work out.

Please send patches that evolve the current drivers into supporting
these new devices so that our development model is followed, and no user
ends up in trouble.

thanks,

greg k-h

  reply	other threads:[~2008-10-22 22:53 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-22 21:14 [PATCH 1/7] Adding empia base driver Markus Rechberger
2008-10-22 22:09 ` Greg KH
2008-10-22 22:24   ` Markus Rechberger
2008-10-22 22:26     ` Markus Rechberger
2008-10-22 22:27     ` Greg KH
2008-10-22 22:35       ` Markus Rechberger
2008-10-22 22:49         ` Greg KH [this message]
2008-10-23  8:53           ` el es
2008-11-26 19:12     ` Aidan Thornton
2008-11-27  4:25       ` Markus Rechberger
2008-11-27  9:33         ` Pekka Enberg
2008-11-28 15:48           ` Devin Heitmueller
2008-11-28 20:09           ` Greg KH
2008-11-30  6:23             ` Markus Rechberger
2008-10-23  9:29   ` Alan Cox
2008-10-23 11:10     ` Markus Rechberger
2008-11-01 13:59 ` Hans Verkuil
2008-11-02  4:27   ` Mauro Carvalho Chehab
2008-11-02  4:27     ` [linux-dvb] " Mauro Carvalho Chehab
     [not found]     ` <a2aa6e3a0811072150t535e802cge3375a7b88ee6287@mail.gmail.com>
2008-11-08 10:15       ` Mauro Carvalho Chehab
2008-11-08 10:15         ` [linux-dvb] " Mauro Carvalho Chehab
2008-11-08 10:22         ` Markus Rechberger
2008-11-08 10:37           ` Mauro Carvalho Chehab
2008-11-08 10:37             ` [linux-dvb] " Mauro Carvalho Chehab
2008-11-08 10:42             ` Markus Rechberger
2008-11-08 10:46               ` Markus Rechberger
2008-11-08 10:56               ` Mauro Carvalho Chehab
2008-11-08 10:56                 ` [linux-dvb] " Mauro Carvalho Chehab
2008-11-08 11:02                 ` Markus Rechberger
2008-11-08 12:18                   ` [linux-dvb] " Wiktor Grębla
2008-11-08 12:27                     ` Markus Rechberger
2008-11-08 12:35                       ` Wiktor Grębla
2008-11-08 12:46                         ` Markus Rechberger
2008-11-26 20:36   ` Aidan Thornton
  -- strict thread matches above, loose matches on Subject: below --
2008-11-01 14:05 Hans Verkuil
2008-11-01 14:05 ` Hans Verkuil
2008-10-22 20:59 Markus Rechberger
2008-10-24 17:35 ` Mauro Carvalho Chehab
2008-10-24 20:15   ` Markus Rechberger
2008-10-24 20:20     ` Markus Rechberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081022224943.GA22717@kroah.com \
    --to=greg@kroah.com \
    --cc=acano@fastmail.fm \
    --cc=akelmanson@gmail.com \
    --cc=em28xx@mcentral.de \
    --cc=fn@kernelport.de \
    --cc=freebeer.bouwsma@gmail.com \
    --cc=jelledejong@powercraft.nl \
    --cc=john.stowers.lists@gmail.com \
    --cc=kreiser@informatik.hu-berlin.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lukas.kuna@evkanet.net \
    --cc=mrechberger@gmail.com \
    --cc=s.berberig@arcor.de \
    --cc=stefan.vonolfen@gmail.com \
    --cc=thomas.giesecke@ibgmbh-naumburg.de \
    --cc=vwool@ru.mvista.com \
    --cc=zhen78@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.