- 15 Mar, 2004 2 commits
-
-
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 29 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().
-
Russell King authored
The PCMCIA core debugging assumes that "pc_debug" is a global. If pc_debug were to be a global, it would pollute the kernel's global name space, potentially clashing with PCMCIA drivers and even ds.c. We also get rid of PCMCIA using the "DEBUG" macro, which is the standard macro to enable debugging in the kernel. Instead, we introduce cs_dbg() for core PCMCIA debugging, ds_dbg() for driver services debugging, and similar macros in the socket drivers.
-
Jeff Garzik authored
into redhat.com:/spare/repo/libata-2.5
-
Jeff Garzik authored
The original submittor of the quirk code noted that the errata of a lockup creating when the condition "sector % 15 == 1" is true only on chip revisions <= 1. This is limitation on chip revision is apparently not correct, therefore we apply to all affected drives in the quirk list. This is a sledgehammer fix, limiting max-sectors to 15. A much better fix would split the hardware request into two taskfiles, issuing an additional command, thereby avoiding "sectors % 15 == 1" Given the errata is limited to "sil 311x + <these drives>", it is hoped that some janitor cares enough to do a real fix.
-
bk://kernel.bkbits.net/wesolows/sparc32-2.6David S. Miller authored
into nuts.davemloft.net:/disk1/BK/sparc-2.6
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
into nuts.davemloft.net:/disk1/BK/net-2.6
-
Keith M. Wesolowski authored
into foobazco.org:/sources/2.5-sparc-todave
-
Keith M. Wesolowski authored
-
Keith M. Wesolowski authored
into foobazco.org:/sources/2.5-sparc-todave
-
Keith M. Wesolowski authored
-