]> git.neil.brown.name Git - history.git/log
history.git
22 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Sat, 27 Sep 2003 09:08:45 +0000 (19:08 +1000)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

22 years agoPPC32: Adjust ucontext to conform with historical practice and with glibc.
Paul Mackerras [Sat, 27 Sep 2003 09:07:22 +0000 (19:07 +1000)]
PPC32: Adjust ucontext to conform with historical practice and with glibc.

This moves the uc_sigmask field back to where it was before.  We now don't
assume the registers are at a fixed offset in the ucontext, but instead
access them through the uc_regs field as in the past.  This corresponds with
a recent change in glibc CVS.

22 years agoMerge
Paul Mackerras [Sat, 27 Sep 2003 07:31:46 +0000 (17:31 +1000)]
Merge

22 years ago[PATCH] Another x86-64 merge - make it boot again
Andi Kleen [Thu, 25 Sep 2003 14:36:41 +0000 (07:36 -0700)]
[PATCH] Another x86-64 merge - make it boot again

This fixes a few x86-64 issues that have crept in and broke bootup.

 - Disable -funit-at-a-time. It breaks symbol exports with gcc 3.3.1-hammer.
 - Fix sched_clock to not access HPET.  The new scheduler uses it more
   extensively and it is not mapped early enough.  I opted to just
   disable the HPET access, because even a slightly non monotonous TSC
   should be accurate enough for scheduling purposes.
 - Fixes for separate objdirs by Arnd Bergmann
 - Fix two warnings that have crept in

22 years ago[PATCH] Fix up initialisation of md devices
Neil Brown [Thu, 25 Sep 2003 14:33:45 +0000 (07:33 -0700)]
[PATCH] Fix up initialisation of md devices

Previously, we called blk_queue_make_request(q,mddev->pers->make_request)
*before* calling mddev->pers->run(), but this left a hole in which the
device could be accessed before it was initialised.

So we moved blk_queue_make_request to *after* ->pers->run(), but now some
of the initialisation done in ->run is over-written by blk_queue_make_request(),
particularly limits like ->max_sectors.

So now, we just open-code the one line of blk_queue_make_request that we
need at this point.

All the rest has been done by a separate called to blk_queue_make_request,
either when the mddev was first allocated, or when a previous incarnation
of the device was stopped.

This fixes "bio too big" error that occured due to max_sectors being too large.

22 years agoMerge bk://kernel.bkbits.net/jgarzik/net-drivers-2.5
Linus Torvalds [Thu, 25 Sep 2003 14:28:18 +0000 (07:28 -0700)]
Merge bk://kernel.bkbits.net/jgarzik/net-drivers-2.5
into home.osdl.org:/home/torvalds/v2.5/linux

22 years ago[PATCH] [PATCH 2.6.0-test1] remove check_region from drivers_net_3c509.c
Rusty Russell [Thu, 25 Sep 2003 16:57:16 +0000 (12:57 -0400)]
[PATCH] [PATCH 2.6.0-test1] remove check_region from drivers_net_3c509.c

From:  Domen Puncer <root@coderock.org>

22 years ago[PATCH] saa9730 (minor revision)
Angelo Dell\'Aera [Thu, 25 Sep 2003 16:57:08 +0000 (12:57 -0400)]
[PATCH] saa9730 (minor revision)

Don't know if the patch I released few days ago was still
applied. This is a minor revision of that patch which converts
saa9730 to spinlocks thus removing save_and_cli() and
restore_flags() calls.

Regards,
Angelo Dell'Aera

22 years ago[PATCH] - atmel wireless driver
Simon Kelley [Thu, 25 Sep 2003 16:57:01 +0000 (12:57 -0400)]
[PATCH] - atmel wireless driver

This does two things:

1) Fix alignment problem on PARISC64 (and maybe other 64bit archs.)
2) Add another couple of cards to the table.

Cheers,

Simon.

22 years ago[PATCH] Remove emacs cruft from 8390 drivers
Paul Gortmaker [Thu, 25 Sep 2003 16:45:42 +0000 (12:45 -0400)]
[PATCH] Remove emacs cruft from 8390 drivers

22 years ago[PATCH] ne2k_cbus tidy up
Paul Gortmaker [Thu, 25 Sep 2003 16:45:35 +0000 (12:45 -0400)]
[PATCH] ne2k_cbus tidy up

22 years ago[PATCH] ne2k-pci full duplex with RealTek
Paul Gortmaker [Thu, 25 Sep 2003 16:45:27 +0000 (12:45 -0400)]
[PATCH] ne2k-pci full duplex with RealTek

