1. 15 Jun, 2002 5 commits
  2. 14 Jun, 2002 35 commits
    • William Stinson's avatar
      [janitor] update the yam hamradio driver to · 996dec15
      William Stinson authored
      	- remove call to check_region 
      	- check the result of request_region
      	- call release_region if something goes wrong afterwards during driver initialisation.
      
      I don't have this hardware so I can't verify if it works (compilation checked only).  
      996dec15
    • William Stinson's avatar
      [janitor] update the atarilance Ethernet driver for VME Lance cards on the... · 31395026
      William Stinson authored
      [janitor] update the atarilance Ethernet driver for VME Lance cards on the Atari to check the result of request_irq and exit in case of error.
      
      Patch is also available at the following URL
              http://www.chez.com/wstinson/linux/kernel/patch-net-atari
      
      I don't have this hardware to check for myself
      31395026
    • William Stinson's avatar
      [janitor] update the eepro Intel EtherExpress Pro/10 device driver to · ad2f3401
      William Stinson authored
      	1) check the status of call to request_region 
      	2) and return an error in case of problem.
      
      I don't have this hardware so compilation checked only.
      ad2f3401
    • William Stinson's avatar
      [janitor] update the comx-hw-comx wan driver to remove call to check_region... · c6f80836
      William Stinson authored
      [janitor] update the comx-hw-comx wan driver to remove call to check_region and check the status of call to 
      request_region instead.
      
      I don't have this hardware so compilation checked only. 
      c6f80836
    • William Stinson's avatar
      [janitor] update the eexpress.c net driver to · ed749f85
      William Stinson authored
              1) check the status of call to request_region 
              2) and return an error and release the interrupt held in case of problem.
      
      (In my first attempted patch for this driver I had forgotten to release the interrupt.)
      
      I don't have this hardware so compilation checked only.
      ed749f85
    • William Stinson's avatar
      [janitor] update the DAC960 Driver for Mylex DAC960/AcceleRAID/eXtremeRAID PCI RAID Controllers · d2ab7c9c
      William Stinson authored
      to 
      	1) check result of calls to request_region and handle failure to allocate region resource
      	2) add and use an extra label "Failure1" which frees the region resource
      	in case of device driver initialisation error later on
             
      I don't have this hardware so changes not tested. 
      d2ab7c9c
    • William Stinson's avatar
      [janitor] update the sdlamain Multiprotocol WAN Link Driver to · 57bb13db
      William Stinson authored
              1) check the status of call to request_region 
              2) and return an error in case of problem.
      
      Note that a call to check_region still remains in this driver (in subroutine check_s508_conflicts). 
      
      I don't have this hardware so compilation checked only.
      57bb13db
    • William Stinson's avatar
      [janitor] update the ni65 network driver to · 83a05e30
      William Stinson authored
              1) remove call to check_region and use request_region instead checking the return value 
              2) release region resource in case of driver initialisation error
      
      I don't have this hardware so compilation checked only.
      83a05e30
    • William Stinson's avatar
    • William Stinson's avatar
      [janitor] update the optcd Optics Storage 8000 AT CDROM driver · 27b3f72f
      William Stinson authored
              1) remove call to check_region 
              2) check the status of call to request_region 
              3) and return an error in case of problem.
      27b3f72f
    • William Stinson's avatar
      [janitor] update the stallion.c multiport serial driver checks the result of copy_to_user · 95101bcf
      William Stinson authored
      and returns -EFAULT in case not all data was copied. Patch also changes the return code
      of stl_getserial() from void to int in order to return error code in case of failure.
      
      I don't have this hardware so compilation checked only.
      95101bcf
    • William Stinson's avatar
    • William Stinson's avatar
      [janitor] update the ray_cs.c PCMCIA client driver for the Raylink wireless LAN card · 74328596
      William Stinson authored
      1) checks the result of copy_to_user and 
      2) returns -EFAULT in case not all data was copied. 
      
      I don't have this hardware so compilation checked only.
      74328596
    • William Stinson's avatar
      [janitor] update the istallion.c multiport serial driver · 3acbeb56
      William Stinson authored
      	1) checks the result of copy_XX_user and returns -EFAULT in case not all data was copied. 
      	2) Patch changes the return code of stl_getserial() from void to int in order to return error code in case of failure.
      	3) Patch also fixes two instances of the uninitialised string name being used on request_region calls
      
      I don't have this hardware so compilation checked only.
      3acbeb56
    • William Stinson's avatar
      [janitor] update the isicom.c multiport serial driver to · d4badc21
      William Stinson authored
      	1) check the result of copy_from_user 
      	2) return -EFAULT in case not all data was copied
      	3) release resources in case of failure
      d4badc21
    • Jean Tourrilhes's avatar
      IrDA update 4/4: · 260f84a6
      Jean Tourrilhes authored
      	o [CORRECT] Make discovery expiry work properly for non default
      		discovery period/timeout
      260f84a6
    • Jean Tourrilhes's avatar
      IrDA update 3/4: · c3b05639
      Jean Tourrilhes authored
      	        <Following patch from Shimizu Takuja/Gerhard Bertelsmann>
      	o [FEATURE] Dongle driver for ActiSys 200L hardware
      	        <Following patch from Leung/me>
      	o [FEATURE] Dongle driver for Mobile Action MA600 hardware
      c3b05639
    • Jean Tourrilhes's avatar
      IrDA update 2/4: · 674d5a34
      Jean Tourrilhes authored
      o [CORRECT] Fix two bugs found by the Stanford checker in IrCOMM
      674d5a34
    • Jean Tourrilhes's avatar
      IrDA updates 1/4: · e6499e49
      Jean Tourrilhes authored
      	o [FEATURE] Update various comments to current state
      	o [CORRECT] Handle properly failure of URB with new speed
      	o [CORRECT] Don't test for (self != NULL) after using it (doh !)
      	o [FEATURE] Other minor cleanups
      e6499e49
    • Jeff Garzik's avatar
      Merge mandrakesoft.com:/home/jgarzik/vanilla/linus-2.5 · 04edce66
      Jeff Garzik authored
      into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
      04edce66
    • Jeff Garzik's avatar
      net driver 8139cp updates: · a511104c
      Jeff Garzik authored
      * add preliminary 8169 gige support (ifdef'd out)
      * support several diagnostic ethtool ioctls
      * do not write to legacy 8139 registers we never use
      a511104c
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5 · 9356a66d
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/gregkh-2.5
      9356a66d
    • Greg Kroah-Hartman's avatar
    • Bryan W. Headley's avatar
      [PATCH] add Aiptek 8000U USB driver · bec927e7
      Bryan W. Headley authored
      This patch adds support for the Aiptek 8000U driver to the kernel tree.
      bec927e7
    • Greg Kroah-Hartman's avatar
    • Greg Kroah-Hartman's avatar
      USB whiteheat driver: changes due to the usb-serial api changes. · ececd9bc
      Greg Kroah-Hartman authored
      	- moved the firmware download to probe() time
      ececd9bc
    • Greg Kroah-Hartman's avatar
      USB visor driver: changes due to core api changes · 5e0dd8c0
      Greg Kroah-Hartman authored
      - added calc_num_ports() ability to determine the number of actual
        ports the device has on the fly.  This should help out with some
        of the Palm and Sony devices.
      5e0dd8c0
    • Greg Kroah-Hartman's avatar
      USB: usb-serial api changes · 8274ff48
      Greg Kroah-Hartman authored
      	- added calc_num_ports() callback so that driver can override the
      	  fixed num_ports value after querying the device.
      	- split startup() callback into probe() and attach() in anticipation
      	  of the driverfs api changes
      	- probe() is called before the usb_serial structure is set up,
      	  and can be used to download firmware to a device, and other
      	  early initialization.
      	- attach() is called after the usb_serial structure is completely
      	  setup, allowing the device to create private structures, and
      	  have full access to the device.
      8274ff48
    • Robert Love's avatar
      [PATCH] kernel preemption bits (2/2) · 4d0b85ea
      Robert Love authored
      In both preempt_schedule in sched.c and resume_kernel in entry.S, it is
      possible to return with need_resched set and thus a pending preemption
      but not service that preemption for some time.
      
      Consider:
      
      	- return from schedule() to preempt_schedule
      	- interrupt occurs, sets need_resched
      	- we cannot preempt since preempt_count = PREEMPT_ACTIVE
      	- back in preempt_schedule, set preempt_count = 0
      
      Now we again can preempt, but we will not.  Instead we return and
      continue executing.  On the next interrupt, we will redo the whole
      fiasco which is a waste since we could of reentered schedule while we
      were there.  Worse, if we acquire a lock before the next interrupt we
      can potentially delay the pending reschedule a very long time.  This is
      not acceptable.
      
      The solution is to check for and loop on need_resched on resume_kernel
      and preempt_schedule like schedule itself does.
      4d0b85ea
    • Robert Love's avatar
      [PATCH] kernel preemption bits (1/2) · d257b778
      Robert Love authored
      Two big ouches in x86 entry.S:
      
      (1) Up until 2.5.20, we were not properly reading the irq_stat
          and bh_count values from the right CPU.  Brian Gerst sent you
          a patch to fix this.  This raises the question: why was this not
          a problem?  Seems we do not need this check at all as having a
          nonzero irq_star or bh_count implies having a nonzero preempt_count,
          which we test for above.  Thus this patch removes those tests and
          the related defines.
      
      (2) What if it is possible to preempt even with interrupts disabled?
          Turns out it is.  Consider if we take an exception (say, for a
          TLB miss) and enter resume_kernel and preempt.  Even if interrupts
          are disabled, an exception can occur and end up in resume_kernel.
          We need to check to make sure interrupts are not off, to ensure
          we are not coming off an unmasked exception.
      
      Even with the added check from issue #2, we have less code after #1 so
      we can walk away with a bugfix and an optimization here. ;)
      
      Thanks to George Anzinger, with whom I actually had #2 bite me, and who
      helped with these issues.
      d257b778
    • Martin Dalecki's avatar
      [PATCH] 2.5.21 IDE 91 · 826267d3
      Martin Dalecki authored
       - Realize that the only place where ata_do_taskfile gets used is ide-disk.c
         move it and its "friends' over there.
      
       - Unify the do_request method for disk devices. This saves quite a lot of code.
      
       - Make task_muin_intr and task_in_intr use the same busy status checks on
         entry.
      
       - Unfold get_command at the single only place where it's used.
      
       - Add missing __ata_end_request on kill_rq path.
      
       - Rename udma_tcq_taskfile() to udma_tcq_init to make the code look like to
         normal udma_init. Revert the logics of udma_init and it's
         implementations to mirror that of udma_tcq_init().
      
       - Fix a tiny bug in pmac_udma_init() where it was reporting the wrong value up
         on failure.
      
       - Revert the logics of udma_start(). It's called from udma_init context.
         Realize that it is always returning ide_started. Make it self and the
         implementations of it return void.
      826267d3
    • Martin Dalecki's avatar
      [PATCH] 2.5.21 IDE 90 · 3fb57bd6
      Martin Dalecki authored
       - Implement the assertion that the lock is already held, if we run
         ata_status_poll.
      
       - The usual host chip code load from Bartomiej onierkiewicz.  Fortunately
         I'm able to check the sis5513 fixes on a life system.
      
         More serious stuff... for IDE 88:
      
      	- implement ata_best_pio_mode() in ata-timing.c
      	  (play safer than driver's config_chipset_for_pio())
      
      	- replace config_chipset_for_pio() by ata_best_pio_mode()
      	  in host chips drivers
      	  (trivial for hpt34x.c, hpt366.c and serverworks.c,
      	   non-trivial for cmd64x.c and sis5513.c)
      
      	- set PIO also for (U)DMA modes in cmd64x_tune_chipset()
      	  (cmd64x.c)
      
      	- fix bug in setting PIO0-2 for devices also supporting PIO3/4
      	  (sis5513.c)
      
      	- misc cleanups
      
       - Rename XXX_do_request back do do_request. This was just tmporary tagging.
      
       - Move ata_taskfile() call down to the ide-disk request handler.c, which is the
         only place needing it. Rename ata_taskfile to ata_do_taskfile().  This
         allowed us to implement the assertion that ata_do_taskfile() will be only
         called with the channel lock already held.
      3fb57bd6
    • Martin Dalecki's avatar
      [PATCH] 2.5.21 IDE 89 · caede697
      Martin Dalecki authored
       - fix lock initialization  for device tree handling. Well I would be lucky if
         it would be just a device tree like in Solaris.  But after studying the code
         which goes in right now it appears to develop quite fast in to a "just in
         case" and "ad-hoc" inferface mess we have already in /proc. Shit!
      
         Look for example at the initialization of a device struct. First we have a
         name to the directory encompassing the device and the immediately we fill in
         the georgeous name field - which is enterly unnecessary.
      
       - Pull locking out from the device type drivers do_request handlers.  This
         allowed us to remove the draddy unlocking on entry to start_request.
      
         Much more of host controller rigister acces on crutial code paths is
         now covered by the queue access lock.
      caede697
    • Takashi Iwai's avatar
      [PATCH] usb_set_interface for discontinous altsettings · 15d55742
      Takashi Iwai authored
      during debugging ALSA's usb audio driver, it's found out that there
      are devices with insuccessive alternate settings.
      
      for example, m-audio's quattro usb audio has audio streaming
      descriptors jumping from altset 0 to 4 or 3.
      
      apparently, usb_set_interface() sends the array index instead of the
      actual altset value.  the attached patch fixes this behavior.
      15d55742
    • Zwane Mwaikambo's avatar
      ec5d3aca