1. 29 May, 2002 11 commits
    • Patrick Mochel's avatar
      Merge bk://linux.bkbits.net/linux-2.5 · f4ad044b
      Patrick Mochel authored
      into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-linus
      f4ad044b
    • Patrick Mochel's avatar
      Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-sync · 44729bba
      Patrick Mochel authored
      into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-linus
      44729bba
    • Linus Torvalds's avatar
      Kernel version 2.5.19 · ca980f75
      Linus Torvalds authored
      ca980f75
    • Linus Torvalds's avatar
      Fix IDE Makefile typo · ff9f52f3
      Linus Torvalds authored
      ff9f52f3
    • Patrick Mochel's avatar
      4220f3d3
    • Patrick Mochel's avatar
      PCI Update: · 10806930
      Patrick Mochel authored
      - Change pci_match_device to pci_bus_bind, which becomes bind callback of pci_bus_type
      - Remove explicit driver binding; let the device core handle it
      10806930
    • Martin Dalecki's avatar
      [PATCH] 2.5.18 IDE 75 · 1138d8a0
      Martin Dalecki authored
       - Comment out config_chipset_for_pio from hpt366 driver. It seems to hang on it
         and many people consistently reported that this may be necessary.
         Well apparently this host chip is forced to be in DMA read mode anyway
         and we where undoing this there.
      
       - Apply small cosmetics to pdc202xx.c driver by Thierry Vignaud.
         His change log entries follow:
      
            - factorize constants with PDC_CLOCK and UDMA_SPEED_FLAG macros and
      	the init_high_16() static inline functions, thus removing floating
      	constants in code
      
            - remove unused variables and pci space read
      
            - kill useless code in pdc202xx_udma_irq_status() resulting in
      	removing unused variable: the code does lots of tests to check what
      	value to return but just always return the same exact value in all
      	code paths!
      	this also saves a few cpu & pci bus cyles by removing a useless read
      	in pci space
      
            - simplify #if/#else resulting in code duplication
      
            - make init_pdc202xx clearer
      
            - remove duplicated initializations in config_drive_xfer_rate() and
      	simplify code paths
      
       - Kill unused init_speed member from ata_device struct. Spotted by
         M.H.VanLeeuwen.
      1138d8a0
    • Patrick Mochel's avatar
      Device Model: Implement centralized device/driver binding · 403892ab
      Patrick Mochel authored
      - on device registration, all drivers of bus are iterated over
      - bus's bind callback is called to match device to driver
      - if successful, driver's probe callback is called
      - on device removal, driver's remove callback is called
      - on driver registration, list of devices is iterated over (and same thing happens)
      403892ab
    • Pavel Machek's avatar
      [PATCH] swsusp: cleanup · d72fb463
      Pavel Machek authored
       - use list_for_each in head_of_free_region
       - cleanups from 2.4
       - fix for usb
       - kill broken queueing
      d72fb463
    • Linus Torvalds's avatar
      Merge USB update · 455980ab
      Linus Torvalds authored
      455980ab
    • Linus Torvalds's avatar
      Merge bk://ppc.bkbits.net/for-linus-ppc · 54f1543d
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      54f1543d
  2. 30 May, 2002 2 commits
  3. 29 May, 2002 18 commits
  4. 28 May, 2002 9 commits