22 years ago[PATCH] (3/4) baycom/hdlcdrv unregister
Stephen Hemminger [Thu, 25 Sep 2003 16:40:42 +0000 (12:40 -0400)]
[PATCH] (3/4) baycom/hdlcdrv unregister

If baycom driver has never been opened, it will attempt to free
an IRQ that it never registered when removed.  The problem is that hdlcdrv
does not keep track of open/close state.

22 years ago[PATCH] (2/4) baycom c99 initializers
Stephen Hemminger [Thu, 25 Sep 2003 16:40:35 +0000 (12:40 -0400)]
[PATCH] (2/4) baycom c99 initializers

22 years ago[PATCH] (1/4) Update baycom drivers for 2.6
Stephen Hemminger [Thu, 25 Sep 2003 16:40:27 +0000 (12:40 -0400)]
[PATCH] (1/4) Update baycom drivers for 2.6

Update baycom drivers for 2.6.0-test5
- get rid of MOD_INC/DEC
    (looked into hdlcdrv_ops and don't need to have owner field because
     baycom drivers unregister on  unload).
- use alloc_netdev instead of static device structures.
- hdlcdrv_register returns device instead of getting passed one.
- put private data in space allocated at dev->priv in alloc_netdev
- shorten name of hdlcdrv_register_hdlcdrv to hdlcdrv_register

I don't have actual baycom hardware, but driver builds and loads/unloads.
Real hardware initialization doesn't happen until open.

The first one is the important patch, the other three are just code review
type cleanups.

22 years agoManual merge of drivers/net/*/Kconfig changes.
Jeff Garzik [Thu, 25 Sep 2003 16:23:18 +0000 (12:23 -0400)]
Manual merge of drivers/net/*/Kconfig changes.

22 years ago[PATCH] Remove modules.txt drivers_net_pcmcia_Kconfig
Rusty Russell [Thu, 25 Sep 2003 16:14:41 +0000 (12:14 -0400)]
[PATCH] Remove modules.txt drivers_net_pcmcia_Kconfig

From:  Nicolas Kaiser <nikai@nikai.net>

22 years ago[PATCH] Remove modules.txt drivers_net_wan_Kconfig
Rusty Russell [Thu, 25 Sep 2003 16:14:34 +0000 (12:14 -0400)]
[PATCH] Remove modules.txt drivers_net_wan_Kconfig

From:  Nicolas Kaiser <nikai@nikai.net>

22 years ago[PATCH] Remove modules.txt drivers_net_tokenring_Kconfig
Rusty Russell [Thu, 25 Sep 2003 16:14:26 +0000 (12:14 -0400)]
[PATCH] Remove modules.txt drivers_net_tokenring_Kconfig

From:  Nicolas Kaiser <nikai@nikai.net>

22 years ago[PATCH] Remove modules.txt drivers_net_hamradio_Kconfig
Rusty Russell [Thu, 25 Sep 2003 16:14:19 +0000 (12:14 -0400)]
[PATCH] Remove modules.txt drivers_net_hamradio_Kconfig

From:  Nicolas Kaiser <nikai@nikai.net>

  Cheers, n.

22 years ago[PATCH] Remove modules.txt drivers_net_arcnet_Kconfig
Rusty Russell [Thu, 25 Sep 2003 16:14:11 +0000 (12:14 -0400)]
[PATCH] Remove modules.txt drivers_net_arcnet_Kconfig

From:  Nicolas Kaiser <nikai@nikai.net>

22 years ago[PATCH] Remove modules.txt drivers_net_wireless_Kconfig
Rusty Russell [Thu, 25 Sep 2003 16:14:04 +0000 (12:14 -0400)]
[PATCH] Remove modules.txt drivers_net_wireless_Kconfig

From:  Nicolas Kaiser <nikai@nikai.net>

22 years ago[PATCH] Remove modules.txt drivers_net_tulip_Kconfig
Rusty Russell [Thu, 25 Sep 2003 16:13:56 +0000 (12:13 -0400)]
[PATCH] Remove modules.txt drivers_net_tulip_Kconfig

From:  Nicolas Kaiser <nikai@nikai.net>

22 years ago[PATCH] Remove modules.txt drivers_net_appletalk_Kconfig
Rusty Russell [Thu, 25 Sep 2003 16:13:49 +0000 (12:13 -0400)]
[PATCH] Remove modules.txt drivers_net_appletalk_Kconfig

From:  Nicolas Kaiser <nikai@nikai.net>

22 years ago[netdrvr sk98lin] fix leaks on error, and related cleanups
Mirko Lindner [Thu, 25 Sep 2003 15:52:33 +0000 (11:52 -0400)]
[netdrvr sk98lin] fix leaks on error, and related cleanups

