- 23 Apr, 2003 17 commits
-
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Duncan Sands authored
The rx_inuse field no longer exists.
-
Duncan Sands authored
-
Duncan Sands authored
-
David Brownell authored
It's not good to dereference pointers before checking them for null. Seen once on a faulty device init, which I don't think I'd ever seen before "in the wild". (Caused by some other 2.5.68 strangeness.)
-
David Brownell authored
The preceding patch to fix this was incomplete, since it didn't work for the pure debug messages. And that was because the DEBUG-vs-CONFIG_USB_DEBUG stuff changed somewhere.
-
Andrew Morton authored
- nail a couple of warnings - usbnet is not compilable with gcc-2.95.3. Fix.
-
- 21 Apr, 2003 23 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Paul Fulghum authored
With suggestions from Chritoph Hellwig - Remove MODULE_USE_COUNT macros - Add owner member to struct tty_ldisc - Init tty_ldisc at compile time - make some functions static
-
Paul Fulghum authored
- Remove MODULE_USE_COUNT macros - Add owner member - Add tiocmget/tiocmset tty callbacks
-
Paul Fulghum authored
- Remove MODULE_USE_COUNT macros - Add owner member - Add tiocmget/tiocmset tty callbacks
-
Paul Fulghum authored
- Remove MODULE_USE_COUNT macros - Add owner member - Add tiocmget/tiocmset tty callbacks
-
Ben Collins authored
- New irq handler prototypes. - Lots of un-enumurated locking fixes/cleanups (thanks in large part to spinlock debug compile options in the kernel). - Other various trivial fixes.
-
Linus Torvalds authored
somebody else.
-
Marc Zyngier authored
This converts the Alpha architecture to the new IRQ API. Tested on Jensen.
-
Jeff Garzik authored
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
Andrew Morton authored
Update hotplug and pcmcia drivers to the new IRQ API.
-
Andrew Morton authored
Update the input and joystick drivers to the new IRQ API.
-
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
-