- 15 Mar, 2004 13 commits
-
-
Andrew Morton authored
From: Arnd Bergmann <arnd@arndb.de> Adds a generic implementation of 32 bit emulation for IPC system calls. The code is based on the existing implementations for sparc64, ia64, mips, s390, ppc and x86_64, which can subsequently be converted to use this.
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
-
Russell King authored
-
Russell King authored
This symbol is no longer used in modules.
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Jonas Larsson authored
Patch from Jonas Larsson This patch adds devfs_name member to struct uart_driver. No devfs entries are created for the serial port without this patch.
-
Russell King authored
Provide more detailed information on machine types and machine classes.
-
Marc Singer authored
Patch from Marc Singer Updates to the ARM architecture README file. Mostly, this is done for clarity.
-
bk://bk.arm.linux.org.uk/linux-2.6-pcmciaLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
- 16 Mar, 2004 1 commit
-
-
Paul Mackerras authored
-
- 15 Mar, 2004 8 commits
-
-
http://linux-sound.bkbits.net/linux-soundLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Jaroslav Kysela authored
au88x0 driver Fixed gameport dependency and solid kernel build
-
Jaroslav Kysela authored
au88x0 driver Make mchannels and rampchs static
-
Jaroslav Kysela authored
Intel8x0 driver add Intel ICH6 and ESB
-
Jaroslav Kysela authored
au88x0 driver fix compilation on gcc 2.95.x
-
Jaroslav Kysela authored
Documentation,MPU401 UART integrate MPU-401 ACPI PnP from alsa-driver
-
Jaroslav Kysela authored
AC97 Codec Core Kevin Mack <kevmack@accesscomm.ca> Here's a quick and dirty patch that's given me basic sound from my Gateway M675 notebook (Sigmatel 9758 AC97 codec).
-
Jaroslav Kysela authored
Intel8x0 driver Added slot definitions for s/pdif pcm - ICH4
-
- 14 Mar, 2004 18 commits
-
-
Yoshinori Sato authored
-
Yoshinori Sato authored
- fix gcc-3.4.0 warnings
-
Yoshinori Sato authored
- add asm/dma-mapping.h - add CONFIG_PCI
-
Yoshinori Sato authored
- merge common routine - runtime vector setup update
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Bartlomiej Zolnierkiewicz authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Luiz Fernando Capitulino <lcapitulino@prefeitura.sp.gov.br> The missing __init was found by reference_init26.pl.
-
Bartlomiej Zolnierkiewicz authored
From: Frederik Deweerdt <frederik.deweerdt@laposte.net>
-
Bartlomiej Zolnierkiewicz authored
They are identical to non _HOB versions (except IDE_CONTROL_OFFSET_HOB).
-
Bartlomiej Zolnierkiewicz authored
Set ide_task_t fields (command_type, handler and prehandler) directly. Remove unused ide_task_t->posthandler and all ide_cmd_type_parser() logic. ide_cmd_type_parser() was meant to be used for ioctls but ended up checking validity of kernel generated requests (doh!). Rationale for removal: - it can't be used for existing ioctls (changes the way they work) - kernel shouldn't check validity of (root only) user-space requests (it can and should be done in user-space) - it wastes CPU cycles on going through parsers - it makes code harder to understand/follow (now info about request is localized)
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
Many thanks to Promise for their support. Expect more updates/fixes for Promise PATA support soon. - fix PIO (auto-)tuning - use pdcnew_new_tune_chipset() and always tune PIO mode even if (U)DMA is used - cleanup cable verification code a bit - remove leftovers from driver split-up - remove duplicate DISPLAY_PDC202XX_TIMINGS define
-
Russell King authored
Patch from Dominik Brodowski, updated by Russell King. The pcmcia_{suspend,resume,eject,insert}_card calls are only issued by the userspace cardctl tool via ds.c. There's no need to verify the caller (ds) has a valid "handle", as long as it knows the proper struct pcmcia_socket.
-
Russell King authored
Patch from Dominik Brodowski, updated by Russell King. cs_error and pcmcia_report_error are only used by 16-bit PCMCIA devices, so move them to ds.c.
-
Russell King authored
Patch from Dominik Brodowski, updated by Russell King. pcmcia_bind_mtd was only used by ds.c, and it is only used for 16-bit PCMCIA devices. So, move it to ds.c.
-
Russell King authored
Patch from Dominik Brodowski, updated by Russell King. pcmcia_bind_device was only used by ds.c, and it is only used for 16-bit PCMCIA devices. So, move it to ds.c.
-
Russell King authored
Driver services constants clash with similar constants defined by Card services. Prefix them all with DS_. This patch started out as Dominik Brodowski's 2.6.0-test9 ds_includes_cs_internal patch, which only changed one constant and attempted to fix PCMCIA debugging.
-
Russell King authored
There is no need for shutdown_socket() to touch s->state directly - this can be all done in skt_shutdown().
-