22 years ago[netdrvr sk98lin] bump version number
Mirko Lindner [Thu, 25 Sep 2003 15:52:25 +0000 (11:52 -0400)]
[netdrvr sk98lin] bump version number

22 years ago[netdrvr sk98lin] small fixes
Mirko Lindner [Thu, 25 Sep 2003 15:52:18 +0000 (11:52 -0400)]
[netdrvr sk98lin] small fixes

Patch 3/5 (Update to version 6.17)
* Add: Removed SkNumber and SkDoDiv
* Add: Counter output as (unsigned long long)

22 years ago[netdrvr sk98lin] update readme, remove old changelog
Mirko Lindner [Thu, 25 Sep 2003 15:52:11 +0000 (11:52 -0400)]
[netdrvr sk98lin] update readme, remove old changelog

22 years ago[netdrvr sk98lin] small updates
Mirko Lindner [Thu, 25 Sep 2003 15:52:03 +0000 (11:52 -0400)]
[netdrvr sk98lin] small updates

Patch 1/5 (Update to version 6.17)
* Add: Better parameter check
* Add: UDP and TCP HW Csum changes
* Add: Interrupt Moderation infos

22 years ago[PATCH] (8/8) arlan -- proper jiffies usage
Stephen Hemminger [Thu, 25 Sep 2003 15:29:40 +0000 (11:29 -0400)]
[PATCH] (8/8) arlan -- proper jiffies usage

Add proper management of jiffies and time values, rather than punting
and doing long long arithmetic on usecs.

22 years ago[PATCH] (7/8) arlan -- more dead wood removal
Stephen Hemminger [Thu, 25 Sep 2003 15:28:54 +0000 (11:28 -0400)]
[PATCH] (7/8) arlan -- more dead wood removal

Still more driver data which was updated but never used.

22 years ago[PATCH] (6/8) arlan -- add spinlock
Stephen Hemminger [Thu, 25 Sep 2003 15:28:21 +0000 (11:28 -0400)]
[PATCH] (6/8) arlan -- add spinlock

Convert bogus test_and_set local wait, to a real spin_lock so it
has a chance of working on an SMP.  This also does the right thing
and locks out interrupts while giving commands on UP;  maybe the
comment in Kconfig was because there was never a proper mutex...

Don't have real hardware to try this, but it can't be worse than
the previous code.

22 years ago[PATCH] (5/8) arlan -- more set never used elements
Stephen Hemminger [Thu, 25 Sep 2003 15:27:54 +0000 (11:27 -0400)]
[PATCH] (5/8) arlan -- more set never used elements

Still more places state is saved and never used.

22 years ago[PATCH] (4/8) arlan -- trailing semicolons.
Stephen Hemminger [Thu, 25 Sep 2003 15:27:30 +0000 (11:27 -0400)]
[PATCH] (4/8) arlan -- trailing semicolons.

Get rid of extra trailing semicolons

22 years ago[PATCH] (3/8) arlan -- get rid of unnecessary casts.
Stephen Hemminger [Thu, 25 Sep 2003 15:27:11 +0000 (11:27 -0400)]
[PATCH] (3/8) arlan -- get rid of unnecessary casts.

Get rid of unneeded casts to cleanup readability.

22 years ago[PATCH] (2/8) arlan -- get rid of some dead wood
Stephen Hemminger [Thu, 25 Sep 2003 15:26:58 +0000 (11:26 -0400)]
[PATCH] (2/8) arlan -- get rid of some dead wood

This code is littered with unused structure elements and globals.
Eliminate some of the fields set and never used.

More in later patches.

22 years ago[PATCH] (1/8) arlan -- merge arlan-proc with main code
Stephen Hemminger [Thu, 25 Sep 2003 15:26:49 +0000 (11:26 -0400)]
[PATCH] (1/8) arlan -- merge arlan-proc with main code

The arlan driver tries to build it's /proc interface into a separate module,
which leads to circular dependencies and other ugliness.  This patch
moves arlan.c to arlan-main.c and changes initialization builds one module arlan.o

Patch is for 2.6.0-test5

22 years agoInclude proper <linux/device.h> for chrdev alias
Linus Torvalds [Thu, 25 Sep 2003 10:50:39 +0000 (03:50 -0700)]
Include proper <linux/device.h> for chrdev alias

22 years ago[PATCH] lp.c module alias
Brian Gerst [Thu, 25 Sep 2003 10:30:47 +0000 (03:30 -0700)]
[PATCH] lp.c module alias

Trivial patch to use MODULE_ALIAS_CHARDEV_MAJOR macro.

