lkml.org 
[lkml]   [2006]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [GIT PATCH] more Driver core patches for 2.6.19
    On Wed, Dec 13, 2006 at 12:38:05PM -0800, Michael K. Edwards wrote:
    > Seriously, though, please please pretty please do not allow a facility
    > for "going through a simple interface to get accesses to irqs and
    > memory regions" into the mainline kernel, with or without toy ISA
    > examples.

    Why? X does it today :)

    > Embedded systems integrators have enough trouble with chip vendors who
    > think that exposing the device registers to userspace constitutes a
    > "driver".

    Yes, and because of this, they create binary only drivers today. Lots
    of them. All over the place. Doing crazy stupid crap in kernelspace.

    Then there are people who do irq stuff in userspace but get it wrong.
    I've seen that happen many times in lots of different research papers
    and presentations.

    This interface does it correctly, and it allows those people who for
    some reason feel they do want to keep their logic in non-gpl code, to do
    it.

    It also allows code that needs floating point to not be in the kernel
    and in one instance using this interface actually sped up the device
    because of the lack of the need to go between kernel and userspace a
    bunch of times.

    > The correct description is more like "porting shim for MMU-less RTOS
    > tasks"; and if the BSP vendors of the world can make a nickel
    > supplying them, more power to them. Just not in mainline, please.

    Again, X does this today, and does does lots of other applications.
    This is a way to do it in a sane manner, to keep people who want to do
    floating point out of the kernel, and to make some embedded people much
    happier to use Linux, gets them from being so mad at Linux because we
    keep changing the internal apis, and makes me happier as they stop
    violating my copyright by creating closed drivers in the kernel.

    thanks,

    greg k-h
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-12-13 22:05    [W:4.081 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site