- 21 Apr, 2003 14 commits
-
-
Andrew Morton authored
Update ISDN for the new IRQ API.
-
Andrew Morton authored
Update the IRDA drivers to the new IRQ API.
-
Andrew Morton authored
spin_lock() does not take a spinlock_t**
-
Andrew Morton authored
parport_serial is calling a couple of 8250 driver functions with no prototypes in scope. Turns out it was calling them with too many args, too.
-
Andrew Morton authored
Update 1394 to the new IRQ API
-
Andrew Morton authored
Update video drivers to the new IRQ API. Almost none of them compile, so it was done on-spec.
-
Andrew Morton authored
Update a couple of media drivers to the new IRQ API. Some stuff in there doesn't link btw: drivers/built-in.o: In function `rds_waitread': drivers/built-in.o(.text+0x6c152): undefined reference to `aci_port' drivers/built-in.o: In function `rds_rawwrite': drivers/built-in.o(.text+0x6c1a3): undefined reference to `aci_port'
-
Andrew Morton authored
Fix up a bunch of char drivers for the new IRQ API.
-
Andrew Morton authored
Update the watchdog drivers to the new IRQ API. Also, give a couple of irq handlers static scope.
-
Andrew Morton authored
Update the ipmi driver to the new IRQ API
-
Andrew Morton authored
Updates all sound drivers to the new IRQ API. The patch also fixes - a return-with-lock-held - a bunch of warnings and 64-bit bugs (CPU flags must be held in an unsigned long) - jiffies must use unsigned longs - two functions returning uninitialised values
-
Andrew Morton authored
update rtc driver to new IRQ API
-
Andrew Morton authored
update sym2 for new IRQ API
-
Andrew Morton authored
update drivers/block for new IRQ API.
-
- 20 Apr, 2003 26 commits
-
-
Linus Torvalds authored
allocate FIRST_SYSTEM_VECTOR as an external interrupt. It's unlikely, but could happen if we have a _ton_ of interrupt sources. Found by Chuck Ebbert.
-
Randy Dunlap authored
This is a patch from Robert P.J. Day that replaces www.linuxdoc.org (which is outdated and unspported according to www.tldp.org) with www.tldp.org in lots of Kconfig files.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
Also pointed out by Al.
-
Christoph Hellwig authored
Al pointed out that it's unused after my last series of devfs patches.
-
Christoph Hellwig authored
All callers of __blk_run_queue are of the form spin_lock_irqsave(q->queue_lock, flags); __blk_run_queue(q); spin_unlock_irqrestore(q->queue_lock, flags); Replace it with a blk_run_queue that does the locking itself.
-
Christoph Hellwig authored
In preparation of getting rid of the LOCAL_END_REQUEST mess.
-
Christoph Hellwig authored
split the initrd stuff out of blk.h, it's only needed in the boot code and the ramdisk driver.
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
or not.
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
The following patches switch the few drivers that have to register devfs entries independand of gendisks to devfs_mk_bdev.
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-