1. 29 Jul, 2002 2 commits
  2. 27 Jul, 2002 3 commits
    • Russell King's avatar
      [SERIAL] Locking fixup (part 2) · 04c34016
      Russell King authored
      After the last few days of debugging, we've ended up with the caller
      of the start_tx and stop_tx methods taking the per-port lock.  This
      cset and the accompanying csets make the same change to some of the
      other methods for consistency reasons.  Since these methods don't
      contain a lot of code, it is better that they have consistent locking
      rules.
      
      This cset fixes up the enable_ms method.
      04c34016
    • Russell King's avatar
      [SERIAL] Locking fixup (part 1) · 166c0fe8
      Russell King authored
      After the last few days of debugging, we've ended up with the caller
      of the start_tx and stop_tx methods taking the per-port lock.  This
      cset and the accompanying csets make the same change to some of the
      other methods for consistency reasons.  Since these methods don't
      contain a lot of code, it is better that they have consistent locking
      rules.
      
      This cset fixes up the stop_rx method.
      166c0fe8
    • Russell King's avatar
      [SERIAL] Fix initialiser warnings for HUB6 ports · c75efab2
      Russell King authored
      We were missing an element in the old_serial_port structure.
      c75efab2
  3. 26 Jul, 2002 5 commits
  4. 25 Jul, 2002 2 commits
  5. 24 Jul, 2002 28 commits