- 07 Oct, 2002 7 commits
-
-
Martin Schwidefsky authored
Get rid of name and bdev in dasd_device_t structure.
-
Jens Axboe authored
IDE uses u32 as being an io port, which is wrong. We even have an arch type for this, ide_ioreg_t. Use that. Also fix a bad printk() in ide-disk, introduced with the swsusp stuff.
-
Steven Whitehouse authored
This is a simple fix to aio.c:__aio_get_req() where it appears that a freed aio request could be incorrectly returned in the error path,
-
http://linux-isdn.bkbits.net/linux-2.5.isdnLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://jfs.bkbits.net/linux-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://linux.bkbits.net/linux-2.5Dave Kleikamp authored
into hostme.bitkeeper.com:/ua/repos/j/jfs/linux-2.5
-
- 06 Oct, 2002 33 commits
-
-
Kai Germaschewski authored
It does not make sense for all events (like timer expiry), but for some uses it's helpful for the called routine to return an error code.
-
Kai Germaschewski authored
Do dial-out via the state machine as well, and add a state to wait for the D-channel hangup as well before unbinding the isdn_net_dev. Plus assorted compile/warning fixes.
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.isdn
-
David S. Miller authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5
-
Kai Germaschewski authored
-
Kai Germaschewski authored
Armin Schindler converted the driver to use tasklets, which makes more sense than the new work_struct stuff here.
-
Kai Germaschewski authored
-
Kai Germaschewski authored
Add a finite state machine helper module, which is basically copied over from the hisax driver with a little bit of beautification. Eventually, all ISDN should be converted to using these routines.
-
Kai Germaschewski authored
No code change, just move the call control state machine from isdn_net.c to isdn_net_lib.c
-
Marcel Holtmann authored
This removes the obsolete O_TARGET and cleans up the Config.* and *.c files to have a unique CONFIG_BLUEZ prefix. Additional two missing help entries are added.
-
Kai Germaschewski authored
Additionally, a little further cleanup, use the same timer for incoming call timeout no matter if D- or B-channel connect times out. Simplify idle hang-up code.
-
Kai Germaschewski authored
For some unknown reason, isdn_net kept two pointers back from the channel to the associated isdn_net_dev, one is enough, though.
-
Goto Masanori authored
Config files, makefiles etc for the NinjaSCSI driver.
-
Goto Masanori authored
This patch supports new driver nsp32 - NinjaSCSI-32Bi/UDE PCI/Cardbus SCSI adapter for 2.5.40. This driver supports at least (we tested) 7 different PCI/Cardbus SCSI cards which use Workbit NinjaSCSI-32 SCSI processor. This is the driver part, next one is for things like Config.help, Makefile, and so on.
-
http://linux-sound.bkbits.net/linux-soundLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://linux.bkbits.net/linux-2.5Jaroslav Kysela authored
into suse.cz:/home/perex/bk/linux-sound/linux-sound
-
Alan Cox authored
Again from UCLinux merge but relevant on its own for any embedded tiny box
-
Alan Cox authored
Oops forgot this in the first patch set
-
Alan Cox authored
-
Alan Cox authored
This stands alone from UCLinux and is independent of whether it ever merges with the mainstream. Its rather handy for getting an entire oops onto a PDA screen
-
Alan Cox authored
Also note the pcmcia fix - I think the other pcmcia cards should be using del_timer_sync, but seem not to be.
-
Alan Cox authored
(Wants indenting but I'll do an indenting pass after the code changes are accepted)
-
Alan Cox authored
-
Alan Cox authored
There is still more work to do, the driver sucks in 2.4 and 2.5 but 2.5 has a lot more of what is needed to make it work nicely. Basically NCR5380_main probably has to become a thread in the next generation of the code. This however seems to get it up and crawling
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
(From Matthew Wilcox)
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
(Jaroslav you may want to clone this into ALSA if ALSA lacks this one)
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-