22 years agoMerge bk://bk.arm.linux.org.uk/linux-2.6-rmk
Linus Torvalds [Thu, 25 Sep 2003 10:26:10 +0000 (03:26 -0700)]
Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk
into home.osdl.org:/home/torvalds/v2.5/linux

22 years ago[ARM] Don't use pci_find_device in interrupt context.
Russell King [Fri, 26 Sep 2003 00:14:47 +0000 (01:14 +0100)]
[ARM] Don't use pci_find_device in interrupt context.

22 years ago[ARM] Remove CONFIG_PCI_INTEGRATOR
Russell King [Fri, 26 Sep 2003 00:05:57 +0000 (01:05 +0100)]
[ARM] Remove CONFIG_PCI_INTEGRATOR

We can remove the CONFIG_PCI_INTEGRATOR hack, and instead make the
"bool" on CONFIG_PCI depend on CONFIG_ARCH_INTEGRATOR.

22 years ago[ARM] Fix page table spinlocking
Russell King [Thu, 25 Sep 2003 23:40:06 +0000 (00:40 +0100)]
[ARM] Fix page table spinlocking

Patch from Kevin Welton.

The initialisation routines in consistent.c and minicache.c both fail
to put a spinlock in init_mm.page_table_lock when they should do.

22 years agoAvoid warning about non-newline whitespace at end of file.
Linus Torvalds [Thu, 25 Sep 2003 10:24:51 +0000 (03:24 -0700)]
Avoid warning about non-newline whitespace at end of file.

22 years agoMerge bk://kernel.bkbits.net//home/mochel/linux-2.5-power
Patrick Mochel [Thu, 25 Sep 2003 09:17:47 +0000 (02:17 -0700)]
Merge bk://kernel.bkbits.net//home/mochel/linux-2.5-power
into osdl.org:/home/mochel/src/kernel/linux-2.5-power

22 years agoMerge bk://kernel.bkbits.net/gregkh/linux/linus-2.6
Linus Torvalds [Thu, 25 Sep 2003 08:02:55 +0000 (01:02 -0700)]
Merge bk://kernel.bkbits.net/gregkh/linux/linus-2.6
into home.osdl.org:/home/torvalds/v2.5/linux

22 years agoMerge bk://kernel.bkbits.net/gregkh/linux/i2c-2.6
Linus Torvalds [Thu, 25 Sep 2003 08:02:19 +0000 (01:02 -0700)]
Merge bk://kernel.bkbits.net/gregkh/linux/i2c-2.6
into home.osdl.org:/home/torvalds/v2.5/linux

22 years ago[PATCH] fix MD "bio too big" errors
Andrew Morton [Thu, 25 Sep 2003 07:59:01 +0000 (00:59 -0700)]
[PATCH] fix MD "bio too big" errors

This is pretty high on the puke-o-meter, but a zero means "infinity" for
max_sectors.

So we can't use "min()" to determine who has the smallest max_sector,
and we'll have to use a special "min_not_zero()" compatison.

Run away, run away.

22 years agoMerge osdl.org:/home/mochel/src/kernel/linux-2.5-virgin
Patrick Mochel [Thu, 25 Sep 2003 07:58:29 +0000 (00:58 -0700)]
Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virgin
into osdl.org:/home/mochel/src/kernel/linux-2.5-power

22 years ago[PATCH] fix smc-mca cleanup breakage
James Bottomley [Thu, 25 Sep 2003 07:41:58 +0000 (00:41 -0700)]
[PATCH] fix smc-mca cleanup breakage

The latest set of smc-mca fixes broke the driver.  Apparently, it wasn't
realised that request_region() actually returns a pointer to the region
you're requesting if it can.  Without this fix, the smc-mca cannot
attach to any device.

22 years agoMerge bk://linux.bkbits.net/linux-2.5
Patrick Mochel [Thu, 25 Sep 2003 07:26:28 +0000 (00:26 -0700)]
Merge bk://linux.bkbits.net/linux-2.5
into kernel.bkbits.net:/home/mochel/linux-2.5-power

22 years agoMerge http://linux-sound.bkbits.net/linux-sound
Linus Torvalds [Thu, 25 Sep 2003 07:24:48 +0000 (00:24 -0700)]
Merge http://linux-sound.bkbits.net/linux-sound
into home.osdl.org:/home/torvalds/v2.5/linux

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 23:45:50 +0000 (01:45 +0200)]
ALSA CVS update
D:2003/09/25 19:55:42
C:RME HDSP driver,Sound Scape driver,ALSA Version
A:Jaroslav Kysela <perex@suse.cz>
F:include/hdsp.h:1.2->1.3
F:include/sscape_ioctl.h:1.1->1.2
F:include/version.h:1.23->1.24
F:isa/sscape.c:1.4->1.5
F:pci/rme9652/hdsp.c:1.43->1.44
L:- fixed firmware ioctls for sscape and hdsp drivers (ioctl out of range)
L:- updated ALSA version to 0.9.7

