- 23 Apr, 2003 11 commits
-
-
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 27 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
-
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 2 commits
-
-
Jeff Garzik authored
Affected drivers: atp, de600, de620, eepro, eexpress, lp486e, 3c589_cs, axnet_cs, fmvj18x_cs, nmclan_cs, pcnet_cs, smc91c92_cs, xirc2ps_cs, sk98lin, xircom_cb, xircom_tulip_cb, airo, arlan, netwave_cs, orinoco, ray_cs, wavelan, znet 98% contributed by Andrew Morton
-
Jeff Garzik authored
Affected drivers: 3c505 (notably), depca, ni5010, ni52, ni65, dmfe, winbond-840. 3c505 included quite a few s/int timeout/unsigned long timeout/ changes as well, for proper jiffies comparison typing. 98% contributed by Andrew Morton.
-