1. 28 Jul, 2004 4 commits
    • Linus Torvalds's avatar
      Merge bk://gkernel.bkbits.net/misc-2.6 · bd53afd8
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      bd53afd8
    • Russell King's avatar
      [PATCH] cirrusfb: discarded in section `.exit.text' from drivers/built-in.o · 1b09d7af
      Russell King authored
      This patch fixes the error in the subject line.
      1b09d7af
    • John W. Linville's avatar
      [sound/oss i810] misc small changes · 8ada2c7f
      John W. Linville authored
      Attached is a second patch to account for (most of) Herbert Xu's
      comments.
      
      I have left-out the part about changing state->card to a
      local variable where it is used a lot.  Unfortunately, that usage is
      somewhat pervasive and I would prefer to make those changes in a separate
      patch -- after I have had a chance to do some testing.
      
      If you'd prefer one patch to account for the original plus these
      changes, let me know and I'll be happy to provide it.
      8ada2c7f
    • John W. Linville's avatar
      [sound/oss i810] add MMIO DSP support · d1d60dbd
      John W. Linville authored
      Enclosed is a patch for the i810_audio OSS driver to support using
      memory-mapped I/O for those chipsets that support it.
      
       o Added a family of macros -- I810_IOREADx() and I810_IOWRITEx() -- that
      key off the existing card->use_mmio flag to select between using readx/writex
      or inx/outx for I/O operations.
      
       o Converted existing inx/outx invocations to use
      I810_IOREADx/I810_IOWRITEx instead.
      
       o Changed GET_CIV(), GET_LVI, and CIV_TO_LVI() not only to use
      I810_IOREADx/I810_IOWRITEx but also to take "card" (i.e. struct i810_card)
      paramter.
      
       o Removed check for "Pure MMIO interfaces" in i810_probe() -- replaced w/
      (relocated) check for no I/O resources available.
      d1d60dbd
  2. 27 Jul, 2004 6 commits
    • Andi Kleen's avatar
      [PATCH] x86-64 fixes · 628505a0
      Andi Kleen authored
      This fixes several small but serious x86-64 bugs in 2.6.8rc2:
      
       - Fix array overflow in PCI bus checking (Travis Betak) 
       - Fix broken pci_map_sg in swiotlb (Suresh B. Siddha)
       - Remove bogus bus check in IOMMU code
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      628505a0
    • Linus Torvalds's avatar
      Merge bk://gkernel.bkbits.net/net-drivers-2.6 · 9b10dbb5
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      9b10dbb5
    • Margit Schubert-While's avatar
      [PATCH] prism54 Fix null pointer reference (Bug 100) · bd0f179f
      Margit Schubert-While authored
      * prism54_get/set_debug_oid are missing checks for a null pointer.
        Reported in Bugzilla number 100.
      bd0f179f
    • Margit Schubert-While's avatar
      [PATCH] prism54 Fix initialization with older firmware · daee0e35
      Margit Schubert-While authored
      * In the card initialization routine, we try to set the
        output power. For firmware < 1.0.4.3, this leads to a
        worrying "mgt_commit has failed .." in the log although
        the device continues to react normally.
        Fix is simple, do not try to configure output power.
        (which I believe we should not be doing anyway as it is
         probably against local country regulations)
      daee0e35
    • Margit Schubert-While's avatar
      [PATCH] prism54 Refix TRDY/RETRY_TIMEOUT · 2fc9ccb6
      Margit Schubert-While authored
      * Reintroduce pushing 0 into the TRDY_TIMEOUT and RETRY_TIMEOUT
        registers. Make this configurable with module parameter
        init_pcitm.
      
      * We now have the ludicrous situation that some hardware setups
        require this (not even pushing 0xFF helps), whilst others
        don't care either way (the majority), and yet others bork
        if anything is pushed into these regs.
        If anybody can explain this (including Conexant :-) ), my ears
        are open.
      2fc9ccb6
    • Margit Schubert-While's avatar
      [PATCH] prism54 Fix reference to uninitialized pointer · 0eba26af
      Margit Schubert-While authored
      * oid_mgt.c is calling islpci_mgt_transaction passing the address
        of a pointer to the management frame. This is not being
        initialized by the caller. The callee only updates this
        pointer when successful. When not, boom.
      
      * Being ultracautious again, not only initialize in the caller,
        also null out the pointer unconditionally in the callee.
      0eba26af
  3. 26 Jul, 2004 30 commits