22 years agoMerged ALSA with the latest Linux code.
Jaroslav Kysela [Thu, 25 Sep 2003 18:23:48 +0000 (20:23 +0200)]
Merged ALSA with the latest Linux code.

22 years agoMerge suse.cz:/home/perex/bk/linux-sound/linux-2.5
Jaroslav Kysela [Thu, 25 Sep 2003 18:01:01 +0000 (20:01 +0200)]
Merge suse.cz:/home/perex/bk/linux-sound/linux-2.5
into suse.cz:/home/perex/bk/linux-sound/linux-sound

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:40:36 +0000 (19:40 +0200)]
ALSA CVS update
D:2003/09/24 17:47:04
C:Digigram VX Pocket driver
A:Takashi Iwai <tiwai@suse.de>
F:pcmcia/vx/vx_entry.c:1.2->1.3
L:remove timer and clean up for 2.6 kernel.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:40:14 +0000 (19:40 +0200)]
ALSA CVS update
D:2003/09/24 14:12:50
C:USB generic driver
A:Takashi Iwai <tiwai@suse.de>
F:usb/usbaudio.c:1.64->1.65
F:usb/usbmixer.c:1.22->1.23
L:- don't create controls from selector units with a single content.
L:- suppress the error if async-out or adaptive-in has only one EP.
L:  don't create a sync pipe in this case.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:29:31 +0000 (19:29 +0200)]
ALSA CVS update
D:2003/09/23 15:31:44
C:Intel8x0 driver,VIA82xx driver,AC97 Codec Core,CS46xx driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/intel8x0.c:1.91->1.92
F:pci/via82xx.c:1.51->1.52
F:pci/ac97/ac97_patch.c:1.22->1.23
F:pci/cs46xx/cs46xx_lib.c:1.63->1.64
F:pci/cs46xx/dsp_spos.c:1.21->1.22
L:added ac97 quirks:
L:
L:- Dell Precision 530 and Dimension 8300 (by Simon Munton <simon-alsa@munton.demon.co.uk>)
L:- HP onboard

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:28:30 +0000 (19:28 +0200)]
ALSA CVS update
D:2003/09/23 15:17:21
C:CS4236+ driver,PC98(CS423x) driver
A:Takashi Iwai <tiwai@suse.de>
F:isa/cs423x/cs4236.c:1.35->1.36
F:isa/cs423x/pc98.c:1.4->1.5
L:fixes by Uros Bizjak <uros@kss-loka.si>:
L:
L:- fixed the wrong DMA channel check in card->longname string
L:  composition.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:27:28 +0000 (19:27 +0200)]
ALSA CVS update
D:2003/09/17 14:34:33
C:Documentation,ES1968 driver
A:Takashi Iwai <tiwai@suse.de>
F:Documentation/ALSA-Configuration.txt:1.17->1.18
F:pci/es1968.c:1.52->1.53
L:- added enable_mpu option to enable/disable MPU401.
L:- added the blacklist for MPU401.
L:- removed the obsolete codes.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:26:24 +0000 (19:26 +0200)]
ALSA CVS update
D:2003/09/17 13:42:05
C:VIA82xx driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/via82xx.c:1.50->1.51
L:- allow VAR for multi-channel stream.
L:- use 48k only for DXS #3 on VIA8233A.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:25:21 +0000 (19:25 +0200)]
ALSA CVS update
D:2003/09/16 17:34:48
C:ALSA<-OSS emulation
A:Takashi Iwai <tiwai@suse.de>
F:core/oss/pcm_plugin.c:1.16->1.17
F:core/oss/pcm_plugin.h:1.5->1.6
L:- fixed the debug print for the recent gcc.
L:- fixed the missing initialization of the recording frame size through
L:  plugin.  the problem of zero-size read with the rate plugin should
L:  be fixed now.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:24:33 +0000 (19:24 +0200)]
ALSA CVS update
D:2003/09/16 16:09:35
C:VIA82xx driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/via82xx.c:1.49->1.50
L:don't restrict the capture sample rate even with dxs 48k fixed is given.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:23:47 +0000 (19:23 +0200)]
ALSA CVS update
D:2003/09/16 07:57:34
C:PCI drivers
A:Jaroslav Kysela <perex@suse.cz>
F:pci/Kconfig:1.7->1.8
L:Replaced SOUND_GAMEPORT -> GAMEPORT

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:23:03 +0000 (19:23 +0200)]
ALSA CVS update
D:2003/09/16 07:55:18
C:USB generic driver
A:Jaroslav Kysela <perex@suse.cz>
F:usb/usbaudio.c:1.63->1.64
L:Clemens Ladisch <clemens@ladisch.de>
L:All AUDIO_FORMAT_PCM formats are signed, even 8 bits.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:22:19 +0000 (19:22 +0200)]
ALSA CVS update
D:2003/09/15 17:19:42
C:IOCTL32 emulation
A:Takashi Iwai <tiwai@suse.de>
F:core/ioctl32/pcm32.c:1.14->1.15
L:added missing SND_PCM_IOCTL_TSTAMP ioctl.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:21:27 +0000 (19:21 +0200)]
ALSA CVS update
D:2003/09/15 08:38:00
C:ENS1370/1+ driver
A:Jaroslav Kysela <perex@suse.cz>
F:pci/ens1370.c:1.48->1.49
L:Distinguish the ENS1371+ and ENS1370 cards for pci_driver

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:20:43 +0000 (19:20 +0200)]
ALSA CVS update
D:2003/09/11 10:34:48
C:Serial BUS drivers,ICE1724 driver
A:Takashi Iwai <tiwai@suse.de>
F:i2c/other/ak4xxx-adda.c:1.5->1.6
F:pci/ice1712/revo.c:1.3->1.4
L:- fixed the reset of AK4355 codec.
L:  the surround sounds on m-audio revo 7.1 should work now.
L:- write to only the register image instead of i/o writing in
L:  change the clock mode on AK codecs of revo board.
L:- fixed the non-cleared memory.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:19:58 +0000 (19:19 +0200)]
ALSA CVS update
D:2003/09/10 19:01:16
C:ICE1724 driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/ice1712/ice1724.c:1.17->1.18
L:fixed the rate locking bug: the rate locking couldn't be changed any more
L:once if iec958 input is chosen.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:19:15 +0000 (19:19 +0200)]
ALSA CVS update
D:2003/09/10 17:26:26
C:ICE1724 driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/ice1712/ice1724.c:1.16->1.17
L:use SIZE register to get the current DMA position.
L:this register seems more reliable than BASE register.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:18:41 +0000 (19:18 +0200)]
ALSA CVS update
D:2003/09/10 14:51:30
C:ALSA<-OSS emulation
A:Jaroslav Kysela <perex@suse.cz>
F:core/oss/pcm_oss.c:1.48->1.49
F:include/pcm_oss.h:1.6->1.7
L:Fixed comments in pcm_oss.h
L:Fixed sync() routine for the partial playback transfers

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:18:18 +0000 (19:18 +0200)]
ALSA CVS update
D:2003/09/08 11:58:07
C:ALSA Core
A:Takashi Iwai <tiwai@suse.de>
F:include/asound.h:1.31->1.32
L:- added hwdep entry for usb-us428 driver.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:17:56 +0000 (19:17 +0200)]
ALSA CVS update
D:2003/09/08 10:32:23
C:VIA82xx driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/via82xx.c:1.48->1.49
L:- added device mask bits to DXS channel check.
L:- added an entry for DXS channel check.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:17:33 +0000 (19:17 +0200)]
ALSA CVS update
D:2003/09/08 08:14:17
C:ALSA<-OSS emulation
A:Jaroslav Kysela <perex@suse.cz>
F:core/oss/pcm_oss.c:1.47->1.48
L:Added handling for -EPIPE and -ESTRPIPE error codes in get_ptr and get_space
L:functions.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:17:11 +0000 (19:17 +0200)]
ALSA CVS update
D:2003/09/05 18:46:42
C:Intel8x0 driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/intel8x0.c:1.90->1.91
L:- check CIV register to sync the current index position.
L:  this may fix the noisy output on machines with sloppy interrupts.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:16:48 +0000 (19:16 +0200)]
ALSA CVS update
D:2003/09/04 19:45:26
C:HWDEP Midlevel
A:Jaroslav Kysela <perex@suse.cz>
F:core/hwdep.c:1.19->1.20
L:Use try_module_get() and module_put() to block the toplevel module
L:Fixed returned error code in the release() callback

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:16:25 +0000 (19:16 +0200)]
ALSA CVS update
D:2003/09/04 19:12:30
C:HWDEP Midlevel
A:Jaroslav Kysela <perex@suse.cz>
F:core/hwdep.c:1.18->1.19
L:Karsten Wiese <annabellesgarden@yahoo.de>
L:Fixed hwdep hotplug problem

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:16:02 +0000 (19:16 +0200)]
ALSA CVS update
D:2003/09/04 18:46:56
C:EMU10K1/EMU10K2 driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/emu10k1/emufx.c:1.38->1.39
L:fixed the buffer overlap on FX8010 PCM.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:15:39 +0000 (19:15 +0200)]
ALSA CVS update
D:2003/09/04 10:09:21
C:IOCTL32 emulation
A:Jaroslav Kysela <perex@suse.cz>
F:core/ioctl32/ioctl32.c:1.17->1.18
L:Removed duplicated include

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 17:15:10 +0000 (19:15 +0200)]
ALSA CVS update
D:2003/09/03 14:43:40
C:Memalloc module,PCM Midlevel,ALSA Core,ALSA<-OSS emulation
C:Generic drivers,RME9652 driver
A:Jaroslav Kysela <perex@suse.cz>
F:core/memalloc.c:1.15->1.16
F:core/pcm_native.c:1.79->1.80
F:core/sound.c:1.47->1.48
F:core/oss/pcm_oss.c:1.46->1.47
F:drivers/dummy.c:1.24->1.25
F:pci/rme9652/rme9652.c:1.36->1.37
L:Felipe W Damasio <felipewd@terra.com.br>
L:kill of not-required version.h inclusion

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:54:05 +0000 (18:54 +0200)]
ALSA CVS update
D:2003/09/02 19:07:31
C:Intel8x0 driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/intel8x0.c:1.89->1.90
L:- set 48k only for the sample rate of SPDIF on nForce.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:52:45 +0000 (18:52 +0200)]
ALSA CVS update
D:2003/09/02 19:06:40
C:USB generic driver
A:Takashi Iwai <tiwai@suse.de>
F:usb/usbquirks.h:1.21->1.22
L:Clemens Ladisch <clemens@ladisch.de>:
L:
L:- adds a quirk for the Midiman Ozone

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:51:11 +0000 (18:51 +0200)]
ALSA CVS update
D:2003/09/02 19:06:12
C:Trident driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/trident/trident_main.c:1.46->1.47
L: Clemens Ladisch <clemens@ladisch.de>:
L:
L:- reduces stack usage in snd_trident_mixer()

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:49:25 +0000 (18:49 +0200)]
ALSA CVS update
D:2003/09/02 15:02:34
C:PPC DACA driver
A:Takashi Iwai <tiwai@suse.de>
F:ppc/daca.c:1.9->1.10
L:Frank Murphy <murphyf+alsa@f-m.fm>:
L:
L:fixed left-right balance inversion on powermac DACA.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:46:51 +0000 (18:46 +0200)]
ALSA CVS update
D:2003/09/01 10:53:26
C:AC97 Codec Core
A:Takashi Iwai <tiwai@suse.de>
F:include/ac97_codec.h:1.33->1.34
F:pci/ac97/ac97_patch.c:1.21->1.22
F:pci/ac97/ac97_proc.c:1.1->1.2
L:James Courtier-Dutton <James@superbug.demon.co.uk>:
L:- enabled SPDIF input of ALC650.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:43:54 +0000 (18:43 +0200)]
ALSA CVS update
D:2003/09/01 10:20:56
C:ICE1712 driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/ice1712/aureon.c:1.2->1.3
L:fixed the SPDIF bit on aureon boards.
L:spdif out should work now.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:40:46 +0000 (18:40 +0200)]
ALSA CVS update
D:2003/08/31 20:47:16
C:PCM Midlevel
A:Jaroslav Kysela <perex@suse.cz>
F:core/pcm_native.c:1.78->1.79
L:get_page() fix

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:37:18 +0000 (18:37 +0200)]
ALSA CVS update
D:2003/08/29 10:22:27
C:EMU10K1/EMU10K2 driver
A:Takashi Iwai <tiwai@suse.de>
F:include/emu10k1.h:1.30->1.31
F:pci/emu10k1/emu10k1.c:1.20->1.21
F:pci/emu10k1/emufx.c:1.37->1.38
F:pci/emu10k1/emupcm.c:1.21->1.22
L:Peter Zubaj <pzad@pobox.sk>:
L:- Added the support of AC3 passthrough on Audigy.
L:
L:James Courtier-Dutton <James@superbug.demon.co.uk>:
L:- Use different driver name for Audigy2.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:33:24 +0000 (18:33 +0200)]
ALSA CVS update
D:2003/08/28 16:36:44
C:AC97 Codec Core
A:Takashi Iwai <tiwai@suse.de>
F:include/ac97_codec.h:1.32->1.33
F:pci/ac97/ac97_codec.c:1.102->1.103
F:pci/ac97/ac97_patch.c:1.20->1.21
L:- added the detection of revision of ALC650 chip by
L:  James Courtier-Dutton <James@superbug.demon.co.uk>
L:- fixed the patch_alc650() to refer to the detected revision.
L:- detect the availability of stereo mute bits in snd_ac97_cmute_new().

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:29:48 +0000 (18:29 +0200)]
ALSA CVS update
D:2003/08/28 16:07:26
C:Documentation,VIA82xx driver
A:Takashi Iwai <tiwai@suse.de>
F:Documentation/ALSA-Configuration.txt:1.16->1.17
F:pci/via82xx.c:1.47->1.48
L:- added the check of DXS supports (so far, empty).
L:  the default value of dxs_support is again 0.
L:- fixed the description.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:26:36 +0000 (18:26 +0200)]
ALSA CVS update
D:2003/08/27 17:44:23
C:PPC PMAC driver,PPC Tumbler driver
A:Takashi Iwai <tiwai@suse.de>
F:ppc/pmac.c:1.23->1.24
F:ppc/tumbler.c:1.22->1.23
L:- initialize tumbler/snapper audio via gpio before i2c initialization.
L:- enabled capture on snapper.  don't know whether it works :)

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:24:04 +0000 (18:24 +0200)]
ALSA CVS update
D:2003/08/27 17:17:31
C:AC97 Codec Core
A:Takashi Iwai <tiwai@suse.de>
F:include/ac97_codec.h:1.31->1.32
F:pci/ac97/ac97_codec.c:1.101->1.102
F:pci/ac97/ac97_local.h:1.1->1.2
F:pci/ac97/ac97_patch.c:1.19->1.20
L:- added the support for stereo mute switches on AD198x.
L:- clean up of creation routines of normal stereo controls.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:21:57 +0000 (18:21 +0200)]
ALSA CVS update
D:2003/08/27 17:12:03
C:Documentation,VIA82xx driver
A:Takashi Iwai <tiwai@suse.de>
F:Documentation/ALSA-Configuration.txt:1.15->1.16
F:pci/via82xx.c:1.46->1.47
L:- use dxs_support=3 (48k fixed) as default, since there are so many problems
L:  with dxs_support=0.
L:- added kernel boot parameter for dxs_support option.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:20:13 +0000 (18:20 +0200)]
ALSA CVS update
D:2003/08/27 17:05:36
C:Documentation
A:Takashi Iwai <tiwai@suse.de>
F:Documentation/OSS-Emulation.txt:1.4->1.5
L:added descriptions for whole-frag and no-silence commands.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:18:51 +0000 (18:18 +0200)]
ALSA CVS update
D:2003/08/27 17:04:36
C:AC97 Codec Core
A:Takashi Iwai <tiwai@suse.de>
F:pci/ac97/ac97_patch.c:1.18->1.19
L:- define AD198x bits.
L:- enable AD-compatible mode on AD1985.

