- 28 Dec, 2002 14 commits
-
-
Geert Uytterhoeven authored
Ataflop: Add missing =
-
Geert Uytterhoeven authored
Scsi_Host.next was removed in 2.5.44, convert to use scsi_host_hn_get()
-
Geert Uytterhoeven authored
Atari NCR5380 SCSI: bitops operate on long, not char. Note: the preprocessor stuff just above checks for MAX_TAGS being a multiple of 32, so dividing by 32 is OK.
-
Geert Uytterhoeven authored
M68k: struct fbcon_font_desc was renamed to struct font_desc in 2.5.51
-
Geert Uytterhoeven authored
Fix inbalance of curly braces if AUTOSENSE is not defined.
-
Geert Uytterhoeven authored
for_each_task() was renamed to for_each_process() in 2.5.35
-
Geert Uytterhoeven authored
M68k: add restart_block field to struct thread_info (needed for 2.5.51)
-
Geert Uytterhoeven authored
M68k: add *__param to link files (needed for 2.5.52)
-
Geert Uytterhoeven authored
M68k: update for changed do_fork() semantics in 2.5.49
-
Geert Uytterhoeven authored
M68k module list updates, inspired by ia32 traps.c in 2.5.48
-
Geert Uytterhoeven authored
M68k: do_coredump() gained an extra argument in 2.5.52
-
Geert Uytterhoeven authored
Add definitions for {,smp_}read_barrier_depends()
-
Linus Torvalds authored
-
Sam Ravnborg authored
When compiling aic7xxx in 2.5.53 with defconfig the kernel always recompiles because dependency for reg_print.c is not per default in the aic7xxx Makefile. Simple correction is to make PRETTY_PRINT dependend on BUILD_FIRMWARE.
-
- 27 Dec, 2002 26 commits
-
-
Rusty Russell authored
If modules don't use module_exit(), they cannot be unloaded. This safety mechanism should not apply for modules which don't use module_init() (implying they have nothing to clean up anyway).
-
James Bottomley authored
The compat API doesn't cope correctly if struct pci_dev is NULL, as it can be for the x86 fake pci_dev handling.
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
This was done to make the next reference count patch easier, and because almost everyone was already calling usb_put_dev() anyway...
-
Linus Torvalds authored
-
Vojtech Pavlik authored
They need extended (beyond spec) address setup timing, and as such don't work on recent VIA chipsets.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/linux/BK/gregkh-2.5
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
Also added usb_get_intfdata() and usb_set_intfdata() functions to set the struct usb_interface private pointer easier.
-
Pablo Menichini authored
This patch tries to check the return value of kmalloc taking the necesary action to solve the problem.
-