1. 13 Mar, 2002 20 commits
    • Gerd Knorr's avatar
      [PATCH] v4l: cpia parport/usb update · d269cea5
      Gerd Knorr authored
      This patch updates the cpia driver.
      
      Additionally to the usual adoptions to the videodev changes done in all
      drivers this patch has a few more changes:
      
       - some cleanups in the drivers open() function.
       - Use file->private_data to keep a pointer to the drivers private
         data.  This allows to unregister the device unconditionally in
         disconnect(), which in turn fixes some small races in case the
         device is unplugged while in use.
      d269cea5
    • Gerd Knorr's avatar
      [PATCH] v4l: typhoon radio update · 768b5218
      Gerd Knorr authored
      This is the update for the typhoon radio driver.
      768b5218
    • Gerd Knorr's avatar
      [PATCH] v4l: terratec radio update · bc81efb0
      Gerd Knorr authored
      This is the update for the terratec radio driver.
      bc81efb0
    • Gerd Knorr's avatar
      [PATCH] v4l: sf16fm radio update · 75595af1
      Gerd Knorr authored
      This patch updates the sf16fm radio driver.
      75595af1
    • Gerd Knorr's avatar
      [PATCH] v4l: radiotrack driver update · 0696dd1c
      Gerd Knorr authored
      This patch updates the radiotrack driver.
      0696dd1c
    • Gerd Knorr's avatar
      [PATCH] v4l: aztech radio update · 92999637
      Gerd Knorr authored
      Here comes the aztech radio driver update.
      92999637
    • Gerd Knorr's avatar
      [PATCH] v4l: aimslab radio update · 70d72c8a
      Gerd Knorr authored
      Here comes the aimslab radio driver update.
      70d72c8a
    • Gerd Knorr's avatar
      [PATCH] v4l: cadet radio update · 52003ba3
      Gerd Knorr authored
      This is the cadet radio driver update.
      52003ba3
    • Gerd Knorr's avatar
      [PATCH] v4l: gemtek radio update · 7b6b283a
      Gerd Knorr authored
      This patch updates the gemtek and gemtek pci radio drivers.
      7b6b283a
    • Gerd Knorr's avatar
      [PATCH] v4l: maestro radio update · 0f752d9d
      Gerd Knorr authored
      This patch updates the maestro radio driver.
      0f752d9d
    • Gerd Knorr's avatar
      [PATCH] v4l: maxiradio update · 785048ce
      Gerd Knorr authored
      This patch updates the Maxi FM2000 Radio driver.
      785048ce
    • Gerd Knorr's avatar
      [PATCH] v4l: usbvideo update · 23862a35
      Gerd Knorr authored
      This patch adapts the usbvideo module to the videodev changes.  As with
      all usb drivers, the unplug race fix is present here too.
      23862a35
    • Gerd Knorr's avatar
      [PATCH] v4l: miro radio update · b955c567
      Gerd Knorr authored
      The updates for the radio driver are all very similar:  The individual
      open functions are gone and replaced by the video_exclusive_open/release
      functions in videodev.c.  All userspace copying in the ioctl function is
      gone because video_generic_ioctl handles this now.  The driver source
      files all become slightly shorter because of this.
      b955c567
    • Andrey Panin's avatar
      [PATCH] i82092 PCMCIA driver cleanup · a653099c
      Andrey Panin authored
      This contains some minor changes to i82092.c PCMCIA driver:
      	- MODULE_DEVICE_TABLE() added;
      	- request_region() and pci_enable_device() return value checks added;
      	- some printk() cleanups.
      a653099c
    • Adam J. Richter's avatar
      [PATCH] Patch: linux-2.5.7-pre1/net/ipv4/ipmr.c did not compile · 181986d5
      Adam J. Richter authored
      	It looks like sk->num became inet_sk(sk)->num in 2.5.7-pre1,
      but one of these changes was missed in net/ipv4/ipmr.c.  Here is
      the patch.
      181986d5
    • Linus Torvalds's avatar
      Merge http://gkernel.bkbits.net/net-drivers-2.5 · 332a48e1
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      332a48e1
    • Linus Torvalds's avatar
      Merge http://gkernel.bkbits.net/misc-2.5 · d079f580
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      d079f580
    • Vojtech Pavlik's avatar
      [PATCH] Re: [PATCH] IDE 21 · 78ca4010
      Vojtech Pavlik authored
      In the FIT macro in ide-timing.h the argument got swapped because of a
      typo. All timings generated for VIA and AMD chips are wrong because of
      that. Safe, though, but slow.
      
      This fixes it.
      78ca4010
    • Martin Dalecki's avatar
      [PATCH] IDE 21 · 10cea35a
      Martin Dalecki authored
      If I was to give this patch a name it would be:
      
      "Vojtech Pavlik unleashed from the chains".
      
      So credit where credit is due :-).
      
      Anyway here follows the change log:
      
      Mon Mar 11 23:48:28 CET 2002 ide-clean-21
      
      - Swallow rewritten amd74xx host chip setup code from Vojtech Pavlik.  We can
         revert it easly if it turns out to be a bad thing. However the code looks
         quite sane to me. In esp. it doesn't containg that many magic numbers.
      
      - Clean stale white spaces in ide-timing.h tirvial fix.
      
      - Make ide_release_dma return void. It's value is never used anyway.
      
      - Swallow more timing setup code cleanup by Vojtech Pavlik. Apply some
         cosmetics to it. Port opti621 to the new setup code.
      
      - Kill abuse of ide_do_reset() on error return paths for atapi floppy tape and
         cd-rom devices. Just stop them. This gives better changes that defect
         removable media will not cause suddenly broken timings on hard discs
         containing system data! Even then comments in ide_do_reset() admit, that
         resetting the whole channel can have adverse effects on the second interface
         on this channel. And I have too frequently observed linux struggling on
         defect cd-rom for a far too long time to wish it to continue.
      
         Oh did I forget to say that the corresponding "how can I break my system fast
         and reliable" ioctl is gone as well?
      
         Removing it recovered the fact that the CONFIG_BLK_DEV_IDEDMA_TIMEOUT is
         completely bogous. I have removed this option therefore as well, because it's
         playing the same wrack havoc on the devices if enabled. This cat has been in
         an unfinished and *unfunctional* state anyway.
      
      - Actually add physical suspend code to the power handling code.  Still the
         resume code isn't finished just jet. This is all subject to change at the
         point in time when we get to proper command queueing.
         I think however that Pavel will be interrested in tidding this bit up...
      
      - Resync with 2.5.7-pre1.
      10cea35a
    • Jeff Garzik's avatar
      Fix e100 net driver typo, from last change. · 196971df
      Jeff Garzik authored
      Contributor: Eli Kupermann @ Intel
      196971df
  2. 12 Mar, 2002 20 commits