1. 07 Feb, 2009 7 commits
  2. 06 Feb, 2009 13 commits
  3. 05 Feb, 2009 15 commits
  4. 04 Feb, 2009 5 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 · eda58a85
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6: (40 commits)
        Blackfin arch: Remove outdated code
        Blackfin arch: Fix udelay implementation
        Blackfin arch: Update Copyright information
        Blackfin arch: Add BF561 PPI POLS, POLC Masks
        Blackfin arch: Update CM-BF527 kernel config
        Blackfin arch: define bfin_memmap as static since it is only used here
        Blackfin arch: cplb mananger: use a do...while loop rather than a for loop
        Blackfin arch: fix bug - traps test case 19 for exception 0x2d fails
        Blackfin arch: add platform device bfin_mii-bus and KSZ8893M switch driver platform resources to board files
        Blackfin arch: build jtag tty driver as a module by default
        Blackfin arch: fix 2 bugs related to debug
        Blackfin arch: Add ANOMALY_05000380 to BF54x to kill the compile warning
        Blackfin arch: Fix bug - 561 SMP kernel can't boot from jffs2
        Blackfin arch: base SIC_IWR# programming on whether the MMR exists
        Blackfin arch: read SYSCR on newer parts that mirror the bits of SWRST in it
        Blackfin arch: fixup board init function name
        Blackfin arch: drop CONFIG_I2C_BOARDINFO ifdefs
        Blackfin arch: bfin_reset->_bfin_reset redirection no longer needed
        Blackfin arch: sync reboot handler with version in u-boot
        Blackfin arch: Faster Implementation of csum_tcpudp_nofold()
        ...
      eda58a85
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 · 024bb961
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
        sparc64: Kill bogus TPC/address truncation during 32-bit faults.
        sparc: fixup for sparseirq changes
        sparc64: Validate kernel generated fault addresses on sparc64.
        sparc64: On non-Niagara, need to touch NMI watchdog in NOHZ mode.
        sparc64: Implement NMI watchdog on capable cpus.
        sparc: Probe PMU type and record in sparc_pmu_type.
        sparc64: Move generic PCR support code to seperate file.
      024bb961
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · 25431e90
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
        sunrpc: fix rdma dependencies
        e1000: Fix PCI enable to honor the need_ioport flag
        sgi-xp: link XPNET's net_device_ops to its net_device structure
        pcnet_cs: Fix misuse of the equality operator.
        hso: add new device id's
        dca: redesign locks to fix deadlocks
        cassini/sungem: limit reaches -1, but 0 tested
        net: variables reach -1, but 0 tested
        qlge: bugfix: Add missing netif_napi_del call.
        qlge: bugfix: Add flash offset for second port.
        qlge: bugfix: Fix endian issue when reading flash.
        udp: increments sk_drops in __udp_queue_rcv_skb()
        net: Fix userland breakage wrt. linux/if_tunnel.h
        net: packet socket packet_lookup_frame fix
      25431e90
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd · 0d7a063f
      Linus Torvalds authored
      * 'for-linus' of git://git.o-hand.com/linux-mfd:
        mfd: Remove non exported references from pcf50633
      0d7a063f
    • Michael Hennerich's avatar
      Blackfin arch: Remove outdated code · c8e67412
      Michael Hennerich authored
      The removed version with the loop registers saved on the stack was
      originally intended to workaround the missing toolchain support for
      LoopReg Clobbers.
      
      Since our toolchain now supports these there is no point in keeping this
      workaround. And since we don't touch LoopRegs anymore we're no longer
      subject for ANOMALY_05000312.
      Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
      Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
      c8e67412