1. 23 6月, 2011 2 次提交
  2. 21 6月, 2011 5 次提交
  3. 20 6月, 2011 5 次提交
  4. 19 6月, 2011 1 次提交
  5. 18 6月, 2011 23 次提交
  6. 17 6月, 2011 4 次提交
    • M
      spi/bfin_spi: fix handling of default bits per word setting · e479c604
      Mike Frysinger 提交于
      The default bits per word setting should be 8 bits, but since most of our
      devices have been explicitly setting this up, we didn't notice when the
      default stopped working.
      
      At the moment, any default transfers without an explicit bit size setting
      error out with:
      bfin-spi bfin-spi.0: transfer: unsupported bits_per_word
      
      So in the transfer logic, have a bits_per_word setting of 0 fall into the
      8 bit transfer logic.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      e479c604
    • T
      ALSA: hda - Fix no NID error with VIA codecs · ad240941
      Takashi Iwai 提交于
      The via driver spews warnigs like
      	hda-codec: no NID for mapping control Independent HP:0:0
      with some codecs because snd_hda_add_nid() is called with nid=0.
      This patch fixes it by skipping the call when no corresponding widget
      is found.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ad240941
    • C
      ALSA: isight: adjust for new queueing API · cf6f1ff1
      Clemens Ladisch 提交于
      Since commit 13882a82 (optimize iso queueing by setting
      wake only after the last packet), drivers are required to call
      fw_iso_context_queue_flush() after queueing a batch of packets.
      The missing call would have an effect only if the controller
      queue underruns, but then the DMA would stop completely.
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      cf6f1ff1
    • L
      Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 · eb96c925
      Linus Torvalds 提交于
      * 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:
        drm/radeon/kms: use helper functions for fence read/write
        drm/radeon/kms: set DP link config properly for DP bridges
        drm/radeon/kms/atom: AdjustPixelClock fixes for DP bridges
        drm/radeon/kms: fix handling of DP to LVDS bridges
        drm/radeon/kms: issue blank/unblank commands for ext encoders
        drm/radeon/kms: fix support for DDC on dp bridges
        drm/radeon/kms: add support for load detection on dp bridges
        drm/radeon/kms: add missing external encoder action
        drm/radeon/kms: rework atombios_get_encoder_mode()
        drm/radeon/kms: fix num crtcs for Cedar and Caicos
        Revert "drm/i915: Enable GMBUS for post-gen2 chipsets"
        drivers/gpu/drm: use printk_ratelimited instead of printk_ratelimit
        drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.
        drm: make debug levels match in edid failure code.
        drm/radeon/kms: clear wb memory by default
        drm/radeon/kms: be more pedantic about the g5 quirk (v2)
        drm/radeon/kms: signed fix for evergreen thermal
        drm: populate irq_by_busid-member for pci
      eb96c925