* Linux 2.6.16.34
@ 2006-11-29 10:56 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-11-29 10:56 UTC (permalink / raw)
To: linux-kernel
New drivers since 2.6.16.33:
- Echoaudio sound drivers
- driver for HighPoint RocketRAID 3xxx Controllers
- AdvanSys SCSI driver (actually the semi-working driver that was
previously marked as broken)
Location:
ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
git tree:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y.git
RSS feed of the git tree:
http://www.kernel.org/git/?p=linux/kernel/git/stable/linux-2.6.16.y.git;a=rss
Changes since 2.6.16.33:
Adrian Bunk (3):
update the OBSOLETE_OSS_DRIVER help text
Linux 2.6.16.34-rc1
Linux 2.6.16.34
Al Viro (1):
[IPX]: Annotate and fix IPX checksum
Alan Stern (1):
USB: UHCI: Increase port-reset completion delay for HP controllers
Alexey Dobriyan (2):
i2c-ixp4xx: fix ") != 0))" typo
[IPX]: Correct return type of ipx_map_frame_type().
Christoph Hellwig (1):
[SCSI] hptiop: backout ioctl mess
Dave Jones (1):
[SCSI] advansys pci tweaks.
David L Stevens (1):
[IGMP]: Fix IGMPV3_EXP() normalization bit shift value.
David S. Miller (1):
[IPX]: Fix typo, ipxhdr() --> ipx_hdr()
Giuliano Pochini pochini@shiny.it (1):
[ALSA] Add echoaudio sound drivers
Hidetoshi Seto (1):
sysfs: remove duplicated dput in sysfs_update_file
HighPoint Linux Team (3):
[SCSI] hptiop: HighPoint RocketRAID 3xxx controller driver
[SCSI] hptiop: HighPoint RocketRAID 3xxx controller driver
[SCSI] hptiop: wrong register used in hptiop_reset_hba()
James Bottomley (1):
[SCSI] hptiop: don't use cmnd->bufflen
Jean Delvare (1):
Fix i2c-ixp4xx compilation breakage
Kirill Korotaev (1):
fix sys_getppid oopses on debug kernel
Linus Torvalds (1):
[SCSI] advansys driver: limp along on x86
Mark M. Hoffman (1):
i2c: Handle i2c_add_adapter failure in i2c algorithm drivers
Randy Dunlap (1):
advansys section fixes
Stephen Hemminger (2):
[IPX]: Header length validation needed
[IPX]: Another nonlinear receive fix
Steve French (1):
CIFS: report rename failure when target file is locked by Windows
Takashi Iwai (3):
[ALSA] Fix a typo in echoaudio/midi.c
[ALSA] echoaudio - Fix Makefile
[ALSA] echoaudio - Remove kfree_nocheck()
Documentation/scsi/hptiop.txt | 92
Documentation/sound/alsa/ALSA-Configuration.txt | 96
MAINTAINERS | 6
Makefile | 2
drivers/i2c/algos/i2c-algo-bit.c | 3
drivers/i2c/algos/i2c-algo-ite.c | 4
drivers/i2c/algos/i2c-algo-pca.c | 6
drivers/i2c/algos/i2c-algo-pcf.c | 8
drivers/i2c/algos/i2c-algo-sibyte.c | 4
drivers/i2c/busses/i2c-ixp4xx.c | 3
drivers/scsi/Kconfig | 14
drivers/scsi/Makefile | 1
drivers/scsi/advansys.c | 98
drivers/scsi/hptiop.c | 943 ++++++
drivers/scsi/hptiop.h | 465 +++
drivers/usb/host/uhci-hub.c | 21
fs/cifs/inode.c | 14
fs/sysfs/file.c | 5
include/linux/igmp.h | 2
include/net/ipx.h | 4
kernel/timer.c | 41
net/ipx/af_ipx.c | 45
net/ipx/ipx_route.c | 4
sound/oss/Kconfig | 7
sound/pci/Kconfig | 137
sound/pci/Makefile | 1
sound/pci/echoaudio/Makefile | 30
sound/pci/echoaudio/darla20.c | 99
sound/pci/echoaudio/darla20_dsp.c | 125
sound/pci/echoaudio/darla24.c | 106
sound/pci/echoaudio/darla24_dsp.c | 156 +
sound/pci/echoaudio/echo3g.c | 118
sound/pci/echoaudio/echo3g_dsp.c | 131
sound/pci/echoaudio/echoaudio.c | 2196 ++++++++++++++++
sound/pci/echoaudio/echoaudio.h | 590 ++++
sound/pci/echoaudio/echoaudio_3g.c | 431 +++
sound/pci/echoaudio/echoaudio_dsp.c | 1125 ++++++++
sound/pci/echoaudio/echoaudio_dsp.h | 694 +++++
sound/pci/echoaudio/echoaudio_gml.c | 198 +
sound/pci/echoaudio/gina20.c | 103
sound/pci/echoaudio/gina20_dsp.c | 215 +
sound/pci/echoaudio/gina24.c | 123
sound/pci/echoaudio/gina24_dsp.c | 346 ++
sound/pci/echoaudio/indigo.c | 104
sound/pci/echoaudio/indigo_dsp.c | 170 +
sound/pci/echoaudio/indigodj.c | 104
sound/pci/echoaudio/indigodj_dsp.c | 170 +
sound/pci/echoaudio/indigoio.c | 105
sound/pci/echoaudio/indigoio_dsp.c | 141 +
sound/pci/echoaudio/layla20.c | 112
sound/pci/echoaudio/layla20_dsp.c | 290 ++
sound/pci/echoaudio/layla24.c | 121
sound/pci/echoaudio/layla24_dsp.c | 394 ++
sound/pci/echoaudio/mia.c | 117
sound/pci/echoaudio/mia_dsp.c | 229 +
sound/pci/echoaudio/midi.c | 327 ++
sound/pci/echoaudio/mona.c | 129
sound/pci/echoaudio/mona_dsp.c | 428 +++
58 files changed, 11619 insertions(+), 134 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-29 10:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-29 10:56 Linux 2.6.16.34 Adrian Bunk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.