1. 23 3月, 2006 8 次提交
    • A
      [PATCH] libata: Fix a drive detection problem · 09c7ad79
      Alan Cox 提交于
      The current code follows the spec but uses an overlong delay. This would
      be great if the hardware did. Several vendors however forget the D7
      pulldown. Fortunately 0xFF isnt a sane reset state so we can use it to
      skip detection as is done in drivers/ide. (ie this is a tested solution
      over a long time)
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      09c7ad79
    • A
      [PATCH] libata: note missing posting in mmio cmd write · 7c74ffd0
      Alan Cox 提交于
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      7c74ffd0
    • J
      Merge branch 'master' · f01c1845
      Jeff Garzik 提交于
      f01c1845
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsa · 1c2e0275
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsa: (124 commits)
        [ALSA] version 1.0.11rc4
        [PATCH] Intruduce DMA_28BIT_MASK
        [ALSA] hda-codec - Add support for ASUS P4GPL-X
        [ALSA] hda-codec - Add support for HP nx9420 laptop
        [ALSA] Fix memory leaks in error path of control.c
        [ALSA] AMD Au1x00: AC'97 controller is memory mapped
        [ALSA] AMD Au1x00: fix DMA init/cleanup
        [ALSA] hda-codec - Fix generic auto-configurator
        [ALSA] hda-codec - Fix BIOS auto-configuration
        [ALSA] Fixes typos in Audiophile-USB.txt
        [ALSA] ice1712 - typo fixes for dxr_enable module option
        [ALSA] AMD Au1x00: make driver build after cleanup
        [ALSA] ice1712 - Fix wrong value types for enum items
        [ALSA] fix resource leak in usbmixer
        [ALSA] Fix gus_pcm dereference before NULL
        [ALSA] Fix seq_clientmgr dereferences before NULL check
        [ALSA] hda-codec - Fix for Samsung R65 and ASUS A6J
        [ALSA] hda-codec - Add support for VAIO FE550G and SZ110
        [ALSA] usb-audio: add Maya44 mixer control names
        [ALSA] usb-audio: add Casio PL-40R support
        ...
      1c2e0275
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial · 8b4b6707
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial:
        fixed path to moved file in include/linux/device.h
        Fix spelling in E1000_DISABLE_PACKET_SPLIT Kconfig description
        Documentation/dvb/get_dvb_firmware: fix firmware URL
        Documentation: Update to BUG-HUNTING
        Remove superfluous NOTIFY_COOKIE_LEN define
        add "tags" to .gitignore
        Fix "frist", "fisrt", typos
        fix rwlock usage example
        It's UTF-8
      8b4b6707
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 · d04ef3a7
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
        [SPARC64]: Add a secondary TSB for hugepage mappings.
        [SPARC]: Respect vm_page_prot in io_remap_page_range().
      d04ef3a7
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 · 36177ba6
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6:
        [TG3]: Bump driver version and reldate.
        [TG3]: Skip phy power down on some devices
        [TG3]: Fix SRAM access during tg3_init_one()
        [X25]: dte facilities 32 64 ioctl conversion
        [X25]: allow ITU-T DTE facilities for x25
        [X25]: fix kernel error message 64 bit kernel
        [X25]: ioctl conversion 32 bit user to 64 bit kernel
        [NET]: socket timestamp 32 bit handler for 64 bit kernel
        [NET]: allow 32 bit socket ioctl in 64 bit kernel
        [BLUETOOTH]: Return negative error constant
      36177ba6
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 · 2152f853
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (138 commits)
        [SCSI] libata: implement minimal transport template for ->eh_timed_out
        [SCSI] eliminate rphy allocation in favour of expander/end device allocation
        [SCSI] convert mptsas over to end_device/expander allocations
        [SCSI] allow displaying and setting of cache type via sysfs
        [SCSI] add scsi_mode_select to scsi_lib.c
        [SCSI] 3ware 9000 add big endian support
        [SCSI] qla2xxx: update MAINTAINERS
        [SCSI] scsi: move target_destroy call
        [SCSI] fusion - bump version
        [SCSI] fusion - expander hotplug suport in mptsas module
        [SCSI] fusion - exposing raid components in mptsas
        [SCSI] fusion - memory leak, and initializing fields
        [SCSI] fusion - exclosure misspelled
        [SCSI] fusion - cleanup mptsas event handling functions
        [SCSI] fusion - removing target_id/bus_id from the VirtDevice structure
        [SCSI] fusion - static fix's
        [SCSI] fusion - move some debug firmware event debug msgs to verbose level
        [SCSI] fusion - loginfo header update
        [SCSI] add scsi_reprobe_device
        [SCSI] megaraid_sas: fix extended timeout handling
        ...
      2152f853
  2. 22 3月, 2006 32 次提交