1. 09 Nov, 2008 1 commit
    • Russell King's avatar
      [ARM] iop: iop3xx needs registers mapped uncached+unbuffered · ebb4c658
      Russell King authored
      Mikael Pettersson reported:
      
         The 2.6.28-rc kernels fail to detect PCI device 0000:00:01.0
         (the first ethernet port) on my Thecus n2100 XScale box.
      
         There is however still a strange "ghost" device that gets partially
         detected in 2.6.28-rc2 vanilla.
      
      The IOP321 manual says:
      
        The user designates the memory region containing the OCCDR as
        non-cacheable and non-bufferable from the IntelR XScaleTM core.
        This guarantees that all load/stores to the OCCDR are only of
        DWORD quantities.
      
      Ensure that the OCCDR is so mapped.
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      ebb4c658
  2. 08 Nov, 2008 3 commits
  3. 07 Nov, 2008 1 commit
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · 4bab0ea1
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
        net: Fix recursive descent in __scm_destroy().
        iwl3945: fix deadlock on suspend
        iwl3945: do not send scan command if channel count zero
        iwl3945: clear scanning bits upon failure
        ath5k: correct handling of rx status fields
        zd1211rw: Add 2 device IDs
        Fix logic error in rfkill_check_duplicity
        iwlagn: avoid sleep in softirq context
        iwlwifi: clear scanning bits upon failure
        Revert "ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode"
        tcp: Fix recvmsg MSG_PEEK influence of blocking behavior.
        netfilter: netns ct: walk netns list under RTNL
        ipv6: fix run pending DAD when interface becomes ready
        net/9p: fix printk format warnings
        net: fix packet socket delivery in rx irq handler
        xfrm: Have af-specific init_tempsel() initialize family field of temporary selector
      4bab0ea1
  4. 06 Nov, 2008 35 commits