22 years agoALSA CVS update
Jaroslav Kysela [Thu, 25 Sep 2003 16:17:47 +0000 (18:17 +0200)]
ALSA CVS update
D:2003/08/25 08:53:37
C:ALSA Core
A:Jaroslav Kysela <perex@suse.cz>
F:core/info.c:1.39->1.40
L:Jeff Muizelaar <muizelaar@rogers.com>
L:The attached patch cleans up the usage of the size variable and removes size1.

22 years agoMerge kroah.com:/home/linux/BK/bleed-2.5
Greg Kroah-Hartman [Thu, 25 Sep 2003 07:15:46 +0000 (00:15 -0700)]
Merge kroah.com:/home/linux/BK/bleed-2.5
into kroah.com:/home/linux/BK/i2c-2.6

22 years agomerge
Greg Kroah-Hartman [Thu, 25 Sep 2003 04:24:21 +0000 (21:24 -0700)]
merge

22 years ago[PATCH] USB: fix USB_MOUSE help text
Adrian Bunk [Thu, 25 Sep 2003 04:20:21 +0000 (21:20 -0700)]
[PATCH] USB: fix USB_MOUSE help text

The USB_MOUSE help text was obviously copied from the USB_KBD help text.
The patch below does a s/keyboard/mouse/g

22 years ago[PATCH] USB: Remove ax8817x driver
David T. Hollis [Thu, 25 Sep 2003 04:18:39 +0000 (21:18 -0700)]
[PATCH] USB: Remove ax8817x driver

This patch removes the ax8817x driver since all functionality has been
incorporated into usbnet.