31 Mar, 2011

1 commit


19 Nov, 2008

1 commit


20 Apr, 2008

1 commit

  • This patch fixes the following compile error:

    ...
    CC [M] drivers/parport/parport_pc.o
    /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/parport/parport_pc.c:67:25: error: asm/parport.h: No such file or directory
    /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/parport/parport_pc.c: In function 'parport_pc_find_ports':
    /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/parport/parport_pc.c:3215: error: implicit declaration of function 'parport_pc_find_nonpci_ports'
    make[3]: *** [drivers/parport/parport_pc.o] Error 1

    Signed-off-by: Adrian Bunk
    Signed-off-by: Haavard Skinnemoen

    Adrian Bunk
     

09 Feb, 2008

1 commit

  • Add architecture support for the MN10300/AM33 CPUs produced by MEI to the
    kernel.

    This patch also adds board support for the ASB2303 with the ASB2308 daughter
    board, and the ASB2305. The only processor supported is the MN103E010, which
    is an AM33v2 core plus on-chip devices.

    [akpm@linux-foundation.org: nuke cvs control strings]
    Signed-off-by: Masakazu Urade
    Signed-off-by: Koichi Yasutake
    Signed-off-by: David Howells
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Howells
     

20 Jul, 2007

1 commit


17 Jul, 2007

1 commit


10 May, 2007

1 commit


11 Dec, 2006

1 commit

  • Refactor Kconfig content to maximize nesting of menus by menuconfig and
    xconfig.

    Tested by simultaneously running `make xconfig` with and without
    patch, and comparing displays.

    Signed-off-by: Don Mullis
    Signed-off-by: Randy Dunlap
    Cc: Sam Ravnborg
    Cc: Roman Zippel
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Don Mullis
     

26 Jun, 2006

1 commit


23 Jun, 2006

1 commit

  • It's wasn't referenced in Makefile since at least 2.2.8, unbuildable due to
    trivial typos and things like DATA_LATCH and arc_write_control() which
    doesn't exist.

    Adrian Bunk:
    adapted the patch to unrelated context changes

    Signed-off-by: Domen Puncer
    Signed-off-by: Alexey Dobriyan
    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Domen Puncer
     

18 Jun, 2006

1 commit


04 Feb, 2006

1 commit

  • Add support for the built-in parallel port on SGI O2 (a.k.a. IP32).
    Define a new configuration option: PARPORT_IP32. The module is named
    parport_ip32.

    Hardware support for SPP, EPP and ECP modes along with DMA support when
    available are currently implemented.

    Signed-off-by: Arnaud Giersch
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Arnaud Giersch
     

11 Jan, 2006

1 commit


09 Jan, 2006

1 commit


07 Jan, 2006

1 commit


24 Aug, 2005

1 commit


04 May, 2005

1 commit

  • Part of parport_pc that uses ISA DMA helpers made conditional on
    CONFIG_ISA_DMA_API. As the result, driver got usable for boxen that do
    not have ISA DMA stuff and have normal PCI parport card stuck into
    them - these never use DMA anyway.

    Signed-off-by: Al Viro
    Signed-off-by: Linus Torvalds

    Al Viro
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds