1. 24 10月, 2007 33 次提交
  2. 23 10月, 2007 7 次提交
    • L
      48d22684
    • L
      Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc · e5eca6ae
      Linus Torvalds 提交于
      * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
        [POWERPC] Add Vitaly Bordug as PPC8xx maintainer
        [POWERPC] 4xx: Enable EMAC on Bamboo board
        [POWERPC] 4xx: Enable EMAC for PPC405 Walnut board
        [POWERPC] 4xx: Fix timebase clock selection on Walnut
        [POWERPC] 4xx: Enable EMAC on the PPC 440GP Ebony board
        [POWERPC] 4xx: Split early debug output and early boot console for 44x
        [POWERPC] 4xx: Enable NEW EMAC support for Sequoia 440EPx.
        [POWERPC] 4xx: Add RGMII support for Sequoia 440EPx
      e5eca6ae
    • L
      Merge git://git.infradead.org/mtd-2.6 · 6e506079
      Linus Torvalds 提交于
      * git://git.infradead.org/mtd-2.6:
        [MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursion
        [JFFS2] Fix return value from jffs2_write_end()
        [MTD] [OneNAND] Fix wrong free the static address in onenand_sim
        [MTD] [NAND] Replace -1 with -EBADMSG in nand error correction code
        [RSLIB] BUG() when passing illegal parameters to decode_rs8() or decode_rs16()
        [MTD] [NAND] treat any negative return value from correct() as an error
        [MTD] [NAND] nandsim: bugfix in initialization
        [MTD] Fix typo in Alauda config option help text.
        [MTD] [NAND] add s3c2440-specific read_buf/write_buf
        [MTD] [OneNAND] onenand-sim: fix kernel-doc and typos
        [JFFS2] Tidy up fix for ACL/permissions problem.
      6e506079
    • L
      Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 · f3344c54
      Linus Torvalds 提交于
      * 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6:
        [AVR32] ARRAY_SIZE() cleanup
        [AVR32] Implement at32_add_device_cf()
        [AVR32] Implement more at32_add_device_foo() functions
        [AVR32] Fix a couple of sparse warnings
        [AVR32] Wire up AT73C213 sound driver on ATSTK1000 board
        [AVR32] Platform code for pata_at32
      f3344c54
    • L
      Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block · ba1c28a9
      Linus Torvalds 提交于
      * 'sg' of git://git.kernel.dk/linux-2.6-block:
        sparc64: zero out dma_length
        fvr32: fixup dma-mapping for new sg layout
        sh/sh64: fixup dma-mapping for new sg layout
        Fix sctp compile
        m68knommu: remove sg_address()
        frv: update comment in scatterlist to reflect new setup
        blackfin: remove sg_address()
        arm: sg fallout
        mips: sg_page() fallout
        alpha: sg_virt() fallout
        intel-iommu: fix sg_page()
        parisc: fix sg_page() fallout
        ide: build fix
        net: fix xfrm build - missing scatterlist.h include
        [BLOCK] blk_rq_map_sg: force clear termination bit
        [BLOCK] Don't clear sg_dma_len/addr() in blk_rq_map_sg()
        s390 zfcp: sg fixups
        powerpc: Fix fallout from sg_page() changes
        IB/ehca: Fix sg_page() fallout
        arm: build fix
      ba1c28a9
    • L
      Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa · 101e4d91
      Linus Torvalds 提交于
      * 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa:
        [ALSA] version 1.0.15
        [ALSA] hda-codec - Fix possible array overflow
        [ALSA] sound/core/control.c: hard-irq-safe -> hard-irq-unsafe lock warning
        [ALSA] usb-audio: Another USB mic quirk for Logitech Communicator webcam
        [ALSA] hda-codec - Fix build without CONFIG_SND_HDA_GENERIC
        [ALSA] hda-codec - Fix Conexant 5045 volumes
        [ALSA] hda-codec - Fix conflict of Master volume in STAC92xx codec
        [ALSA] snd-bt87x: Make the load_all option work correctly
        [ALSA] protect Dreamcast PCM driver (AICA) from G2 bus effects
        [ALSA] bt87x - Fix section mismatch
        [ALSA] hda-codec - Fix AD1986A Lenovo auto-mute
        [ALSA] This simplifies and fixes waiting loops of the mce_down()
      101e4d91
    • G
      m68knommu: cleanup m68knommu timer code · 2f2c2679
      Greg Ungerer 提交于
      Reduce the function pointer mess of the m68knommu timer code by calling
      directly to the local hardware's timer setup, and expose the local
      common timer interrupt handler to the lower level hardware timer.
      
      Ultimately this will save definitions of all these functions across all
      the platform code to setup the function pointers (which for any given
      m68knommu CPU family member can be only one set of hardware timer
      functions).
      Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      2f2c2679